summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-09-29 15:48:51 (GMT)
committerBrad King <brad.king@kitware.com>2016-09-30 18:02:03 (GMT)
commit27c51865eb44c33049a3759cbc90abaeb4105660 (patch)
tree647955e48fafdf94a7f194afb0431f4c32eadc87
parent8491a539cf316f14abaf70d7be04f8929119e501 (diff)
downloadCMake-27c51865eb44c33049a3759cbc90abaeb4105660.zip
CMake-27c51865eb44c33049a3759cbc90abaeb4105660.tar.gz
CMake-27c51865eb44c33049a3759cbc90abaeb4105660.tar.bz2
Help: Add release note about compilers that no longer build CMake itself
The introduction of libuv requires some intrinsics such as InterlockedOr that are not available on VS 2005 and below or on MinGW.org's mingw32. Add a release note that we no longer support these compilers for CMake itself.
-rw-r--r--Help/release/dev/doc-compilers-dropped.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/release/dev/doc-compilers-dropped.rst b/Help/release/dev/doc-compilers-dropped.rst
new file mode 100644
index 0000000..0bde632
--- /dev/null
+++ b/Help/release/dev/doc-compilers-dropped.rst
@@ -0,0 +1,10 @@
+doc-compilers-dropped
+---------------------
+
+* Support for building CMake itself with some compilers was dropped:
+
+ * Visual Studio 7.1 and 2005 -- superseded by VS 2008 and above
+ * MinGW.org mingw32 -- superseded by MSYS2 mingw32 and mingw64
+
+ CMake still supports generating build systems for other projects using
+ these compilers.