Alec Berryman
bf81b19ed7
bloom-filters: fix tests on 64-bit machines
...
Lose the test that might actually create a very large bit-array and use
a number of elements that will be big enough, whatever the platform.
Now tested on a 64-bit machine.
2009-05-12 19:50:19 -04:00
Slava Pestov
c026702390
fix stat on 64bit linux
2009-05-12 18:04:22 -05:00
Slava Pestov
5e2b985d9e
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-12 17:09:33 -05:00
Slava Pestov
f9d711c307
tools.deploy.shaker: Only strip out compiler classes if user doesn't request full environment
2009-05-12 16:56:36 -05:00
Slava Pestov
d43ed4da21
mason: add timeouts in more places, clean up .dmg creation code
2009-05-12 16:52:43 -05:00
Slava Pestov
3987468ff3
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-12 16:23:26 -05:00
Slava Pestov
e0f4b18709
Link VM with OpenSSL on NetBSD otherwise it can't find some symbols
2009-05-12 16:23:09 -05:00
Doug Coleman
8ddbfb5161
make output>array a macro to avoid subtle bugs
2009-05-12 10:32:19 -05:00
Slava Pestov
5a8e7d1c76
io.bakend.windows.nt: fix bootstrap error
2009-05-12 06:25:06 -05:00
Slava Pestov
8137ec68ea
Temporarily comment out two unit tests in bloom-filters which caused Factor to run out of memory
2009-05-12 05:47:50 -05:00
Slava Pestov
c0f5dba77a
Merge branch 'bloom-filters' of git://github.com/alec/factor
2009-05-12 05:39:02 -05:00
Slava Pestov
2fdc666589
tools.deploy.test: use try-output-process, and run VM from .app bundle when testing deployed app. This makes the game-input deploy test work
2009-05-12 05:16:46 -05:00
Slava Pestov
e3d39b9d9e
Move try-output-process from mason.common to io.launcher
2009-05-12 05:16:19 -05:00
Slava Pestov
5ddca1d0f2
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-12 04:26:17 -05:00
Slava Pestov
2508ba2e6d
tools.deploy.shaker: better I/O stripping, and more effective compiler class stripping by clearing megamorphic caches
2009-05-12 04:20:02 -05:00
Slava Pestov
aa0e954633
Move wchar_t* typedef from alien.arrays to windows.types since that's the only place that uses it. Reduces deployed image size since io.encodings.utf16 not loaded on Unix
2009-05-12 04:19:22 -05:00
Slava Pestov
4f82ee914b
hello-ui and spheres can deploy without I/O
2009-05-12 04:18:50 -05:00
Slava Pestov
560ad8b2e5
ui.gadgets.worlds: Remove unneeded ui.commands dependency. This reduces deployed image size
2009-05-12 04:02:24 -05:00
Slava Pestov
1877a5ddd5
bootstrap.stage2: strip out UTF16 encoding. It will only be loaded again if needed. This reduces deployed binary size
2009-05-12 04:02:08 -05:00
Slava Pestov
96b1ae86a4
Clean up init-stdio implementations and move io.streams.null to basis
2009-05-12 03:35:48 -05:00
Slava Pestov
6e08e29a3a
Remove compiled slot from quotations since its not needed
2009-05-12 03:09:15 -05:00
Slava Pestov
2f1ffc5d35
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-11 22:05:23 -05:00
Slava Pestov
d8a0441837
mason.notify: fix munged refactoring
2009-05-11 22:04:54 -05:00
Doug Coleman
0ef5826b86
remove the rest of the unportable fields from dirent for now
2009-05-11 22:03:07 -05:00
Doug Coleman
e3a3aea5de
d_off is missing on macosx, remove for now
2009-05-11 21:56:09 -05:00
Slava Pestov
f5a7ee6d13
game-input: run tests on Windows now, too
2009-05-11 18:03:19 -05:00
Slava Pestov
782cc78c14
windows.dinput.constants: fix deployment
2009-05-11 18:01:35 -05:00
Slava Pestov
5b315efc81
Make focusable-child* work even if world has no children, to clean up a code duplication
2009-05-11 17:04:32 -05:00
Slava Pestov
75cfe40c6c
Add deploy test to ensure game-input works
2009-05-11 17:04:14 -05:00
Slava Pestov
4711768e6c
tools.deploy.shaker: load ui.debugger into UI apps deployed with debugging support
2009-05-11 16:20:16 -05:00
Slava Pestov
0a6c9e08a9
Fix stack underflow in Windows UI backend
2009-05-11 16:19:41 -05:00
Slava Pestov
f5af7977ec
ui.debugger: new mini error dialog box for deployed apps
2009-05-11 16:18:47 -05:00
Slava Pestov
cff70d6a9f
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-11 14:38:45 -05:00
Joe Groff
87717fa78c
Add user-visible grab-input and ungrab-input words to cleanly toggle grabbing on worlds
2009-05-11 13:18:38 -05:00
Joe Groff
b070edc751
Merge branch 'master' of git://factorcode.org/git/factor
...
Conflicts:
basis/ui/gadgets/worlds/worlds.factor
2009-05-11 12:37:50 -05:00
Joe Groff
1e09ac31c5
fix terrain sky to match projection FOV
2009-05-11 12:36:04 -05:00
Joe Groff
30bfce2ce0
improve error handling when begin-world fails
2009-05-11 12:35:41 -05:00
Sascha Matzke
0c3f7bf2d7
fixed update-tuple - called wrong constructor for update
2009-05-11 15:38:12 +02:00
Sascha Matzke
838d1fad57
fixed serialization of factor words/quotations
2009-05-11 15:37:47 +02:00
Sascha Matzke
808ff2295b
Merge branch 'master' of git://factorcode.org/git/factor into mongo-factor-driver
2009-05-11 10:08:53 +02:00
Sascha Matzke
90378f7429
Merge branch 'mongo-factor-driver' of git@github.com:x6j8x/factor into mongo-factor-driver
2009-05-11 10:08:22 +02:00
Slava Pestov
3fe5bb872b
Deploy tool always uses optimizing compiler now
2009-05-11 00:32:22 -05:00
Bruno Deferrari
cb76bddd8f
redis.assoc: Use redis-flushdb in clear-assoc
2009-05-11 00:50:22 -03:00
Bruno Deferrari
7edcc65159
extra.redis: Replace 'redis-assoc' with the more general 'redis' type (now in the redis vocab), add support for automatic authentification when calling 'with-redis'
2009-05-11 00:44:09 -03:00
Bruno Deferrari
462b66a696
extra.redis: Make redis-keys return an array of keys instead of a space separated string of keys
2009-05-11 00:09:32 -03:00
Bruno Deferrari
d45d63715b
extra.redis.assoc: Assoc protocol implementation for Redis
2009-05-11 00:08:34 -03:00
Slava Pestov
dec89ac4fd
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-10 21:36:38 -05:00
Slava Pestov
9de34ab3cd
Fix deployment of UI apps and implement various tricks to make deployed images smaller
2009-05-10 21:33:13 -05:00
Bruno Deferrari
4173f99849
Merge branch 'master' into redis
2009-05-10 23:10:39 -03:00
U-C4\Administrator
1e0ed4f4de
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-10 19:20:55 -05:00