aboutsummaryrefslogtreecommitdiff
path: root/src/DatabaseGlue.cxx
Commit message (Collapse)AuthorAge
* require GLib 2.24Max Kellermann2013-01-29
|
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-07
|
* Directory: rename struct directory to DirectoryMax Kellermann2013-01-03
|
* database.h: rename to DatabaseSimple.hxxMax Kellermann2013-01-03
|
* database.h: move prototypes to DatabaseGlue.hxxMax Kellermann2013-01-03
|
* database.h: eliminate db_*_song()Max Kellermann2013-01-03
| | | | Use the C++ API.
* Directory: turn functions to methodsMax Kellermann2013-01-02
|
* Directory: make the header C++ onlyMax Kellermann2013-01-02
|
* db_save, state_file: convert to C++Max Kellermann2013-01-02
|
* configure.ac: disable C++ RTTIMax Kellermann2013-01-02
| | | | RTTI adds overhead to the binary, and we don't need that.
* Database*: fix nullptr dereference when no database is configuredMax Kellermann2012-08-22
|
* DatabasePlugin: add method ReturnSong()Max Kellermann2012-08-16
| | | | Allow the plugin to allocate the GetSong() return value.
* db_visitor: delete obsolete headerMax Kellermann2012-08-15
|
* DatabaseGlue: look up the database pluginMax Kellermann2012-08-08
| | | | No more hard-coded "simple" plugin.
* DatabaseGlue: pass block to db_init()Max Kellermann2012-08-08
| | | | Let the caller take care for legacy conversion.
* DatabaseGlue: add function db_is_simple()Max Kellermann2012-08-08
| | | | Preparing for non-"simple" database plugins.
* db_selection: rename to DatabaseSelectionMax Kellermann2012-08-07
|
* DatabaseGlue: remove db_walk(), db_visit()Max Kellermann2012-08-02
| | | | Unused.
* DatabaseGlue: add function GetDatabase()Max Kellermann2012-08-02
| | | | Allow using the object outside of DatabaseGlue.cxx.
* db_plugin: convert to C++Max Kellermann2012-08-01