]> git.mdlowis.com Git - projs/libcds.git/shortlog
projs/libcds.git
2014-09-04 Mike LowisMerge pull request #32 from mikedlowis/exceptions
2014-09-04 Michael D.... Fixed test name
2014-09-04 Michael D.... fix up exception tests
2014-09-03 Michael D.... Fix indentation
2014-09-03 Michael D.... Fix indentation
2014-09-03 Michael D.... Fix documentation
2014-09-03 Michael D.... Removed dead code
2014-09-03 Michael D.... Remove erroneously added header
2014-09-03 Michael D.... Almost 100% covered now.
2014-09-03 Michael D.... Implemented heap-based exceptions and added tests to...
2014-09-03 Michael D.... Merge from dev
2014-09-02 Mike LowisMerge pull request #31 from abellenir/coverage
2014-09-02 a bellenir+blank lines
2014-09-02 a bellenirsplit coverage analysis into a separate rake task
2014-09-02 a bellenirrename rbt_count_nodes to rbt_size; remove testing...
2014-09-02 Michael D.... Make coverage an independent task
2014-08-30 Michael D.... hopefully fix CI?
2014-08-30 Michael D.... hopefully fix CI?
2014-08-29 a bellenirhopefully fix CI
2014-08-29 Michael D.... try to fix semaphore build
2014-08-29 a bellenirc99-allowed cleanup
2014-08-29 a bellenirreplace conditionals that are always true with asserts
2014-08-29 a bellenirenable coverage analysis
2014-08-29 Michael D.... make coverage a separate task
2014-08-29 Michael D.... Added coverage only for test env
2014-08-29 Michael D.... Added tests for asserts
2014-08-29 Michael D.... Added an rt.h header for common runtime-related include...
2014-08-29 Michael D.... Added support for exceptions
2014-08-22 Michael D.... string.h should be stddef.h
2014-08-22 Mike LowisMerge pull request #29 from mikedlowis/development
2014-08-22 Michael D.... Added asserts to mem
2014-08-22 Mike LowisMerge pull request #27 from mikedlowis/string-module
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 Mike LowisMerge pull request #28 from abellenir/list_double
2014-08-21 a belleniradd asserts
2014-08-21 a bellenirremove commented out code & notes
2014-08-21 a bellenircondense code
2014-08-21 a belleniraddress mdl comments on PR
2014-08-21 Michael D.... Refactored the .c file
2014-08-21 a bellenirfix documentation
2014-08-21 a bellenirrm unnecessary code
2014-08-21 a bellenircleanup
2014-08-21 a bellenir+test for release on failed insert
2014-08-21 a bellenirrm gigo case & need for stoopid if
2014-08-21 a bellenirtests passing
2014-08-21 a bellenirWIP: update tests (&minimally code) for prev pointer...
2014-08-21 a bellenirupdate tests, mostly to use api calls instead of constr...
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
next