Commit Graph

15283 Commits (785c341c9bd3b5bce2a60c6140cbb96b692e0eff)

Author SHA1 Message Date
Doug Coleman 785c341c9b 50% speedup using unsafe nth/set-nth/exchange in checksums.sha 2009-06-21 00:58:36 -05:00
Slava Pestov f2208728e2 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-20 15:35:12 -05:00
Slava Pestov 2e5124f035 tokyo.alien.tctdb: int32_t is not defined on Windows, but int is the sae thing so use that instead 2009-06-20 15:35:01 -05:00
Slava Pestov c1839200dd compiler.cfg.linear-scan.assignment: correctly compute live registers at GC check points 2009-06-20 15:33:12 -05:00
Slava Pestov a598030fd7 cocoa.windows: Fix help lint 2009-06-20 15:14:45 -05:00
Slava Pestov 5c912504d7 compiler.cfg.linear-scan: untangle add-active/delete-active/add-handled calls in spilling, replace 'sort-values last' with 'alist-max' in compiler.utilities 2009-06-19 18:28:30 -05:00
Slava Pestov dcb0fe8e61 Merge branch 'for-slava' of git://git.rfc1149.net/factor 2009-06-19 15:06:50 -05:00
Slava Pestov 8379312bba Revert "Use $CC and $CPP if provided"
This reverts commit 8f9c4a78a4.
2009-06-19 15:04:06 -05:00
Slava Pestov a83c5a23cb Revert "use CC env var on openbsd too"
This reverts commit f2af35ce5d.
2009-06-19 15:03:53 -05:00
Doug Coleman b8588b4b63 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-19 14:42:57 -05:00
Doug Coleman 1e14a83ee1 allow robot-identifiers to be set for robots.txt 2009-06-19 14:41:48 -05:00
Slava Pestov 326202e7b7 Fix help-lint for models.range and histogram 2009-06-19 14:33:43 -05:00
Doug Coleman 9c45840b5d use CC env var on openbsd too 2009-06-19 14:22:39 -05:00
Doug Coleman f2874e34d1 Merge branch 'master' of git://git.nousoft.org/~thomas/factor 2009-06-19 14:21:27 -05:00
Doug Coleman a84146cb0d Merge branch 'master' of git://factorcode.org/git/factor 2009-06-19 14:07:32 -05:00
Doug Coleman c3da7ae785 fix nover, add unit test 2009-06-19 12:58:17 -05:00
Thomas Deniau df6ea31e1c Use $CC and $CPP if provided
Let the user select the compiler he wants to use to compile Factor
by using the supplied $CC and $CPP instead of just discarding them.
If not present, we default to gcc and g++ (the current behaviour).
2009-06-19 18:29:00 +02:00
Samuel Tardieu 03e956d72e Automatically load needed vocabularies when deserializing words 2009-06-19 13:03:01 +02:00
Slava Pestov 2f15ac3c8f compiler.cfg.linear-scan: Fix a couple of bugs 2009-06-19 03:42:42 -05:00
Slava Pestov ca298656e3 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-19 03:31:09 -05:00
Joe Groff 751752da15 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-18 22:33:26 -05:00
Joe Groff cbe9bfffde draw-world can't be called directly from a game loop; the ui update thread might switch GL contexts out from under us 2009-06-18 22:33:09 -05:00
Slava Pestov f05b8e3c87 extra/tokyo: remove bool typedef, and rename time_t to tokyo_time_t to not clash with existing types 2009-06-18 22:16:19 -05:00
Joe Groff 8cabad9011 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-18 22:01:54 -05:00
Joe Groff 54ad8f9dd9 stupid mutable state 2009-06-18 22:01:31 -05:00
Slava Pestov b42c6c4425 Move histogram words from core/sets to extra/histogram 2009-06-18 21:55:33 -05:00
Slava Pestov 265193d7e3 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-18 21:47:16 -05:00
Joe Groff ff742a7d81 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-18 21:20:49 -05:00
Joe Groff 3514e5fb47 make sliders work when range min isn't zero 2009-06-18 21:20:34 -05:00
Joe Groff 037ed45339 give range models a step parameter; use it on sliders so the thumb can step by any interval 2009-06-18 20:57:02 -05:00
Doug Coleman b412754c24 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-18 19:35:37 -05:00
Doug Coleman f1bf5db9ed turn off auto-use when using help-lint 2009-06-18 19:34:56 -05:00
Slava Pestov 6a790a657b Merge branch 'tokyo' of git://www.tiodante.com/git/factor 2009-06-18 19:32:19 -05:00
Slava Pestov 302930fa43 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-18 19:31:27 -05:00
Slava Pestov 2ba5a20f3e Merge branch 'master' of git://factorcode.org/git/factor 2009-06-18 19:30:52 -05:00
Slava Pestov a99f8f5741 Fix hang when loading ui.backend.windows 2009-06-18 19:30:17 -05:00
Doug Coleman 03b8e1b756 don't write docs with auto-use enabled 2009-06-18 19:29:10 -05:00
Bruno Deferrari da2a94a199 tokyo.assoc-functor: Fix >alist and delete-at 2009-06-18 21:04:38 -03:00
Bruno Deferrari cd4203f00e tokyo.assoc-functor: Fix at* 2009-06-18 20:35:38 -03:00
Doug Coleman 801366df98 minor cleanup 2009-06-18 17:32:10 -05:00
Doug Coleman 97f0a24e45 add histogram and sequence>assoc to sets 2009-06-18 17:29:41 -05:00
Bruno Deferrari f18655fd55 tokyo: Reimplement assoc protocols for remote and abstract db using a functor 2009-06-18 18:55:26 -03:00
Joe Groff 10ab07224f make windows without titlebars on win32 actually not have titlebars 2009-06-18 15:09:03 -05:00
Joe Groff 5f2bced2e3 docs for window-controls 2009-06-18 12:20:50 -05:00
Joe Groff 76b3e5fea2 win32 support for window-controls 2009-06-18 11:41:34 -05:00
Joe Groff 33dcb98943 oops, forgot a USING 2009-06-18 09:57:49 -05:00
Joe Groff 48b06d6221 window-controls-demo for testing/showing off window controls 2009-06-18 09:53:17 -05:00
Joe Groff b75999aac6 fix cocoa close-window to work on windows without close buttons 2009-06-17 23:00:30 -05:00
Joe Groff 3231fcd052 interface for controlling window controls (close, minimize, resize, titlebar, etc.). cocoa backend 2009-06-17 22:47:51 -05:00
Joe Groff 2b3d62821e Merge branch 'master' of git://factorcode.org/git/factor 2009-06-17 21:45:04 -05:00