Commit Graph

15274 Commits (a83c5a23cb61ef32a13a897eabbb3c4ecd8e3449)

Author SHA1 Message Date
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
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
Bruno Deferrari 9d515140fe tokyo.remotedb: Remote database using Tokyo Tyrant 2009-06-17 20:24:04 -03:00
Bruno Deferrari e8c9805ee1 tokyo.abstractdb: Renamed vocab, refactored memory streams to tokyo.utils vocab 2009-06-17 20:23:39 -03:00
Slava Pestov 1f5f8393c3 compiler.cfg.linear-scan: Further progress on inactive interval handling 2009-06-17 15:27:20 -05:00
Bruno Deferrari 4fcb379870 tokyo.alien: Fix USING: lines 2009-06-17 16:33:37 -03:00
Bruno Deferrari 0b68f70ccc tokyo.cabinet.abstract: Optimization, deserialize objects directly from memory, without the intermediate bytes-array 2009-06-17 12:13:59 -03:00
Bruno Deferrari 5b58a7814e tokyo.cabinet.abstract: Implement >alist, and correctly free memory returned by tokyo cabinet 2009-06-17 09:15:53 -03:00
Bruno Deferrari c331807cff tokyo: Add summary.txt files 2009-06-17 08:45:47 -03:00
Bruno Deferrari ce47a54562 tokyo.cabinet.abstract: Assoc protocol implementation for Tokyo Cabinet abstract db api 2009-06-16 23:29:09 -03:00
Joe Groff 19d77c5193 let gl-error know about GL_INVALID_FRAMEBUFFER_OPERATION_EXT error. add <mrt-gl-program> helper word to link a GL program with named multiple render targets 2009-06-16 18:14:22 -05:00