Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Passing unknown command line parameters to the Configuration | Aqua-sama | 2018-01-27 | 1 | -1/+2 |
| | | | | - no longer compiling CookiesForm that we don't use | ||||
* | Using boost::program_options instead of libconfig | Aqua-sama | 2018-01-26 | 1 | -40/+14 |
| | |||||
* | Added warning when trying to get value of non-existent options | Aqua-sama | 2018-01-26 | 1 | -0/+1 |
| | |||||
* | Configuration class rework | Aqua-sama | 2018-01-25 | 1 | -0/+83 |
- castToString is now a free function - setFromString split away from setValue - moved Configuration to src |