| Commit message (Expand) | Author | Files | Lines |
2014-01-24 | Database*: move to db/ | Max Kellermann | 1 | -1/+1 |
2014-01-19 | LightSong: new class to be used by DatabasePlugin callbacks | Max Kellermann | 1 | -1/+1 |
2014-01-17 | Mapper: add function map_song_detach() | Max Kellermann | 1 | -1/+3 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2014-01-09 | DetachedSong: fork of struct Song | Max Kellermann | 1 | -1/+2 |
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 1 | -1/+1 |
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -1/+1 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -5/+5 |
2013-07-28 | song: convert header to C++ | Max Kellermann | 1 | -1/+1 |
2012-09-28 | main: use C++ compiler | Max Kellermann | 1 | -1/+1 |
2012-09-28 | stored_playlist, playlist_save: use C++ compiler | Max Kellermann | 1 | -5/+1 |
2012-08-29 | SongFilter: convert to a C++ class | Max Kellermann | 1 | -2/+2 |
2012-08-29 | dbUtils.h: eliminate this header | Max Kellermann | 1 | -9/+0 |
2012-08-22 | Database*: fix nullptr dereference when no database is configured | Max Kellermann | 1 | -1/+5 |
2012-08-08 | DatabaseSelection: add "match" attribute | Max Kellermann | 1 | -22/+8 |
2012-08-08 | locate: add a per-item "fold_case" flag | Max Kellermann | 1 | -1/+1 |
2012-08-07 | locate: add "casefold" flag to parser | Max Kellermann | 1 | -9/+2 |
2012-08-07 | db_selection: rename to DatabaseSelection | Max Kellermann | 1 | -5/+3 |
2012-08-07 | dbUtils.h: move to DatabaseQueue.hxx, DatabasePlaylist.hxx | Max Kellermann | 1 | -0/+1 |
2012-08-07 | Database{Plugin,Visitor}: pass references | Max Kellermann | 1 | -6/+13 |
2012-08-02 | dbUtils: split to Database{Queue,Playlist}.cxx | Max Kellermann | 1 | -0/+74 |