aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/TagBuilder.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-30util/StringView: new utility classMax Kellermann1-2/+3
2015-03-17*: doxygen fixupsMax Kellermann1-1/+1
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-08-29Tag: use SignedSongTime for the song durationMax Kellermann1-11/+10
2014-04-24TagBuilder: add method AddEmptyItem()Max Kellermann1-0/+7
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-08tag/TagBuilder: overload Commit() returning a Tag objectMax Kellermann1-0/+6
2014-01-08tag/TagBuilder: rename Commit() to CommitNew()Max Kellermann1-1/+1
2013-12-03PaylistTag: use class TagBuilderMax Kellermann1-0/+10
2013-12-03TagBuilder: add move operatorMax Kellermann1-0/+3
2013-12-03TagBuilder: make conversion constructors "explicit"Max Kellermann1-2/+2
2013-12-03TagBuilder: implement the assignment operatorMax Kellermann1-1/+2
2013-12-03Tag: move code from Merge() to TagBuilder::Complement()Max Kellermann1-0/+6
2013-12-03TagBuilder: add Tag copy/move constructorsMax Kellermann1-0/+3
2013-12-03TagBuilder: add method HasType()Max Kellermann1-0/+7
2013-10-20TagType: rename enum tag_type to TagTypeMax Kellermann1-3/+3
2013-10-15gcc.h: rename to Compiler.hMax Kellermann1-1/+1
2013-09-05TagBuilder: add method Commit(Tag&)Max Kellermann1-0/+6
2013-09-05TagBuilder: add method IsEmpty()Max Kellermann1-1/+9
2013-09-05TagBuilder: new class for constructing Tag objectsMax Kellermann1-0/+121