summaryrefslogtreecommitdiff
path: root/ice
Commit message (Collapse)AuthorAge
* Build against external slicer-parser libraryslicer-1.10.3Dan Goodliffe2020-08-22
|
* Bump Ice versionDan Goodliffe2020-05-30
|
* Modernize buildDan Goodliffe2019-10-12
|
* Bump Ice v3.7.2slicer-1.9.0Dan Goodliffe2019-02-10
|
* Update to Ice v3.7.1 releaseDan Goodliffe2018-04-20
|
* Ice 3.7Dan Goodliffe2018-04-03
Implements Slicer for Ice 3.7. This is largely: * Pointers are now all std::shared_ptr * libSlice isn't installed, so we build part of it into libslicer-compiler * Library name change to use Ice++11 There are a few other things, but mostly just minor language/function name compatibility changes. The compiling of libSlice is a bit of a hack, currently comprising a git submodule of Ice itself, and a few dirty defines on the command line, but appears to be functionally satisfactory if a little unpleasant.