aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-09-26Tag: add "pure" attributesMax Kellermann1-0/+3
2013-09-26TagHandler: use a TagBuilder internallyMax Kellermann3-19/+15
Reduce heap allocator overhead.
2013-09-05TagBuilder: add method Commit(Tag&)Max Kellermann2-8/+21
For callers that already have a Tag instance.
2013-09-05TagBuilder: add method IsEmpty()Max Kellermann1-1/+9
2013-09-05Tag: remove the obsolete "bulk" modeMax Kellermann2-88/+3
Methods BeginAdd() and EndAdd() have been replaced by class TagBuilder.
2013-09-05TagBuilder: new class for constructing Tag objectsMax Kellermann2-0/+229
Obsoletes Tag::BeginAdd() and the complicated "bulk add" code.
2013-09-05TagItem: disable the copy constructor/operatorMax Kellermann1-0/+4
This is not a C++ class and must not be copied.
2013-09-05Tag: compile-time initialisation of ignore_tag_itemsMax Kellermann5-18/+31
Move to TagSettings.c and use C99 initializers.
2013-09-05Tag: move struct TagItem to TagItem.hxxMax Kellermann3-16/+43
2013-09-05Tag: move fix_tag_value() to TagString.cxxMax Kellermann3-102/+160
2013-09-05Tag: remove unused methodsMax Kellermann2-70/+0
2013-09-05TagNames: make tag_item_names constMax Kellermann2-2/+2
2013-09-05Tag: move configuration code to TagConfig.cxxMax Kellermann3-50/+101
Allow using the Tag.cxx library without the Config library.
2013-09-05Tag, ...: move to libtag.aMax Kellermann9-0/+1216
2013-09-05conf.h: remove obsolete headerMax Kellermann1-2/+1
Use only ConfigData.hxx in plugin sources to reduce header dependencies.
2013-09-04TagTable: un-inline the two functionsMax Kellermann3-22/+62
Reduce header dependencies.
2013-09-04Tag*: move TagTable.hxx to libtag.aMax Kellermann1-0/+68
2013-09-04Tag*: move libtag.a sources to src/tag/Max Kellermann14-0/+1540