0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 11 hours ago.
Oct 18, 2024 — Oct 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated README More... over 17 years ago
Updated ChangeLog More... over 17 years ago
Updated ebuild and build framework for 0.3.2 More... over 17 years ago
Fixed map initialization logic. More... over 17 years ago
Fixed bug in map interface. Could not retrieve a key or value from a map node. More... over 17 years ago
Made internal module functions private to prevent unintended usage. More... almost 18 years ago
Added www directory for project website work. More... almost 18 years ago
Complete gcstl_list doxygen. More... almost 18 years ago
Fixed include for gcstl_destroy.h in gcstl.h More... almost 18 years ago
Added some more doxygen, specifically in gcstl_list_element.h More... about 18 years ago
Began doxygenating the source code. More... about 18 years ago
Fixed library versioning and pkgconfig. More... about 18 years ago
Release tests complete. Final Commit for release version 0.3.0. More... about 18 years ago
Moved gcstl.h to top level. More... about 18 years ago
Updated all references to cstl to gcstl. More... about 18 years ago
Moved all implementation files into a flat directory. Fixing some linking issues. More... about 18 years ago
Coded logic for rbtree node rotation to be clearer to read. More... about 18 years ago
Fixed another bug in node rotation. This time, it wouldnt honor the More... about 18 years ago
Possibly fixed remove rebalancing bug. Because of the troubles ive been having with red black tree implementations, I want to write up a significant amount of additional tests to hammer this sucker. More... about 18 years ago
Fixed rbtree insertion bug. Still need to close rbtree remove bug. More... about 18 years ago
Further attempts at bugfixing the rbtree. More... about 18 years ago
Working out bug with rebalancing the rbtree after insertions. More... about 18 years ago
Added barebones doxygen configuration. More... about 18 years ago
Finalized interface changes to stack and queue. More... about 18 years ago
Yet another fix to binary tree traversal; What is with me? This time, the fix More... about 18 years ago
Added basic implementations for stack and queue that are purely wrappers around More... about 18 years ago
Modified map to work as desired with new unlinking behavior. More... about 18 years ago
Modified data structure unlink functions in the list and rbtree. If a NULL More... about 18 years ago
Added copyright notice to cstl_set.c and cstl_map.c More... about 18 years ago
Finished up the prototype rbtree, set, map implementations. Needs additional More... about 18 years ago