]> git.lizzy.rs Git - dragonstd.git/commit
refactoring + documentation + testing + added Map and Refcount
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 3 Apr 2022 14:00:26 +0000 (16:00 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 3 Apr 2022 14:00:26 +0000 (16:00 +0200)
commita440874114b387c51fa2598f6b4117b0c17a3fbe
treea24ff325054efb9d54d918b065a224fcb1db49b4
parent33d2a71a7ea9304db47ba3b959c862b72f5c4bba
refactoring + documentation + testing + added Map and Refcount
27 files changed:
README.md
array.c
array.h
bintree.c [deleted file]
bintree.h [deleted file]
bits/callback.h [new file with mode: 0644]
bits/wrappers.h [new file with mode: 0644]
flag.c
flag.h
list.c
list.h
map.c [new file with mode: 0644]
map.h [new file with mode: 0644]
queue.c
queue.h
refcount.c [new file with mode: 0644]
refcount.h [new file with mode: 0644]
test/.gitignore
test/Makefile
test/test_array.c
test/test_flag.c [new file with mode: 0644]
test/test_list.c [new file with mode: 0644]
test/test_queue.c [new file with mode: 0644]
test/test_refcount_map.c [new file with mode: 0644]
test/test_tree.c [new file with mode: 0644]
tree.c [new file with mode: 0644]
tree.h [new file with mode: 0644]