Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main: use C++ compiler | Max Kellermann | 2012-09-28 | 1 | -1/+1 |
* | stored_playlist, playlist_save: use C++ compiler | Max Kellermann | 2012-09-28 | 1 | -5/+1 |
* | SongFilter: convert to a C++ class | Max Kellermann | 2012-08-29 | 1 | -2/+2 |
* | dbUtils.h: eliminate this header | Max Kellermann | 2012-08-29 | 1 | -9/+0 |
* | Database*: fix nullptr dereference when no database is configured | Max Kellermann | 2012-08-22 | 1 | -1/+5 |
* | DatabaseSelection: add "match" attribute | Max Kellermann | 2012-08-08 | 1 | -22/+8 |
* | locate: add a per-item "fold_case" flag | Max Kellermann | 2012-08-08 | 1 | -1/+1 |
* | locate: add "casefold" flag to parser | Max Kellermann | 2012-08-07 | 1 | -9/+2 |
* | db_selection: rename to DatabaseSelection | Max Kellermann | 2012-08-07 | 1 | -5/+3 |
* | dbUtils.h: move to DatabaseQueue.hxx, DatabasePlaylist.hxx | Max Kellermann | 2012-08-07 | 1 | -0/+1 |
* | Database{Plugin,Visitor}: pass references | Max Kellermann | 2012-08-07 | 1 | -6/+13 |
* | dbUtils: split to Database{Queue,Playlist}.cxx | Max Kellermann | 2012-08-02 | 1 | -0/+74 |