[Cmake-commits] CMake branch, next, updated. v3.0.0-rc6-3696-gc0f2aca

Stephen Kelly steveire at gmail.com
Tue Jun 10 12:08:02 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  c0f2aca7b01583ae6dbebb9de9dfa8bc598ca9cf (commit)
       via  34f95bcfff1bda0a43e4ff47fe8c6b7c2d1485d3 (commit)
      from  1591115f744ea8123f2754db2539704942400b5c (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=c0f2aca7b01583ae6dbebb9de9dfa8bc598ca9cf
commit c0f2aca7b01583ae6dbebb9de9dfa8bc598ca9cf
Merge: 1591115 34f95bc
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Jun 10 12:08:02 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jun 10 12:08:02 2014 -0400

    Merge topic 'doc-WCDH-align-macros' into next
    
    34f95bcf WCDH: Document the alignof and alignas wrapper macros.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=34f95bcfff1bda0a43e4ff47fe8c6b7c2d1485d3
commit 34f95bcfff1bda0a43e4ff47fe8c6b7c2d1485d3
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Jun 10 18:03:48 2014 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Jun 10 18:07:32 2014 +0200

    WCDH: Document the alignof and alignas wrapper macros.

diff --git a/Modules/WriteCompilerDetectionHeader.cmake b/Modules/WriteCompilerDetectionHeader.cmake
index bf2dc37..d7992fe 100644
--- a/Modules/WriteCompilerDetectionHeader.cmake
+++ b/Modules/WriteCompilerDetectionHeader.cmake
@@ -146,6 +146,16 @@
 # ``[[deprecated]]`` attribute or a compiler-specific decorator such
 # as ``__attribute__((__deprecated__))`` used by GNU compilers.
 #
+# The ``cxx_alignas`` feature provides a macro definition
+# ``<PREFIX>_ALIGNAS`` which expands to either the standard ``alignas``
+# decorator or a compiler-specific decorator such as
+# ``__attribute__ ((__aligned__))`` used by GNU compilers.
+#
+# The ``cxx_alignof`` feature provides a macro definition
+# ``<PREFIX>_ALIGNOF`` which expands to either the standard ``alignof``
+# decorator or a compiler-specific decorator such as ``__alignof__``
+# used by GNU compilers.
+#
 # ============================= ================================ =====================
 #           Feature                          Define                     Symbol
 # ============================= ================================ =====================

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list