From 3ce83f75bdd500a9054481bfdd2a32ce9d9e44b7 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 3 Apr 2018 18:22:09 +0100 Subject: Ice 3.7 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. --- ice | 1 + 1 file changed, 1 insertion(+) create mode 160000 ice (limited to 'ice') diff --git a/ice b/ice new file mode 160000 index 0000000..ab836be --- /dev/null +++ b/ice @@ -0,0 +1 @@ +Subproject commit ab836be545d3d1d4b320e79383dbb988426e335c -- cgit v1.2.3