aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabaseGlue.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* include cleanup using iwyuMax Kellermann2013-11-281-6/+0
* DatabasePlugin: add method GetUpdateStamp()Max Kellermann2013-11-221-3/+3
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
* *: use nullptr instead of NULLMax Kellermann2013-10-191-13/+13
* Client, ...: remove unnecessary glib.h includeMax Kellermann2013-10-151-2/+0
* Stats: rename stats.h to Stats.hxxMax Kellermann2013-10-021-5/+2
* Log: new logging library APIMax Kellermann2013-10-021-3/+0
* conf.h: remove obsolete headerMax Kellermann2013-09-051-1/+1
* util/Error: new error passing libraryMax Kellermann2013-09-041-10/+10
* db_error: convert to C++Max Kellermann2013-08-101-1/+1
* DatabasePlugin: pass config_param referenceMax Kellermann2013-08-041-2/+2
* require GLib 2.24Max Kellermann2013-01-291-1/+0
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-071-1/+1
* Directory: rename struct directory to DirectoryMax Kellermann2013-01-031-3/+3
* database.h: rename to DatabaseSimple.hxxMax Kellermann2013-01-031-1/+1
* database.h: move prototypes to DatabaseGlue.hxxMax Kellermann2013-01-031-3/+3
* database.h: eliminate db_*_song()Max Kellermann2013-01-031-22/+0
* Directory: turn functions to methodsMax Kellermann2013-01-021-3/+1
* Directory: make the header C++ onlyMax Kellermann2013-01-021-2/+1
* db_save, state_file: convert to C++Max Kellermann2013-01-021-1/+1
* configure.ac: disable C++ RTTIMax Kellermann2013-01-021-1/+4
* Database*: fix nullptr dereference when no database is configuredMax Kellermann2012-08-221-0/+12
* DatabasePlugin: add method ReturnSong()Max Kellermann2012-08-161-0/+9
* db_visitor: delete obsolete headerMax Kellermann2012-08-151-1/+0
* DatabaseGlue: look up the database pluginMax Kellermann2012-08-081-1/+11
* DatabaseGlue: pass block to db_init()Max Kellermann2012-08-081-10/+1
* DatabaseGlue: add function db_is_simple()Max Kellermann2012-08-081-0/+11
* db_selection: rename to DatabaseSelectionMax Kellermann2012-08-071-1/+0
* DatabaseGlue: remove db_walk(), db_visit()Max Kellermann2012-08-021-49/+0
* DatabaseGlue: add function GetDatabase()Max Kellermann2012-08-021-0/+9
* db_plugin: convert to C++Max Kellermann2012-08-011-0/+199