aboutsummaryrefslogtreecommitdiff
path: root/src/configuration.h
Commit message (Collapse)AuthorAgeFilesLines
* Passing unknown command line parameters to the ConfigurationAqua-sama2018-01-271-1/+2
| | | | - no longer compiling CookiesForm that we don't use
* Using boost::program_options instead of libconfigAqua-sama2018-01-261-40/+14
|
* Added warning when trying to get value of non-existent optionsAqua-sama2018-01-261-0/+1
|
* Configuration class reworkAqua-sama2018-01-251-0/+83
- castToString is now a free function - setFromString split away from setValue - moved Configuration to src