| Commit message (Expand) | Author | Files | Lines |
2013-10-17 | *: use std::numeric_limits | Max Kellermann | 2 | -5/+4 |
2013-10-16 | system/ByteOrder: new library for byte ordering / endianess | Max Kellermann | 3 | -9/+12 |
2013-10-15 | ApeTag: use std::string for temporary allocation | Max Kellermann | 1 | -4/+3 |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | 6 | -6/+6 |
2013-10-02 | replay_gain_*.h: rename to *.hxx | Max Kellermann | 2 | -2/+2 |
2013-10-02 | Log: new logging library API | Max Kellermann | 3 | -19/+19 |
2013-09-28 | tag/{riff,aiff}: convert to C++ | Max Kellermann | 5 | -43/+26 |
2013-09-26 | TagType: reduce the enum size to 1 byte | Max Kellermann | 2 | -2/+13 |
2013-09-26 | Tag: add "pure" attributes | Max Kellermann | 1 | -0/+3 |
2013-09-26 | TagHandler: use a TagBuilder internally | Max Kellermann | 3 | -19/+15 |
2013-09-05 | TagBuilder: add method Commit(Tag&) | Max Kellermann | 2 | -8/+21 |
2013-09-05 | TagBuilder: add method IsEmpty() | Max Kellermann | 1 | -1/+9 |
2013-09-05 | Tag: remove the obsolete "bulk" mode | Max Kellermann | 2 | -88/+3 |
2013-09-05 | TagBuilder: new class for constructing Tag objects | Max Kellermann | 2 | -0/+229 |
2013-09-05 | TagItem: disable the copy constructor/operator | Max Kellermann | 1 | -0/+4 |
2013-09-05 | Tag: compile-time initialisation of ignore_tag_items | Max Kellermann | 5 | -18/+31 |
2013-09-05 | Tag: move struct TagItem to TagItem.hxx | Max Kellermann | 3 | -16/+43 |
2013-09-05 | Tag: move fix_tag_value() to TagString.cxx | Max Kellermann | 3 | -102/+160 |
2013-09-05 | Tag: remove unused methods | Max Kellermann | 2 | -70/+0 |
2013-09-05 | TagNames: make tag_item_names const | Max Kellermann | 2 | -2/+2 |
2013-09-05 | Tag: move configuration code to TagConfig.cxx | Max Kellermann | 3 | -50/+101 |
2013-09-05 | Tag, ...: move to libtag.a | Max Kellermann | 9 | -0/+1216 |
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | 1 | -2/+1 |
2013-09-04 | TagTable: un-inline the two functions | Max Kellermann | 3 | -22/+62 |
2013-09-04 | Tag*: move TagTable.hxx to libtag.a | Max Kellermann | 1 | -0/+68 |
2013-09-04 | Tag*: move libtag.a sources to src/tag/ | Max Kellermann | 14 | -0/+1540 |