aboutsummaryrefslogtreecommitdiffstats
path: root/test/read_conf.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* config/Global: allow calling config_get_string() with one argumentMax Kellermann2015-06-261-1/+1
| | | | default_value defaults to nullptr.
* config/Option: convert to strictly-typed enumMax Kellermann2015-01-211-1/+1
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* Config*: move to config/Max Kellermann2014-01-241-1/+1
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* test: add missing includesMax Kellermann2014-01-071-0/+2
|
* test/*: use fprintf(stderr,...) and Log() instead of g_printerr()Max Kellermann2013-12-151-23/+9
| | | | Avoid GLib.
* conf.h: remove obsolete headerMax Kellermann2013-09-051-1/+1
| | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies.
* util/Error: new error passing libraryMax Kellermann2013-09-041-4/+4
| | | | Replaces GLib's GError.
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-2/+2
|
* ConfigFile: add enum ConfigOptionMax Kellermann2013-01-301-1/+4
| | | | | Look up top-level config options by enum (= integer), not by name string.
* ConfigFile, CommandLine: use the Path classMax Kellermann2013-01-291-3/+3
|
* test/{read_conf,run_filter}: convert to C++Max Kellermann2013-01-291-0/+72