]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2009-07-28 Sam AnklesariaMerge branch 'master' of git://factorcode.org/git/factor
2009-07-28 Sam Anklesariasome non-reflective frp deployment working
2009-07-27 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-07-27 Joe Groffverify transform feedback format matches requested...
2009-07-27 Joe Groffupdate gpu docs
2009-07-27 Jeremy Hughesalien.marshall: doc fix
2009-07-27 Joe Groffaccept transform-feedback-output target from render
2009-07-26 Joe Groffset transform feedback format at program link
2009-07-25 Joe Groffadd a buffer-range tuple to represent a subset of a...
2009-07-25 Joe Groffmove vertex-formats and vertex-arrays to gpu.shaders...
2009-07-25 Jeremy Hughesalien.cxx.syntax: fix tests
2009-07-25 Joe Groffnitpick
2009-07-24 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-07-24 Doug Colemanadd more links to floating point words in docs
2009-07-24 Doug Colemandocument a word in sequences
2009-07-24 Doug Colemanscaffold tools now uses the boolean type instead of...
2009-07-24 Slava PestovMerge branch 'marshall' of git://github.com/jedahu...
2009-07-24 Slava Pestovsequences: update docs a bit
2009-07-24 Jeremy Hughesalien.marshall: docs lint fix
2009-07-24 Jeremy Hughesalien.inline: define-c-library: set "c-library"
2009-07-24 Jeremy Hughesalien.inline.syntax: changed RAW-C: to <RAW-C
2009-07-24 Slava PestovMerge branch 'cxx' of git://github.com/jedahu/factor
2009-07-23 Doug Colemanremove call to check-c-name
2009-07-23 Doug Colemanallow FUNCTION: to parse pointers in the name field
2009-07-23 Doug Colemanfix another typo in ffi
2009-07-23 Doug Colemanfix typo in x11 binding
2009-07-23 Doug Colemanremove experimental constructors features
2009-07-23 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-07-23 Doug Colemanmove signed-le> to io.binary, clean up using list for...
2009-07-23 Doug ColemanDisallow C functions and parameter names that contain...
2009-07-23 Joe Groffupdate gpu.util.wasd to match uniform tuple changes
2009-07-23 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-07-23 Joe Groffdoc updates for uniform-tuple changes
2009-07-23 Joe Groffbind textures out of uniform structs and arrays
2009-07-23 Joe Groffimprove uniform-tuple interface in gpu.render. uniform...
2009-07-23 Slava Pestovunix.types: define <time_t> alias; use it in calendar...
2009-07-22 Joe Groffadd a new "make-tuple" combinator for cleaving values...
2009-07-22 Joe GroffOR gl extension testing
2009-07-22 Sam Anklesariaseparated run-desc from launcher
2009-07-22 Sam AnklesariaMerge branch 'master' of git://factorcode.org/git/factor
2009-07-22 Sam Anklesariageneralized image buttons
2009-07-22 Slava Pestovcompiler.cfg.dominance: fix unit tests
2009-07-22 Slava Pestovcompiler.cfg.ssa: now builds pruned SSA form
2009-07-22 Slava Pestovcompiler.cfg.dominance: add algorithm for computing...
2009-07-22 Slava PestovMove liveness back to compiler.cfg.liveness, fix a...
2009-07-22 Slava Pestovcompiler.cfg: Major restructuring -- do not compute...
2009-07-22 Jeremy HughesMerge branch 'master' into marshall
2009-07-22 Jeremy Hughesalien.inline.types: a trifling matter
2009-07-22 Jeremy Hughesalien.cxx: methods and virtual methods
2009-07-22 Jeremy Hughesalien.marshall: tidy unmarshallers
2009-07-22 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-07-22 Slava Pestovcompiler.cfg.dataflow-analysis: iterative dataflow...
2009-07-22 Slava Pestovfunctors: add MIXIN:, SINGLETON:
2009-07-22 Slava PestovAdd assoc-refine, which takes the intersection of a...
2009-07-22 Jeremy Hughesalien.cxx: C++ methods
2009-07-22 Jeremy Hughesadded alien.cxx
2009-07-22 Jeremy Hughesalien.inline.types: fix parse-c++-type
2009-07-22 Slava Pestovcompiler.cfg: Fix unit tests
2009-07-22 Jeremy Hughesalien.marshall: C++ type parsing
2009-07-22 Sam Anklesariaproduct specifiers removed from frp signals
2009-07-21 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-07-21 Slava Pestovcompiler.cfg.registers: minor optimization
2009-07-21 Slava Pestovcompiler.cfg.ssa: Cytron's SSA construction algorithm
2009-07-21 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-07-21 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-07-21 Slava Pestovcompiler.cfg.dominance: fix idom computation, compute...
2009-07-21 Slava PestovMove conjoin-at from compiler.cfg.liveness to sets
2009-07-21 Jeremy Hughesalien.marshall: refactored unmarshalling words
2009-07-20 Maximilian... sequences.abbrev: add docs - not much, but a start
2009-07-20 Maximilian... sequences.abbrev: keep insertion order
2009-07-20 Maximilian... sequences.abbrev: more small refactoring
2009-07-19 Maximilian... sequences.abbrev: small refactoring
2009-07-19 Maximilian... sequences.abbrev: Initial commit
2009-07-19 Slava Pestovopengl is for chumps
2009-07-19 Slava Pestovalien.inline.compiler: help-lint fix
2009-07-19 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-07-19 Slava PestovMerge branch 'marshall' of git://github.com/jedahu...
2009-07-18 Slava Pestovparser: remove outdated unit tests that were superseded...
2009-07-18 Slava Pestovvocabs.parser: add tests to assert that the correct...
2009-07-18 Slava Pestovui.tools.listener: selecting a word from a completion...
2009-07-18 Slava PestovFROM: and RENAME: give a more meaningful error if the...
2009-07-18 Slava Pestovcompiler.cfg.stack-analysis: fix outdated tests
2009-07-18 Slava Pestovcombinators.short-circuit: fix unoptimized behavior...
2009-07-18 Slava PestovDocumentation fixes
2009-07-18 Slava Pestovcompiler.cfg.linear-scan: fix tests
2009-07-18 Slava Pestovcombinators.short-circuit: speed up in non-optimized...
2009-07-18 Slava Pestovcompiler.tree.finalization: undo a change that resulted...
2009-07-18 Slava Pestovclasses.tuple: eliminate generic arithmetic from M...
2009-07-18 Slava PestovDisable fixnum>bignum and bignum>fixnum intrinsics...
2009-07-18 Slava Pestovslightly faster heaps, add benchmark
2009-07-18 Slava Pestovcompiler.cfg.linear-scan: algorithmic optimizations
2009-07-18 Jeremy Hughesalien.inline.compiler: fixed linking on winnt (requires...
2009-07-18 Slava Pestovcompiler.cfg: Move tail call optimization to the end...
2009-07-18 Slava Pestovcompiler.cfg.builder: remove some dead code
2009-07-17 Slava PestovRemove some unnecessary work from stack-analysis pass
2009-07-17 Slava PestovMore efficient singleton predicates
2009-07-17 Slava PestovMove ptrdiff_t arrays to specialized-arrays.ptrdiff_t
2009-07-17 Slava PestovSplit off annotation code from opengl into opengl.annot...
2009-07-17 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-07-17 Slava Pestovcompiler.tree.propagation.transforms: fix shift transform
next