aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Tag: remove the obsolete "bulk" modeMax Kellermann2013-09-052-88/+3
| | | | | Methods BeginAdd() and EndAdd() have been replaced by class TagBuilder.
* TagBuilder: new class for constructing Tag objectsMax Kellermann2013-09-052-0/+229
| | | | Obsoletes Tag::BeginAdd() and the complicated "bulk add" code.
* TagItem: disable the copy constructor/operatorMax Kellermann2013-09-051-0/+4
| | | | This is not a C++ class and must not be copied.
* Tag: compile-time initialisation of ignore_tag_itemsMax Kellermann2013-09-055-18/+31
| | | | Move to TagSettings.c and use C99 initializers.
* Tag: move struct TagItem to TagItem.hxxMax Kellermann2013-09-053-16/+43
|
* Tag: move fix_tag_value() to TagString.cxxMax Kellermann2013-09-053-102/+160
|
* Tag: remove unused methodsMax Kellermann2013-09-052-70/+0
|
* TagNames: make tag_item_names constMax Kellermann2013-09-052-2/+2
|
* Tag: move configuration code to TagConfig.cxxMax Kellermann2013-09-053-50/+101
| | | | Allow using the Tag.cxx library without the Config library.
* Tag, ...: move to libtag.aMax Kellermann2013-09-059-0/+1216
|
* conf.h: remove obsolete headerMax Kellermann2013-09-051-2/+1
| | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies.
* TagTable: un-inline the two functionsMax Kellermann2013-09-043-22/+62
| | | | Reduce header dependencies.
* Tag*: move TagTable.hxx to libtag.aMax Kellermann2013-09-041-0/+68
|
* Tag*: move libtag.a sources to src/tag/Max Kellermann2013-09-0414-0/+1540