]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2009-10-20 Doug Colemanchange add-init-hook to add-startup-hook, new add-shutd...
2009-10-19 Joe Groffinline trilerp so that perlin-noise is pretty much...
2009-10-19 Joe Groffadd a typed-disassemble convenience word to typed.debugger
2009-10-19 Joe Groffmake vshuffle-bytes intrinsic for any shuffle mask...
2009-10-19 Slava Pestovtools.deploy: increase terrain size tolerance, decrease...
2009-10-19 Slava Pestovvm: change code heap alignment to 16 bytes instead...
2009-10-19 Slava Pestovpeg: fix unit test failures
2009-10-19 Slava PestovMove modules and peg-lexer to unmaintained
2009-10-19 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-10-19 Slava PestovMerge branch 'master' of git://github.com/killy971...
2009-10-19 Slava Pestovrandom.sfmt: make it endian-agnostic
2009-10-19 Slava Pestovcompiler: fix typo in intrinsics tests
2009-10-19 Slava Pestovcompiler: fix low-level-ir test on PowerPC
2009-10-19 Slava Pestovcompiler: on PPC, ANDI, ORI and XORI instructions take...
2009-10-19 Slava Pestovspecialized-arrays, specialized-vectors: fix potential...
2009-10-19 Slava Pestovpeg.ebnf: fix
2009-10-19 Slava Pestovpeg.ebnf: turn $unchecked-examples into $examples
2009-10-19 Slava PestovMerge branch 'ebnf' of git://double.co.nz/git/factor
2009-10-19 Chris Doublepeg.ebnf doc fixes to appease help.lint
2009-10-19 Slava Pestovvm: cleanup
2009-10-19 Chris DoubleTweak what EBNF words are private
2009-10-19 Chris DoubleBasic peg.ebnf docs
2009-10-19 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-19 Joe Groffmath.vectors.conversion docs
2009-10-19 Slava Pestovvm: rename myvm and parent_vm instance variables to...
2009-10-19 Slava Pestovvm: rename F to false_object, and rename T to true_object
2009-10-18 Slava Pestovvm: fix GC safety issue in non-optimizing compiler
2009-10-18 Joe Groffgpu.render: factor out and make public a "bind-uniforms...
2009-10-18 Joe Groffupdate vshuffle docs
2009-10-18 Slava Pestovtools.deploy.test: cheat on windows until we have class...
2009-10-18 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-18 Joe Groffgpu.shaders: carry over instances from old shader/progr...
2009-10-18 Guillaume NargeotSolution to Project Euler problem 81
2009-10-18 Slava Pestovcpu.x86.32: fix callbacks on platforms where stack...
2009-10-17 Joe Groffscuttle bogus math.vectors.simd test
2009-10-17 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-17 Joe Grofffix sporadic "fall-through in cond" failure in float...
2009-10-17 Slava Pestovterrain: fix deploy config
2009-10-17 Joe Groffmoved "typed" to basis
2009-10-17 Joe Grofffix type propagation information put on non-SIMD specia...
2009-10-17 Joe Groffmake hlshift/hrshift simd tests endian agnostic
2009-10-17 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-17 Joe Groffuse FRSP to convert double to single on PPC
2009-10-17 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-17 Slava Pestovio.backend/pathnames: fix help lint
2009-10-17 Doug Colemanfix cmwc on 32 bit factor
2009-10-17 Joe Groffadd unit test that doubles stored in single-precision...
2009-10-17 Slava Pestovtools.deploy.shaker: strip out typed word props
2009-10-17 Slava Pestovalien.c-types: c-type no longer calls parser at runtime...
2009-10-17 Slava Pestovsyntax: fix docs for :
2009-10-17 Slava Pestovterrain: make it deploy
2009-10-17 Joe Groffdocs for typed
2009-10-17 Joe Groffbanish typed prettyprinting to its own vocab
2009-10-17 Joe Groffuse unsigned<->signed unpacking for normal-noise becaus...
2009-10-17 Joe Groffhide typed's private parts
2009-10-17 Slava Pestovtyped: fix deployment
2009-10-17 Slava Pestovcpu.x86.32: fix magic stack frame handling
2009-10-17 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-17 Doug Colemanfix using
2009-10-16 Joe Grofftweak terrain collision detection
2009-10-16 Doug Colemanmake words public again
2009-10-16 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-16 Joe Groffhurr
2009-10-16 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-16 Joe Groffimprove error reporting of failing simd fallbacks
2009-10-16 Joe Grofftweak parse-c-type so data-map can parse non-c-types
2009-10-16 Doug Colemanremove most of the overhead in cmwc, it's fast now
2009-10-16 Joe Groffimprove grid-mesh generation performance
2009-10-16 Doug Colemanremove yet another slow mutable local
2009-10-16 Doug Colemaninline some words
2009-10-16 Doug Coleman2x speedup on lagged-fibonacci after removing mutable...
2009-10-16 Joe Grofflet data-map take factor sequences as inputs
2009-10-16 Doug Colemanmake cmwc only 32 bits wide. oops, this speeds up...
2009-10-16 Doug Colemanricing random.cmwc
2009-10-16 Doug Colemanricing lagged-fibonacci
2009-10-16 Joe Groffuse a better algorithm to generate uniform/normal noise
2009-10-16 Joe Grofffix unsigned vector unpack
2009-10-16 Joe Groffmake simd objects inspectable
2009-10-16 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-16 Joe Groffprune dead definitions from alien.data.map
2009-10-16 Joe GroffMerge branch 'master' of http://factorcode.org/git...
2009-10-16 Joe Groffchange data-map( ) syntax to work with c-type[symbolic...
2009-10-16 Joe Groffchange parse-c-type so that c-type[symbolic-constant...
2009-10-16 Joe Grofffactor "parse-word" out of "scan-word"
2009-10-16 Slava Pestovvm: fix typo
2009-10-16 Slava Pestovvm: fix compile errors on some gcc versions
2009-10-16 Slava Pestovparser: clarify docs
2009-10-16 Slava Pestovcpu.ppc.bootstrap: fix callback-stub relocation
2009-10-16 Slava Pestovvm: code heap compaction at runtime using compact-gc...
2009-10-16 Doug Colemanfix using for io.pathnames changes
2009-10-16 Doug Colemanimprove io.pathnames docs
2009-10-16 Slava Pestovvm: allocate stacks and data heap segments without...
2009-10-16 Slava Pestovvm: simpler and more efficient code heap compaction...
2009-10-16 Slava PestovMerge branch 'reentrantvm' of git://github.com/phildawe...
2009-10-16 Slava Pestovvm: make the code nice and pretty
2009-10-16 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-10-16 Slava Pestovcpu.x86.64: fix typo
2009-10-16 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-16 Joe Grofffix benchmark.terrain-generation
2009-10-16 Slava PestovMerge branch 'invaders' of git://double.co.nz/git/factor
next