summaryrefslogtreecommitdiffstats
path: root/src/tree.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-19Avoid mixing signed and unsigned integersDavid Robillard1-1/+1
2022-08-18Reduce zix_tree_insert() complexityDavid Robillard1-12/+6
2022-08-18Reduce variable scope and mutabilityDavid Robillard1-7/+6
2022-08-18Remove debug printing from treeDavid Robillard1-39/+6
2022-08-18Handle trees with no destroy callback more gracefullyDavid Robillard1-10/+11
2021-09-14Make ZixAllocator a single flat structDavid Robillard1-14/+14
2021-09-10Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2021-09-10Add custom allocator supportDavid Robillard1-26/+33
2021-09-10Add a user handle to destroy callbackDavid Robillard1-11/+14
2020-12-31Fix MinGW buildDavid Robillard1-1/+0
2020-12-31Fix potential balance overflowDavid Robillard1-4/+4
2020-12-31Update copyright headersDavid Robillard1-1/+1
2020-12-31Remove ZIX_PRIVATE and ZIX_INLINE mechanismsDavid Robillard1-14/+7
2020-12-31Separate source from headersDavid Robillard1-0/+735
2012-08-10Minimal space overhead inline value hash table.David Robillard1-730/+0
2012-08-09Merge changes from lilv.David Robillard1-4/+6
2012-01-31Windows/Visual C++ portability.David Robillard1-3/+2
2011-09-28Add destructor parameter and zix_tree_sizeDavid Robillard1-12/+37
2011-09-28More glib like interface for ZixTree.David Robillard1-189/+113
2011-09-18Tidy.David Robillard1-3/+3
2011-09-18Include only necessary headersDavid Robillard1-1/+2
2011-09-15Make tree methods return ZixStatus instead of int where appropriate.David Robillard1-3/+3
2011-09-06Use e.g. ZixTreeImpl instead of _ZixTree for type names.David Robillard1-8/+8
2011-09-05Reorganize tree node elements for marginally better access pattern on search.David Robillard1-4/+3
2011-09-05Fix memory leaksDavid Robillard1-4/+7
2011-09-05Separate tree functions into a separate header. Add tree iterator functions.David Robillard1-0/+53
2011-09-05Initial import.David Robillard1-0/+724