summaryrefslogtreecommitdiff
path: root/colm/pool.h
Commit message (Expand)AuthorAgeFilesLines
* completed unification of the Input and Stream typesAdrian Thurston2013-01-051-3/+0
* revert "moved 'colm' dir to 'src'"Adrian Thurston2012-08-011-0/+86
* moved 'colm' dir to 'src'Adrian Thurston2012-07-011-86/+0
* eliminated the IgnoreTree struct.Adrian Thurston2012-05-211-5/+0
* Eliminated PtKid. Worked on first test run (!).Adrian Thurston2012-05-141-3/+0
* Eliminated the pt macro.Adrian Thurston2012-05-141-2/+2
* Added a separate Kid data structure for use with parse trees.Adrian Thurston2012-05-141-0/+3
* Copyright notice updating.Adrian Thurston2012-01-181-1/+1
* Need to downref trees in an input destructor.Adrian Thurston2012-01-021-2/+2
* Some name cleanup Accum -> Parser. AccumStream -> Input.Adrian Thurston2012-01-021-2/+2
* Added AccumStream, a tree-based object containing the input stream wrapper thatAdrian Thurston2011-12-221-0/+6
* The headers that get installed are now referenced using <colm/header.h> so thatAdrian Thurston2011-10-251-3/+3
* Again using a custom struct for ignore lists. refs #323.Adrian Thurston2011-09-281-0/+5
* Working on adding right-ignore tokens. This is broken and will take some work.Adrian Thurston2011-09-221-5/+0
* Experimenting with ignore items in child lists. Old style (Ignore lists in theAdrian Thurston2011-09-181-1/+1
* Added the IgnoreList struct. Pool allocation as well. refs #323.Adrian Thurston2011-09-171-0/+5
* Copyright dates were never really kept current. Many updates/fixes.Adrian Thurston2011-05-181-1/+1
* C porting, getting there.Adrian Thurston2010-04-241-0/+4
* More C porting.Adrian Thurston2010-04-191-1/+1
* More C porting.Adrian Thurston2010-04-181-10/+12
* more C porting, still hacking away.Adrian Thurston2010-04-181-1/+1
* Some more C porting. Will need to implemented debug statements next.Adrian Thurston2010-04-171-26/+1
* More C portingAdrian Thurston2010-04-171-1/+1
* more porting to CAdrian Thurston2010-04-101-100/+7
* more C portingAdrian Thurston2010-04-101-15/+18
* More porting to CAdrian Thurston2010-04-101-5/+5
* A bit more C porting.Adrian Thurston2010-04-081-1/+1
* Trying out some C porting. Can do this incrementally.Adrian Thurston2010-04-081-1/+1
* Now calling only C functions for pool allocation.Adrian Thurston2010-04-071-13/+13
* No longer calling allocate();Adrian Thurston2010-04-071-2/+2
* Started on turning the allocators into C code.Adrian Thurston2010-04-071-0/+189