aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/ConfigData.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-21ConfigData: rename header fileMax Kellermann1-33/+0
2015-01-21ConfigData: move struct config_param to Param.hxxMax Kellermann1-78/+1
2015-01-21ConfigData: rename struct block_param to BlockParamMax Kellermann1-2/+2
2015-01-21ConfigData: move struct block_param to Block.?xxMax Kellermann1-25/+1
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-12-04ConfigData: update API documentationMax Kellermann1-1/+1
2014-01-24Config*: move to config/Max Kellermann1-0/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
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