Slava Pestov
7d02d8b9d7
More VM cleanups
2009-05-13 01:08:16 -05:00
Slava Pestov
d2c138150b
Fix FEP if there are too many words in the image, clean up some VM code
2009-05-13 00:58:54 -05:00
Slava Pestov
61dcd5b098
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-12 21:24:05 -05:00
Slava Pestov
302d829ea9
Fix compiler breakage if a GENERIC# has an incorrect stack effect declaration
2009-05-12 21:23:52 -05:00
Slava Pestov
4f56f62250
Fix GENERIC# with out of bounds dispatch position
2009-05-12 20:47:20 -05:00
Alec Berryman
093faf60e6
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
052838b515
fix stat on 64bit linux
2009-05-12 18:04:22 -05:00
Slava Pestov
f5cdf8af92
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-12 17:09:33 -05:00
Slava Pestov
1f52020710
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
9e130a5153
mason: add timeouts in more places, clean up .dmg creation code
2009-05-12 16:52:43 -05:00
Slava Pestov
92966f1423
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-12 16:23:26 -05:00
Slava Pestov
462a9a4a19
Link VM with OpenSSL on NetBSD otherwise it can't find some symbols
2009-05-12 16:23:09 -05:00
Doug Coleman
1b17bca119
make output>array a macro to avoid subtle bugs
2009-05-12 10:32:19 -05:00
Slava Pestov
dd3d8b10c3
io.bakend.windows.nt: fix bootstrap error
2009-05-12 06:25:06 -05:00
Slava Pestov
5eb3d8e8bd
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
682fcf7a8b
Merge branch 'bloom-filters' of git://github.com/alec/factor
2009-05-12 05:39:02 -05:00
Slava Pestov
f464ae9b5b
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
df4fad9908
Move try-output-process from mason.common to io.launcher
2009-05-12 05:16:19 -05:00
Slava Pestov
b45d901e47
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-12 04:26:17 -05:00
Slava Pestov
4f9b4731ca
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
97b3153639
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
4499e5f9c0
hello-ui and spheres can deploy without I/O
2009-05-12 04:18:50 -05:00
Slava Pestov
18af6bb16a
ui.gadgets.worlds: Remove unneeded ui.commands dependency. This reduces deployed image size
2009-05-12 04:02:24 -05:00
Slava Pestov
7fc7f5da2e
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
f2ab6a261a
Clean up init-stdio implementations and move io.streams.null to basis
2009-05-12 03:35:48 -05:00
Slava Pestov
05146c6907
Remove compiled slot from quotations since its not needed
2009-05-12 03:09:15 -05:00
Slava Pestov
01d74e81fa
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-11 22:05:23 -05:00
Slava Pestov
61097d86f4
mason.notify: fix munged refactoring
2009-05-11 22:04:54 -05:00
Doug Coleman
b0688f3bd9
remove the rest of the unportable fields from dirent for now
2009-05-11 22:03:07 -05:00
Doug Coleman
b113bfadf0
d_off is missing on macosx, remove for now
2009-05-11 21:56:09 -05:00
Slava Pestov
cc67f8312b
game-input: run tests on Windows now, too
2009-05-11 18:03:19 -05:00
Slava Pestov
f75ef1fde7
windows.dinput.constants: fix deployment
2009-05-11 18:01:35 -05:00
Slava Pestov
1f9fa090a3
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
379ba2d777
Add deploy test to ensure game-input works
2009-05-11 17:04:14 -05:00
Slava Pestov
242af36471
tools.deploy.shaker: load ui.debugger into UI apps deployed with debugging support
2009-05-11 16:20:16 -05:00
Slava Pestov
0011fb644d
Fix stack underflow in Windows UI backend
2009-05-11 16:19:41 -05:00
Slava Pestov
4e04a78b2f
ui.debugger: new mini error dialog box for deployed apps
2009-05-11 16:18:47 -05:00
Slava Pestov
11e17f4acb
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-11 14:38:45 -05:00
Joe Groff
09d78877b1
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
30e8703772
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
0116556762
fix terrain sky to match projection FOV
2009-05-11 12:36:04 -05:00
Joe Groff
33dc2fd715
improve error handling when begin-world fails
2009-05-11 12:35:41 -05:00
Doug Coleman
449259630f
working on checksums
2009-05-11 11:37:21 -05:00
Sascha Matzke
9ee281edd3
fixed update-tuple - called wrong constructor for update
2009-05-11 15:38:12 +02:00
Sascha Matzke
f8eeea64f2
fixed serialization of factor words/quotations
2009-05-11 15:37:47 +02:00
Sascha Matzke
9b66b2a9ab
Merge branch 'master' of git://factorcode.org/git/factor into mongo-factor-driver
2009-05-11 10:08:53 +02:00
Sascha Matzke
eaf417e01c
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
0f6b2f69fa
Deploy tool always uses optimizing compiler now
2009-05-11 00:32:22 -05:00
Doug Coleman
90a00dac80
md5 stores state in a tuple now
2009-05-10 23:06:33 -05:00
Bruno Deferrari
effe2ae447
redis.assoc: Use redis-flushdb in clear-assoc
2009-05-11 00:50:22 -03:00