summaryrefslogtreecommitdiffstats
path: root/zix/btree.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-31Separate source from headersDavid Robillard1-187/+0
2020-12-31Format all code with clang-formatDavid Robillard1-20/+33
2020-11-11Add const, pure, and malloc function attributesDavid Robillard1-5/+5
2019-01-06Flesh out BTree iterator APIDavid Robillard1-0/+20
2019-01-06Clean up includesDavid Robillard1-4/+3
2018-11-14Make comparator functions take const user dataDavid Robillard1-2/+2
2016-07-11Clean up headersDavid Robillard1-1/+2
2014-10-01Automatic benchmarking with 'waf bench'.David Robillard1-0/+4
2014-09-28Enable BTree removal via iterator.David Robillard1-2/+8
2014-09-23Add zix_btree_lower_bound with wildcard support.David Robillard1-2/+12
2014-09-22Add ZixBTree.David Robillard1-0/+134