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