diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-04-15 12:09:27 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-04-15 12:09:27 +0100 |
commit | da393fc67ebce5fa269615c5c967f1467dc0d5cf (patch) | |
tree | ffeaef182861b2f43c2d3a1c00927326229a55c3 /.gitmodules | |
parent | Dedupe map dumping (diff) | |
download | icespider-0.4.tar.bz2 icespider-0.4.tar.xz icespider-0.4.zip |
C++17 and Ice 3.7icespider-0.4
Update all code to be C++17 with Ice 3.7 and minor interface changes in
keeping with C++CG and dependencies.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e0e648c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "ice"] + path = ice + url = https://github.com/zeroc-ice/ice + branch = 3.7 |