summaryrefslogtreecommitdiff
path: root/project2/ice/iceDaemon.h
Commit message (Collapse)AuthorAge
* C++17 and Ice 3.7project2-1.3.0Dan Goodliffe2018-04-28
| | | | | Updates all code to work with C++17 and Ice 3.7 and related updates in used libraries.
* Partially tested global visibility hidden in all projectsDan Goodliffe2016-01-24
|
* Split daemon run into setup, run, teardown to avoid race conditions waiting ↵Dan Goodliffe2015-07-21
| | | | for run to complete setup steps
* Count components created in all stages and only compile/link/load resulting ↵Dan Goodliffe2014-12-06
| | | | code containing useful components
* Load compiled libraries individuallyDan Goodliffe2014-12-04
|
* Switched to slicer internals, added more testsDan Goodliffe2014-11-23
|
* Add basic workings of the Ice client and daemon modules - will probably ↵randomdan2014-03-10
change, but basic functionality works