]> git.zarvox.org Git - crbtree.git/log
crbtree.git
8 years agocrbtree: implement tree operations
David Herrmann [Sun, 29 Nov 2015 17:18:45 +0000 (18:18 +0100)]
crbtree: implement tree operations

This adds the basic build-system and implements the RB-Tree API. It also
adds a couple of tests to verify the RB-Tree works as expected.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
8 years agocrbtree: initialize repository
David Herrmann [Sun, 29 Nov 2015 12:56:45 +0000 (13:56 +0100)]
crbtree: initialize repository

New repository for a stand-alone standard ISO-C11 rb-tree implementation.
No external dependencies. Allocation scheme is in full control of the
user.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>