summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/unsupported-compilers.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-02-04 18:12:12 (GMT)
committerBrad King <brad.king@kitware.com>2015-02-05 13:43:22 (GMT)
commite08a78dc2cf04682010a3d4496b4c454271f194a (patch)
tree321e2a8388278ec0d258f85a61d0eac80596788c /Help/release/dev/unsupported-compilers.rst
parent3a4381b6605f593abc9d9364f5ffa3fc9a209854 (diff)
downloadCMake-e08a78dc2cf04682010a3d4496b4c454271f194a.zip
CMake-e08a78dc2cf04682010a3d4496b4c454271f194a.tar.gz
CMake-e08a78dc2cf04682010a3d4496b4c454271f194a.tar.bz2
Help: Consolidate 3.2 release notes
Move all development release notes into a new version-specific document: tail -q -n +3 Help/release/dev/* > Help/release/3.2.0.rst git rm -- Help/release/dev/* except the sample topic: git checkout HEAD -- Help/release/dev/0-sample-topic.rst Reference the new document from the release notes index document. Add a title and intro sentence to the new document by hand.
Diffstat (limited to 'Help/release/dev/unsupported-compilers.rst')
-rw-r--r--Help/release/dev/unsupported-compilers.rst22
1 files changed, 0 insertions, 22 deletions
diff --git a/Help/release/dev/unsupported-compilers.rst b/Help/release/dev/unsupported-compilers.rst
deleted file mode 100644
index 1f3e8c1..0000000
--- a/Help/release/dev/unsupported-compilers.rst
+++ /dev/null
@@ -1,22 +0,0 @@
-unsupported-compilers
----------------------
-
-* The implementation of CMake relies on some C++ compiler features which are
- not supported by some older compilers. As a result, those old compilers
- can no longer be used to build CMake itself. CMake continues to be able to
- generate Makefiles and project files for users of those old compilers
- however. The compilers known to no longer be capable of building CMake
- are:
-
- * MSVC 6 and 7.0 - superceded by VisualStudio 7.1 and newer compilers.
- * GCC 2.95 - superceded by GCC 3 and newer compilers.
- * Borland compilers - superceded by other Windows compilers.
- * Compaq compilers - superceded by other compilers.
- * Comeau compilers - superceded by other compilers.
- * SGI compilers - IRIX was dropped as a host platform.
-
- When building using SolarisStudio 12, the default ``libCStd`` standard
- library is not sufficient to build CMake. The SolarisStudio distribution
- supports compiler options to use ``STLPort4`` or ``libstdc++``. An
- appropriate option to select the standard library is now added
- automatically when building CMake with SolarisStudio compilers.