summaryrefslogtreecommitdiff
path: root/icespider/fileSessions
Commit message (Collapse)AuthorAge
* Update to C++23 and fix lots of warningsDan Goodliffe2025-06-13
|
* Reformat with new clang-formatDan Goodliffe2023-07-26
|
* Fix all non-unittest warningsDan Goodliffe2022-02-06
|
* Add -Wconversion and -Wsign-conversionDan Goodliffe2021-12-17
|
* Add -Wold-style-castDan Goodliffe2021-12-17
|
* Clang format and tidyDan Goodliffe2020-06-07
|
* Add clang-tidy rules and fix all the thingsDan Goodliffe2019-03-27
| | | | Note: something in here appears to break linking in release build
* Enable some clang-tidy checks and fix up accordinglyDan Goodliffe2019-03-27
|
* Remove boost::filesystem in favour of std::filesystemDan Goodliffe2019-02-03
|
* Route Optionsicespider-0.4.1Dan Goodliffe2018-04-16
| | | | | | Provide an irouteOptions constructor that takes new class RouteOptions for finer grained control over the setup process. This currently provides the option to not add the default serializers.
* C++17 and Ice 3.7icespider-0.4Dan Goodliffe2018-04-15
| | | | | Update all code to be C++17 with Ice 3.7 and minor interface changes in keeping with C++CG and dependencies.
* 32bit compat fixicespider-0.1Dan Goodliffe2017-01-19
|
* Use AdHoc FileUtils to RAII guarantees.Dan Goodliffe2016-10-17
|
* Adds a session manager interface and basic file based implementation as a pluginDan Goodliffe2016-10-08