[Cmake-commits] CMake branch, next, updated. v3.0.0-rc6-3627-g306b007

Stephen Kelly steveire at gmail.com
Sat Jun 7 07:48:49 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  306b007c02d5308704d61475503648793fee8b9d (commit)
       via  15092a293804962d6ba7acfda4e90ad47cf18956 (commit)
      from  088b21d1027ff525a53424be027f5d26cf8474fa (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=306b007c02d5308704d61475503648793fee8b9d
commit 306b007c02d5308704d61475503648793fee8b9d
Merge: 088b21d 15092a2
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Jun 7 07:48:48 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Jun 7 07:48:48 2014 -0400

    Merge topic 'WriteCompilerDetectionHeader-deprecated-define' into next
    
    15092a29 Better docs.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=15092a293804962d6ba7acfda4e90ad47cf18956
commit 15092a293804962d6ba7acfda4e90ad47cf18956
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Jun 6 17:25:54 2014 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sat Jun 7 13:48:22 2014 +0200

    Better docs.

diff --git a/Modules/WriteCompilerDetectionHeader.cmake b/Modules/WriteCompilerDetectionHeader.cmake
index 47dc879..fbcadc1 100644
--- a/Modules/WriteCompilerDetectionHeader.cmake
+++ b/Modules/WriteCompilerDetectionHeader.cmake
@@ -135,8 +135,8 @@
 #
 # The ``cxx_attribute_deprecated`` feature provides a macro definition
 # ``<PREFIX>_DEPRECATED``, which expands to either the standard
-# ``[[deprecated]] attribute or a compiler-specific attribute symbol such
-# as ``__attribute__`` used by GNU compilers.
+# ``[[deprecated]] attribute or a compiler-specific decorator such
+# as ``__attribute__((__deprecated__))`` used by GNU compilers.
 #
 # ============================= ================================ =====================
 #           Feature                          Define                     Symbol

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list