[Cmake-commits] CMake branch, next, updated. v3.1.0-2204-g9b7ab08

Stephen Kelly steveire at gmail.com
Mon Jan 19 14:58:12 EST 2015


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  9b7ab08044e7d024e225efb44835153f53c6c1dd (commit)
       via  a6a1adb59fc0003cbd520e7994c3cf1d05df54db (commit)
      from  44262347099d0de4dd421a15e647a7fdb33f83ab (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9b7ab08044e7d024e225efb44835153f53c6c1dd
commit 9b7ab08044e7d024e225efb44835153f53c6c1dd
Merge: 4426234 a6a1adb
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Jan 19 14:58:11 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jan 19 14:58:11 2015 -0500

    Merge topic 'doc-unsupported-compilers' into next
    
    a6a1adb5 Help: Document unsupported compilers in the release notes.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a6a1adb59fc0003cbd520e7994c3cf1d05df54db
commit a6a1adb59fc0003cbd520e7994c3cf1d05df54db
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Jan 19 20:57:25 2015 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Mon Jan 19 20:57:25 2015 +0100

    Help: Document unsupported compilers in the release notes.

diff --git a/Help/release/dev/unsupported-compilers.rst b/Help/release/dev/unsupported-compilers.rst
new file mode 100644
index 0000000..1f3e8c1
--- /dev/null
+++ b/Help/release/dev/unsupported-compilers.rst
@@ -0,0 +1,22 @@
+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.

-----------------------------------------------------------------------

Summary of changes:
 Help/release/dev/unsupported-compilers.rst |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 Help/release/dev/unsupported-compilers.rst


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list