aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigData.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ConfigData: Add support for signed integersSebastian Thorarensen2013-10-191-0/+6
| | | | | Now config_param::GetBlockValue() can be used to get signed integers from the configuration.
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-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.
* ConfigData: remove unused method DupBlockString()Max Kellermann2013-10-151-4/+0
|
* ConfigData: use std::string for config_param::valueMax Kellermann2013-10-151-2/+3
|
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-3/+3
| | | | Replaces GLib's GError.
* ConfigData: overload GetBlockPath() with default valueMax Kellermann2013-08-101-0/+3
|
* ConfigPath: return a Path objectMax Kellermann2013-08-071-2/+3
| | | | | Migrate all callers to use Path directly, instead of doing the conversion in each caller.
* ConfigData: remove obsolete functionsMax Kellermann2013-08-041-29/+0
|
* OutputPlugin: pass config_param referenceMax Kellermann2013-08-041-0/+9
|
* ConfigData: move code to block_param, config_param methodsMax Kellermann2013-08-041-0/+27
|
* ConfigData: remove C++ checksMax Kellermann2013-08-031-20/+0
|
* include cleanupMax Kellermann2013-07-301-2/+0
|
* ConfigData: use simple linked list instead of GSListMax Kellermann2013-01-301-3/+8
|
* ConfigData: forbid copying a config_param objectMax Kellermann2013-01-301-0/+4
|
* ConfigData: move functions into the classMax Kellermann2013-01-301-8/+12
|
* ConfigData: add constructors/destructorsMax Kellermann2013-01-301-7/+9
|
* ConfigData: use std::string in block_paramMax Kellermann2013-01-301-2/+3
|
* ConfigData: use std::vector for the block_param listMax Kellermann2013-01-301-3/+5
|
* ConfigFile: add struct ConfigDataMax Kellermann2013-01-301-0/+18
|
* conf: move struct definitions to ConfigData.hxxMax Kellermann2013-01-301-0/+106