aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabaseQueue.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* include cleanup using iwyuMax Kellermann2013-11-281-1/+0
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
* *: use nullptr instead of NULLMax Kellermann2013-10-281-1/+1
* PlaylistError: convert playlist_result to a strictly-typed enumMax Kellermann2013-10-201-3/+3
* util/Error: new error passing libraryMax Kellermann2013-09-041-6/+6
* song: convert header to C++Max Kellermann2013-07-281-1/+1
* Playlist: convert functions to methodsMax Kellermann2013-01-071-2/+1
* DatabaseQueue: pass DatabaseSelection to Add...()Max Kellermann2013-01-071-5/+2
* Client: add Partition reference attributeMax Kellermann2013-01-071-8/+8
* DatabaseQueue: force passing playlist reference to std::bind()Max Kellermann2013-01-061-1/+1
* DatabaseQueue: pass playlist objectMax Kellermann2013-01-041-4/+6
* playlist: convert to C++Max Kellermann2013-01-041-5/+1
* SongFilter: convert to a C++ classMax Kellermann2012-08-291-2/+2
* dbUtils.h: eliminate this headerMax Kellermann2012-08-291-7/+0
* Database*: fix nullptr dereference when no database is configuredMax Kellermann2012-08-221-1/+5
* DatabaseSelection: add "match" attributeMax Kellermann2012-08-081-19/+5
* locate: add a per-item "fold_case" flagMax Kellermann2012-08-081-22/+1
* locate: add "casefold" flag to parserMax Kellermann2012-08-071-9/+2
* db_selection: rename to DatabaseSelectionMax Kellermann2012-08-071-7/+4
* dbUtils.h: move to DatabaseQueue.hxx, DatabasePlaylist.hxxMax Kellermann2012-08-071-0/+1
* Database{Plugin,Visitor}: pass referencesMax Kellermann2012-08-071-10/+9
* dbUtils: split to Database{Queue,Playlist}.cxxMax Kellermann2012-08-021-0/+108