[Cmake-commits] CMake branch, next, updated. v3.2.1-1577-g0434851

Brad King brad.king at kitware.com
Tue Apr 7 14:42:44 EDT 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  04348516669dc86c025e6f4c7cbae02dc6403c90 (commit)
       via  8468670a1a8a3526b8b4748aa0b51484532dc6a8 (commit)
      from  e409a8953a09e2a20428a6613115eb124796f808 (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=04348516669dc86c025e6f4c7cbae02dc6403c90
commit 04348516669dc86c025e6f4c7cbae02dc6403c90
Merge: e409a89 8468670
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Apr 7 14:42:43 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Apr 7 14:42:43 2015 -0400

    Merge topic 'document_supported_compiler_feature_compilers' into next
    
    8468670a Help: Document supported compilers in cmake-compile-features.7


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8468670a1a8a3526b8b4748aa0b51484532dc6a8
commit 8468670a1a8a3526b8b4748aa0b51484532dc6a8
Author:     Robert Maynard <robert.maynard at kitware.com>
AuthorDate: Tue Apr 7 14:10:50 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Apr 7 14:38:27 2015 -0400

    Help: Document supported compilers in cmake-compile-features.7
    
    Co-Author: Brad King <brad.king at kitware.com>

diff --git a/Help/manual/cmake-compile-features.7.rst b/Help/manual/cmake-compile-features.7.rst
index 7a6c249..fdcec0e 100644
--- a/Help/manual/cmake-compile-features.7.rst
+++ b/Help/manual/cmake-compile-features.7.rst
@@ -295,3 +295,17 @@ the feature-appropriate include directory
 
   add_executable(consumer_no consumer_no.cpp)
   target_link_libraries(consumer_no foo)
+
+Supported Compilers
+===================
+
+CMake is currently aware of the language standards and features
+available from the following
+:variable:`compiler ids <CMAKE_<LANG>_COMPILER_ID>`
+as of the versions specified for each:
+
+* ``AppleClang``: Apple Clang for Xcode versions 4.4 though 6.2.
+* ``Clang``: Clang compiler versions 2.9 through 3.4.
+* ``GNU``: GNU compiler versions 4.4 through 5.0.
+* ``MSVC``: Microsoft Visual Studio versions 2010 through 2015.
+* ``SunPro``: Oracle SolarisStudio version 12.4.

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

Summary of changes:


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list