aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/TagBuilder.hxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* util/StringView: new utility classMax Kellermann2015-09-301-2/+3
* *: doxygen fixupsMax Kellermann2015-03-171-1/+1
* Copyright year 2015Max Kellermann2015-01-011-1/+1
* Tag: use SignedSongTime for the song durationMax Kellermann2014-08-291-11/+10
* TagBuilder: add method AddEmptyItem()Max Kellermann2014-04-241-0/+7
* copyright year 2014Max Kellermann2014-01-131-1/+1
* tag/TagBuilder: overload Commit() returning a Tag objectMax Kellermann2014-01-081-0/+6
* tag/TagBuilder: rename Commit() to CommitNew()Max Kellermann2014-01-081-1/+1
* PaylistTag: use class TagBuilderMax Kellermann2013-12-031-0/+10
* TagBuilder: add move operatorMax Kellermann2013-12-031-0/+3
* TagBuilder: make conversion constructors "explicit"Max Kellermann2013-12-031-2/+2
* TagBuilder: implement the assignment operatorMax Kellermann2013-12-031-1/+2
* Tag: move code from Merge() to TagBuilder::Complement()Max Kellermann2013-12-031-0/+6
* TagBuilder: add Tag copy/move constructorsMax Kellermann2013-12-031-0/+3
* TagBuilder: add method HasType()Max Kellermann2013-12-031-0/+7
* TagType: rename enum tag_type to TagTypeMax Kellermann2013-10-201-3/+3
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
* TagBuilder: add method Commit(Tag&)Max Kellermann2013-09-051-0/+6
* TagBuilder: add method IsEmpty()Max Kellermann2013-09-051-1/+9
* TagBuilder: new class for constructing Tag objectsMax Kellermann2013-09-051-0/+121