aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigFile.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* include cleanup using iwyuMax Kellermann2013-11-281-3/+0
|
* *: use nullptr instead of NULLMax Kellermann2013-10-191-9/+9
|
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-1/+1
| | | | | | | 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.
* fs/Path: move MPD_PATH_MAX to Limits.hxxMax Kellermann2013-10-171-0/+1
|
* Log: new logging library APIMax Kellermann2013-10-021-6/+2
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* conf.h: remove obsolete headerMax Kellermann2013-09-051-1/+0
| | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies.
* util/Error: new error passing libraryMax Kellermann2013-09-041-59/+50
| | | | Replaces GLib's GError.
* string_util: convert to C++Max Kellermann2013-04-091-5/+1
|
* tokenizer: convert to C++Max Kellermann2013-04-081-13/+17
|
* ConfigFile.cxx: use FOpenModeDenis Krjuchkov2013-02-021-1/+1
|
* ConfigData: use simple linked list instead of GSListMax Kellermann2013-01-301-5/+18
|
* ConfigData: move functions into the classMax Kellermann2013-01-301-2/+2
|
* ConfigData: add constructors/destructorsMax Kellermann2013-01-301-5/+5
|
* conf.h: move the GQuark to ConfigQuark.hxxMax Kellermann2013-01-301-0/+1
|
* ConfigFile: simplify error cleanupMax Kellermann2013-01-301-23/+24
|
* ConfigFile: move code to ConfigGlobal.cxxMax Kellermann2013-01-301-161/+4
|
* ConfigFile: add struct ConfigDataMax Kellermann2013-01-301-9/+8
|
* conf: move struct definitions to ConfigData.hxxMax Kellermann2013-01-301-166/+1
|
* ConfigFile: add enum ConfigOptionMax Kellermann2013-01-301-26/+22
| | | | | Look up top-level config options by enum (= integer), not by name string.
* ConfigOption: rename to ConfigTemplateMax Kellermann2013-01-301-3/+3
|
* ConfigFile: move code to ConfigOptions.cxxMax Kellermann2013-01-301-73/+1
|
* ConfigFile: split config_entryMax Kellermann2013-01-301-39/+27
| | | | | The new struct ConfigOption is the compile-time description, and the global array "config_params" contains the actual values.
* ConfigFile, CommandLine: use the Path classMax Kellermann2013-01-291-4/+8
|
* Path: move to fs subdirectoryDenis Krjuchkov2013-01-221-1/+1
|
* path: convert to C++Max Kellermann2013-01-171-1/+1
|
* conf: convert to C++Max Kellermann2013-01-101-0/+677