]> gitweb.factorcode.org Git - factor.git/history - extra
"factor.cmd" script to automate update/build/bootstrap cycle for windows. remove...
[factor.git] / extra /
2010-05-22 Slava Pestovecdsa: C types can't be strings anymore
2010-05-22 Slava Pestovchipmunk.demo: fix load error
2010-05-22 Doug ColemanRemove dependency on tick unit
2010-05-22 Doug ColemanFinish renaming micros->nanos in game code, update...
2010-05-22 Doug ColemanUpdate code base for new alarms api
2010-05-21 Doug ColemanFix using list in sequences.unrolled, keys/values was...
2010-05-21 Doug ColemanFix using list for keys/values change
2010-05-21 Doug ColemanUse overhauled alarms in game.loop
2010-05-21 Doug ColemanUse keys/values where appropriate
2010-05-21 Joe Groffcuda.libraries: make grid tuple read-only, grid-dim...
2010-05-21 Joe Groffcuda.libraries, cuda.syntax: support for both 32- and...
2010-05-21 Joe Groffcuda.libraries: rework parameter passing to fill entire...
2010-05-20 Joe Groffcuda.libraries: scrape out some useless code
2010-05-20 Joe Groffcuda.libraries, cuda.syntax: factor generated CUDA...
2010-05-20 Joe Groffcuda.libraries: rename "function-launcher" to "grid...
2010-05-20 Joe Groffimprove cuda library organization
2010-05-19 Slava Pestovspecialized-arrays: rename byte-array>T-array to T...
2010-05-18 Slava PestovMove remaining sequence operations from generalizations...
2010-05-18 Joe Groffimages.viewer: tag "not tested" rather than "not tested^M"
2010-05-18 Slava Pestovimages.viewer: add not tested tag since the unit tests...
2010-05-17 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-05-17 Joe GroffMerge branch 'images.viewer' of git://github.com/jonens...
2010-05-17 Joe Groffcuda.devices: factor "context-device cuda-device-proper...
2010-05-16 Jon Harperfix exception for large images
2010-05-16 Joe Groffcuda.gl.ffi: add missing LIBRARY: cuda befor ffi functi...
2010-05-15 Joe Groffcuda.gl: enum>number the flags argument to gl-buffer...
2010-05-15 Joe Groffcuda: move init-cuda from cuda.utils
2010-05-15 Joe Groffcuda.demos.prefix-sum: add init-cuda
2010-05-15 Jon Harpergl-texture-int is now in opengl.textures
2010-05-15 Jon Harperfix images.viewer + documentation
2010-05-15 Joe Groffopengl.textures: borrow get-texture-float and get-textu...
2010-05-15 Joe Groffcuda: more API cleanups:
2010-05-14 Joe Groffgpu.buffers: "with-mapped-buffer-array" helper word...
2010-05-14 Joe Groffcuda.gl: add free-resource word to release interop...
2010-05-14 Joe Groffcuda: add "cuda.gl" vocab with words for cuda/opengl...
2010-05-14 Joe Groffcuda: in with-cuda-context, sync context when cleaning...
2010-05-14 Joe Groffgpu.render: allow uchar-array, ushort-array, and uint...
2010-05-12 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-05-12 Joe Groffnew cuda.types vocab containing CUDA vector types ...
2010-05-11 Slava Pestovcuda.utils: fix load error
2010-05-10 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-05-10 Joe Groffcuda.utils: add "sync-context" word
2010-05-10 Slava Pestovcompiler.graphviz: fix load error
2010-05-08 Joe Groffcuda.devices: fix distribute-jobs to look only at width...
2010-05-08 Joe Groffcuda.devices: have distribute-jobs construct a launcher...
2010-05-08 Joe Groffremove cuda.constants; it's better to get those values...
2010-05-08 Joe Groffcuda.devices: "distribute-jobs" utility word that deter...
2010-05-08 Joe Groffcuda.utils: foo <c-object> ... foo memory>struct =...
2010-05-08 Joe Groffcdua.devices: remove redundant init-cuda calls
2010-05-06 Slava PestovLanguage change: tuple slot setter words with stack...
2010-05-06 Joe Groffcuda: fix using single integer as grid size
2010-05-06 Joe Groffcuda.memory: dependencies
2010-05-06 Joe Groffcuda: rearrange function-launcher grid and block dim...
2010-05-05 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2010-05-05 Joe GroffMerge branch 'master' of factorcode.org:/git/factor...
2010-05-05 Joe Groffadd cuda.constants vocab
2010-05-05 Joe Groffcuda.memory, cuda.syntax: inline some more words, add...
2010-05-05 Joe GroffMerge branch 'master' of factorcode.org:/git/factor...
2010-05-04 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-05-04 Daniel EhrenbergCleaning up trees code a little bit
2010-05-04 Slava Pestovmason.release.tidy: don't die if file doesn't exist
2010-05-04 Joe GroffMerge branch 'master' into cuda-changes
2010-05-04 Joe Groffcuda: streamline memory api
2010-05-03 Daniel EhrenbergMerge branch 'master' into s3
2010-05-03 Slava Pestovcompiler.cfg.debugger: clean up and make it more flexible
2010-05-03 Slava Pestovbenchmark.yuv-to-rgb: use TYPED: instead of HINTS:
2010-05-02 Joe Groffjoystick-demo: missing iota
2010-04-29 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2010-04-29 Joe Groffgame.models.half-edge: additional vertex-diagonals...
2010-04-29 Joe Groffgame.models.half-edge words for walking half-edge model...
2010-04-28 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-04-28 Joe Groffrename half-floats vocab to math.floats.half
2010-04-25 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-04-25 Doug ColemanTest factor.sh output on unix platforms
2010-04-25 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-04-24 Doug ColemanFix unit test for when auto-use isnt on and test the...
2010-04-24 Doug Colemaninit-cuda in a couple more places...
2010-04-24 Doug ColemanSprinkle init-cuda everywhere you could conceivably...
2010-04-24 Doug ColemanMore error checking in constructors for when slot name...
2010-04-23 Doug ColemanMove cuda.devices word out of cuda.utils
2010-04-23 Doug ColemanCompile the .cu file with a relative pathname instead...
2010-04-23 Doug ColemanAdd using
2010-04-23 Doug Colemanmove cuda.utils library words to cuda.libraries
2010-04-23 Doug Colemanremove init-cuda from a combinator because it's a start...
2010-04-23 Doug ColemanRun hello-world on each CUDA device. fix a bug with...
2010-04-23 Doug Colemanmake host>device only take one parameter, add 2<<<...
2010-04-22 Doug ColemanMerge remote branch 'origin/master'
2010-04-21 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-04-21 Joe Grofflua: clean up some literals abuse
2010-04-21 Doug ColemanFix C-ENUM: -> ENUM:
2010-04-21 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-04-21 Doug ColemanAdd a 'not tested' tag to javascriptcore
2010-04-21 Erik CharleboisMerge branch 'dwarf'
2010-04-21 Erik CharleboisMerge branch 'fluids'
2010-04-21 Erik CharleboisMerge branch 'lua'
2010-04-21 Erik CharleboisRemove redundant vocab usage in model-viewer
2010-04-21 Joe GroffMerge branch 'master' of factorcode.org:/git/factor...
2010-04-21 Joe GroffMerge branch 'master' into symbolic-enums
2010-04-20 Joe GroffMerge branch 'symbolic-enums' of git://github.com/erikc...
2010-04-20 Doug Colemanuse js-context in eval-js
next