aboutsummaryrefslogtreecommitdiffstats
path: root/test/DumpDatabase.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-211-3/+4
* config/Option: convert to strictly-typed enumMax Kellermann2015-01-211-1/+1
* ConfigData: move struct config_param to Param.hxxMax Kellermann2015-01-211-1/+1
* Copyright year 2015Max Kellermann2015-01-011-1/+1
* configure.ac: require GLib 2.32 (if enabled)Max Kellermann2014-12-051-12/+0
* configure.ac: add macro MPD_ENABLE_AUTO_PKGMax Kellermann2014-11-211-1/+1
* test/DumpDatabase, ...: no g_thread_init() calls when GLib is disabledMax Kellermann2014-10-241-0/+4
* DatabasePlugin: split headerMax Kellermann2014-02-191-0/+1
* db/DatabaseListener: add method OnDatabaseSongRemoved()Max Kellermann2014-02-041-0/+4
* Playlist{Info,Vector}: move to db/Max Kellermann2014-01-271-1/+1
* Database*: move to db/Max Kellermann2014-01-241-6/+6
* Input*: move to input/Max Kellermann2014-01-241-1/+1
* Config*: move to config/Max Kellermann2014-01-241-2/+2
* LightDirectory: new struct replacing Directory in the DB APIMax Kellermann2014-01-221-5/+6
* LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann2014-01-191-4/+4
* copyright year 2014Max Kellermann2014-01-131-1/+1
* DatabasePlugin: add interface DatabaseListenerMax Kellermann2014-01-111-1/+14
* UPnP database pluginJean-Francois Dockes2014-01-091-0/+9
* DetachedSong: fork of struct SongMax Kellermann2014-01-091-1/+4
* test/DumpDatabase: fix nullptr dereferenceMax Kellermann2014-01-091-1/+1
* test/*: remove GLib logging setupMax Kellermann2013-12-241-12/+0
* ConfigData: use std::string for config_param::valueMax Kellermann2013-10-151-1/+1
* Listen, ...: add missing includesMax Kellermann2013-10-021-0/+2
* Tag: compile-time initialisation of ignore_tag_itemsMax Kellermann2013-09-051-2/+0
* Tag: move configuration code to TagConfig.cxxMax Kellermann2013-09-051-0/+2
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
* conf.h: remove obsolete headerMax Kellermann2013-09-051-1/+2
* util/Error: new error passing libraryMax Kellermann2013-09-041-17/+13
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-2/+2
* DatabasePlugin: pass config_param referenceMax Kellermann2013-08-041-1/+1
* tag: convert to C++Max Kellermann2013-07-301-1/+1
* song: convert header to C++Max Kellermann2013-07-281-2/+2
* don't use g_thread_init() with GLib 2.32Max Kellermann2013-04-171-0/+3
* ConfigData: move functions into the classMax Kellermann2013-01-301-2/+1
* ConfigData: add constructors/destructorsMax Kellermann2013-01-301-5/+4
* ConfigFile, CommandLine: use the Path classMax Kellermann2013-01-291-2/+3
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-071-3/+0
* Directory: rename struct directory to DirectoryMax Kellermann2013-01-031-2/+2
* Directory: make the header C++ onlyMax Kellermann2013-01-021-1/+1
* PlaylistInfo: rename class, use std::stringMax Kellermann2013-01-021-2/+2
* playlist_vector: convert to C++Max Kellermann2013-01-021-1/+1
* tag_pool: use GStaticMutexMax Kellermann2012-08-081-3/+1
* db_selection: rename to DatabaseSelectionMax Kellermann2012-08-071-3/+2
* Database{Plugin,Visitor}: pass referencesMax Kellermann2012-08-071-8/+8
* test/DumpDatabase: new debug programMax Kellermann2012-08-071-0/+154