]> git.mdlowis.com Git - projs/libcds.git/shortlog
projs/libcds.git
2014-08-12 Michael D.... Fix build options for memory leak detector
2014-08-12 Michael D.... leak detector fixed
2014-08-12 Michael D.... leak detector implementation
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
2012-06-04 Mike D. LowisAdded unit tests for sll
2012-06-04 Mike D. LowisStarted rewrite of linked list with more efficient...
2012-06-04 Mike D. LowisDeleted doxygen docs
2012-06-04 Mike D. LowisDelete hashtable implementation. A new map structure...
2012-06-04 Mike D. LowisBuild now working with makefile rather than ruby
2012-06-04 Mike D. LowisAdded new makefile and unit test framework
2012-06-04 Mike D. LowisDelete ceedling from tools directory and deleted rakefi...
2012-03-23 Mike D. LowisUpdated doxygen documentation
2012-03-23 Mike D. LowisUpdated doxygen docs
2012-03-22 Mike D. LowisSwitched to BSD style license
2012-03-22 Mike D. LowisAdded doxygen documentation and tweaked hash table...
2012-03-22 Mike D. LowisRenamed files in preparation for new datastructures...
2011-06-03 Mike D. LowisFixed bug in LL_Get and added LL_Length function
2011-06-03 Mike D. LowisInitial Commit