aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigData.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-19ConfigData: Add support for signed integersSebastian Thorarensen1-0/+6
2013-10-17fs/Path: rename to AllocatedPathMax Kellermann1-4/+4
2013-10-15ConfigData: remove unused method DupBlockString()Max Kellermann1-4/+0
2013-10-15ConfigData: use std::string for config_param::valueMax Kellermann1-2/+3
2013-10-15gcc.h: rename to Compiler.hMax Kellermann1-1/+1
2013-09-04util/Error: new error passing libraryMax Kellermann1-3/+3
2013-08-10ConfigData: overload GetBlockPath() with default valueMax Kellermann1-0/+3
2013-08-07ConfigPath: return a Path objectMax Kellermann1-2/+3
2013-08-04ConfigData: remove obsolete functionsMax Kellermann1-29/+0
2013-08-04OutputPlugin: pass config_param referenceMax Kellermann1-0/+9
2013-08-04ConfigData: move code to block_param, config_param methodsMax Kellermann1-0/+27
2013-08-03ConfigData: remove C++ checksMax Kellermann1-20/+0
2013-07-30include cleanupMax Kellermann1-2/+0
2013-01-30ConfigData: use simple linked list instead of GSListMax Kellermann1-3/+8
2013-01-30ConfigData: forbid copying a config_param objectMax Kellermann1-0/+4
2013-01-30ConfigData: move functions into the classMax Kellermann1-8/+12
2013-01-30ConfigData: add constructors/destructorsMax Kellermann1-7/+9
2013-01-30ConfigData: use std::string in block_paramMax Kellermann1-2/+3
2013-01-30ConfigData: use std::vector for the block_param listMax Kellermann1-3/+5
2013-01-30ConfigFile: add struct ConfigDataMax Kellermann1-0/+18
2013-01-30conf: move struct definitions to ConfigData.hxxMax Kellermann1-0/+106