aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/TagConfig.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* include cleanup using iwyuMax Kellermann2013-11-281-2/+0
|
* Util/ASCII: add function StringEqualsCaseASCII()Max Kellermann2013-10-201-1/+2
| | | | Replaces GLib's g_ascii_strcasecmp().
* Tag: compile-time initialisation of ignore_tag_itemsMax Kellermann2013-09-051-1/+1
| | | | Move to TagSettings.c and use C99 initializers.
* Tag: move configuration code to TagConfig.cxxMax Kellermann2013-09-051-0/+73
Allow using the Tag.cxx library without the Config library.