0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 19, 2025 — Jun 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Handle some Cref ref counting More... over 7 years ago
Move operator[] up to its other overload More... over 7 years ago
Cref casting can return const_reference More... over 7 years ago
Slice: Add a get() to force casting. More... over 7 years ago
at() can return const_reference More... over 7 years ago
CPPUNIT_ASSERT_STRING_EQUAL should consider the String const. More... over 7 years ago
ReferenceCountedArray can only be constructed/deleted by its derived class More... over 7 years ago
Add more String slice tests More... over 7 years ago
Test Slice rvalue handling more More... over 7 years ago
Back off C++17 support for now More... over 7 years ago
RCA[] seems fine returning a const_reference More... over 7 years ago
RCA.write needs a move version More... over 7 years ago
operator[] const shouldn't have its argument modified later More... over 7 years ago
Slice: Disallow writing to const More... over 7 years ago
substring can be inlined More... over 7 years ago
Slice/Cref default move assignments work fine More... over 7 years ago
Add more substring tests More... over 7 years ago
Slice/Cref references work again for some reason. More... over 7 years ago
Remove unused swap More... over 7 years ago
Cref is always an rvalue More... over 7 years ago
Slice is always an rvalue More... over 7 years ago
Add ref-qualifiers to avoid operator= on an rvalue. More... over 7 years ago
These values are ssize_t More... over 7 years ago
Add moving operator+= More... over 7 years ago
Move String operators into the class More... over 7 years ago
Use ref-qualifiers to disallow 'foo = Foo() += something' More... over 7 years ago
Some move/constructor simplification More... over 7 years ago
Deletes need to be public More... over 7 years ago
Remove redundnat public: More... over 7 years ago
These should really be ssize_t More... over 7 years ago