]> wimlib.net Git - wimlib/history - src/avl_tree.c
registry: avoid negating INT32_MIN
[wimlib] / src / avl_tree.c
2016-07-26 Eric BiggersSync AVL tree code from project
2016-07-26 Eric Biggersavl_tree: remove now-unused support for "unlinked"...
2016-07-26 Eric Biggersavl_tree: add avl_tree_prev_in_order()
2016-07-19 Eric Biggersavl_tree: replace 'AVL_INLINE' with 'forceinline'
2016-04-27 Eric BiggersUse more comprehensive public domain dedications
2014-11-22 Eric BiggersAdd some missing config.h includes
2014-11-22 Eric BiggersUse quote includes for all internal headers
2014-06-16 Eric Biggersavl_tree.c: Remove avl_set_balance_factor()
2014-06-08 Eric BiggersUpdate public domain dedications
2014-03-31 Eric Biggersavl_tree: Cleanup and improve comments
2014-03-31 Eric Biggersavl_tree: Optimize first iteration of insertion rebala...
2014-03-31 Eric Biggersavl_tree: Add more optimizations
2014-03-30 Eric Biggersavl_tree: Optimize swapping node for removal
2014-03-30 Eric Biggersavl_tree: Fix comments
2014-03-23 Eric BiggersReplace red-black tree code with AVL tree code