aboutsummaryrefslogtreecommitdiff
path: root/src/ConfigFile.cxx
Commit message (Collapse)AuthorAge
* ConfigFile.cxx: use FOpenModeDenis Krjuchkov2013-02-02
|
* ConfigData: use simple linked list instead of GSListMax Kellermann2013-01-30
|
* ConfigData: move functions into the classMax Kellermann2013-01-30
|
* ConfigData: add constructors/destructorsMax Kellermann2013-01-30
|
* conf.h: move the GQuark to ConfigQuark.hxxMax Kellermann2013-01-30
|
* ConfigFile: simplify error cleanupMax Kellermann2013-01-30
|
* ConfigFile: move code to ConfigGlobal.cxxMax Kellermann2013-01-30
|
* ConfigFile: add struct ConfigDataMax Kellermann2013-01-30
|
* conf: move struct definitions to ConfigData.hxxMax Kellermann2013-01-30
|
* ConfigFile: add enum ConfigOptionMax Kellermann2013-01-30
| | | | | Look up top-level config options by enum (= integer), not by name string.
* ConfigOption: rename to ConfigTemplateMax Kellermann2013-01-30
|
* ConfigFile: move code to ConfigOptions.cxxMax Kellermann2013-01-30
|
* ConfigFile: split config_entryMax Kellermann2013-01-30
| | | | | 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-29
|
* Path: move to fs subdirectoryDenis Krjuchkov2013-01-22
|
* path: convert to C++Max Kellermann2013-01-17
|
* conf: convert to C++Max Kellermann2013-01-10