aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-13Tag: swap "base" and "add" in method Merge()Max Kellermann1-2/+2
2013-12-04tag/ApeLoader: use new[]/delete[] instead of g_malloc()/g_free()Max Kellermann1-5/+3
2013-12-04TagId3: make variables more localMax Kellermann1-76/+41
2013-12-04TagId3: use std::string for partial string copyMax Kellermann1-3/+4
2013-12-04TagId3: use free() instead of g_free() for libid3tag allocationsMax Kellermann1-3/+3
2013-12-04TagId3: use new[]/delete[] instead of g_malloc()/g_free()Max Kellermann1-11/+6
2013-12-04TagId3: gcc_unlikely instead of G_UNLIKELYMax Kellermann1-4/+2
2013-12-03Tag: destructor calls Clear()Max Kellermann2-11/+3
2013-12-03Tag: use new[]/delete[] instead of g_new()/g_free()Max Kellermann2-11/+4
2013-12-03Tag: remove method AddItem()Max Kellermann2-61/+0
2013-12-03PaylistTag: use class TagBuilderMax Kellermann4-39/+37
2013-12-03TagBuilder: add move operatorMax Kellermann2-0/+34
2013-12-03TagBuilder: reserve items in move constructorMax Kellermann1-0/+1
2013-12-03TagBuilder: make conversion constructors "explicit"Max Kellermann1-2/+2
2013-12-03TagBuilder: implement the assignment operatorMax Kellermann2-1/+19
2013-12-03Tag: move code from Merge() to TagBuilder::Complement()Max Kellermann3-40/+29
2013-12-03TagBuilder: add Tag copy/move constructorsMax Kellermann2-0/+28
2013-12-03TagBuilder: add method HasType()Max Kellermann2-0/+17
2013-12-02Tag: add methods RemoveAll(), RemoveType()Max Kellermann2-0/+32
2013-11-28include cleanup using iwyuMax Kellermann10-19/+11
2013-10-28*: use nullptr instead of NULLMax Kellermann2-4/+4
2013-10-26ApeTag: support multiple values per nameMax Kellermann1-2/+7
2013-10-26ApeTag: move code to ForEachValue()Max Kellermann1-16/+30
2013-10-26ApeTag: simplify the "recognized" flagMax Kellermann1-4/+1
2013-10-26TagFile: use Path instead of const char *Max Kellermann8-15/+25
2013-10-25ReplayGainInfo: use CamelCase for struct nameMax Kellermann4-18/+18
2013-10-20Util/ASCII: add function StringEqualsCaseASCII()Max Kellermann5-14/+13
2013-10-20TagType: rename enum tag_type to TagTypeMax Kellermann14-52/+52
2013-10-17*: use std::numeric_limitsMax Kellermann2-5/+4
2013-10-16system/ByteOrder: new library for byte ordering / endianessMax Kellermann3-9/+12
2013-10-15ApeTag: use std::string for temporary allocationMax Kellermann1-4/+3
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