summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* constexpr and member initial all/most parameter specification vars where ↵icespider-0.7.2Dan Goodliffe2022-05-17
| | | | possible
* Remove unrequired boost/lexical_cast includeDan Goodliffe2022-05-17
|
* Always have a non-null fall-back PATH envDan Goodliffe2022-05-17
| | | | Falls back to a reasonable /usr/bin
* Work around weird GCC 11.3 error const-expr copying an optionalDan Goodliffe2022-05-16
|
* Fix handling of accept parametersicespider-0.7.1Dan Goodliffe2022-03-12
| | | | Accept can have parameters other than q, although we just ignore them
* Remove dependency of AdHocUtil internalsicespider-0.7Dan Goodliffe2022-02-15
|
* Fix IWYU on generated codeDan Goodliffe2022-02-07
|
* unique_ptr over ScopeExitDan Goodliffe2022-02-06
|
* Install ice to new standard pathDan Goodliffe2022-02-06
|
* Fix all non-unittest warningsDan Goodliffe2022-02-06
|
* requiredParameterNotFound is noreturnDan Goodliffe2022-02-06
|
* Concession to cppcheck, which crashes on this lineDan Goodliffe2021-12-17
|
* Remove unrequired BOOST_TEST_DONT_PRINT_LOG_VALUEsDan Goodliffe2021-12-17
|
* Single arg constructor should be explicitDan Goodliffe2021-12-17
|
* Add librarydefsDan Goodliffe2021-12-17
|
* Add missing header for libxml++/document.hDan Goodliffe2021-12-17
|
* Introduce MaybeStringDan Goodliffe2021-12-17
| | | | | Allows at least a string_view, but maybe a string... used when input might need decoding, but removes the need for a copy when it doesn't.
* Tweak cos this isn't a cast, it's a copyDan Goodliffe2021-12-17
|
* Add -Wconversion and -Wsign-conversionDan Goodliffe2021-12-17
|
* Add -Wold-style-castDan Goodliffe2021-12-17
|
* Add -Woverloaded-virtualDan Goodliffe2021-12-17
|
* Add missing virtual destructorDan Goodliffe2021-12-17
|
* Update to C++20 for constexpr virtual destructors required for new SlicerDan Goodliffe2021-12-17
|
* Add warnings that currently produce no new issuesDan Goodliffe2021-12-17
|
* Add test cases for invalid accept where q is missing a valueDan Goodliffe2021-12-17
|
* Non-allocating, non-FILE based, view based Accept parserDan Goodliffe2021-12-17
|
* Utils for trimming string_viewDan Goodliffe2021-12-17
|
* Add a test case for invalid accept where q is fDan Goodliffe2021-12-17
|
* Mark testPerf explicitDan Goodliffe2021-12-17
|
* Use flatmap for qs and cookie mapsDan Goodliffe2021-12-17
|
* Const only operations in flatmapDan Goodliffe2021-12-17
|
* Fix const weirdness in flatmapDan Goodliffe2021-12-17
|
* Add more perf testsDan Goodliffe2021-12-17
|
* constexpr consts in xwwwFormUrlEncodedDan Goodliffe2021-12-17
|
* Simpler HTTPS constDan Goodliffe2021-12-17
|
* Add at to flatmapDan Goodliffe2021-12-17
|
* Add contains to flatmapDan Goodliffe2021-12-17
|
* constexpr string_view some more stuffDan Goodliffe2021-12-17
|
* Don't assume compare typeDan Goodliffe2021-12-17
|
* Add initial performance testDan Goodliffe2021-12-17
|
* Move import testingDan Goodliffe2021-12-17
| | | | Allows disabling test execution from any level
* Introduce lightweight flatmapDan Goodliffe2021-12-17
|
* Add missing optional includesicespider-0.6.7.2Dan Goodliffe2021-12-14
|
* Update install path of tools to match fixed Gentoo packagingicespider-0.6.7.1Dan Goodliffe2021-06-10
|
* Simplify and fix fallback/error handlers for missing parametersicespider-0.6.7Dan Goodliffe2020-12-28
|
* Remove unused helper functionicespider-0.6.6Dan Goodliffe2020-12-28
|
* Add moving variant of operator/ for optionalsDan Goodliffe2020-12-28
|
* Modern LTO optionsDan Goodliffe2020-12-28
|
* Allow recursion betwen process and handleErroricespider-0.6.5Dan Goodliffe2020-12-27
|
* Simplify some code genDan Goodliffe2020-12-27
|