summaryrefslogtreecommitdiff
path: root/project2/ice/buildDaemon.cpp
Commit message (Collapse)AuthorAge
* Remove boost::filesystem in favour of std::filesystemDan Goodliffe2019-02-07
|
* Count components created in all stages and only compile/link/load resulting ↵Dan Goodliffe2014-12-06
| | | | code containing useful components
* Don't create a daemon module for each ice module (they can occur multiple ↵Dan Goodliffe2014-12-03
| | | | times) create one for each ice object, cos that makes sense
* 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