Commit Graph

4768 Commits (80d62339132cc7d9d662a108e919298b8871f359)

Author SHA1 Message Date
Slava Pestov 9de8b5d8c9 Graduation! Move game-input and iokit into basis 2009-05-13 14:18:10 -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 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 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 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 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
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 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
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 33dc2fd715 improve error handling when begin-world fails 2009-05-11 12:35:41 -05:00
Slava Pestov 0f6b2f69fa Deploy tool always uses optimizing compiler now 2009-05-11 00:32:22 -05:00
Slava Pestov 00ef600da7 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-10 21:36:38 -05:00
Slava Pestov 64a9585dd0 Fix deployment of UI apps and implement various tricks to make deployed images smaller 2009-05-10 21:33:13 -05:00
U-C4\Administrator fa2fa8d418 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-10 19:20:55 -05:00
U-C4\Administrator be41611667 add a find-by-extensions word 2009-05-10 19:20:04 -05:00
Slava Pestov 3e7269731b cpu.ppc: really fix bool type 2009-05-10 19:10:20 -05:00
Slava Pestov 9b491d1442 Fix bool type on PowerPC 2009-05-10 19:01:38 -05:00
Slava Pestov 57621dc738 Fix unit test failures caused by change to 'contents' word 2009-05-10 18:54:56 -05:00
U-C4\Administrator 934a78d15e Merge branch 'master' of git://factorcode.org/git/factor 2009-05-10 17:08:05 -05:00
Slava Pestov 70deacb900 Fix unit tests and load errors for slip removal 2009-05-10 17:03:41 -05:00
U-C4\Administrator 4786995862 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-10 16:49:21 -05:00
Slava Pestov cd64833360 clean up contents and lines words; contents never outputs f now 2009-05-10 16:39:51 -05:00
Slava Pestov 2887b62cc1 Removing slip 2slip 3slip nslip 2009-05-10 16:39:17 -05:00
Slava Pestov dfb7514a02 Removing slip usage from basis 2009-05-10 15:28:22 -05:00
U-C4\Administrator ca9a29ea85 use change-global in a couple of places, formatting 2009-05-10 14:24:13 -05:00
Doug Coleman 64215e6371 dont load safe primes in miller rabin tests 2009-05-10 14:08:03 -05:00
Doug Coleman 7a60ce161a link to prime tests from prime docs 2009-05-10 14:01:21 -05:00
Doug Coleman 880e5bd03e make a new vocabulary for safe primes 2009-05-10 13:49:40 -05:00
Doug Coleman 7dc1bc1fd0 more docs for math.primes, move words out of miller-rabin 2009-05-10 13:47:51 -05:00
Doug Coleman ca0bd17a4b add next-odd etc to math.bitwise 2009-05-10 13:42:41 -05:00
Doug Coleman 9ef65178c9 move random-bits* to random, work on docs 2009-05-10 13:39:08 -05:00
Doug Coleman 656212b619 add lucas-lehmer primality test 2009-05-10 12:59:35 -05:00
Doug Coleman 99a257a89e update usages of miller-rabin 2009-05-10 12:24:43 -05:00
Doug Coleman a09947f042 move math.miller-rabin to math.primes.miller-rabin 2009-05-10 12:24:19 -05:00
Doug Coleman d5bf807d43 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-10 12:19:39 -05:00
Doug Coleman ad30581e1c working on sha2 2009-05-10 12:18:59 -05:00
Joe Groff 0cf72f3a48 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-10 10:44:10 -05:00
Joe Groff 1216ea2fd8 cut perlin-noise time in half 2009-05-10 10:41:50 -05:00
Slava Pestov fe7657b26b Merge branch 'master' of git://factorcode.org/git/factor 2009-05-09 20:24:40 -05:00
Slava Pestov b86a419b6e Eliminate prettyprinter dependency from UI 2009-05-09 20:24:17 -05:00
Joe Groff 72bd357ee5 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-09 20:16:07 -05:00
Joe Groff 5c25001c3d docs for dlist-filter 2009-05-09 20:15:03 -05:00
Slava Pestov 74b308f873 Fix negative zero smashing with bootstrap 2009-05-09 18:17:30 -05:00
Joe Groff dc3b18b785 don't mess with the orphaned nodes when pop-front-ing or pop-back-ing a dlist. add a dlist-filter word that drops off all nodes that don't satisfy a predicate 2009-05-09 14:33:17 -05:00
Doug Coleman 868e693977 64-bit add/subtract/multiply 2009-05-09 13:54:42 -05:00
Doug Coleman 777c04f564 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-09 12:09:41 -05:00
Joe Groff 60a18f0416 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-09 11:48:19 -05:00
Joe Groff 1d58b94bf7 send bilerp upstream to spawn 2009-05-09 11:43:04 -05:00
erg 126878baee Merge branch 'master' of git://factorcode.org/git/factor 2009-05-09 10:21:38 -05:00
Slava Pestov ef4c387a92 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-08 22:10:42 -05:00
Doug Coleman ab101bcd07 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-08 21:58:50 -05:00
Slava Pestov 1e7f809a98 specialized-arrays: fix tests on PowerPC 2009-05-08 21:34:28 -05:00
Doug Coleman a0477acadb implementing sha2 512 2009-05-08 19:00:06 -05:00
Joe Groff 0bec5aec05 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-08 18:48:21 -05:00
Joe Groff 4df3f2056d iokit game-input backend improvements:
- avoid some needless allocation when dispatching input events
- some gamepads claim to be pointers too; only match actual mouses
- don't mess with the calibration settings if the axis min/max attributes aren't available

