Commit Graph

20585 Commits (9abdc4d16d498c8a9468669f2f30e60d57e09c8c)

Author SHA1 Message Date
Joe Groff 2f32ee3ee3 Merge branch 'master' of factorcode.org:/git/factor 2010-05-01 17:03:22 -07:00
Joe Groff 5861b4e7e6 kernel: update *dip docs to match stack effects and not mention retain stack 2010-05-01 17:03:03 -07:00
Doug Coleman 1e5588a0ea Fix normalization to take stride/padding bytes into account 2010-05-01 18:37:59 -05:00
Doug Coleman 32d001a83b move images.bitmap.loading to images.bitmap 2010-05-01 17:11:11 -05:00
Doug Coleman b11711ab0a Fix help lint for math.polynomials 2010-04-30 14:04:45 -05:00
Doug Coleman 89bf69a7bd Clean up math.polynomials some 2010-04-30 08:42:29 -05:00
unknown be69c02803 Fix enter-fullscreen on windows 2010-04-30 08:06:06 -05:00
Doug Coleman 1d602976c3 Fix smart-if* for multiple inputs and test. oops 2010-04-29 20:21:53 -05:00
Doug Coleman 6cac86bee4 Demonstrate smart-if and smart-if* combinators 2010-04-29 19:57:07 -05:00
Slava Pestov c5fef60396 ui.backend.x11: fix load error 2010-04-29 03:59:31 -04:00
Slava Pestov fb8d418f13 ui.backend.windows: fix compile error 2010-04-29 02:20:17 -05:00
Slava Pestov 54260643c3 ui: use scroll delta information for smoother mouse scrolling on Windows and Mac OS X 2010-04-29 02:52:32 -04:00
Slava Pestov 4ae41d4032 math.vectors: (vmerge) shouldn't be generic 2010-04-29 02:28:05 -04:00
Slava Pestov 92277b94b5 math.vectors.simd.cords: a dash of inline sauce 2010-04-29 01:58:56 -04:00
Slava Pestov 6645703def bootstrap.handbook: fix typo 2010-04-29 01:43:40 -04:00
Slava Pestov 3c5df53874 Merge branch 'master' of git://factorcode.org/git/factor 2010-04-29 01:32:39 -04:00
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 2ab437e1f1 vocabs: add a link to the parse-time word lookup article 2010-04-28 05:04:09 -04: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