aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/SimpleDatabasePlugin.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-01-02don't include stdbool.h in C++ sourcesMax Kellermann1-1/+0
The "bool" type is built-in.
2012-08-16DatabasePlugin: add method ReturnSong()Max Kellermann1-0/+6
Allow the plugin to allocate the GetSong() return value.
2012-08-15DatabasePlugin: add method GetStats()Max Kellermann1-0/+5
Optimize the ProxyDatabase by invoking "stats" on the peer, instead of visiting all songs.
2012-08-15DatabasePlugin: add method VisitUniqueTags()Max Kellermann1-0/+5
Optimize the ProxyDatabase by invoking "list" on the peer, instead of visiting all songs.
2012-08-07db_selection: rename to DatabaseSelectionMax Kellermann1-1/+1
2012-08-07Database{Plugin,Visitor}: pass referencesMax Kellermann1-1/+1
2012-08-02DatabasePlugin: make Visit() constMax Kellermann1-2/+2
2012-08-02gcc.h: re-add gcc_const and gcc_pureMax Kellermann1-5/+4
Remove GLib dependency from some headers.
2012-08-01db_plugin: convert to C++Max Kellermann1-0/+84