aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigData.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
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