aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/TagConfig.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SongFilter, TagConfig: cast TAG_NUM_OF_ITEM_TYPES to integerMax Kellermann2014-01-151-1/+1
| | | | Fixes clang warning.
* 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.