aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/TagBuilder.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TagType: rename enum tag_type to TagTypeMax Kellermann2013-10-201-3/+3
|
* TagBuilder: add method Commit(Tag&)Max Kellermann2013-09-051-8/+15
| | | | For callers that already have a Tag instance.
* TagBuilder: new class for constructing Tag objectsMax Kellermann2013-09-051-0/+108
Obsoletes Tag::BeginAdd() and the complicated "bulk add" code.