summaryrefslogtreecommitdiff
path: root/icetray/icetray
Commit message (Collapse)AuthorAge
* Pass a clang-tidy checkicetray-0.4.3Dan Goodliffe2020-12-16
|
* Pass a cppcheckDan Goodliffe2020-12-15
|
* New Slicer compat (std::optionals)Dan Goodliffe2020-11-17
|
* Clang-formatDan Goodliffe2020-11-17
|
* Perfect forwarding add and addObjectDan 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
|
* Add tests over libestmp functionsDan Goodliffe2019-06-09
|
* Adds IceCube supportDan Goodliffe2019-06-09
|
* Exclude LibesmtpMailServer::sendEmail from coverageDan Goodliffe2019-06-03
|
* 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
|
* 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.
* 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
|
* Ice 3.7icetray-0.2Dan Goodliffe2018-04-15
| | | | Remove unrequired allow-ice usage in favour of .ice metadata
* C++17 and ICE 3.7Dan Goodliffe2018-04-12
| | | | Update to C++CG non-ownership Slicer interface.
* C++17 and ICE 3.7Dan Goodliffe2018-04-12
| | | | | Extend the standard DB::ConnectionPool now that it's been split into two more useful components.
* C++17 and ICE 3.7Dan Goodliffe2018-04-10
| | | | Updates all code to be C++17 and ICE 3.7 compatible.
* Use libdbpp's new fwd headers in sql sourcesicetray-0.1.7.3Dan Goodliffe2018-03-04
|
* Flush log stream after writeicetray-0.1.7.2Dan Goodliffe2017-08-15
|
* Provide way of overriding a default value with an empty stringDan Goodliffe2017-07-29
|
* Remove pointless implementations of bind1 for optionals (there's a gneric ↵Dan Goodliffe2017-07-21
| | | | one in the header) and refactor the test to cover much more combinations
* Add variants of fetch which allow setting the typeIdCol valueDan Goodliffe2017-07-21
|
* Add support for binding a winder variety of types to SQL commandsDan Goodliffe2017-07-15
|
* Remove the need for non-inline options classes to be explicitly regisiteredDan Goodliffe2017-07-12
|
* Assert there is only one service factory and use it regardless of name.Dan Goodliffe2017-07-12
| | | | Removes hardcoded requirement for a factory unintuatively called 'default'
* Service creation refactorDan Goodliffe2017-07-12
| | | | | Move service create into Service class Move assertions from DryIce runtime into explicit icebox interface test
* Add tool for self-documenting options available in a given libraryDan Goodliffe2017-07-10
|
* Add basic components for populating options classes from Ice::PropertiesDan Goodliffe2017-07-10
|
* Refactor setup/shutdown of logger into neater functionsDan Goodliffe2017-07-10
|
* Delete logger if it is deemed unusedDan Goodliffe2017-07-10
|
* Make the logging domain a string sequence and implement log4j style domain ↵Dan Goodliffe2017-07-10
| | | | folding when width is limited
* Use AdHoc's GlobalStatic for the default log manager, not an instance in the ↵Dan Goodliffe2017-06-26
| | | | service
* Dedupe updating logger writersicetray-0.1.5Dan Goodliffe2017-06-22
|
* Add a basic console writerDan Goodliffe2017-06-21
|
* Add wrapper for creating a logger based on a template argument/typeDan Goodliffe2017-06-21
|
* Add method for getting the configured domain of a loggerDan Goodliffe2017-06-21
|
* Simplify logger[base] constructorDan Goodliffe2017-06-21
|
* Add support for getting the lowest configured log domain for a writerDan Goodliffe2017-06-16
|
* Add support for configured installed log writers on start-up from properties ↵Dan Goodliffe2017-06-12
| | | | in the Communicator