aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigFile.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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