[Cmake-commits] CMake branch, next, updated. v3.2.1-1570-ge1d2a67

Robert Maynard robert.maynard at kitware.com
Tue Apr 7 14:11:46 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  e1d2a67b86cfdc54c028128589673aae144e9c17 (commit)
       via  aa287e70d2ecc402565228e05643e0d066b84e5e (commit)
      from  c19af05c6a04482dca164a44fbcc326e591b06fd (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=e1d2a67b86cfdc54c028128589673aae144e9c17
commit e1d2a67b86cfdc54c028128589673aae144e9c17
Merge: c19af05 aa287e7
Author:     Robert Maynard <robert.maynard at kitware.com>
AuthorDate: Tue Apr 7 14:11:45 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Apr 7 14:11:45 2015 -0400

    Merge topic 'document_supported_compiler_feature_compilers' into next
    
    aa287e70 Document which compilers support compile-features.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=aa287e70d2ecc402565228e05643e0d066b84e5e
commit aa287e70d2ecc402565228e05643e0d066b84e5e
Author:     Robert Maynard <robert.maynard at kitware.com>
AuthorDate: Tue Apr 7 14:10:50 2015 -0400
Commit:     Robert Maynard <robert.maynard at kitware.com>
CommitDate: Tue Apr 7 14:11:30 2015 -0400

    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 7a6c249..210baa4 100644
--- a/Help/manual/cmake-compile-features.7.rst
+++ b/Help/manual/cmake-compile-features.7.rst
@@ -295,3 +295,15 @@ the feature-appropriate include directory
 
   add_executable(consumer_no consumer_no.cpp)
   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.

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

Summary of changes:
 Help/manual/cmake-compile-features.7.rst |   12 ++++++++++++
 1 file changed, 12 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list