Slava Pestov
|
dca528eaef
|
benchmark.terrain-generation: fix type error
|
2009-08-29 22:09:51 -05:00 |
Slava Pestov
|
9d61c162e2
|
benchmark.struct-arrays: doesn't actually need HINTS:
|
2009-08-29 21:23:35 -05:00 |
Joe Groff
|
4197891499
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-28 10:40:30 -05:00 |
Joe Groff
|
c6c22a4d5d
|
add a terrain-generation benchmark so slava will make it fast
|
2009-08-28 10:40:01 -05:00 |
Slava Pestov
|
ff4213003b
|
system-info.windows: fix load error
|
2009-08-28 05:38:29 -05:00 |
Slava Pestov
|
624f636533
|
benchmark.struct-arrays: new benchmark to measure performance of struct-arrays, struct classes, and floating point math
|
2009-08-28 05:21:54 -05:00 |
Doug Coleman
|
ee418a75d9
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-27 19:53:46 -05:00 |
Doug Coleman
|
02fe28ce82
|
add an image-control gadget
|
2009-08-27 19:06:40 -05:00 |
Doug Coleman
|
9777de8c35
|
manually apply alec's patch for bloom filters
|
2009-08-27 16:03:45 -05:00 |
Doug Coleman
|
7cc86bd0ab
|
add initial gif parsing. needs to be run on more gifs, needs lzw decompression
|
2009-08-27 14:15:34 -05:00 |
Joe Groff
|
784b8c04ce
|
move classes.struct from extra to basis
|
2009-08-26 15:55:01 -05:00 |
Joe Groff
|
eae92a404a
|
update gpu.demos.bunny for alien.arrays boxing change
|
2009-08-26 15:05:07 -05:00 |
Doug Coleman
|
725a07b62d
|
add find-images word
|
2009-08-26 14:28:06 -05:00 |
Doug Coleman
|
03fc2a3461
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-26 09:40:49 -05:00 |
Joe Groff
|
e919e71163
|
test array slots in STRUCTs
|
2009-08-25 21:54:19 -05:00 |
Joe Groff
|
39ac27c50a
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-25 20:43:51 -05:00 |
Joe Groff
|
8aa9327dcc
|
support <c-type-array> on complex ffi types
|
2009-08-25 19:58:04 -05:00 |
Slava Pestov
|
fb1693bf1d
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-25 19:39:24 -05:00 |
Slava Pestov
|
b71e14d89f
|
benchmark.raytracer: eliminate -rot usage
|
2009-08-25 19:33:48 -05:00 |
Joe Groff
|
d42edd4e3b
|
byte-length method for classes.struct STRUCTs
|
2009-08-25 19:04:29 -05:00 |
Doug Coleman
|
d109126c4b
|
more structs
|
2009-08-25 18:19:34 -05:00 |
Joe Groff
|
182963b9c4
|
add missing use to classes.struct tests
|
2009-08-25 17:19:26 -05:00 |
Joe Groff
|
847cd797bb
|
make classes.struct work with string pointer slots
|
2009-08-25 13:18:20 -05:00 |
Joe Groff
|
56ca6ceeef
|
classes.c-types is kinda half-baked. get rid of it, and make classes.struct parse c types directly
|
2009-08-25 13:03:43 -05:00 |
Joe Groff
|
a4aa0dddbe
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-25 11:40:26 -05:00 |
Joe Groff
|
f430c9a3d5
|
fix classes.struct structs when used in FFI, add a test
|
2009-08-25 11:40:05 -05:00 |
Joe Groff
|
d950e5a5de
|
add aliases to classes.c-types to look more like FFI types
|
2009-08-25 11:39:44 -05:00 |
Slava Pestov
|
965e9ba327
|
alien.marshall: fix unit tests
|
2009-08-25 05:10:41 -05:00 |
Slava Pestov
|
6106eed185
|
alien.marshall.syntax: don't clobber bool type in unit tests
|
2009-08-25 05:06:16 -05:00 |
Joe Groff
|
bbb220f892
|
make memory.piles load without auto-use
|
2009-08-24 19:43:19 -05:00 |
Joe Groff
|
4923c66cc9
|
memory.piles: <pile-c-object> and <pile-c-array> convenience words
|
2009-08-22 21:03:39 -05:00 |
Joe Groff
|
17a08cb07a
|
gpu.shaders docs corrections
|
2009-08-22 20:15:13 -05:00 |
Joe Groff
|
800bcdecf5
|
convert alien.struct fields to classes.struct fields; add tests
|
2009-08-20 08:44:19 -05:00 |
Joe Groff
|
60468308f1
|
make a corresponding traditional C-STRUCT: for STRUCT: classes
|
2009-08-19 22:50:02 -05:00 |
Joe Groff
|
06ecb30140
|
make slot initial-values check the class for an "initial-value" word prop; set this word prop on classes.c-types types
|
2009-08-19 21:28:20 -05:00 |
Joe Groff
|
767d64622d
|
test that STRUCT:s and UNION-STRUCT:s see properly
|
2009-08-19 20:32:49 -05:00 |
Joe Groff
|
4d95e5ef2e
|
fix up struct parsing/printing
|
2009-08-19 20:21:57 -05:00 |
Joe Groff
|
d99a126ca4
|
remove a layer of indirection from classes.c-types
|
2009-08-19 18:54:11 -05:00 |
Joe Groff
|
c898593983
|
decouple struct parsing/printing from tuple parsing/printing a bit
|
2009-08-19 18:53:44 -05:00 |
Joe Groff
|
4d87c91d59
|
classes.struct unit tests to check union heap-size and that structs can be passed as FFI args
|
2009-08-18 13:10:52 -05:00 |
Joe Groff
|
600bf6bcdc
|
don't use setter words from classes.struct boa>object, otherwise struct literals of classes in the current compilation unit won't compile
|
2009-08-18 10:26:45 -05:00 |
Joe Groff
|
4ea2820f2f
|
remove irrelevant undo test from classes.struct
|
2009-08-18 10:25:47 -05:00 |
Joe Groff
|
24d9a8635c
|
Merge branch 'struct-classes' of git://factorcode.org/git/factor
|
2009-08-17 21:26:19 -05:00 |
Slava Pestov
|
630ffb8ae6
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-17 20:12:33 -05:00 |
Slava Pestov
|
4fac281b1a
|
rpn: new demo, simple RPN calculator that doesn't use Factor's evaluator reflectively
|
2009-08-17 20:12:05 -05:00 |
Doug Coleman
|
5193cd625f
|
fix unit tests for multi-methods
|
2009-08-17 19:24:14 -05:00 |
Doug Coleman
|
2d8d92a9d3
|
move IN: around
|
2009-08-17 19:05:13 -05:00 |
Mitchell N Charity
|
cad255c393
|
multi-methods: mv from unmaintained/ to extra/
|
2009-08-17 15:49:43 -04:00 |
Slava Pestov
|
5297be3e19
|
compiler.tree.modular-arithmetic: stronger optimization handles > 1 usages case as well as values defined and used in loops. Eliminates 5 out of 8 >fixnum calls in benchmark.yuv-to-rgb
|
2009-08-15 18:42:41 -05:00 |
Doug Coleman
|
6aa64a15dd
|
forgot one
|
2009-08-14 14:40:44 -05:00 |