aboutsummaryrefslogtreecommitdiff
path: root/src/configuration.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Moved Configuration class into libraryAqua-sama2018-03-151-108/+0
|
* Passing unknown command line parameters to the ConfigurationAqua-sama2018-01-271-11/+14
| | | | - no longer compiling CookiesForm that we don't use
* Using boost::program_options instead of libconfigAqua-sama2018-01-261-146/+82
|
* Configuration class reworkAqua-sama2018-01-251-0/+169
- castToString is now a free function - setFromString split away from setValue - moved Configuration to src