Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Config*: move to config/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | test: add missing includes | Max Kellermann | 2014-01-07 | 1 | -0/+2 |
| | |||||
* | test/*: use fprintf(stderr,...) and Log() instead of g_printerr() | Max Kellermann | 2013-12-15 | 1 | -23/+9 |
| | | | | Avoid GLib. | ||||
* | conf.h: remove obsolete header | Max Kellermann | 2013-09-05 | 1 | -1/+1 |
| | | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies. | ||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -4/+4 |
| | | | | Replaces GLib's GError. | ||||
* | *: use gcc.h macros instead of GLib | Max Kellermann | 2013-08-04 | 1 | -2/+2 |
| | |||||
* | ConfigFile: add enum ConfigOption | Max Kellermann | 2013-01-30 | 1 | -1/+4 |
| | | | | | Look up top-level config options by enum (= integer), not by name string. | ||||
* | ConfigFile, CommandLine: use the Path class | Max Kellermann | 2013-01-29 | 1 | -3/+3 |
| | |||||
* | test/{read_conf,run_filter}: convert to C++ | Max Kellermann | 2013-01-29 | 1 | -0/+72 |