0
I Use This!
Inactive

Commits : Listings

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