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
path:
root
/
icespider
/
compile
Commit message (
Expand
)
Author
Age
*
Reformat with new clang-format
Dan Goodliffe
2023-07-26
*
Initialize var
Dan Goodliffe
2023-07-26
*
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
*
Fix IWYU on generated code
Dan Goodliffe
2022-02-07
*
unique_ptr over ScopeExit
Dan Goodliffe
2022-02-06
*
Fix all non-unittest warnings
Dan Goodliffe
2022-02-06
*
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 missing optional includes
icespider-0.6.7.2
Dan Goodliffe
2021-12-14
*
Simplify and fix fallback/error handlers for missing parameters
icespider-0.6.7
Dan Goodliffe
2020-12-28
*
Simplify some code gen
Dan Goodliffe
2020-12-27
*
Add C++ post processor
Dan Goodliffe
2020-12-21
*
Don't format program options
Dan Goodliffe
2020-12-21
*
Disable misc-no-recursion on Slice search functions
Dan Goodliffe
2020-12-19
*
Fix leak error with sanitizer in play
Dan Goodliffe
2020-12-17
*
Build against external slicer-parser library
icespider-0.6.4
Dan Goodliffe
2020-08-22
*
Clang format and tidy
Dan Goodliffe
2020-06-07
*
Modernize build
Dan Goodliffe
2019-10-20
*
Fix link error
icespider-0.6.1
Dan Goodliffe
2019-03-28
*
Add clang-tidy rules and fix all the things
Dan Goodliffe
2019-03-27
*
Enable some clang-tidy checks and fix up accordingly
Dan Goodliffe
2019-03-27
*
Update requiredParameterNotFound type
Dan Goodliffe
2019-02-09
*
Extract the real function parameter type
Dan Goodliffe
2019-02-08
*
Remove boost::filesystem in favour of std::filesystem
Dan Goodliffe
2019-02-03
*
Cut 1 string_view
Dan Goodliffe
2019-01-14
*
C++17 and Ice 3.7
icespider-0.4
Dan Goodliffe
2018-04-15
*
Serializers should be members to avoid memory leak
icespider-0.2.1
Dan Goodliffe
2017-03-16
*
Fix case where operation returns void but has declared exception list (return...
Dan Goodliffe
2017-01-30
*
Make mutator into a collection (mutators)
Dan Goodliffe
2016-12-11
*
Pass the request into the mutator function
Dan Goodliffe
2016-10-28
*
Add option for allowing ice prefix
Dan Goodliffe
2016-10-27
*
Support setting a mutator function to operate on response model before return...
Dan Goodliffe
2016-10-27
*
Create response model as a local var that we can operate on if desired
Dan Goodliffe
2016-10-27
*
Add basic support for base classes for routes
Dan Goodliffe
2016-10-25
*
Move includes into header
Dan Goodliffe
2016-10-24
*
Refactor route processor into smaller functions
Dan Goodliffe
2016-10-24
*
Start writing some bits to a .h file
Dan Goodliffe
2016-10-24
*
Increased flexibility for reading post body content and support for deseriali...
Dan Goodliffe
2016-10-07
*
Build slicer bits for http into common
Dan Goodliffe
2016-10-05
*
Rename output file
Dan Goodliffe
2016-10-04
*
Routes and output serializers as compact json object maps
Dan Goodliffe
2016-09-25
*
Parameters should be a map, not a list
Dan Goodliffe
2016-09-17
*
Fix up lots of test coverage
Dan Goodliffe
2016-09-17
*
If a mashup member isn't a defined operation, assume it is a local variable f...
Dan Goodliffe
2016-09-11
*
Fix defaults in mash up
Dan Goodliffe
2016-09-11
*
No need to proxy getProxy through route handler now we have a core instance
Dan Goodliffe
2016-09-02
*
Initialize proxies once on start up
Dan Goodliffe
2016-09-02
*
Pass current Core instance to route handlers
Dan Goodliffe
2016-09-01
[next]