Commit Graph

20448 Commits (338b64418aea3714296e5d73cd50be0e945f373a)

Author SHA1 Message Date
Sheepson Apprentice 338b64418a Fix echo bug again 2010-04-29 00:23:03 -05:00
Joe Groff e6afd88e4a game.models.half-edge: additional vertex-diagonals word 2010-04-28 18:52:40 -07:00
Joe Groff 0ccf6e6dcc game.models.half-edge words for walking half-edge model representation 2010-04-28 18:41:36 -07:00
Joe Groff b59d7d9bf2 Merge branch 'master' of factorcode.org:/git/factor 2010-04-28 15:49:00 -07:00
Joe Groff bec542f08d rename half-floats vocab to math.floats.half 2010-04-28 15:48:47 -07:00
Slava Pestov f0291cf862 io.sockets: update <datagram> docs 2010-04-27 10:52:19 -04:00
Daniel Ehrenberg f3de04f1b5 Merge branch 'master' of git://factorcode.org/git/factor 2010-04-25 18:10:36 -05:00
Daniel Ehrenberg 4cf75e97b5 Documenting bitfields in structs 2010-04-25 18:09:58 -05:00
Doug Coleman 09fc805f56 Test factor.sh output on unix platforms 2010-04-25 15:23:44 -05:00
Doug Coleman ffe5b497f6 gitignore the fresh boot image 2010-04-25 15:16:08 -05:00
Doug Coleman 4e7c45e76d Merge remote branch 'origin/master' 2010-04-25 14:59:39 -05:00
Doug Coleman 970d2cad2d A little overzealous with the factor.sh echo cleanup 2010-04-25 14:59:07 -05:00
Joe Groff 352f6d68de Merge branch 'master' of factorcode.org:/git/factor 2010-04-25 12:19:28 -07:00
Joe Groff c434fbf47c ui.backend.x11: search path for xmessage rather than hardcoding path 2010-04-25 12:18:45 -07:00
Daniel Ehrenberg cf0453f80c Making tools.deploy.shaker remove require-when data structures 2010-04-24 21:29:46 -05:00
Doug Coleman 7567bc5cf6 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 9c8bbcab34 Remove dumb echo from factor.sh 2010-04-23 23:28:24 -05:00
Doug Coleman 656118f959 init-cuda in a couple more places... 2010-04-23 23:19:26 -05:00
Doug Coleman 61a91cc416 Sprinkle init-cuda everywhere you could conceivably need it! 2010-04-23 23:17:47 -05:00
Doug Coleman 508eb5593f Copy factor.image to factor.image.fresh after bootstrapping. Use $ECHO in more places. 2010-04-23 23:14:53 -05:00
Doug Coleman 08b45ccfce 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 363fc2071e Move cuda.devices word out of cuda.utils 2010-04-23 18:27:13 -05:00
Doug Coleman 359067f36f Compile the .cu file with a relative pathname instead of absolute 2010-04-23 15:06:43 -05:00
Doug Coleman 441856e119 Add using 2010-04-23 14:43:48 -05:00
Doug Coleman 47ddf60b80 move cuda.utils library words to cuda.libraries 2010-04-23 14:43:13 -05:00
Doug Coleman 28c775381d remove init-cuda from a combinator because it's a startup-hook now 2010-04-23 14:29:24 -05:00
Doug Coleman 5d3b8ed678 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 f86227913c 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 adcdc5a45e 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 00e4503982 doll up ENUM: docs 2010-04-21 21:33:04 -07:00
Doug Coleman 2c3146bcf8 Merge remote branch 'origin/master' 2010-04-21 21:32:55 -05:00
Doug Coleman 9145e897b5 Fix alien.enum docs 2010-04-21 21:32:33 -05:00
Joe Groff 37b251c418 Merge branch 'master' of factorcode.org:/git/factor 2010-04-20 22:48:45 -07:00
Joe Groff 607c3d2f70 lua: clean up some literals abuse 2010-04-20 22:48:28 -07:00
Doug Coleman 27152e5fdb Fix C-ENUM: -> ENUM: 2010-04-21 00:42:33 -05:00
Daniel Ehrenberg 829e08550c Merge branch 'master' of git://factorcode.org/git/factor 2010-04-21 00:41:31 -05:00
Daniel Ehrenberg 2fa116980f Fixing issue where require-when could create a circularity 2010-04-21 00:40:40 -05:00
Doug Coleman 5210b2d563 Add a 'not tested' tag to javascriptcore 2010-04-21 00:30:05 -05:00
Erik Charlebois ac9ceb0b7d Merge branch 'dwarf' 2010-04-20 22:28:45 -07:00
Erik Charlebois 0114e47bba Merge branch 'fluids' 2010-04-20 22:28:43 -07:00
Erik Charlebois a900ec9e0a Merge branch 'lua' 2010-04-20 22:28:17 -07:00
Erik Charlebois 9d482e1367 Remove redundant vocab usage in model-viewer 2010-04-20 22:27:52 -07:00
Joe Groff 4b2bcf80a5 Merge branch 'master' of factorcode.org:/git/factor into symbolic-enums 2010-04-20 17:17:35 -07:00
Joe Groff 37bc8f4fdc Merge branch 'master' into symbolic-enums 2010-04-20 17:17:26 -07:00
Joe Groff 970df56056 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 5b116da02e Merge branch 'symbolic-enums' of git://github.com/erikcharlebois/factor 2010-04-20 16:43:58 -07:00
Doug Coleman 169f566b63 use js-context in eval-js 2010-04-20 17:30:23 -05:00
Joe Groff f032a9baf2 Merge branch 'master' of factorcode.org:/git/factor 2010-04-20 15:28:19 -07:00
Joe Groff 21e291c07e GNUmakefile: build factor shared library by default again 2010-04-20 15:28:09 -07:00
Doug Coleman fc71551b65 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