aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigGlobal.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* include cleanup using iwyuMax Kellermann2013-11-281-2/+0
|
* add various missing headersNatanael Copa2013-11-051-0/+1
| | | | | | Fixes building with gcc-4.8 Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-5/+6
| | | | | | | The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object.
* ConfigData: use std::string for config_param::valueMax Kellermann2013-10-151-5/+5
|
* Log: new logging library APIMax Kellermann2013-10-021-7/+5
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* Listen: Allow tilde paths for socket.Maarten de Vries2013-09-121-0/+6
|
* mpd_error.h: remove obsolete headerMax Kellermann2013-09-051-8/+9
| | | | Migrate the remaining callers to FatalError().
* PlaylistPlugin, ConfigGlobal: use nullptr instead of NULLMax Kellermann2013-09-051-5/+5
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-10/+7
| | | | Replaces GLib's GError.
* ConfigPath: return a Path objectMax Kellermann2013-08-071-5/+6
| | | | | Migrate all callers to use Path directly, instead of doing the conversion in each caller.
* utils: convert to C++Max Kellermann2013-04-091-5/+1
|
* ConfigData: use simple linked list instead of GSListMax Kellermann2013-01-301-31/+10
|
* ConfigData: add constructors/destructorsMax Kellermann2013-01-301-1/+1
|
* ConfigData: use std::string in block_paramMax Kellermann2013-01-301-1/+1
|
* ConfigData: use std::vector for the block_param listMax Kellermann2013-01-301-5/+3
|
* ConfigFile: move code to ConfigGlobal.cxxMax Kellermann2013-01-301-0/+199