]>
git.mdlowis.com Git - projs/libcds.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Mike D. Lowis [Mon, 4 Jun 2012 20:23:47 +0000 (16:23 -0400)]
Started rewrite of linked list with more efficient design
Mike D. Lowis [Mon, 4 Jun 2012 20:23:10 +0000 (16:23 -0400)]
Deleted doxygen docs
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.
Mike D. Lowis [Mon, 4 Jun 2012 16:04:41 +0000 (12:04 -0400)]
Build now working with makefile rather than ruby
Mike D. Lowis [Mon, 4 Jun 2012 15:44:27 +0000 (11:44 -0400)]
Added new makefile and unit test framework
Mike D. Lowis [Mon, 4 Jun 2012 15:40:03 +0000 (11:40 -0400)]
Delete ceedling from tools directory and deleted rakefile.rb
Mike D. Lowis [Fri, 23 Mar 2012 16:45:51 +0000 (12:45 -0400)]
Updated doxygen documentation
Mike D. Lowis [Fri, 23 Mar 2012 15:13:20 +0000 (11:13 -0400)]
Updated doxygen docs
Mike D. Lowis [Thu, 22 Mar 2012 20:29:35 +0000 (16:29 -0400)]
Switched to BSD style license
Mike D. Lowis [Thu, 22 Mar 2012 20:19:24 +0000 (16:19 -0400)]
Added doxygen documentation and tweaked hash table apis
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
Mike D. Lowis [Fri, 3 Jun 2011 16:38:56 +0000 (12:38 -0400)]
Fixed bug in LL_Get and added LL_Length function
Mike D. Lowis [Fri, 3 Jun 2011 16:18:27 +0000 (12:18 -0400)]
Initial Commit