[Cmake-commits] CMake branch, next, updated. v3.0.0-rc4-3104-g786251f

Stephen Kelly steveire at gmail.com
Sat May 10 07:00:48 EDT 2014


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  786251fe990743006e672a102a66dbff3b82e6be (commit)
       via  1ae0435708af98e9700c0424b4782480f3fbb785 (commit)
      from  3a41ab7d669e4e96c4c1717dbb3708d52439916b (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=786251fe990743006e672a102a66dbff3b82e6be
commit 786251fe990743006e672a102a66dbff3b82e6be
Merge: 3a41ab7 1ae0435
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat May 10 07:00:46 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat May 10 07:00:46 2014 -0400

    Merge topic 'WriteCompilerDetectionHeader-module' into next
    
    1ae04357 Link in docs.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1ae0435708af98e9700c0424b4782480f3fbb785
commit 1ae0435708af98e9700c0424b4782480f3fbb785
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat May 10 12:57:04 2014 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sat May 10 13:00:28 2014 +0200

    Link in docs.

diff --git a/Modules/WriteCompilerDetectionHeader.cmake b/Modules/WriteCompilerDetectionHeader.cmake
index d5334ea..c2f829a 100644
--- a/Modules/WriteCompilerDetectionHeader.cmake
+++ b/Modules/WriteCompilerDetectionHeader.cmake
@@ -32,12 +32,15 @@
 # header. ``EPILOG`` may be specified as text content to write at the end
 # of the header
 #
-# At least one ``<compiler>`` and one ``<feature>`` must be listed. Compilers
+# At least one ``<compiler>`` and one ``<feature>`` must be listed.  Compilers
 # which are known to CMake, but not specified are detected and a preprocessor
 # ``#error`` is generated for them.  A preprocessor macro matching
 # ``<PREFIX>_COMPILER_IS_${CompilerId}`` is generated for each compiler
 # known to CMake to contain the value ``0`` or ``1``.
 #
+# Available features in this version of CMake are listed in the
+# :prop_gbl:`CMAKE_CXX_KNOWN_FEATURES` global property.
+#
 # Feature Test Macros
 # ===================
 #
@@ -114,7 +117,7 @@
 # ``<PREFIX>}_STATIC_ASSERT`` and ``<PREFIX>_STATIC_ASSERT_MSG``
 # function-like macros. The macros expand to ``static_assert`` where that
 # compiler feature is available, and to a compatibility implementation
-# or compiler extension otherwise.
+# otherwise.
 #
 # ====================== ================================ ===================
 #         Feature                    Define                     Symbol

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

Summary of changes:
 Modules/WriteCompilerDetectionHeader.cmake |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list