summaryrefslogtreecommitdiff
path: root/project2/ice/iceCompile.h
Commit message (Collapse)AuthorAge
* Remove boost::filesystem in favour of std::filesystemDan Goodliffe2019-02-07
|
* 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.
* 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
|
* Build ICE modules in parallelrandomdan2014-03-12
|
* Don't require the Ice comms code to be compiled if an existing library can ↵randomdan2014-03-11
| | | | support our needs
* Add basic workings of the Ice client and daemon modules - will probably ↵randomdan2014-03-10
change, but basic functionality works