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  36327498c9f9b3c87ab077368bbc3438566d0395 (commit)
       via  b6b434459d6f899bdae76c6cf4e127430d88a374 (commit)
      from  606ce07c62ea524526982afb56e7e3e868cc4e2e (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=36327498c9f9b3c87ab077368bbc3438566d0395
commit 36327498c9f9b3c87ab077368bbc3438566d0395
Merge: 606ce07 b6b4344
Author:     Stephen Kelly <steve...@gmail.com>
AuthorDate: Mon Jun 9 17:42:13 2014 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Mon Jun 9 17:42:13 2014 -0400

    Merge topic 'WriteCompilerDetectionHeader-compiler-versions' into next
    
    b6b43445 Extend docs.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b6b434459d6f899bdae76c6cf4e127430d88a374
commit b6b434459d6f899bdae76c6cf4e127430d88a374
Author:     Stephen Kelly <steve...@gmail.com>
AuthorDate: Mon Jun 9 23:41:52 2014 +0200
Commit:     Stephen Kelly <steve...@gmail.com>
CommitDate: Mon Jun 9 23:41:52 2014 +0200

    Extend docs.

diff --git a/Modules/WriteCompilerDetectionHeader.cmake 
b/Modules/WriteCompilerDetectionHeader.cmake
index ed83674..561a558 100644
--- a/Modules/WriteCompilerDetectionHeader.cmake
+++ b/Modules/WriteCompilerDetectionHeader.cmake
@@ -52,7 +52,15 @@
 # Feature Test Macros
 # ===================
 #
-# For each compiler, a preprocessor test of the compiler version is generated
+# For each compiler, a preprocessor macro is generated matching
+# ``<PREFIX>_COMPILER_IS_<compiler>`` which has the content either ``0``
+# or ``1``, depending on the compiler in use. Preprocessor macros for
+# compiler version components are generated matching
+# ``<PREFIX>_COMPILER_VERSION_MAJOR`` ``<PREFIX>_COMPILER_VERSION_MINOR``
+# and ``<PREFIX>_COMPILER_VERSION_PATCH`` containing decimal values
+# for the corresponding compiler version components, if defined.
+#
+# A preprocessor test is generated based on the compiler version
 # denoting whether each feature is enabled.  A preprocessor macro
 # matching ``<PREFIX>_COMPILER_<FEATURE>``, where ``<FEATURE>`` is the
 # upper-case ``<feature>`` name, is generated to contain the value

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

Summary of changes:
 Modules/WriteCompilerDetectionHeader.cmake |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to