0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 2 days ago.
Jun 16, 2025 — Jun 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
This was never used More... over 7 years ago
Try GCC 6 More... over 7 years ago
Slice has no alloc field More... over 7 years ago
HashTable: Fix move constructor; no need to clear. More... over 7 years ago
These constructors can be noexcept More... over 7 years ago
Disable -Wsuggest-attribute for tests More... over 7 years ago
HashTable: Add unlikely insert overrides for move semantics More... over 7 years ago
HashTable::each: Remove this inefficient interface More... over 7 years ago
Add more move semantic support More... over 7 years ago
Remove unneeded virtuals More... over 7 years ago
String move assignment was not self safe More... over 7 years ago
GCC 4.8 gets noexcept wrong More... over 7 years ago
Avoid shadowing (Why doesn't clang 7 spot this?) More... over 7 years ago
HashTable: More iterator tests More... over 7 years ago
Array: Tweak push for move semantic support More... over 7 years ago
HashTable: Slightly optimize each by reserving the vector upfront More... over 7 years ago
HashTable: Remove very inefficient keys() and values() More... over 7 years ago
HashTable: Passthrough find() for proper API downstream to start using More... over 7 years ago
Add Array iterator test More... over 7 years ago
HashTable: Support basic for loop / iterators More... over 7 years ago
Resolve API problem of operator[] adding the entry. More... over 7 years ago
Can use const buffer here More... over 7 years ago
Use std::move in more places More... over 7 years ago
Allow proper move insertions More... over 7 years ago
This can use const auto\& More... over 7 years ago
Various style cleanups More... over 7 years ago
Can use const iterators here More... over 7 years ago
Add const attribute in some places More... over 7 years ago
This function accepts all const vars More... over 7 years ago
Add pure attribute in some places More... over 7 years ago