summaryrefslogtreecommitdiffstats
path: root/src/btree.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-10Remove destroy field of BTree and add zix_btree_clear()David Robillard1-29/+36
2021-09-10Remove BTree debug printingDavid Robillard1-37/+0
2021-09-10Avoid implicit padding in BTree nodes on 64-bitDavid Robillard1-8/+15
2021-09-10Be explicit about the sign of defined integer constantsDavid Robillard1-4/+4
2021-09-10Fix conversion warningsDavid Robillard1-1/+1
2021-07-17Use line comments where appropriateDavid Robillard1-11/+11
2021-06-30Add pure attribute to internal BTree accessor functionsDavid Robillard1-0/+3
2021-01-12Fix crash with optimized builds with GCC 10.1.0David Robillard1-1/+1
2020-12-31Update copyright headersDavid Robillard1-1/+1
2020-12-31Remove ZIX_PRIVATE and ZIX_INLINE mechanismsDavid Robillard1-42/+21
2020-12-31Separate source from headersDavid Robillard1-0/+957