Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/ConstBuffer: add method skip_front() | Max Kellermann | 2014-06-26 | 1 | -0/+9 |
| | |||||
* | util/ConstBuffer: wrap assert() in NDEBUG check | Max Kellermann | 2014-06-26 | 1 | -0/+4 |
| | | | | Fixes build failure because assert.h was not included. | ||||
* | util/ConstBuffer: add method Contains() | Max Kellermann | 2014-06-23 | 1 | -0/+10 |
| | |||||
* | util/{Const,Writable}Buffer: add front(), back(), pop_{front,back}(), shift() | Max Kellermann | 2014-04-24 | 1 | -0/+59 |
| | |||||
* | util/{Const,Writable}Buffer: add typedef reference_type | Max Kellermann | 2014-04-24 | 1 | -2/+4 |
| | |||||
* | util/ConstBuffer: add FromVoid(), ToVoid() to "void" specialization | Max Kellermann | 2014-03-18 | 1 | -0/+8 |
| | | | | Provide the full API. | ||||
* | util/{Const,Writable}Buffer: add operator[] | Max Kellermann | 2014-03-01 | 1 | -0/+11 |
| | |||||
* | util/{Const,Writable}Buffer: add template specialization for "void" | Max Kellermann | 2014-03-01 | 1 | -0/+34 |
| | | | | Omit a few methods that are not applicable. | ||||
* | util/ConstBuffer: remove cast operator ConstBuffer<void> | Max Kellermann | 2014-03-01 | 1 | -4/+0 |
| | | | | This was bugged, because it did not scale the "size". | ||||
* | util/ConstBuffer: new utility class | Max Kellermann | 2013-11-29 | 1 | -0/+118 |