summaryrefslogtreecommitdiff
path: root/src/DatabaseGlue.cxx
AgeCommit message (Expand)Author
2013-10-19*: use nullptr instead of NULLMax Kellermann
2013-10-15Client, ...: remove unnecessary glib.h includeMax Kellermann
2013-10-02Stats: rename stats.h to Stats.hxxMax Kellermann
2013-10-02Log: new logging library APIMax Kellermann
2013-09-05conf.h: remove obsolete headerMax Kellermann
2013-09-04util/Error: new error passing libraryMax Kellermann
2013-08-10db_error: convert to C++Max Kellermann
2013-08-04DatabasePlugin: pass config_param referenceMax Kellermann
2013-01-29require GLib 2.24Max Kellermann
2013-01-07decoder_api.h, ...: add "extern C"Max Kellermann
2013-01-03Directory: rename struct directory to DirectoryMax Kellermann
2013-01-03database.h: rename to DatabaseSimple.hxxMax Kellermann
2013-01-03database.h: move prototypes to DatabaseGlue.hxxMax Kellermann
2013-01-03database.h: eliminate db_*_song()Max Kellermann
2013-01-02Directory: turn functions to methodsMax Kellermann
2013-01-02Directory: make the header C++ onlyMax Kellermann
2013-01-02db_save, state_file: convert to C++Max Kellermann
2013-01-02configure.ac: disable C++ RTTIMax Kellermann
2012-08-22Database*: fix nullptr dereference when no database is configuredMax Kellermann
2012-08-16DatabasePlugin: add method ReturnSong()Max Kellermann
2012-08-15db_visitor: delete obsolete headerMax Kellermann
2012-08-08DatabaseGlue: look up the database pluginMax Kellermann
2012-08-08DatabaseGlue: pass block to db_init()Max Kellermann
2012-08-08DatabaseGlue: add function db_is_simple()Max Kellermann
2012-08-07db_selection: rename to DatabaseSelectionMax Kellermann
2012-08-02DatabaseGlue: remove db_walk(), db_visit()Max Kellermann
2012-08-02DatabaseGlue: add function GetDatabase()Max Kellermann
2012-08-01db_plugin: convert to C++Max Kellermann