]> git.mdlowis.com Git - projs/libcds.git/shortlog
projs/libcds.git
2014-08-14 a bellenirless repitition
2014-08-14 a bellenirless shitty code in node deletion
2014-08-13 a bellenirs/comparitor/comparator/
2014-08-12 a belleniradd a stress test
2014-08-12 a bellenirrm old comments. add default comparison function
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 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-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
2014-07-24 Michael D.... fixed some moar bugs
2014-07-24 Michael D.... two segfaulting tests left
2014-07-24 Michael D.... Fixed most of the leaks
2014-07-23 Michael D.... Switch from memcpy to memmove for vector
2014-07-23 Michael D.... Switch from premake to rscons/rake and get rid of unitt...
2014-07-21 Michael D.... Debugging vector code in presence of refcounting
2014-07-19 Michael D.... Convert circular buffer over to reference counting
2014-07-19 Michael D.... convert vector to reference counting
2014-07-19 Michael D.... Added reference counting to list implementation
2014-07-18 Michael D.... Added rakefile in prep for move to rscons tree
2013-04-19 Mike D. Lowiscommit tests for tree
2013-04-18 Mike D. LowisFirst draft of binary tree implementation
2013-04-12 Mike D. Lowisrenamed tree implementation to "tree" as only one imple...
2013-04-12 Mike D. LowisMerge branch 'development' into tree
2013-04-12 Mike D. LowisRename sll file to list. There will only be one list...
2013-04-12 Mike D. LowisMerge branch 'development' into tree
2013-04-12 Mike D. Lowisupdated ignored files
2013-04-11 Mike D. LowisUpdated vector to allocate in powers of 2
2013-04-09 Mike D. LowisMerge branch 'development' into tree
2013-04-08 Mike D. LowisConvert to standard types (C99)
2013-04-07 Mike D. LowisRemove null pointer checks from list (garbage-in, garba...
2013-04-07 Mike D. LowisDeleted NULL pointer checks from circular buffer (garba...
2013-04-07 Mike D. LowisCompleted vector implementation vector
2013-04-06 Mike D. LowisAdded partial vector implementation
2013-04-02 Mike D. LowisAdded header for vector
2013-04-02 Mike D. LowisMerge branch 'master' into vector
2013-04-02 Mike D. Lowisbuild script tweak
2012-12-10 Mike LowisMerge pull request #2 from mikedlowis/circular-buffer
2012-12-10 Mike D. LowisFinished implementation of circular buffer circular-buffer
2012-12-09 Mike D. Lowisadded clear and empty functions and renamed functions...
2012-12-08 Mike D. Lowisadded dummy header for red-black tree
2012-12-08 Mike D. Lowisadded dummy header file for vector
2012-12-08 Mike D. LowisAdded dummy header file for circular buffer
2012-12-08 Mike D. LowisFixed README typos
2012-12-08 Mike D. LowisDelete doxygen project
2012-12-08 Mike LowisMerge pull request #1 from mikedlowis/rework-build...
2012-12-08 Mike D. LowisUpdated doxygen for linked list
2012-12-08 Mike D. LowisFinish implementing insert and delete functions
2012-12-07 Mike D. LowisMoved Doxyfile and added doxygen project
2012-12-07 Mike D. LowisAdded build dir
2012-12-07 Mike D. LowisUpdated README
2012-12-07 Mike D. Lowisrestore linked list tests
2012-12-07 Mike D. LowisUpdate linked list source for C++ compatibility and...
2012-12-06 Mike D. Lowismoved linked list
2012-12-06 Mike D. LowisDelete sources
2012-06-05 Mike D. LowisUpdated unit tests for singly linked list
2012-06-05 Mike D. LowisUpdated the makefile to be less verbose during builds
2012-06-05 Mike D. LowisAdded more tests for singly linked list
2012-06-05 Michael D.... Added tests for singly linked list
2012-06-04 Mike D. LowisRemoved temp files
next