0
I Use This!
Very Low Activity

Commits : Listings

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