Age | Commit message (Expand) | Author |
2018-08-21 | util/{Const,Writable}Buffer: add method SetEnd() | Max Kellermann |
2018-08-20 | util/WritableBuffer: add ConstBuffer cast operator | 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/WritableBuffer: add method MoveFront() | 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-01-17 | AUTHORS, ...: update my email address | Max Kellermann |
2016-08-16 | util/WritableBuffer: add method skip_front() | 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-01 | util/{Const,Writable}Buffer: add operator[] | Max Kellermann |
2014-03-01 | util/{Const,Writable}Buffer: add template specialization for "void" | Max Kellermann |
2013-12-15 | util/WritableBuffer: add cast methods | Max Kellermann |
2013-12-15 | util/WritableBuffer: fix indent | Max Kellermann |
2013-10-15 | util/FifoBuffer: C++ version of the fifo_buffer library | Max Kellermann |