summaryrefslogtreecommitdiffstats
path: root/zix
AgeCommit message (Expand)AuthorFilesLines
2012-01-31Full test coverage for ZixRing.David Robillard1-0/+2
2012-01-31Use Mach semaphores instead of ancient (and now deprecated) Mac semaphore API.David Robillard1-8/+8
2012-01-31Fix ZixSem compilation on Mac OS X.David Robillard1-3/+4
2012-01-30Add ZixSem.David Robillard1-0/+183
2012-01-05Fix prototype of ZixDestroyFunc.David Robillard1-1/+1
2011-09-29TidyDavid Robillard1-1/+1
2011-09-28Add destructor parameter and zix_tree_sizeDavid Robillard2-1/+16
2011-09-28More glib like interface for ZixTree.David Robillard1-17/+36
2011-09-28Add ZixHashDavid Robillard2-1/+82
2011-09-20Const correctness.David Robillard1-1/+1
2011-09-19Cache the first character of the label in node for faster search.David Robillard1-1/+1
2011-09-19Export API functions. Use unchecked inline index function in search.David Robillard1-0/+16
2011-09-19Add ZixFatPatreeDavid Robillard1-0/+71
2011-09-19Add ZixPatree.David Robillard1-0/+71
2011-09-18Export API functionsDavid Robillard1-0/+3
2011-09-18Add ZixStrindex.David Robillard1-0/+56
2011-09-18Tidy.David Robillard1-2/+6
2011-09-18Add ZixRing.David Robillard1-0/+108
2011-09-18Build documentation.David Robillard1-0/+2
2011-09-15Benchmark sorted array.David Robillard1-0/+1
2011-09-15Add ZixSortedArray.David Robillard1-0/+125
2011-09-15Make tree methods return ZixStatus instead of int where appropriate.David Robillard2-9/+18
2011-09-06Use e.g. ZixTreeImpl instead of _ZixTree for type names.David Robillard1-2/+2
2011-09-05Separate tree functions into a separate header. Add tree iterator functions.David Robillard3-91/+172
2011-09-05Initial import.David Robillard1-0/+122