summaryrefslogtreecommitdiffstats
path: root/src/zix/btree.c
AgeCommit message (Collapse)AuthorFilesLines
2020-11-11Update BTreeDavid Robillard1-96/+194
2020-11-11Update zixDavid Robillard1-18/+17
2020-09-26Update zixDavid Robillard1-5/+12
2020-07-17Update zixDavid Robillard1-42/+128
Fixes an issue introduced by 616517f among various other minor things.
2020-07-17Fix crash with optimized builds with GCC 10.1.0David Robillard1-1/+1
2017-12-16Update BTreeDavid Robillard1-7/+9
2014-12-18Fix unlikely tree bugs.David Robillard1-2/+7
git-svn-id: http://svn.drobilla.net/sord/trunk@319 3d64ff67-21c5-427c-a301-fe4f08042e5a
2014-10-03Compile cleanly as C++.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@314 3d64ff67-21c5-427c-a301-fe4f08042e5a
2014-09-24Add sord_erase() for erasing statements via an iterator.David Robillard1-82/+112
git-svn-id: http://svn.drobilla.net/sord/trunk@310 3d64ff67-21c5-427c-a301-fe4f08042e5a
2014-09-23Fix B-tree on 32-bit systems.David Robillard1-30/+31
git-svn-id: http://svn.drobilla.net/sord/trunk@308 3d64ff67-21c5-427c-a301-fe4f08042e5a
2014-09-23Reduce memory usage and increase performance with a better data structure.David Robillard1-0/+702
git-svn-id: http://svn.drobilla.net/sord/trunk@307 3d64ff67-21c5-427c-a301-fe4f08042e5a