|
e1687c96ff
|
Split tawashi into lib+executable to enable unit testing
|
2017-05-04 19:52:18 +01:00 |
|
|
c41e7ce65f
|
Add more logging
|
2017-05-04 10:00:49 +01:00 |
|
|
3c10d624e3
|
Allow users to specify min/max valid pastie sizes.
|
2017-04-24 19:09:43 +01:00 |
|
|
79e82e2489
|
Do the str to int conversion in the SettingsBag.
|
2017-04-24 18:55:04 +01:00 |
|
|
fe53ea7ea1
|
Implement as_str() and as_ref() as template as<>().
Also provide a commodity at() that is a synonym
for as<boost::string_ref>() but much shorter to type.
|
2017-04-24 09:25:04 +01:00 |
|
|
fb4d99d62b
|
Add as_str() and as_ref() convenience methods to SettingsBag.
as_ref() does the same as operator[], but it's nicer to
type when settings bag is a pointer.
|
2017-04-23 13:54:06 +01:00 |
|
|
b03c3198b8
|
Make a SettingsBag class that wraps the ini settings.
Easily allows to have default values for options
that are not specified in the loaded ini file.
|
2017-04-21 23:10:16 +01:00 |
|