Commit Graph

15297 Commits (7de264c0282f27a3c3ac7ac247776264a7888a09)

Author SHA1 Message Date
Joe Groff 7de264c028 GL_BGR and GL_BGRA are standard these days 2009-06-22 18:07:46 -05:00
Joe Groff 8fabe24b1d Merge branch 'master' of git://factorcode.org/git/factor 2009-06-22 15:54:25 -05:00
Joe Groff ac3ec67c6a separate component format from component order in image objects 2009-06-22 11:20:54 -05:00
Samuel Tardieu 65e495aa66 Remove spurious dup in io.serial.unix/linux 2009-06-22 18:08:12 +02:00
Joe Groff 0cf61eb182 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-22 10:34:14 -05:00
Slava Pestov 387f6df9e5 compiler.cfg.linear-scan: Debugging resolve pass 2009-06-22 00:24:51 -05:00
Joe Groff 0b990db4e5 move "run factor file" and "save factor image" commands to application menu 2009-06-21 20:57:54 -05:00
Joe Groff 16c977491b bind file management action gestures to standard cocoa menu items 2009-06-21 20:53:11 -05:00
Slava Pestov 0068a3d965 stack-checker: fix doc typo reported by OneEyed 2009-06-21 15:11:41 -05:00
Slava Pestov 330bea3cc2 compiler.cfg.linear-scan.resolve: unit tests 2009-06-21 00:23:34 -05:00
Slava Pestov 3cedacb362 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-21 00:20:46 -05:00
Slava Pestov 5a78956956 compiler.cfg.linear-scan: Working on resolve pass 2009-06-21 00:20:01 -05:00
Joe Groff 032b5e7835 give Factor.app a typical File menu 2009-06-20 21:26:39 -05:00
Joe Groff 5fec8bb449 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-20 19:30:43 -05:00
Joe Groff 7d8c59edeb more action gestures. btw "redo" is ^y (not ^Z) outside of OS X 2009-06-20 19:30:34 -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