Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ConfigData: remove unused method DupBlockString() | Max Kellermann | 2013-10-15 | 1 | -4/+0 |
| | |||||
* | ConfigData: use std::string for config_param::value | Max Kellermann | 2013-10-15 | 1 | -2/+3 |
| | |||||
* | gcc.h: rename to Compiler.h | Max Kellermann | 2013-10-15 | 1 | -1/+1 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -3/+3 |
| | | | | Replaces GLib's GError. | ||||
* | ConfigData: overload GetBlockPath() with default value | Max Kellermann | 2013-08-10 | 1 | -0/+3 |
| | |||||
* | ConfigPath: return a Path object | Max Kellermann | 2013-08-07 | 1 | -2/+3 |
| | | | | | Migrate all callers to use Path directly, instead of doing the conversion in each caller. | ||||
* | ConfigData: remove obsolete functions | Max Kellermann | 2013-08-04 | 1 | -29/+0 |
| | |||||
* | OutputPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 1 | -0/+9 |
| | |||||
* | ConfigData: move code to block_param, config_param methods | Max Kellermann | 2013-08-04 | 1 | -0/+27 |
| | |||||
* | ConfigData: remove C++ checks | Max Kellermann | 2013-08-03 | 1 | -20/+0 |
| | |||||
* | include cleanup | Max Kellermann | 2013-07-30 | 1 | -2/+0 |
| | |||||
* | ConfigData: use simple linked list instead of GSList | Max Kellermann | 2013-01-30 | 1 | -3/+8 |
| | |||||
* | ConfigData: forbid copying a config_param object | Max Kellermann | 2013-01-30 | 1 | -0/+4 |
| | |||||
* | ConfigData: move functions into the class | Max Kellermann | 2013-01-30 | 1 | -8/+12 |
| | |||||
* | ConfigData: add constructors/destructors | Max Kellermann | 2013-01-30 | 1 | -7/+9 |
| | |||||
* | ConfigData: use std::string in block_param | Max Kellermann | 2013-01-30 | 1 | -2/+3 |
| | |||||
* | ConfigData: use std::vector for the block_param list | Max Kellermann | 2013-01-30 | 1 | -3/+5 |
| | |||||
* | ConfigFile: add struct ConfigData | Max Kellermann | 2013-01-30 | 1 | -0/+18 |
| | |||||
* | conf: move struct definitions to ConfigData.hxx | Max Kellermann | 2013-01-30 | 1 | -0/+106 |