also, throw a more helpful error when plist> fails
2009-05-08 18:47:44 -05:00
Doug Coleman 4e091c236c support sha-224, add constants for all sha2 2009-05-08 18:11:13 -05:00
Slava Pestov 947c63fd93 math.combinatorics: fix unit test and help lint 2009-05-08 18:00:53 -05:00
Doug Coleman 8770f536a3 remove dynamic variables from sha2 2009-05-08 17:39:11 -05:00
Doug Coleman 9f71446cb5 move sha2 state to a tuple 2009-05-08 17:18:43 -05:00
Slava Pestov 194a8552a2 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-08 16:27:36 -05:00
Slava Pestov bbbc89397a Merge branch 'master' of git://projects.elasticdog.com/git/factor 2009-05-08 16:26:27 -05:00
Joe Groff fc49402d40 Add missing ClientToScreen export to windows.user32 2009-05-08 14:09:57 -07:00
Joe Groff 75420c0c6b Merge branch 'master' of /cygdrive/z/Documents/Code/others/factor 2009-05-08 14:00:25 -07:00
Joe Groff 977cd6c147 clip to window client area when grabbing on windows 2009-05-08 15:49:29 -05:00
Joe Groff 226dd80ee1 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-08 13:13:00 -07:00
Joe Groff 3a2a1a6a62 input grabbing support 2009-05-08 15:07:15 -05:00
Doug Coleman b9bdb888f0 more refactoring on sha2 2009-05-08 10:52:25 -05:00
Doug Coleman 114a5138a9 more refactoring on sha2 2009-05-08 10:04:31 -05:00
Doug Coleman a3257918b0 cleaning up sha2 2009-05-08 09:51:57 -05:00
erg 491d11b1fa Merge branch 'master' of git://factorcode.org/git/factor 2009-05-08 07:47:31 -05:00
erg f42ec82db8 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-08 03:53:01 -05:00
Slava Pestov 3174e81f98 tools.deploy.shaker: strip out a few more things 2009-05-08 02:35:46 -05:00
Slava Pestov dfcb5ac574 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-08 00:21:04 -05:00
Slava Pestov 83c162adbb Remove silly retry word from continuations vocab 2009-05-08 00:20:54 -05:00
Slava Pestov 931db821d1 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-07 23:26:37 -05:00
Slava Pestov e007cb56e8 cpu.ppc: fix alien-indirect 2009-05-07 23:26:33 -05:00
Slava Pestov c56809c789 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-07 23:18:52 -05:00
Slava Pestov 5e35f19312 cpu.ppc: bools are 4 bytes on OS X/PowerPC 2009-05-07 23:18:41 -05:00
Slava Pestov 5cba4f694c Merge branch 'master' of git://factorcode.org/git/factor 2009-05-07 21:26:55 -05:00
Slava Pestov e173f136a8 io.backend.windows.privileges: clean up code and fix inference problem 2009-05-07 21:26:29 -05:00