]> gitweb.factorcode.org Git - factor.git/history - vm/data_roots.hpp
webapps.wiki: adding search bar
[factor.git] / vm / data_roots.hpp
2016-11-23 Björn LindqvistVM: replacing the copy assignment operators of the...
2014-11-18 Björn LindqvistVM: FACTOR_ASSERT so that data_root never wraps a null...
2014-11-18 Björn LindqvistVM: bignum_roots traversal code deleted!
2014-11-18 Björn LindqvistVM: the copy assignment operator is overloaded so you...
2014-09-17 Björn LindqvistVM: GC_BIGNUM must be called in the same scope as the...
2014-06-12 Björn LindqvistVM: change type of bignum_roots and remove unnecessary...
2014-06-12 Björn LindqvistVM: refactoring that removes data_root_ranges
2013-05-13 Erik CharleboisVM: Fixup cast formatting after clang-format
2013-05-13 Erik CharleboisVM: Remove redundant #ifdef FACTOR_DEBUGs
2013-05-13 Erik CharleboisVM: Remove unnecessary _ suffix in constructors
2013-05-13 Erik CharleboisVM: Remove unnecessary explicit keywords
2013-05-12 Erik CharleboisVM: Refactor data_roots.hpp to Factor style
2011-11-23 Joe Groffvm: replace assert with FACTOR_ASSERT
2010-02-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-02-07 Slava PestovMerge branch 'new-math-parser' of git://factorcode...
2010-01-20 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-11-15 Doug ColemanMerge branch 'master' into startup
2009-11-09 Slava PestovMerge branch 'master' of git://github.com/killy971...
2009-11-08 Joe GroffMerge branch 'master' into simd-cleanup
2009-11-06 Slava Pestovvm: faster data_root and <array> primitive
2009-11-06 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-06 Slava Pestovvm: restructure data_roots so that its a sequence of...
2009-11-05 Joe GroffMerge branch 'master' into simd-cleanup
2009-11-05 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-05 Slava PestovMerge branch 'work' of git://github.com/carlo-kokoth...
2009-11-03 Slava PestovMerge branch 'master' into new_gc
2009-11-03 Slava PestovMerge branch 'master' into new_gc
2009-11-03 Slava Pestovvm: add two missing files