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