aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabasePlaylist.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
* *: use references instead of pointersMax Kellermann2013-10-191-1/+1
* util/Error: new error passing libraryMax Kellermann2013-09-041-5/+5
* song: convert header to C++Max Kellermann2013-07-281-1/+1
* main: use C++ compilerMax Kellermann2012-09-281-1/+1
* stored_playlist, playlist_save: use C++ compilerMax Kellermann2012-09-281-5/+1
* SongFilter: convert to a C++ classMax Kellermann2012-08-291-2/+2
* dbUtils.h: eliminate this headerMax Kellermann2012-08-291-9/+0
* Database*: fix nullptr dereference when no database is configuredMax Kellermann2012-08-221-1/+5
* DatabaseSelection: add "match" attributeMax Kellermann2012-08-081-22/+8
* locate: add a per-item "fold_case" flagMax Kellermann2012-08-081-1/+1
* locate: add "casefold" flag to parserMax Kellermann2012-08-071-9/+2
* db_selection: rename to DatabaseSelectionMax Kellermann2012-08-071-5/+3
* dbUtils.h: move to DatabaseQueue.hxx, DatabasePlaylist.hxxMax Kellermann2012-08-071-0/+1
* Database{Plugin,Visitor}: pass referencesMax Kellermann2012-08-071-6/+13
* dbUtils: split to Database{Queue,Playlist}.cxxMax Kellermann2012-08-021-0/+74