summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Tidy includesicetray-0.4.4Dan Goodliffe2022-02-15
|
* Use STL algoDan Goodliffe2022-02-15
|
* Bump to C++20 for non-legacy CTFDan Goodliffe2022-02-11
|
* IWYU fixesDan Goodliffe2021-11-07
|
* Fix all linter warnings (except iwyu)Dan Goodliffe2021-11-01
|
* We don't need our own base64 encoder, openssl has oneDan Goodliffe2021-10-31
|
* Move import testingDan Goodliffe2021-10-31
|
* New standard ice install pathDan Goodliffe2021-10-31
|
* Fix expected error messageDan Goodliffe2021-10-31
|
* Add missing DB command includesDan Goodliffe2021-10-13
|
* Update install path of tools to match fixed Gentoo packagingicetray-0.4.3.1Dan Goodliffe2021-06-10
|
* Pass a clang-tidy checkicetray-0.4.3Dan Goodliffe2020-12-16
|
* Modern LTO optionsDan Goodliffe2020-12-16
|
* Fixup clang-formatDan Goodliffe2020-12-16
|
* Pass a cppcheckDan Goodliffe2020-12-15
|
* New Slicer compat (std::optionals)Dan Goodliffe2020-11-17
|
* Clang-formatDan Goodliffe2020-11-17
|
* Perfect forward in replaceicetray-0.4.2Dan Goodliffe2019-10-27
|
* Remove local pkg-config.jamDan Goodliffe2019-10-27
|
* Perfect forwarding add and addObjectDan Goodliffe2019-10-27
|
* Modernize buildDan Goodliffe2019-10-27
|
* Add syslog log writericetray-0.4.1Dan Goodliffe2019-08-05
|
* Move width limited domain writer to a general locationDan Goodliffe2019-08-05
|
* Get glibmm flags from pkg-configicetray-0.4Dan Goodliffe2019-06-29
| | | | Borrows pkg-config.jam from future boost-build
* Add tests over libestmp functionsDan Goodliffe2019-06-09
|
* Adds IceCube supportDan Goodliffe2019-06-09
|
* Add missing quotes from build propertyDan Goodliffe2019-06-03
|
* Exclude LibesmtpMailServer::sendEmail from coverageDan Goodliffe2019-06-03
|
* Fix install of dryice generated headersDan Goodliffe2019-05-30
|
* Add mock mail server to dryiceDan Goodliffe2019-05-27
|
* Move iceobj rule into wider scope and add propertiesDan Goodliffe2019-05-27
|
* General tidy and checker fixes for MIME/mail codeDan Goodliffe2019-05-27
|
* Initial commit of MIME/Mail functionalityDan Goodliffe2019-05-27
|
* Tidy fixes for latest clangicetray-0.3.1Dan Goodliffe2019-03-30
|
* Enable clang tidy modernize and fixesDan Goodliffe2019-03-20
|
* Enable clang tidy performance and fixesDan Goodliffe2019-03-20
|
* First round of clang tidy changesDan Goodliffe2019-03-20
|
* Work around warning of expression with side-effects in typeidDan Goodliffe2019-02-25
|
* No parallel LTO with clangDan Goodliffe2019-02-24
|
* Switch messy macro binding outDan Goodliffe2019-02-24
| | | | Instead use traits based binder in DB::Command and specialize as required.
* Switch to string_viewicetray-0.3Dan Goodliffe2019-02-08
| | | | Includes helper to support std::string_view in ICE interfaces.
* Tidy up install targetsDan Goodliffe2019-02-03
|
* Remove references to boost_threadDan Goodliffe2019-02-03
|
* Remove boost::any in favour of std::anyDan Goodliffe2019-02-03
|
* Tidy up install targetsDan Goodliffe2019-02-03
|
* Remove boost::filesystem in favour of std::filesystemDan Goodliffe2019-02-03
|
* Update to new PluginMock interfaceicetray-0.2.0.1Dan Goodliffe2018-04-22
|
* Ice 3.7icetray-0.2Dan Goodliffe2018-04-15
| | | | Remove unrequired allow-ice usage in favour of .ice metadata
* MockPoolDan Goodliffe2018-04-12
| | | | | Add a constructor that just takes all properties in a simple form. Install the header.
* C++17 and ICE 3.7Dan Goodliffe2018-04-12
| | | | Update to C++CG non-ownership Slicer interface.