0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 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
Require C++14 More... over 7 years ago
Update ax_cxx_compile_stdcxx_*.m4 from upstream. More... over 7 years ago
Start implementing allocator_traits. More... over 7 years ago
Some constructors can be inherited fine. More... over 7 years ago
Add some constexpr More... over 7 years ago
Add some iterator insertion tests; push_back to RCA More... over 7 years ago
Avoid uninitialized_fill on items we're about to move into More... over 7 years ago
Assert that resizing keeps refs More... over 7 years ago
String: Handle some literal/initializer_list/std::string cases More... over 7 years ago
Disable asserts in non-debug builds More... over 7 years ago
Remove dead code More... over 7 years ago
Add some initializer list tests More... over 7 years ago
String(const char*): Do a strlen to avoid several resizes More... over 7 years ago
String: Prefer faster memcpy (due to restrict pointers) More... over 7 years ago
Revert totally bogus String.operator< length change in b01011654e7734725dda579c64cf76a978f2c2f4 More... over 7 years ago
Support C++17 'if constexpr' More... over 7 years ago
Array.shift()/pop() are noexcept More... over 7 years ago
Fix Array.pop()/shift() not handling refs right More... over 7 years ago
Avoid memory leaks in the tests More... over 7 years ago
Avoid redundant my_hash=0 More... over 7 years ago
Add a resize() that doesn't do a fill More... over 7 years ago
Still allow memset for simple types More... over 7 years ago
This should be uninitialized_fill to construct rather than operator= More... over 7 years ago
Assert the String.split returns referenced slices More... over 7 years ago
Ref resizing can move from the old location More... over 7 years ago
swap is noexcept More... over 7 years ago
Construct from arrays more directly More... over 7 years ago
Array(*ptr, len) can reserve in constructor More... over 7 years ago
String.copy: Fix bounding More... over 7 years ago
Use std iterator in some places where optimizations may be useful More... over 7 years ago