Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-10-19 | ConfigData: Add support for signed integers | Sebastian Thorarensen | 1 | -0/+6 | |
Now config_param::GetBlockValue() can be used to get signed integers from the configuration. | |||||
2013-10-17 | fs/Path: rename to AllocatedPath | Max Kellermann | 1 | -4/+4 | |
The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object. | |||||
2013-10-15 | ConfigData: remove unused method DupBlockString() | Max Kellermann | 1 | -4/+0 | |
2013-10-15 | ConfigData: use std::string for config_param::value | Max Kellermann | 1 | -2/+3 | |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | 1 | -1/+1 | |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -3/+3 | |
Replaces GLib's GError. | |||||
2013-08-10 | ConfigData: overload GetBlockPath() with default value | Max Kellermann | 1 | -0/+3 | |
2013-08-07 | ConfigPath: return a Path object | Max Kellermann | 1 | -2/+3 | |
Migrate all callers to use Path directly, instead of doing the conversion in each caller. | |||||
2013-08-04 | ConfigData: remove obsolete functions | Max Kellermann | 1 | -29/+0 | |
2013-08-04 | OutputPlugin: pass config_param reference | Max Kellermann | 1 | -0/+9 | |
2013-08-04 | ConfigData: move code to block_param, config_param methods | Max Kellermann | 1 | -0/+27 | |
2013-08-03 | ConfigData: remove C++ checks | Max Kellermann | 1 | -20/+0 | |
2013-07-30 | include cleanup | Max Kellermann | 1 | -2/+0 | |
2013-01-30 | ConfigData: use simple linked list instead of GSList | Max Kellermann | 1 | -3/+8 | |
2013-01-30 | ConfigData: forbid copying a config_param object | Max Kellermann | 1 | -0/+4 | |
2013-01-30 | ConfigData: move functions into the class | Max Kellermann | 1 | -8/+12 | |
2013-01-30 | ConfigData: add constructors/destructors | Max Kellermann | 1 | -7/+9 | |
2013-01-30 | ConfigData: use std::string in block_param | Max Kellermann | 1 | -2/+3 | |
2013-01-30 | ConfigData: use std::vector for the block_param list | Max Kellermann | 1 | -3/+5 | |
2013-01-30 | ConfigFile: add struct ConfigData | Max Kellermann | 1 | -0/+18 | |
2013-01-30 | conf: move struct definitions to ConfigData.hxx | Max Kellermann | 1 | -0/+106 | |