Slava Pestov
861ea4e193
Revert "Use $CC and $CPP if provided"
...
This reverts commit 8f9c4a78a4 .
2009-06-19 15:04:06 -05:00
Slava Pestov
041946e7d5
Revert "use CC env var on openbsd too"
...
This reverts commit f2af35ce5d .
2009-06-19 15:03:53 -05:00
Doug Coleman
f67c2463be
Merge branch 'master' of git://factorcode.org/git/factor
2009-06-19 14:42:57 -05:00
Doug Coleman
b2bf680959
allow robot-identifiers to be set for robots.txt
2009-06-19 14:41:48 -05:00
Slava Pestov
79298f69d9
Fix help-lint for models.range and histogram
2009-06-19 14:33:43 -05:00
Doug Coleman
f2af35ce5d
use CC env var on openbsd too
2009-06-19 14:22:39 -05:00
Doug Coleman
60e610f9cc
Merge branch 'master' of git://git.nousoft.org/~thomas/factor
2009-06-19 14:21:27 -05:00
Doug Coleman
76819803af
Merge branch 'master' of git://factorcode.org/git/factor
2009-06-19 14:07:32 -05:00
Doug Coleman
6916cf6337
fix nover, add unit test
2009-06-19 12:58:17 -05:00
Thomas Deniau
8f9c4a78a4
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
6ff7e2cba7
compiler.cfg.linear-scan: Fix a couple of bugs
2009-06-19 03:42:42 -05:00
Slava Pestov
6025764585
Merge branch 'master' of git://factorcode.org/git/factor
2009-06-19 03:31:09 -05:00
Joe Groff
c633e6930a
Merge branch 'master' of git://factorcode.org/git/factor
2009-06-18 22:33:26 -05:00
Joe Groff
658ffcfb09
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
4d491ff38a
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
45b6575a95
Merge branch 'master' of git://factorcode.org/git/factor
2009-06-18 22:01:54 -05:00
Joe Groff
d4ce348c50
stupid mutable state
2009-06-18 22:01:31 -05:00
Slava Pestov
fbba0dd2cc
Move histogram words from core/sets to extra/histogram
2009-06-18 21:55:33 -05:00
Slava Pestov
8fa6de0ec4
Merge branch 'master' of git://factorcode.org/git/factor
2009-06-18 21:47:16 -05:00
Joe Groff
e4ba9315a6
Merge branch 'master' of git://factorcode.org/git/factor
2009-06-18 21:20:49 -05:00
Joe Groff
d39e2f0f3e
make sliders work when range min isn't zero
2009-06-18 21:20:34 -05:00
Joe Groff
c58a302d7e
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
15748c3afc
Merge branch 'master' of git://factorcode.org/git/factor
2009-06-18 19:35:37 -05:00
Doug Coleman
3f89d8ce3f
turn off auto-use when using help-lint
2009-06-18 19:34:56 -05:00
Slava Pestov
ae4b2e9592
Merge branch 'tokyo' of git://www.tiodante.com/git/factor
2009-06-18 19:32:19 -05:00
Slava Pestov
1984800cf4
Merge branch 'master' of git://factorcode.org/git/factor
2009-06-18 19:31:27 -05:00
Slava Pestov
5b38b19f50
Merge branch 'master' of git://factorcode.org/git/factor
2009-06-18 19:30:52 -05:00
Slava Pestov
28d7b8d5f5
Fix hang when loading ui.backend.windows
2009-06-18 19:30:17 -05:00
Doug Coleman
b8a8c11fea
don't write docs with auto-use enabled
2009-06-18 19:29:10 -05:00
Bruno Deferrari
19b5eb602e
tokyo.assoc-functor: Fix >alist and delete-at
2009-06-18 21:04:38 -03:00
Bruno Deferrari
8400cc879e
tokyo.assoc-functor: Fix at*
2009-06-18 20:35:38 -03:00
Doug Coleman
14f1e6abff
minor cleanup
2009-06-18 17:32:10 -05:00
Doug Coleman
14114606a6
add histogram and sequence>assoc to sets
2009-06-18 17:29:41 -05:00
Bruno Deferrari
5b40a5f62f
tokyo: Reimplement assoc protocols for remote and abstract db using a functor
2009-06-18 18:55:26 -03:00
Joe Groff
ff09c17fcd
make windows without titlebars on win32 actually not have titlebars
2009-06-18 15:09:03 -05:00
Joe Groff
2701781e30
docs for window-controls
2009-06-18 12:20:50 -05:00
Joe Groff
62ed8d1404
win32 support for window-controls
2009-06-18 11:41:34 -05:00
Joe Groff
c19c0d0395
oops, forgot a USING
2009-06-18 09:57:49 -05:00
Joe Groff
b829407b86
window-controls-demo for testing/showing off window controls
2009-06-18 09:53:17 -05:00
Joe Groff
6e334026bc
fix cocoa close-window to work on windows without close buttons
2009-06-17 23:00:30 -05:00
Joe Groff
7d1b67b098
interface for controlling window controls (close, minimize, resize, titlebar, etc.). cocoa backend
2009-06-17 22:47:51 -05:00
Joe Groff
a4bf577d52
Merge branch 'master' of git://factorcode.org/git/factor
2009-06-17 21:45:04 -05:00
Bruno Deferrari
c4f0bc44a7
tokyo.remotedb: Remote database using Tokyo Tyrant
2009-06-17 20:24:04 -03:00
Bruno Deferrari
55f466402a
tokyo.abstractdb: Renamed vocab, refactored memory streams to tokyo.utils vocab
2009-06-17 20:23:39 -03:00
Slava Pestov
e1e24c4802
compiler.cfg.linear-scan: Further progress on inactive interval handling
2009-06-17 15:27:20 -05:00
Bruno Deferrari
73e774cbac
tokyo.alien: Fix USING: lines
2009-06-17 16:33:37 -03:00
Bruno Deferrari
dba87c8d70
tokyo.cabinet.abstract: Optimization, deserialize objects directly from memory, without the intermediate bytes-array
2009-06-17 12:13:59 -03:00
Bruno Deferrari
62e9ee0ed9
tokyo.cabinet.abstract: Implement >alist, and correctly free memory returned by tokyo cabinet
2009-06-17 09:15:53 -03:00
Bruno Deferrari
83075299c6
tokyo: Add summary.txt files
2009-06-17 08:45:47 -03:00
Bruno Deferrari
09caf46bd8
tokyo.cabinet.abstract: Assoc protocol implementation for Tokyo Cabinet abstract db api
2009-06-16 23:29:09 -03:00