Age | Commit message (Expand) | Author |
2018-08-21 | util/{Const,Writable}Buffer: add method SetEnd() | Max Kellermann |
2018-01-16 | util/{Const,Writable}Buffer: add constructor with two pointers | Max Kellermann |
2018-01-16 | util/{Const,Writable}Buffer: eliminate static method Null(), use nullptr cast... | Max Kellermann |
2017-11-10 | util/{Const,Writable}Buffer: add static_assert to FromVoid() | Max Kellermann |
2017-11-10 | util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL | Max Kellermann |
2017-09-21 | util/{Const,Writable}Buffer: add static method FromVoidFloor() | Max Kellermann |
2017-09-21 | util/{Const,Writable}Buffer: add operator==(nullptr_t) | Max Kellermann |
2017-09-13 | util/*: update include guards | Max Kellermann |
2017-07-05 | util/{Const,Writable}Buffer: add array constructor | Max Kellermann |
2017-07-05 | util/{Const,Writable}Buffer: add typedef value_type | Max Kellermann |
2017-06-04 | *: add lost of "noexcept" specifications | Max Kellermann |
2017-01-17 | AUTHORS, ...: update my email address | Max Kellermann |
2015-10-16 | util/ConstBuffer: add method MoveFront() | Max Kellermann |
2014-06-26 | util/ConstBuffer: add method skip_front() | Max Kellermann |
2014-06-26 | util/ConstBuffer: wrap assert() in NDEBUG check | Max Kellermann |
2014-06-23 | util/ConstBuffer: add method Contains() | Max Kellermann |
2014-04-24 | util/{Const,Writable}Buffer: add front(), back(), pop_{front,back}(), shift() | Max Kellermann |
2014-04-24 | util/{Const,Writable}Buffer: add typedef reference_type | Max Kellermann |
2014-03-18 | util/ConstBuffer: add FromVoid(), ToVoid() to "void" specialization | Max Kellermann |
2014-03-01 | util/{Const,Writable}Buffer: add operator[] | Max Kellermann |
2014-03-01 | util/{Const,Writable}Buffer: add template specialization for "void" | Max Kellermann |
2014-03-01 | util/ConstBuffer: remove cast operator ConstBuffer<void> | Max Kellermann |
2013-11-29 | util/ConstBuffer: new utility class | Max Kellermann |