Commit Graph

20498 Commits (458fd007bee7255196cd27d87cc29aac6980a954)

Author SHA1 Message Date
Joe Groff 0aff35bfee game.models.half-edge: additional vertex-diagonals word 2010-04-28 18:52:40 -07:00
Joe Groff 84c79879df game.models.half-edge words for walking half-edge model representation 2010-04-28 18:41:36 -07:00
Joe Groff add082faa3 Merge branch 'master' of factorcode.org:/git/factor 2010-04-28 15:49:00 -07:00
Joe Groff 0ab9046300 rename half-floats vocab to math.floats.half 2010-04-28 15:48:47 -07:00
Slava Pestov 5ac954b154 vocabs: add a link to the parse-time word lookup article 2010-04-28 05:04:09 -04:00
Slava Pestov c9db8f4269 io.sockets: update <datagram> docs 2010-04-27 10:52:19 -04:00
Daniel Ehrenberg bfd76b41c8 Merge branch 'master' of git://factorcode.org/git/factor 2010-04-25 18:10:36 -05:00
Daniel Ehrenberg 879687521d Documenting bitfields in structs 2010-04-25 18:09:58 -05:00
Doug Coleman 13baf777c9 Test factor.sh output on unix platforms 2010-04-25 15:23:44 -05:00
Doug Coleman daf63d11b6 gitignore the fresh boot image 2010-04-25 15:16:08 -05:00
Doug Coleman ac9b29ccf3 Merge remote branch 'origin/master' 2010-04-25 14:59:39 -05:00
Doug Coleman 6023070fec A little overzealous with the factor.sh echo cleanup 2010-04-25 14:59:07 -05:00
Joe Groff 4022ceda8d Merge branch 'master' of factorcode.org:/git/factor 2010-04-25 12:19:28 -07:00
Joe Groff 859ec88bcd ui.backend.x11: search path for xmessage rather than hardcoding path 2010-04-25 12:18:45 -07:00
Daniel Ehrenberg d4eba4632a Making tools.deploy.shaker remove require-when data structures 2010-04-24 21:29:46 -05:00
Doug Coleman a51fea1224 Fix unit test for when auto-use isnt on and test the other constructor error condition 2010-04-23 23:30:51 -05:00
Doug Coleman e3d6ba974c Remove dumb echo from factor.sh 2010-04-23 23:28:24 -05:00
Doug Coleman cc546c3a94 init-cuda in a couple more places... 2010-04-23 23:19:26 -05:00
Doug Coleman 8d76f2e612 Sprinkle init-cuda everywhere you could conceivably need it! 2010-04-23 23:17:47 -05:00
Doug Coleman 6809ac0855 Copy factor.image to factor.image.fresh after bootstrapping. Use $ECHO in more places. 2010-04-23 23:14:53 -05:00
Doug Coleman 654e4d48f5 More error checking in constructors for when slot name is repeated or a slot is not present in a tuple 2010-04-23 20:12:54 -05:00
Doug Coleman 095763bcee Move cuda.devices word out of cuda.utils 2010-04-23 18:27:13 -05:00
Doug Coleman 8323332838 Compile the .cu file with a relative pathname instead of absolute 2010-04-23 15:06:43 -05:00
Doug Coleman b8c10dc2cd Add using 2010-04-23 14:43:48 -05:00
Doug Coleman b34c75a6a3 move cuda.utils library words to cuda.libraries 2010-04-23 14:43:13 -05:00
Doug Coleman 8ae600124c remove init-cuda from a combinator because it's a startup-hook now 2010-04-23 14:29:24 -05:00
Doug Coleman 656f8987a1 Run hello-world on each CUDA device. fix a bug with returning the hello world string. add with-each-cuda-device combinator to run a program on each device. add an init-hook for cuda-init 2010-04-23 14:29:24 -05:00
Doug Coleman d6036b6d5b make host>device only take one parameter, add 2<<< for calling cuda functions where shared-memory is 0, simplify hello-world example 2010-04-23 14:29:23 -05:00
Joe Groff e5c65b2204 use word-props instead of singletons for enum>number conversion so there's not a big fat generic making the image buy another plane ticket 2010-04-21 22:22:06 -07:00
Joe Groff 4c7ab0e9a3 doll up ENUM: docs 2010-04-21 21:33:04 -07:00
Doug Coleman a00c5170bc Merge remote branch 'origin/master' 2010-04-21 21:32:55 -05:00
Doug Coleman 339952697f Fix alien.enum docs 2010-04-21 21:32:33 -05:00
Joe Groff 6b2fdc73f5 Merge branch 'master' of factorcode.org:/git/factor 2010-04-20 22:48:45 -07:00
Joe Groff 33cf10e922 lua: clean up some literals abuse 2010-04-20 22:48:28 -07:00
Doug Coleman eefc8b6e2f Fix C-ENUM: -> ENUM: 2010-04-21 00:42:33 -05:00
Daniel Ehrenberg f68983b310 Merge branch 'master' of git://factorcode.org/git/factor 2010-04-21 00:41:31 -05:00
Daniel Ehrenberg c5530080c4 Fixing issue where require-when could create a circularity 2010-04-21 00:40:40 -05:00
Doug Coleman ddfeee4621 Add a 'not tested' tag to javascriptcore 2010-04-21 00:30:05 -05:00
Erik Charlebois 01bec445e1 Merge branch 'dwarf' 2010-04-20 22:28:45 -07:00
Erik Charlebois 2be0e94c87 Merge branch 'fluids' 2010-04-20 22:28:43 -07:00
Erik Charlebois 723302053b Merge branch 'lua' 2010-04-20 22:28:17 -07:00
Erik Charlebois e3e19ddc67 Remove redundant vocab usage in model-viewer 2010-04-20 22:27:52 -07:00
Joe Groff 305c3de2af Merge branch 'master' of factorcode.org:/git/factor into symbolic-enums 2010-04-20 17:17:35 -07:00
Joe Groff 5b98e96081 Merge branch 'master' into symbolic-enums 2010-04-20 17:17:26 -07:00
Joe Groff f9668be814 alien.enums: make enum>number foldable so it optimizes constant enums to constant ints, make number>enum a macro so it doesn't use c-type metadata at runtime 2010-04-20 17:05:14 -07:00
Joe Groff a848b4b0c5 Merge branch 'symbolic-enums' of git://github.com/erikcharlebois/factor 2010-04-20 16:43:58 -07:00
Doug Coleman 54134f90f5 use js-context in eval-js 2010-04-20 17:30:23 -05:00
Joe Groff 1f30eba364 Merge branch 'master' of factorcode.org:/git/factor 2010-04-20 15:28:19 -07:00
Joe Groff 78e26edb9a GNUmakefile: build factor shared library by default again 2010-04-20 15:28:09 -07:00
Doug Coleman b32782ac9b Move the guts of eval-js to its own word, add eval-js-standalone for unit tests 2010-04-20 17:25:28 -05:00