Commit Graph

16621 Commits (24e2f087ea04b27a7cbf76d100e4ef7454b880c7)

Author SHA1 Message Date
Joe Groff 3859579c72 Merge branch 'master' of git://factorcode.org/git/factor 2009-08-27 21:17:17 -05:00
Joe Groff a74a0151c3 return YES from cocoa app delegate's applicationShouldHandleReopen: method. this allows app-icon-minimized windows on snow leopard to automatically restore when the dock icon is clicked 2009-08-27 21:16:41 -05:00
Doug Coleman 1df4ec0d83 Merge branch 'master' of git://factorcode.org/git/factor 2009-08-27 20:36:19 -05:00
Doug Coleman 850475c2ab newstructify PIXELFORMAT 2009-08-27 20:35:37 -05:00
Slava Pestov 41f65c45dc Merge branch 'master' of git://factorcode.org/git/factor 2009-08-27 20:30:08 -05:00
Slava Pestov 36b04676ae Merge branch 'master' of git://factorcode.org/git/factor 2009-08-27 20:30:15 -05:00
Slava Pestov d4986fba10 Merge branch 'master' of git://factorcode.org/git/factor 2009-08-27 20:29:28 -05:00
Slava Pestov 57bafa6860 tools.deploy: remove malloc debugging better, and don't set next-method word prop for methods that don't call-next-method 2009-08-27 20:29:16 -05:00
Slava Pestov dc951c4ad1 tools.deploy.test: give PowerPC an extra 100kb 2009-08-27 20:27:35 -05:00
Doug Coleman c09b07baa3 Merge branch 'master' of git://factorcode.org/git/factor 2009-08-27 19:53:46 -05:00
Joe Groff 8e85b5ef96 Merge branch 'master' of git://factorcode.org/git/factor 2009-08-27 19:23:20 -05:00
Joe Groff ee8c48bbb8 ui.backend.cocoa.views: yield in drawRect: impl so that windows will redraw while being resized on snow leopard 2009-08-27 19:21:38 -05:00
Doug Coleman b4d801ecdd Merge branch 'master' of git://factorcode.org/git/factor 2009-08-27 19:06:56 -05:00
Doug Coleman faf1930ad3 add an image-control gadget 2009-08-27 19:06:40 -05:00
Slava Pestov 5f33f7306f compiler.tree.propagation.transforms: don't fail to compile if 'at' called on something that's not an assoc 2009-08-27 18:57:56 -05:00
Doug Coleman 82e5ffa893 fix typo in gensym reported by mnestic 2009-08-27 16:10:00 -05:00
Doug Coleman ad8fe6f132 manually apply alec's patch for bloom filters 2009-08-27 16:03:45 -05:00
Doug Coleman 5221eee11e add initial gif parsing. needs to be run on more gifs, needs lzw decompression 2009-08-27 14:15:34 -05:00
Doug Coleman 6493da39e8 Merge branch 'master' of git://factorcode.org/git/factor 2009-08-27 12:33:06 -05:00
Joe Groff 88345c97e6 better factor.sh output after git fetch whether script is restarted or not 2009-08-27 12:15:52 -05:00
Joe Groff 3c6f3f362b change factor.sh update to fetch and pull in separate steps so certain platforms that exclusive-lock running scripts won't ruin the repo when factor.sh changes in the future 2009-08-27 12:05:56 -05:00
Doug Coleman 49af91cfd0 spacing 2009-08-27 11:43:19 -05:00
Doug Coleman 37b661560e use constant 2009-08-27 11:24:26 -05:00
Doug Coleman 93b6d1c386 Merge branch 'master' of git://factorcode.org/git/factor 2009-08-27 07:07:09 -05:00
sheeple 8970cbc961 cpu.ppc: fix ##box-displaced-alien 2009-08-27 04:43:45 -05:00
Slava Pestov c9cba1cc00 compiler.cfg.instructions: forgot that ##box-displaced-alien needs a GC check; fixes segfault in benchmark.mandel 2009-08-27 04:09:35 -05:00
Slava Pestov a9de542550 A few inline declarations 2009-08-27 04:09:12 -05:00
Slava Pestov 881677752f Merge branch 'master' of git://factorcode.org/git/factor 2009-08-27 00:06:30 -05:00
Slava Pestov 9caf3f9248 compiler: new inline intrinsic for <displaced-alien> where the inputs have known types; value numbering now eliminates unnecessary allocation of displaced aliens if the result is immediately unboxed again 2009-08-27 00:06:19 -05:00
Joe Groff 5cc1ce3d8a throw a friendlier error when attempting to create a struct without slots 2009-08-26 22:37:59 -05:00
Doug Coleman 6858a1c9db Merge branch 'master' of git://factorcode.org/git/factor 2009-08-26 22:26:29 -05:00
Joe Groff 46b124c056 require struct-arrays after alien.structs is loaded 2009-08-26 22:24:55 -05:00
Doug Coleman 873d3253ee remove duplicate usings 2009-08-26 22:23:03 -05:00
Joe Groff a9683e80c4 test that array slots in structs optimize down 2009-08-26 21:50:12 -05:00
Joe Groff aeee614215 inline sequence methods on direct-arrays 2009-08-26 21:49:45 -05:00
Joe Groff 1ec0d1290a test that struct-arrays and struct construction optimize down 2009-08-26 21:38:00 -05:00
Joe Groff f28b6ccf68 make struct-prototype foldable so that <struct> compiles efficiently 2009-08-26 21:27:12 -05:00
Joe Groff 629e8bc89b add a partial eval for memory>struct so that it compiles efficiently when the struct class is known 2009-08-26 21:18:19 -05:00
Joe Groff d5bc08cdea more inlines on struct-arrays to make the optimizing go down smoother 2009-08-26 19:56:22 -05:00
Joe Groff 8dbd25b6cd fix struct-array of struct class; inline memory>struct so the compiler can optimize a little better 2009-08-26 19:20:20 -05:00
Joe Groff 48c47740c6 trying to memory>struct a non-struct class is feptastic 2009-08-26 19:09:38 -05:00
Joe Groff 5a3ee347aa prettyprint struct-arrays 2009-08-26 18:22:51 -05:00
Joe Groff f9d989b1ae literal syntax for struct-arrays 2009-08-26 18:09:02 -05:00
Joe Groff 3bb895dcdf bitwise equal? for struct objects 2009-08-26 18:05:38 -05:00
Joe Groff 690c6b01bc use struct class in struct-arrays test 2009-08-26 17:38:33 -05:00
Joe Groff e9a0c96563 box elements of struct-arrays when a struct class is used as the element type 2009-08-26 17:19:30 -05:00
Joe Groff 6d65bc593f on OS X, rather than define _XOPEN_SOURCE, use the non-deprecated sys/ucontext.h header instead 2009-08-26 16:44:25 -05:00
Joe Groff a1ffc727b1 add -D_XOPEN_SOURCE flag to suppress ucontext deprecation errors on snow leopard. add -m32 flag when compiling 32-bit because snow leopard gcc defaults to x86_64 2009-08-26 16:29:55 -05:00
Joe Groff 1bab289258 move classes.struct from extra to basis 2009-08-26 15:55:01 -05:00
Joe Groff f9f53b83b0 update gpu.demos.bunny for alien.arrays boxing change 2009-08-26 15:05:07 -05:00