From 80b8f8913eabd3c4d46a64389e0e1bd442e009da Mon Sep 17 00:00:00 2001 From: Niels Dekker Date: Tue, 1 Jun 2021 15:55:55 +0200 Subject: [PATCH 1/2] ENH: Update compiler versions for C++14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Following pull request https://github.com/InsightSoftwareConsortium/ITK/pull/2563 "ENH: Upgrade ITK from C++11 to C++14" Suggested by Jon Haitz Legarreta GorroƱo --- SoftwareGuide/Latex/Introduction/Installation.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SoftwareGuide/Latex/Introduction/Installation.tex b/SoftwareGuide/Latex/Introduction/Installation.tex index 6a9d1e53..a1f5aa96 100644 --- a/SoftwareGuide/Latex/Introduction/Installation.tex +++ b/SoftwareGuide/Latex/Introduction/Installation.tex @@ -33,8 +33,8 @@ \chapter{Configuring and Building ITK} %% to ensure that support is maintained. %% \begin{itemize} -\item GCC 4.8 and newer -\item Visual Studio 2015, 2017, 2019, toolsets 14.x, 15.0, 16.0 +\item GCC 5.1 and newer +\item Visual Studio 2017 and 2019, toolsets v141 and v142 \item Apple Clang 7.0 and newer \item Clang 6 and newer \end{itemize} From f65f786d883a4de033da118908cf06aacb9e7c2b Mon Sep 17 00:00:00 2001 From: Niels Dekker Date: Wed, 9 Jun 2021 19:59:36 +0200 Subject: [PATCH 2/2] ENH: Update Xcode Apple Clang compiler for nightly dashboard Suggested by Sean McBride, as he wrote about Xcode 7.2.1: > It's the newest possible Xcode on macOS 10.10.x, which is the oldest > version of macOS that I have a bot for. Details taken from https://trac.macports.org/wiki/XcodeVersionInfo#Xcode7.2.11 --- SoftwareGuide/Latex/Introduction/Installation.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SoftwareGuide/Latex/Introduction/Installation.tex b/SoftwareGuide/Latex/Introduction/Installation.tex index a1f5aa96..b41ea72a 100644 --- a/SoftwareGuide/Latex/Introduction/Installation.tex +++ b/SoftwareGuide/Latex/Introduction/Installation.tex @@ -35,8 +35,7 @@ \chapter{Configuring and Building ITK} \begin{itemize} \item GCC 5.1 and newer \item Visual Studio 2017 and 2019, toolsets v141 and v142 -\item Apple Clang 7.0 and newer -\item Clang 6 and newer +\item Xcode 7.2.1 Apple LLVM Clang version 7.0.2 (clang-700.1.81) and newer \end{itemize} If you are currently using an outdated compiler this may be an excellent excuse