[Cmake-commits] CMake branch, next, updated. v3.6.2-2668-gba976bc
Brad King
brad.king at kitware.com
Fri Sep 30 14:04:08 EDT 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via ba976bc7d8d36ce4c2fe7cb91c7a26d001c44d41 (commit)
via 27c51865eb44c33049a3759cbc90abaeb4105660 (commit)
from e3625859c0ec0360a64a0de3088a82695aa931f9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ba976bc7d8d36ce4c2fe7cb91c7a26d001c44d41
commit ba976bc7d8d36ce4c2fe7cb91c7a26d001c44d41
Merge: e362585 27c5186
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Sep 30 14:04:07 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Sep 30 14:04:07 2016 -0400
Merge topic 'doc-compilers-dropped' into next
27c51865 Help: Add release note about compilers that no longer build CMake itself
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=27c51865eb44c33049a3759cbc90abaeb4105660
commit 27c51865eb44c33049a3759cbc90abaeb4105660
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Sep 29 11:48:51 2016 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Fri Sep 30 14:02:03 2016 -0400
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.
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.
-----------------------------------------------------------------------
Summary of changes:
Help/release/dev/doc-compilers-dropped.rst | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 Help/release/dev/doc-compilers-dropped.rst
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list