summaryrefslogtreecommitdiff
path: root/src/utils/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove chunkarray implementation. It's unused.John Mark Bell2009-04-151-1/+1
| | | | svn path=/trunk/libparserutils/; revision=7093
* Port to new buildsystemJohn Mark Bell2009-03-241-47/+2
| | | | svn path=/trunk/libparserutils/; revision=6854
* Remove dict, hash and rbtree from libparserutilsDaniel Silverstone2009-02-141-2/+1
| | | | svn path=/trunk/libparserutils/; revision=6512
* New datastructures:John Mark Bell2008-11-301-1/+2
| | | | | | | | | + Chunked array + Hash table (open addressing) Constify parameter to parserutils_stack_push svn path=/trunk/libparserutils/; revision=5850
* Tidy up CFLAGS/LDFLAGSJohn Mark Bell2008-09-051-1/+1
| | | | svn path=/trunk/libparserutils/; revision=5249
* Make parserutils_dict_entry public.John Mark Bell2008-07-301-1/+1
| | | | | | Add basic implementations of a stack and a vector. svn path=/trunk/libparserutils/; revision=4824
* Have some generic dictionary implementation.John Mark Bell2008-05-101-1/+1
| | | | | | Even comes with testcases, which is nice. svn path=/trunk/libparserutils/; revision=4138
* Import parser construction utility libraryJohn Mark Bell2008-05-011-0/+49
svn path=/trunk/libparserutils/; revision=4111