]> git.mdlowis.com Git - projs/libcds.git/shortlog
projs/libcds.git
2014-08-22 Michael D.... Doxygen comments and more tests string-module
2014-08-21 Michael D.... started to add doxygen comments
2014-08-21 Michael D.... Refactored the .c file
2014-08-21 Michael D.... Finished initial implementation of string module
2014-08-20 Michael D.... Implemented string compare
2014-08-20 Michael D.... Merge changes from dev
2014-08-20 Michael D.... Implemented substr
2014-08-20 Mike LowisMerge pull request #26 from mikedlowis/mem-module
2014-08-20 Michael D.... Update mem module to count allocations and deletions...
2014-08-20 Michael D.... Update mem module to count allocations and deletions...
2014-08-20 Michael D.... Update mem module to count allocations and deletions...
2014-08-20 Mike LowisMerge pull request #25 from mikedlowis/mem-module
2014-08-20 Michael D.... Update mem_retain to return the retained pointer
2014-08-20 Michael D.... updated README
2014-08-20 Mike LowisMerge pull request #24 from mikedlowis/development
2014-08-19 Mike LowisMerge pull request #19 from abellenir/redblack
2014-08-19 a bellenirhide default comparator
2014-08-19 a bellenir+node count; fix check function to use any comparator
2014-08-15 a bellenirgrammar
2014-08-15 a bellenir+comments
2014-08-14 a bellenir+ comment defining nibling
2014-08-14 a bellenirrm confusing comment
2014-08-14 a bellenirremove useless case in rbt_ins_recolor
2014-08-14 a bellenirs/descendent/descendant/
2014-08-14 a bellenirmove rightmost_descendent to info functions section
2014-08-14 a bellenirrename rotate to rbt_rotate
2014-08-14 a bellenirrefactor rbt_delete_node
2014-08-14 a bellenirfunction for replacing node in tree
2014-08-14 a bellenirremove symmetrical redundancy from rotation function
2014-08-14 a bellenirrefactor rbt_insert_node to remove (symmetrical) repitition
2014-08-14 a bellenirreorder functions ; move status enum to test_rbt.c
2014-08-14 a bellenirmove test/check functions to test_rbt.c; make rbt_node_...
2014-08-14 a bellenirrm unnecessary includes
2014-08-14 a bellenirrefactor del_rebalance
2014-08-14 a bellenirrefactor node insertion recoloring code
2014-08-14 a bellenirrefactor/rename insertion balancing code
2014-08-14 a bellenircombine rotate functions into one w/ param for direction
2014-08-14 a bellenirrefactor rm code
2014-08-14 a bellenirless repitition
2014-08-14 a bellenirless shitty code in node deletion
2014-08-13 Michael D.... Fixed segfaulting test for str_erase
2014-08-13 Michael D.... str_erase implemented
2014-08-13 Michael D.... concat is a special case of insert
2014-08-13 a bellenirs/comparitor/comparator/
2014-08-13 Michael D.... Implemented concat and insert and added unit tests
2014-08-13 Michael D.... merge changes from dev
2014-08-12 Mike LowisMerge pull request #18 from mikedlowis/leak-detector
2014-08-12 Michael D.... clean up the ifdefs
2014-08-12 a belleniradd a stress test
2014-08-12 a bellenirrm old comments. add default comparison function
2014-08-12 Michael D.... Implemented str_set
2014-08-12 a bellenirrbt tests use memboxd vals instead of ints
2014-08-12 a bellenirWIP: using void*s instead of ints
2014-08-12 a bellenirrename rb_* functions rbt_*
2014-08-12 a bellenirrename files from rb to rbt
2014-08-12 a bellenirdelete complete
2014-08-12 a bellenirrelease bogus node
2014-08-12 Michael D.... Fix build options for memory leak detector
2014-08-12 a bellenirdelete done for nodes with at most 1 non-leaf child
2014-08-12 a bellenirWIP: first few del rebalancing cases
2014-08-12 a bellenirmore rm cases
2014-08-12 Michael D.... leak detector fixed
2014-08-12 Michael D.... leak detector implementation
2014-08-11 Michael D.... first crack at basic string module functions
2014-08-08 a bellenirremove old code
2014-08-08 a bellenirdelete black node from red parent
2014-08-08 a bellenirget descriptive status from tree verification functions...
2014-08-07 a belleniruse generic rotate_left & rotate_right functions
2014-08-07 a bellenirrename rb_tree_recolor to rb_tree_ins_recolor
2014-08-06 a bellenirremove root in otherwise empty tree
2014-08-06 a bellenirhandle deleting root in existing cases
2014-08-06 a bellenirhandle more deletion cases & add tests
2014-08-06 a bellenir+lookup node; WIP: delete
2014-08-06 a belleniradditional insert tests
2014-08-06 a bellenirfix tree root when rotating nodes
2014-08-05 a bellenirinsert *untested*
2014-08-05 a bellenirWIP: insert progress
2014-08-05 a bellenirdont pass what can be calculated; remove unnecessary...
2014-08-05 a belleniradd pointer to parent
2014-08-05 a bellenirWIP; split insert & repaint functions
2014-08-05 a bellenirred/black check functions
2014-08-05 a bellenircreate red/black trees
2014-08-01 Mike LowisMerge pull request #17 from abellenir/memleak
2014-08-01 a bellenirfix memleak in list_delete_node
2014-08-01 Michael D.... Added function for getting the number of references...
2014-08-01 Mike LowisMerge pull request #15 from abellenir/list-insert-after list-insert-after
2014-08-01 a bellenirfix documentation
2014-07-31 a bellenirpush front/back simply wrap list_insert_after
2014-07-31 a bellenirfixing up list_insert_after; handle NULL for node as...
2014-07-31 Michael D.... Implementation of list_insert_after
2014-07-30 Mike LowisMerge pull request #11 from abellenir/list_delete_node
2014-07-30 Mike LowisMerge pull request #12 from abellenir/list_index_of
2014-07-30 a bellenirlist_index_of function & tests
2014-07-30 a bellenirlist_delete_node function & tests
2014-07-30 a bellenirprev_node function & tests
2014-07-30 Michael D.... Merge changes from dev
2014-07-30 Michael D.... Fix memory leak in tests for buf
2014-07-29 Michael D.... 100% of tests now passing
2014-07-29 Michael D.... Fixed some tests for list.c and enabled the -Wextra...
2014-07-25 Michael D.... fixed some bugs and added primitive crash handling
next