summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-19Add ZixPatree.David Robillard7-17/+622
2011-09-19Free ring before exit (cover zix_ring_free)David Robillard1-0/+1
2011-09-19Factor out benchmark timing stuffDavid Robillard2-27/+45
2011-09-18Export API functionsDavid Robillard1-0/+3
2011-09-18Make zix_strindex_insert staticDavid Robillard1-2/+1
2011-09-18Tidy.David Robillard1-6/+10
2011-09-18Add ZixStrindex.David Robillard4-2/+363
2011-09-18Tidy.David Robillard4-9/+17
2011-09-18Add ZixRing.David Robillard4-6/+492
2011-09-18Include only necessary headersDavid Robillard1-1/+2
2011-09-18Build documentation.David Robillard2-5/+24
2011-09-15Benchmark sorted array.David Robillard3-11/+111
2011-09-15Add ZixSortedArray.David Robillard4-2/+513
2011-09-15Make tree methods return ZixStatus instead of int where appropriate.David Robillard3-12/+21
2011-09-06Use e.g. ZixTreeImpl instead of _ZixTree for type names.David Robillard2-10/+10
2011-09-05Reorganize tree node elements for marginally better access pattern on search.David Robillard1-4/+3
2011-09-05Benchmark iteration and deletion.David Robillard3-33/+80
2011-09-05Fix memory leaksDavid Robillard1-4/+7
2011-09-05Fix tree iteration testDavid Robillard1-0/+1
2011-09-05Separate tree functions into a separate header. Add tree iterator functions.David Robillard6-98/+248
2011-09-05Initial import.David Robillard9-0/+1409