]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2010-04-20 Erik CharleboisRemove ENUM: f and replace uses with CONSTANTs.
2010-04-20 Joe Groffprettyprint ENUM: definitions
2010-04-20 Joe Groffadd alien.enums vocab with enum-c-types that convert...
2010-04-20 Joe Groffalien.c-types: use CONSULT: to define c-type-protocol...
2010-04-20 Joe Groffalien.parser, alien.syntax: send ENUM: body to parse...
2010-04-20 Joe Groffalien.parser: have define-enum handle the case when...
2010-04-20 Joe Groffalien.parser, alien.syntax: refactor ENUM: to separate...
2010-04-20 Joe GroffC-ENUM: -> ENUM:
2010-04-20 Erik CharleboisMerge branch 'master' of git://factorcode.org/git/factor
2010-04-20 Doug ColemanAdd callstack-bounds primitive to vm/ for use with...
2010-04-20 Doug ColemanAdd a with-javascriptcore combinator to set the callsta...
2010-04-19 Doug ColemanUse the javascriptcore library in javascriptcore bindings..
2010-04-19 Doug ColemanOnly load core-foundation vocab on macosx
2010-04-19 Doug ColemanAdd a bare-bones javascriptcore.ffi binding
2010-04-19 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2010-04-19 Slava PestovMerge branch 'require-when' of git://github.com/littled...
2010-04-19 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-04-19 Joe Groffcuda.ptx: unit tests for instruction serialization
2010-04-19 Slava Pestovcpu.ppc: fix breakage caused by ##compare-imm change
2010-04-19 Doug ColemanMove some code to cuda.devices
2010-04-19 Slava Pestovbenchmark.fasta: formatting fix
2010-04-19 Slava Pestovio.encodings: add a fast-path for ascii, utf8 and 8...
2010-04-19 Slava Pestovcompiler.tree.propagation.transforms: open-code >fixnum...
2010-04-19 Doug ColemanSplit up cuda vocab some more, make CUDA-LIBRARY: work
2010-04-19 Slava Pestovcompiler: combine ##load-constant followed by ##alien...
2010-04-19 Slava Pestovcompiler.cfg: fix some bugs introduced by the ##compare...
2010-04-19 Slava Pestovcompiler.tree.propagation.recursive: more fine-grained...
2010-04-19 Slava Pestovcompiler: change how 'f' is represented in low level...
2010-04-19 Slava Pestovbinary-search: use nth-unsafe for a further performance...
2010-04-19 Doug ColemanFix the ptx path in cuda demo
2010-04-18 Doug ColemanCUDA-FUNCTION: works, splitting up CUDA into more vocabs
2010-04-18 Daniel EhrenbergAdding docs on null? and the changes for require-when
2010-04-18 Daniel EhrenbergChanging require-when usages to the new syntax for...
2010-04-18 Daniel EhrenbergFixing require-when
2010-04-18 Joe Groffcuda.ptx: some unit tests
2010-04-18 Erik CharleboisMerge branch 'master' of github.com:erikcharlebois...
2010-04-18 Erik CharleboisMerge branch 'master' of git://factorcode.org/git/factor
2010-04-18 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2010-04-17 Joe Groffcuda.ptx: rearrange maybe types so that tuple slots...
2010-04-17 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-04-17 Joe Groffcuda: AST representation for PTX code
2010-04-17 Daniel EhrenbergAttempting to make require-when work with multiple...
2010-04-17 Daniel EhrenbergAdding null? word to test if a set is empty
2010-04-17 Slava Pestovwebapps.mason.package: fix
2010-04-17 Slava Pestovmason: use web service instead of shell script for...
2010-04-17 Slava Pestovbinary-search: better tests
2010-04-17 Slava Pestovsequences: remove stupid <flat-slice> word
2010-04-17 Slava Pestovbinary-search: faster and cleaner implementation using...
2010-04-17 Slava Pestovbenchmark.binary-search: cleanup
2010-04-17 Slava Pestovwebapps.mason: fix template again
2010-04-17 Slava Pestovwebapps.mason: fix heartbeat field in template
2010-04-17 Slava PestovBump version number to 0.94
2010-04-17 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2010-04-17 Slava PestovMerge branch 'boyer-moore' of git://github.com/dmsh...
2010-04-17 Slava PestovMerge branch 'fuel' of git://github.com/dmsh/factor
2010-04-16 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-04-16 Joe Groffcuda: add a single-block prefix sum sample kernel ...
2010-04-16 Dmitry ShubinFUEL: do not fail if there is no file associated with...
2010-04-16 Slava Pestovwebapps.mason: fix typo
2010-04-16 Slava Pestovmason.version: fixes
2010-04-16 Erik CharleboisMerge branch 'master' of git://factorcode.org/git/factor
2010-04-16 Erik CharleboisFUEL: Syntax highlight CONSULT: and PROTOCOL:
2010-04-16 Slava PestovMerge branch 'macho' of git://github.com/erikcharlebois... 0.93
2010-04-16 Dmitry Shubinboyer-moore: fixed indentation, typos
2010-04-15 Dmitry ShubinAdd: Boyer-Moore string search algorithm
2010-04-15 Erik CharleboisDon't run mach-o and elf tests on ppc until endian...
2010-04-15 Slava Pestovbenchmark.fasta: tweak it a bit
2010-04-15 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-04-15 Joe Groffcuda.ffi: add CUDA versions of double, longlong, ulongl...
2010-04-15 Slava Pestovformatting: remove platform-specific example
2010-04-15 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-04-15 Joe Groffmissing USING: for system-info.linux
2010-04-15 Slava Pestovformatting: fix unit tests on Windows; libc's float...
2010-04-15 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-04-15 Joe Groffdb.sqlite.ffi: remove leftover stack effects from conve...
2010-04-15 Erik CharleboisFat binary loading
2010-04-15 Slava Pestovunix.process: use if-zero instead of re-inventing it
2010-04-15 Slava Pestovmason: fix
2010-04-15 Joe Groffunix: don't hack _exit to have a terminating effect...
2010-04-15 Joe Groffdb.sqlite.ffi: use FUNCTION-ALIAS:
2010-04-15 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-04-15 Slava Pestovelf.nm: fix load error
2010-04-15 Slava Pestovbenchmark.spectral-norm: use unsafe sequence ops again...
2010-04-15 Slava Pestovbenchmark.knucleotide: small performance improvement...
2010-04-15 Slava Pestovbenchmark.fasta: make it about 2x faster
2010-04-15 Slava Pestovsequences: 'accumulate' now outputs a sequence of the...
2010-04-15 Joe Groffupdate libc to use FUNCTION: and FUNCTION-ALIAS:
2010-04-15 Joe Groffrearrange stuff in alien.arrays and alien.data to elimi...
2010-04-15 Joe Groffx11.syntax: update X-FUNCTION: for FUNCTION: refactoring
2010-04-15 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-04-15 Doug ColemanWorking on a CUDA api. Add a hello world program.
2010-04-15 Slava PestovMerge branch 'master' of git://github.com/erikcharleboi...
2010-04-15 Slava Pestovcompiler.tree.propagation: fix scalability issue with...
2010-04-14 Joe Groffdocument FUNCTION-ALIAS:
2010-04-14 Joe Groffsystem-info.linux: use FUNCTION-ALIAS:
2010-04-14 Joe Groffget symbols out of a dylib and map the C++ ones to...
2010-04-14 Joe Grofffoundation for abi-generic demangling
2010-04-14 Joe Groffsource file for testing c++ stuff
2010-04-14 Joe Groffalien.cxx.demangle.libstdcxx: better to use libstdc...
2010-04-14 Joe Groffassocs: add effect declarations to assoc combinators
next