aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabasePlugin.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* DatabasePlugin: add method ReturnSong()Max Kellermann2012-08-161-1/+8
| | | | Allow the plugin to allocate the GetSong() return value.
* DatabasePlugin: add method GetStats()Max Kellermann2012-08-151-0/+32
| | | | | Optimize the ProxyDatabase by invoking "stats" on the peer, instead of visiting all songs.
* DatabasePlugin: add method VisitUniqueTags()Max Kellermann2012-08-151-0/+12
| | | | | Optimize the ProxyDatabase by invoking "list" on the peer, instead of visiting all songs.
* db_selection: rename to DatabaseSelectionMax Kellermann2012-08-071-4/+4
|
* Database{Plugin,Visitor}: pass referencesMax Kellermann2012-08-071-3/+3
|
* DatabasePlugin: add simpler Visit() wrapeprMax Kellermann2012-08-021-0/+13
|
* DatabasePlugin: make Visit() constMax Kellermann2012-08-021-2/+2
|
* gcc.h: re-add gcc_const and gcc_pureMax Kellermann2012-08-021-5/+2
| | | | Remove GLib dependency from some headers.
* db_plugin: convert to C++Max Kellermann2012-08-011-0/+87