aboutsummaryrefslogtreecommitdiffstats
path: root/src/SongFilter.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lib/icu/{Converter,Collate}: return AllocatedStringMax Kellermann2015-06-251-2/+2
|
* SongFilter: return "const char *" instead of std::stringMax Kellermann2015-06-251-5/+5
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* SongFilter: new filter "modified-since"Max Kellermann2014-08-111-0/+8
|
* Merge branch 'v0.18.x'Max Kellermann2014-06-231-0/+11
|\
| * db/proxy: fall back to recursive walk on old libmpdclient/MPDMax Kellermann2014-06-231-0/+11
| | | | | | | | | | Error message was 'too few arguments for "find"' because the "base" constraint was not supported, and no other constraints remained.
* | SongFilter: convert argv to ConstBufferMax Kellermann2014-04-241-2/+2
| |
* | LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann2014-01-191-4/+5
| | | | | | | | | | Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread.
* | copyright year 2014Max Kellermann2014-01-131-1/+1
| |
* | DetachedSong: fork of struct SongMax Kellermann2014-01-091-0/+7
|/ | | | | | 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
|
* db/proxy: pass search/find to remote MPDMax Kellermann2013-10-301-0/+16
|
* SongFilter: add special keyword "base"Max Kellermann2013-10-291-0/+12
| | | | | Restores the features from the previous draft commands "findin" / "searchin".
* SongFilter: make SongFilter::Item class definition publicJean-Francois Dockes2013-10-291-0/+10
|
* SongFilter: use std::stringMax Kellermann2013-10-291-9/+3
|
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
|
* tag: convert to C++Max Kellermann2013-07-301-5/+5
|
* song: convert header to C++Max Kellermann2013-07-281-3/+3
|
* don't include stdbool.h in C++ sourcesMax Kellermann2013-01-021-1/+0
| | | | The "bool" type is built-in.
* SongFilter: convert to a C++ classMax Kellermann2012-08-291-20/+68
|
* locate: rename to SongFilter.cxxMax Kellermann2012-08-291-0/+60