Skip to content

Commit b5bb2b4

Browse files
Jon Haitz LegarretaCode Review
authored andcommitted
Merge "DOC: Update to the official name of Apple OS systems."
2 parents 68a3916 + 56e8d99 commit b5bb2b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ \subsection{Portability}
205205
ITK is designed to build and is systematically tested on a set of target
206206
operating system/compiler combinations and results are reported continuously
207207
to the dashboards using \href{https://www.cdash.org/}{CDash}. These combinations
208-
include Linux, OS X, and Windows operating systems, and various versions of
208+
include Linux, macOS, and Windows operating systems, and various versions of
209209
compilers for each. This ensures that the code complies with the particular
210210
requirements on each of these environments. See Section \ref{sec:CDash}
211211
on page \pageref{sec:CDash} for further details.

SoftwareGuide/Latex/Introduction/Installation.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ \chapter{Configuring and Building ITK}
1515

1616
ITK has been developed and tested across different combinations of operating
1717
systems, compilers, and hardware platforms including Microsoft Windows, Linux on
18-
various architectures, Solaris/UNIX, Mac OSX, and Cygwin. Kitware is committed
18+
various architectures, Solaris/UNIX, macOS, and Cygwin. Kitware is committed
1919
to support the following compilers for building ITK:
2020

2121
% List updated according to information provided here:
@@ -24,7 +24,7 @@ \chapter{Configuring and Building ITK}
2424
\begin{itemize}
2525
\item GCC 4.x
2626
\item Visual Studio 8 SP 1 (until 2015), 9 (until 2018), 10 (until 2020)
27-
\item Intel Compiler Suite 11.x, 12.x (including Mac OS X release)
27+
\item Intel Compiler Suite 11.x, 12.x (including macOS release)
2828
\item Darwin-c++-4.2 PPC (until 2015), x86\_64
2929
\item Win32-mingw-gcc-4.5
3030
\item Clang 3.3 and later
@@ -167,7 +167,7 @@ \subsection{Preparing CMake}
167167
\end{center}
168168

169169
You can download binary versions for most of the popular platforms including
170-
Microsoft Windows, Mac OSX, Linux, PowerPC and IRIX. Alternatively you can
170+
Microsoft Windows, macOS, Linux, PowerPC and IRIX. Alternatively you can
171171
download the source code and build CMake on your system. Follow the instructions
172172
provided on the CMake web page for downloading and installing the software. The
173173
minimum version of CMake has been evolving along with the version of ITK. For

0 commit comments

Comments
 (0)