aboutsummaryrefslogtreecommitdiffstats
path: root/src/LogInit.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* configure.ac: add option "--disable-glib"Max Kellermann2013-12-151-1/+6
| | | | | Allows building without GLib. This fails to compile currently, because GLib is still used in the MPD core.
* LogInit: move backend code to LogBackend.cxxMax Kellermann2013-12-151-167/+33
|
* include cleanup using iwyuMax Kellermann2013-11-281-6/+0
|
* *: use nullptr instead of NULLMax Kellermann2013-10-191-12/+13
|
* Util/CharUtil: new library replacing g_ascii_isX()Max Kellermann2013-10-191-1/+2
|
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-3/+3
| | | | | | | 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-2/+3
|
* Log: new logging library APIMax Kellermann2013-10-021-0/+350
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.