summaryrefslogtreecommitdiff
path: root/src/config/Block.hxx
AgeCommit message (Expand)Author
2020-01-18copyright year 2020Max Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-05-29config/Block: add method With()Max Kellermann
2019-05-29config/Block: add ThrowWithNested()Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2018-07-18config/Data: use std::forward_list to manage params and blocksMax Kellermann
2018-07-17config/Global: remove unused function config_get_path()Max Kellermann
2018-07-17config/Block: add method SetUsed()Max Kellermann
2018-07-17config/Block: make "used" mutableMax Kellermann
2018-07-17config/Block: allow moving name and valueMax Kellermann
2018-07-17config/Block: use C++11 initializersMax Kellermann
2018-01-02config/Block: add method GetPositiveValue()Max Kellermann
2017-06-04*: add lost of "noexcept" specificationsMax Kellermann
2017-05-08*: remove "pure" and "const" attributes from throwing functionsMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-07config/Path: throw std::runtime_error on errorMax Kellermann
2016-10-28config/Block: GetPath() throws exception on errorMax Kellermann
2016-10-28config/Block: rename GetBlockPath() to GetPath()Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-01-22config/Block: add method IsEmpty()Max Kellermann
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann
2015-01-21ConfigData: rename struct block_param to BlockParamMax Kellermann
2015-01-21ConfigData: move struct block_param to Block.?xxMax Kellermann