[Cmake-commits] CMake branch, next, updated. v2.8.12-4456-gf37de7a

Stephen Kelly steveire at gmail.com
Thu Oct 24 10:18:12 EDT 2013


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  f37de7a02cb1b8d49cb7933b59b5796c70633867 (commit)
       via  4c89a244a2457ffeba4e33f34efe74cdfc69456e (commit)
      from  774839f55d8e386b27cb69e9001ee4f987874248 (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=f37de7a02cb1b8d49cb7933b59b5796c70633867
commit f37de7a02cb1b8d49cb7933b59b5796c70633867
Merge: 774839f 4c89a24
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Oct 24 10:18:02 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Oct 24 10:18:02 2013 -0400

    Merge topic 'target_compiler_features' into next
    
    4c89a24 Fix some docs errors.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4c89a244a2457ffeba4e33f34efe74cdfc69456e
commit 4c89a244a2457ffeba4e33f34efe74cdfc69456e
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Oct 24 16:17:31 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Oct 24 16:17:31 2013 +0200

    Fix some docs errors.

diff --git a/Help/manual/cmake-commands.7.rst b/Help/manual/cmake-commands.7.rst
index 71d7375..0484739 100644
--- a/Help/manual/cmake-commands.7.rst
+++ b/Help/manual/cmake-commands.7.rst
@@ -88,6 +88,7 @@ These commands may be used freely in CMake projects.
    /command/string
    /command/target_compile_definitions
    /command/target_compile_options
+   /command/target_compiler_features
    /command/target_include_directories
    /command/target_link_libraries
    /command/try_compile
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst
index 893583a..3d7708d 100644
--- a/Help/manual/cmake-properties.7.rst
+++ b/Help/manual/cmake-properties.7.rst
@@ -81,6 +81,7 @@ Properties on Targets
    /prop_tgt/COMPILE_DEFINITIONS
    /prop_tgt/COMPILE_FLAGS
    /prop_tgt/COMPILE_OPTIONS
+   /prop_tgt/COMPILER_FEATURES
    /prop_tgt/CONFIG_OUTPUT_NAME
    /prop_tgt/CONFIG_POSTFIX
    /prop_tgt/CXX_STANDARD
diff --git a/Help/variable/CMAKE_CXX_KNOWN_FEATURES.rst b/Help/variable/CMAKE_CXX_KNOWN_FEATURES.rst
index c5a152d..4062e18 100644
--- a/Help/variable/CMAKE_CXX_KNOWN_FEATURES.rst
+++ b/Help/variable/CMAKE_CXX_KNOWN_FEATURES.rst
@@ -12,4 +12,4 @@ The features known to this version of CMake are:
 cxx_delegating_constructors
   Delegating constructors, as defined in N1986_.
 
-.. N1986_: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1986.pdf
+.. _N1986: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1986.pdf

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

Summary of changes:
 Help/manual/cmake-commands.7.rst           |    1 +
 Help/manual/cmake-properties.7.rst         |    1 +
 Help/variable/CMAKE_CXX_KNOWN_FEATURES.rst |    2 +-
 3 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list