[Cmake-commits] CMake branch, next, updated. v3.2.1-1572-gbaadaeb

Brad King brad.king at kitware.com
Tue Apr 7 14:38:18 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  baadaeb5e3799cdd3cd2bb3c5b35b7d6c9f04047 (commit)
       via  6077b1be39cf4ffdd449fda2d3ae0a154fe1520f (commit)
      from  e1d2a67b86cfdc54c028128589673aae144e9c17 (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=baadaeb5e3799cdd3cd2bb3c5b35b7d6c9f04047
commit baadaeb5e3799cdd3cd2bb3c5b35b7d6c9f04047
Merge: e1d2a67 6077b1b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Apr 7 14:38:17 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Apr 7 14:38:17 2015 -0400

    Merge topic 'document_supported_compiler_feature_compilers' into next
    
    6077b1be fixup! Document which compilers support compile-features.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6077b1be39cf4ffdd449fda2d3ae0a154fe1520f
commit 6077b1be39cf4ffdd449fda2d3ae0a154fe1520f
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Apr 7 14:38:00 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Apr 7 14:38:00 2015 -0400

    fixup! Document which compilers support compile-features.

diff --git a/Help/manual/cmake-compile-features.7.rst b/Help/manual/cmake-compile-features.7.rst
index 210baa4..fdcec0e 100644
--- a/Help/manual/cmake-compile-features.7.rst
+++ b/Help/manual/cmake-compile-features.7.rst
@@ -297,13 +297,15 @@ the feature-appropriate include directory
   target_link_libraries(consumer_no foo)
 
 Supported Compilers
-===============================
-
-Currently the supported set of compilers for the
-:command:`target_compile_features` command and :prop_tgt:`CXX_STANDARD` target
-property is:
-
-- Apple Clang ("AppleClang") for Xcode versions 4.4 though 6.1.
-- GNU compiler versions 4.4 through 5.0 on UNIX and Apple ("GNU").
-- Microsoft Visual Studio ("MSVC") for versions 2010 through 2015.
-- Oracle SolarisStudio ("SunPro") version 12.4.
+===================
+
+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:
 Help/manual/cmake-compile-features.7.rst |   22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list