aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/TagBuilder.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TagBuilder: add method Commit(Tag&)Max Kellermann2013-09-051-0/+6
| | | | For callers that already have a Tag instance.
* TagBuilder: add method IsEmpty()Max Kellermann2013-09-051-1/+9
|
* TagBuilder: new class for constructing Tag objectsMax Kellermann2013-09-051-0/+121
Obsoletes Tag::BeginAdd() and the complicated "bulk add" code.