]> git.mdlowis.com Git - projs/libcds.git/log
projs/libcds.git
12 years agoadded clear and empty functions and renamed functions to reflect conventions used...
Mike D. Lowis [Sun, 9 Dec 2012 20:48:37 +0000 (15:48 -0500)]
added clear and empty functions and renamed functions to reflect conventions used by the C++ STL

12 years agoFixed README typos
Mike D. Lowis [Sat, 8 Dec 2012 03:59:19 +0000 (22:59 -0500)]
Fixed README typos

12 years agoDelete doxygen project
Mike D. Lowis [Sat, 8 Dec 2012 03:51:10 +0000 (22:51 -0500)]
Delete doxygen project

12 years agoMerge pull request #1 from mikedlowis/rework-build-scripts
Mike Lowis [Sat, 8 Dec 2012 03:47:36 +0000 (19:47 -0800)]
Merge pull request #1 from mikedlowis/rework-build-scripts

Rework build scripts

12 years agoUpdated doxygen for linked list
Mike D. Lowis [Sat, 8 Dec 2012 03:42:01 +0000 (22:42 -0500)]
Updated doxygen for linked list

12 years agoFinish implementing insert and delete functions
Mike D. Lowis [Sat, 8 Dec 2012 03:37:43 +0000 (22:37 -0500)]
Finish implementing insert and delete functions

12 years agoMoved Doxyfile and added doxygen project
Mike D. Lowis [Fri, 7 Dec 2012 22:01:59 +0000 (17:01 -0500)]
Moved Doxyfile and added doxygen project

12 years agoAdded build dir
Mike D. Lowis [Fri, 7 Dec 2012 21:35:57 +0000 (16:35 -0500)]
Added build dir

12 years agoUpdated README
Mike D. Lowis [Fri, 7 Dec 2012 21:23:25 +0000 (16:23 -0500)]
Updated README

12 years agorestore linked list tests
Mike D. Lowis [Fri, 7 Dec 2012 21:05:19 +0000 (16:05 -0500)]
restore linked list tests

12 years agoUpdate linked list source for C++ compatibility and delte unimplemented tests
Mike D. Lowis [Fri, 7 Dec 2012 21:04:51 +0000 (16:04 -0500)]
Update linked list source for C++ compatibility and delte unimplemented tests

12 years agomoved linked list
Mike D. Lowis [Thu, 6 Dec 2012 01:53:18 +0000 (20:53 -0500)]
moved linked list

12 years agoDelete sources
Mike D. Lowis [Thu, 6 Dec 2012 01:49:58 +0000 (20:49 -0500)]
Delete sources

13 years agoUpdated unit tests for singly linked list
Mike D. Lowis [Tue, 5 Jun 2012 20:49:50 +0000 (16:49 -0400)]
Updated unit tests for singly linked list

13 years agoUpdated the makefile to be less verbose during builds
Mike D. Lowis [Tue, 5 Jun 2012 20:49:21 +0000 (16:49 -0400)]
Updated the makefile to be less verbose during builds

13 years agoAdded more tests for singly linked list
Mike D. Lowis [Tue, 5 Jun 2012 16:02:50 +0000 (12:02 -0400)]
Added more tests for singly linked list

13 years agoAdded tests for singly linked list
Michael D. Lowis [Tue, 5 Jun 2012 06:40:25 +0000 (02:40 -0400)]
Added tests for singly linked list

13 years agoRemoved temp files
Mike D. Lowis [Mon, 4 Jun 2012 21:01:48 +0000 (17:01 -0400)]
Removed temp files

13 years agoAdded unit tests for sll
Mike D. Lowis [Mon, 4 Jun 2012 21:00:32 +0000 (17:00 -0400)]
Added unit tests for sll

13 years agoStarted rewrite of linked list with more efficient design
Mike D. Lowis [Mon, 4 Jun 2012 20:23:47 +0000 (16:23 -0400)]
Started rewrite of linked list with more efficient design

13 years agoDeleted doxygen docs
Mike D. Lowis [Mon, 4 Jun 2012 20:23:10 +0000 (16:23 -0400)]
Deleted doxygen docs

13 years agoDelete hashtable implementation. A new map structure will be implemented using a...
Mike D. Lowis [Mon, 4 Jun 2012 16:14:15 +0000 (12:14 -0400)]
Delete hashtable implementation. A new map structure will be implemented using a redblack tree.

13 years agoBuild now working with makefile rather than ruby
Mike D. Lowis [Mon, 4 Jun 2012 16:04:41 +0000 (12:04 -0400)]
Build now working with makefile rather than ruby

13 years agoAdded new makefile and unit test framework
Mike D. Lowis [Mon, 4 Jun 2012 15:44:27 +0000 (11:44 -0400)]
Added new makefile and unit test framework

13 years agoDelete ceedling from tools directory and deleted rakefile.rb
Mike D. Lowis [Mon, 4 Jun 2012 15:40:03 +0000 (11:40 -0400)]
Delete ceedling from tools directory and deleted rakefile.rb

13 years agoUpdated doxygen documentation
Mike D. Lowis [Fri, 23 Mar 2012 16:45:51 +0000 (12:45 -0400)]
Updated doxygen documentation

13 years agoUpdated doxygen docs
Mike D. Lowis [Fri, 23 Mar 2012 15:13:20 +0000 (11:13 -0400)]
Updated doxygen docs

13 years agoSwitched to BSD style license
Mike D. Lowis [Thu, 22 Mar 2012 20:29:35 +0000 (16:29 -0400)]
Switched to BSD style license

13 years agoAdded doxygen documentation and tweaked hash table apis
Mike D. Lowis [Thu, 22 Mar 2012 20:19:24 +0000 (16:19 -0400)]
Added doxygen documentation and tweaked hash table apis

13 years agoRenamed files in preparation for new datastructures and started unit test files
Mike D. Lowis [Thu, 22 Mar 2012 17:23:20 +0000 (13:23 -0400)]
Renamed files in preparation for new datastructures and started unit test files

14 years agoFixed bug in LL_Get and added LL_Length function
Mike D. Lowis [Fri, 3 Jun 2011 16:38:56 +0000 (12:38 -0400)]
Fixed bug in LL_Get and added LL_Length function

14 years agoInitial Commit
Mike D. Lowis [Fri, 3 Jun 2011 16:18:27 +0000 (12:18 -0400)]
Initial Commit