summaryrefslogtreecommitdiff
path: root/icespider/compile
Commit message (Expand)AuthorAge
* Add missing optional includesicespider-0.6.7.2Dan Goodliffe2021-12-14
* Simplify and fix fallback/error handlers for missing parametersicespider-0.6.7Dan Goodliffe2020-12-28
* Simplify some code genDan Goodliffe2020-12-27
* Add C++ post processorDan Goodliffe2020-12-21
* Don't format program optionsDan Goodliffe2020-12-21
* Disable misc-no-recursion on Slice search functionsDan Goodliffe2020-12-19
* Fix leak error with sanitizer in playDan Goodliffe2020-12-17
* Build against external slicer-parser libraryicespider-0.6.4Dan Goodliffe2020-08-22
* Clang format and tidyDan Goodliffe2020-06-07
* Modernize buildDan Goodliffe2019-10-20
* Fix link erroricespider-0.6.1Dan Goodliffe2019-03-28
* Add clang-tidy rules and fix all the thingsDan Goodliffe2019-03-27
* Enable some clang-tidy checks and fix up accordinglyDan Goodliffe2019-03-27
* Update requiredParameterNotFound typeDan Goodliffe2019-02-09
* Extract the real function parameter typeDan Goodliffe2019-02-08
* Remove boost::filesystem in favour of std::filesystemDan Goodliffe2019-02-03
* Cut 1 string_viewDan Goodliffe2019-01-14
* C++17 and Ice 3.7icespider-0.4Dan Goodliffe2018-04-15
* Serializers should be members to avoid memory leakicespider-0.2.1Dan Goodliffe2017-03-16
* Fix case where operation returns void but has declared exception list (return...Dan Goodliffe2017-01-30
* Make mutator into a collection (mutators)Dan Goodliffe2016-12-11
* Pass the request into the mutator functionDan Goodliffe2016-10-28
* Add option for allowing ice prefixDan Goodliffe2016-10-27
* Support setting a mutator function to operate on response model before return...Dan Goodliffe2016-10-27
* Create response model as a local var that we can operate on if desiredDan Goodliffe2016-10-27
* Add basic support for base classes for routesDan Goodliffe2016-10-25
* Move includes into headerDan Goodliffe2016-10-24
* Refactor route processor into smaller functionsDan Goodliffe2016-10-24
* Start writing some bits to a .h fileDan Goodliffe2016-10-24
* Increased flexibility for reading post body content and support for deseriali...Dan Goodliffe2016-10-07
* Build slicer bits for http into commonDan Goodliffe2016-10-05
* Rename output fileDan Goodliffe2016-10-04
* Routes and output serializers as compact json object mapsDan Goodliffe2016-09-25
* Parameters should be a map, not a listDan Goodliffe2016-09-17
* Fix up lots of test coverageDan Goodliffe2016-09-17
* If a mashup member isn't a defined operation, assume it is a local variable f...Dan Goodliffe2016-09-11
* Fix defaults in mash upDan Goodliffe2016-09-11
* No need to proxy getProxy through route handler now we have a core instanceDan Goodliffe2016-09-02
* Initialize proxies once on start upDan Goodliffe2016-09-02
* Pass current Core instance to route handlersDan Goodliffe2016-09-01
* Use Slicer enum helper for writing enumerated valuesDan Goodliffe2016-08-31
* Register route handler factories, not route handlers so we can construct them...Dan Goodliffe2016-08-30
* Add support for mash up routes that call multiple servicesDan Goodliffe2016-08-29
* Find operation by name, not routeDan Goodliffe2016-08-28
* Add support for custom output serializersDan Goodliffe2016-08-21
* Allow inclusion of user headersDan Goodliffe2016-08-21
* Add basic content negotiationDan Goodliffe2016-08-16
* Tidy upDan Goodliffe2016-06-26
* URL parameters by index internally, not keyDan Goodliffe2016-06-26
* Default parameter expressionsDan Goodliffe2016-06-25