aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-15gcc.h: rename to Compiler.hMax Kellermann6-6/+6
2013-10-02replay_gain_*.h: rename to *.hxxMax Kellermann2-2/+2
2013-10-02Log: new logging library APIMax Kellermann3-19/+19
2013-09-28tag/{riff,aiff}: convert to C++Max Kellermann5-43/+26
2013-09-26TagType: reduce the enum size to 1 byteMax Kellermann2-2/+13
2013-09-26Tag: add "pure" attributesMax Kellermann1-0/+3
2013-09-26TagHandler: use a TagBuilder internallyMax Kellermann3-19/+15
2013-09-05TagBuilder: add method Commit(Tag&)Max Kellermann2-8/+21
2013-09-05TagBuilder: add method IsEmpty()Max Kellermann1-1/+9
2013-09-05Tag: remove the obsolete "bulk" modeMax Kellermann2-88/+3
2013-09-05TagBuilder: new class for constructing Tag objectsMax Kellermann2-0/+229
2013-09-05TagItem: disable the copy constructor/operatorMax Kellermann1-0/+4
2013-09-05Tag: compile-time initialisation of ignore_tag_itemsMax Kellermann5-18/+31
2013-09-05Tag: move struct TagItem to TagItem.hxxMax Kellermann3-16/+43
2013-09-05Tag: move fix_tag_value() to TagString.cxxMax Kellermann3-102/+160
2013-09-05Tag: remove unused methodsMax Kellermann2-70/+0
2013-09-05TagNames: make tag_item_names constMax Kellermann2-2/+2
2013-09-05Tag: move configuration code to TagConfig.cxxMax Kellermann3-50/+101
2013-09-05Tag, ...: move to libtag.aMax Kellermann9-0/+1216
2013-09-05conf.h: remove obsolete headerMax Kellermann1-2/+1
2013-09-04TagTable: un-inline the two functionsMax Kellermann3-22/+62
2013-09-04Tag*: move TagTable.hxx to libtag.aMax Kellermann1-0/+68
2013-09-04Tag*: move libtag.a sources to src/tag/Max Kellermann14-0/+1540