]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2009-10-22 Guillaume NargeotMerge branch 'master' of git://factorcode.org/git/factor
2009-10-22 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-22 Joe Groffalso print undocumented windows SSE exception codes
2009-10-22 Joe Grofftweak windows exception error printing
2009-10-22 Joe Groffgive better error message for windows exceptions, and...
2009-10-22 Joe Groffoops, longlong comparison is sse4.2, not 4.1
2009-10-22 Joe Grofffix tools.deploy test
2009-10-22 Joe Groffupdate a bunch of alien-callbacks and alien-indirects...
2009-10-21 Joe Groffupdate some naked alien-invokes to use c-type words
2009-10-21 Joe Groffupdate cocoa tests
2009-10-21 Joe Groffupdate cocoa bridge to use c-type words
2009-10-21 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-21 Joe Groffvif combinator
2009-10-21 Doug Colemanfix doc formatting for io.mmap
2009-10-21 Doug Colemanfix a normalization bug in decimals
2009-10-21 Joe Groffgenerate unsigned vector comparison fallbacks using...
2009-10-21 Joe Groffgenerate better fallback code for vmin/vmax intrinsics
2009-10-20 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-20 Joe Groffvalue numbering rewrite rules for vector ops to convert...
2009-10-20 Joe Groffclean up vector lerp functions to be better vectorizable
2009-10-20 Slava Pestovclasses.builtin: fix help lint
2009-10-20 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-10-20 Slava Pestovhelp.handbook: remove 'type index'
2009-10-20 Slava Pestovmath.vectors: fix behavioral difference between generic...
2009-10-20 Slava Pestovcpu.x86.32: only create 16-byte parameter area if the...
2009-10-20 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-10-20 Slava Pestovcompiler: FFI is now slightly more efficient when unbox...
2009-10-20 Slava Pestovcompiler, cpu.x86.32: clean up FFI implementation,...
2009-10-20 Slava Pestovspecialized-arrays: fix unit test
2009-10-20 Slava Pestovui.gadgets.controls: fix load error
2009-10-20 Slava Pestovui.gadgets.editors: fix com-join-lines if there are...
2009-10-20 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-10-20 Slava PestovBuild fixes
2009-10-20 Slava Pestovhelp.tutorial: clarify role of ''reload'' word
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: fix conflict in image.cpp
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 NargeotMerge branch 'master' of git://factorcode.org/git/factor
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
next