aboutsummaryrefslogtreecommitdiffstats
path: root/src/SongFilter.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib/icu/{Converter,Collate}: return AllocatedStringMax Kellermann2015-06-251-7/+8
* SongFilter: add assertion to StringMatch()Max Kellermann2015-06-251-0/+2
* SongFilter: return "const char *" instead of std::stringMax Kellermann2015-06-251-2/+2
* Copyright year 2015Max Kellermann2015-01-011-1/+1
* Merge branch 'v0.18.x' into v0.19.xMax Kellermann2014-12-261-0/+3
|\
| * util/{ASCII,UriUtil}, ...: work around -Wtautological-pointer-compareMax Kellermann2014-12-261-0/+3
* | SongFilter: new filter "modified-since"Max Kellermann2014-08-111-0/+75
* | Tag: add class const_iterator and methods begin(), end()Max Kellermann2014-07-121-6/+4
* | Merge branch 'v0.18.x'Max Kellermann2014-06-231-0/+10
|\|
| * db/proxy: fall back to recursive walk on old libmpdclient/MPDMax Kellermann2014-06-231-0/+10
| * SongFilter, TagConfig: cast TAG_NUM_OF_ITEM_TYPES to integerMax Kellermann2014-01-151-1/+1
* | SongFilter: convert argv to ConstBufferMax Kellermann2014-04-241-4/+5
* | db/simple: create dedicated directoryMax Kellermann2014-02-261-1/+0
* | SongSort, ...: use libicu instead of GLib's g_utf8_*()Max Kellermann2014-02-241-31/+4
* | SongFilter: disable g_utf8_casefold() without GLibMax Kellermann2014-02-181-0/+14
* | Database*: move to db/Max Kellermann2014-01-241-2/+2
* | LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann2014-01-191-16/+17
* | Song: embed the Tag object statically into class SongMax Kellermann2014-01-191-1/+1
* | SongFilter, TagConfig: cast TAG_NUM_OF_ITEM_TYPES to integerMax Kellermann2014-01-141-1/+1
* | copyright year 2014Max Kellermann2014-01-131-1/+1
* | DetachedSong: fork of struct SongMax Kellermann2014-01-091-0/+23
|/
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
* SongFilter: add special keyword "base"Max Kellermann2013-10-291-0/+27
* SongFilter: "any" does not match file nameMax Kellermann2013-10-291-5/+2
* SongFilter: use std::stringMax Kellermann2013-10-291-12/+23
* Util/ASCII: add function StringEqualsCaseASCII()Max Kellermann2013-10-201-3/+4
* Song: GetURI() returns std::stringMax Kellermann2013-10-171-3/+2
* SongFilter: search for album artist falls back to the artist tagMax Kellermann2013-09-261-9/+21
* IdTable, SongFilter: use std::fill_n() instead of std::fill()Max Kellermann2013-09-261-1/+1
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
* tag: convert to C++Max Kellermann2013-07-301-3/+4
* song: convert header to C++Max Kellermann2013-07-281-4/+4
* path: convert to C++Max Kellermann2013-01-171-1/+0
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-071-3/+0
* SongFilter: convert to a C++ classMax Kellermann2012-08-291-118/+73
* locate: rename to SongFilter.cxxMax Kellermann2012-08-291-0/+215