index
:
ICE Spider
embedded-server
main
Tools and library for creating ICE API backed REST services and websites.
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Reformat with new clang-format
Dan Goodliffe
2023-07-26
*
Initialize var
Dan Goodliffe
2023-07-26
*
If Accept header specifies no preference first, shortcut to default serializer
icespider-0.8.3
Dan Goodliffe
2023-04-06
*
Fix writing of XML document after XSL transform
icespider-0.8.2
Dan Goodliffe
2023-04-06
*
Move to b2 install path
icespider-0.8.1
Dan Goodliffe
2022-09-09
*
Smart ptrs in xslt output
icespider-0.8.0
Dan Goodliffe
2022-08-07
*
Enable all cppcheck checks and fixup config
Dan Goodliffe
2022-08-07
*
Use simplified XmlDocumentSerializer interface
Dan Goodliffe
2022-08-07
*
Don't use same name for consts as instances in the base
Dan Goodliffe
2022-08-02
*
constexpr and member initial all/most parameter specification vars where poss...
icespider-0.7.2
Dan Goodliffe
2022-05-17
*
Remove unrequired boost/lexical_cast include
Dan Goodliffe
2022-05-17
*
Always have a non-null fall-back PATH env
Dan Goodliffe
2022-05-17
*
Work around weird GCC 11.3 error const-expr copying an optional
Dan Goodliffe
2022-05-16
*
Fix handling of accept parameters
icespider-0.7.1
Dan Goodliffe
2022-03-12
*
Remove dependency of AdHocUtil internals
icespider-0.7
Dan Goodliffe
2022-02-15
*
Fix IWYU on generated code
Dan Goodliffe
2022-02-07
*
unique_ptr over ScopeExit
Dan Goodliffe
2022-02-06
*
Install ice to new standard path
Dan Goodliffe
2022-02-06
*
Fix all non-unittest warnings
Dan Goodliffe
2022-02-06
*
requiredParameterNotFound is noreturn
Dan Goodliffe
2022-02-06
*
Concession to cppcheck, which crashes on this line
Dan Goodliffe
2021-12-17
*
Remove unrequired BOOST_TEST_DONT_PRINT_LOG_VALUEs
Dan Goodliffe
2021-12-17
*
Single arg constructor should be explicit
Dan Goodliffe
2021-12-17
*
Add librarydefs
Dan Goodliffe
2021-12-17
*
Add missing header for libxml++/document.h
Dan Goodliffe
2021-12-17
*
Introduce MaybeString
Dan Goodliffe
2021-12-17
*
Tweak cos this isn't a cast, it's a copy
Dan Goodliffe
2021-12-17
*
Add -Wconversion and -Wsign-conversion
Dan Goodliffe
2021-12-17
*
Add -Wold-style-cast
Dan Goodliffe
2021-12-17
*
Add -Woverloaded-virtual
Dan Goodliffe
2021-12-17
*
Add missing virtual destructor
Dan Goodliffe
2021-12-17
*
Update to C++20 for constexpr virtual destructors required for new Slicer
Dan Goodliffe
2021-12-17
*
Add warnings that currently produce no new issues
Dan Goodliffe
2021-12-17
*
Add test cases for invalid accept where q is missing a value
Dan Goodliffe
2021-12-17
*
Non-allocating, non-FILE based, view based Accept parser
Dan Goodliffe
2021-12-17
*
Utils for trimming string_view
Dan Goodliffe
2021-12-17
*
Add a test case for invalid accept where q is f
Dan Goodliffe
2021-12-17
*
Mark testPerf explicit
Dan Goodliffe
2021-12-17
*
Use flatmap for qs and cookie maps
Dan Goodliffe
2021-12-17
*
Const only operations in flatmap
Dan Goodliffe
2021-12-17
*
Fix const weirdness in flatmap
Dan Goodliffe
2021-12-17
*
Add more perf tests
Dan Goodliffe
2021-12-17
*
constexpr consts in xwwwFormUrlEncoded
Dan Goodliffe
2021-12-17
*
Simpler HTTPS const
Dan Goodliffe
2021-12-17
*
Add at to flatmap
Dan Goodliffe
2021-12-17
*
Add contains to flatmap
Dan Goodliffe
2021-12-17
*
constexpr string_view some more stuff
Dan Goodliffe
2021-12-17
*
Don't assume compare type
Dan Goodliffe
2021-12-17
*
Add initial performance test
Dan Goodliffe
2021-12-17
*
Move import testing
Dan Goodliffe
2021-12-17
[next]