aboutsummaryrefslogtreecommitdiffstats
path: root/src/SongFilter.cxx (follow)
Commit message (Collapse)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
| | | | | | | | New in clang 3.6.
* | 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
| | | | | | | | Enables using range-based "for".
* | 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
| | | | | | | | | | Error message was 'too few arguments for "find"' because the "base" constraint was not supported, and no other constraints remained.
| * SongFilter, TagConfig: cast TAG_NUM_OF_ITEM_TYPES to integerMax Kellermann2014-01-151-1/+1
| | | | | | | | Fixes clang warning.
* | 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
| | | | | | | | Temporary hack for the experimental no-GLib build.
* | Database*: move to db/Max Kellermann2014-01-241-2/+2
| |
* | LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann2014-01-191-16/+17
| | | | | | | | | | Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread.
* | Song: embed the Tag object statically into class SongMax Kellermann2014-01-191-1/+1
| | | | | | | | | | Reduces overhead because we need to manage only one memory allocation. According to valgrind/massif, we save 7%.
* | SongFilter, TagConfig: cast TAG_NUM_OF_ITEM_TYPES to integerMax Kellermann2014-01-141-1/+1
| | | | | | | | Fixes clang warning.
* | copyright year 2014Max Kellermann2014-01-131-1/+1
| |
* | DetachedSong: fork of struct SongMax Kellermann2014-01-091-0/+23
|/ | | | | | From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead.
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
|
* SongFilter: add special keyword "base"Max Kellermann2013-10-291-0/+27
| | | | | Restores the features from the previous draft commands "findin" / "searchin".
* SongFilter: "any" does not match file nameMax Kellermann2013-10-291-5/+2
| | | | | According to the protocol documentation, matching the file name was wrong. This removes some awkward special-case code.
* SongFilter: use std::stringMax Kellermann2013-10-291-12/+23
|
* Util/ASCII: add function StringEqualsCaseASCII()Max Kellermann2013-10-201-3/+4
| | | | Replaces GLib's g_ascii_strcasecmp().
* 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
| | | | Implement Mantis ticket 0003646.
* 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