[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1371-g6abdc6c

Brad King brad.king at kitware.com
Thu Feb 6 16:19:02 EST 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, master has been updated
       via  6abdc6c16acec3cb6601cc0bdeba4dec30857a02 (commit)
       via  cc46b702d04d4bcfef76db547054533f3a62a8fa (commit)
       via  f371545d3b2b77ad1456f6175e7580ce049f8a68 (commit)
       via  3879c847825d40a439b0ec55421309ab9b33c1ee (commit)
       via  ba4c2fa8fd2a03f7d69e60d581d44a3cc79a3c9a (commit)
       via  a683262a727c4fd2c9e3271e6bc36679d0963342 (commit)
       via  fbe01bedbe827469e0737316a8720283c33c9583 (commit)
       via  645500b413d501133bbb78548d611f49c91ae2cb (commit)
       via  85a4fad78c187ef6b595a62d01e1f7b534c45fe3 (commit)
       via  a0fa025377ebe15af5303e47455f58391e9d6994 (commit)
       via  6c02e7f427aa8d52b7bff2ddcf3932200a8f917b (commit)
       via  91fbff88202398fdf0e74cffc0681c32cbb7d061 (commit)
      from  f55528186a9ff607cbf369299253957848314dd5 (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=6abdc6c16acec3cb6601cc0bdeba4dec30857a02
commit 6abdc6c16acec3cb6601cc0bdeba4dec30857a02
Merge: f555281 cc46b70
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Feb 6 16:19:02 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Feb 6 16:19:02 2014 -0500

    Merge topic 'update-buildsystem-docs'
    
    cc46b702 Help: Adjust the QtAutogen properties to the common style.
    f371545d Help: Use ``True`` and ``False`` for IMPORTED values.
    3879c847 Help: Document relation of properties to the rest of the buildsystem.
    ba4c2fa8 Help: Mark up the buildsystem commands documentation
    a683262a Help: Note that the compatible interface properties must not intersect.
    fbe01bed Help: Specify how to order and modify transitively set property values.
    645500b4 Help: Add hyperlink targets to some manual sections.
    85a4fad7 Help: Use ``inline-literals`` to mark generator expressions.
    a0fa0253 Help: Mark up references to NEW and OLD policy settings properly.
    6c02e7f4 Help: Add a style guide.
    91fbff88 Help: Fix typos


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

Summary of changes:
 Help/command/add_compile_options.rst               |   17 +-
 Help/command/add_custom_command.rst                |    2 +-
 Help/command/add_definitions.rst                   |   24 ++-
 Help/command/add_executable.rst                    |   82 ++++-----
 Help/command/add_library.rst                       |  167 +++++++++---------
 Help/command/add_test.rst                          |    2 +-
 Help/command/include_directories.rst               |   33 ++--
 Help/command/target_compile_definitions.rst        |   32 ++--
 Help/command/target_compile_options.rst            |   40 +++--
 Help/command/target_include_directories.rst        |   47 +++---
 Help/command/target_link_libraries.rst             |  177 ++++++++++----------
 Help/manual/cmake-buildsystem.7.rst                |   37 +++-
 Help/manual/cmake-developer.7.rst                  |  171 ++++++++++++++++++-
 Help/manual/cmake-policies.7.rst                   |    8 +-
 Help/prop_dir/COMPILE_DEFINITIONS.rst              |   24 ++-
 Help/prop_dir/COMPILE_DEFINITIONS_CONFIG.rst       |   11 +-
 Help/prop_dir/COMPILE_OPTIONS.rst                  |   16 +-
 Help/prop_dir/INCLUDE_DIRECTORIES.rst              |   28 ++--
 Help/prop_tgt/ALIASED_TARGET.rst                   |    4 +-
 Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst           |    5 +-
 Help/prop_tgt/AUTOMOC.rst                          |   13 +-
 Help/prop_tgt/AUTOMOC_MOC_OPTIONS.rst              |   13 +-
 Help/prop_tgt/AUTORCC.rst                          |   14 +-
 Help/prop_tgt/AUTORCC_OPTIONS.rst                  |   16 +-
 Help/prop_tgt/AUTOUIC.rst                          |   18 +-
 Help/prop_tgt/AUTOUIC_OPTIONS.rst                  |   20 ++-
 Help/prop_tgt/COMPATIBLE_INTERFACE_BOOL.rst        |   29 ++--
 Help/prop_tgt/COMPATIBLE_INTERFACE_NUMBER_MAX.rst  |   25 +--
 Help/prop_tgt/COMPATIBLE_INTERFACE_NUMBER_MIN.rst  |   25 +--
 Help/prop_tgt/COMPATIBLE_INTERFACE_STRING.rst      |   20 +--
 Help/prop_tgt/COMPILE_DEFINITIONS.rst              |   21 ++-
 Help/prop_tgt/COMPILE_DEFINITIONS_CONFIG.rst       |   10 +-
 Help/prop_tgt/COMPILE_OPTIONS.rst                  |   14 +-
 Help/prop_tgt/IMPORTED.rst                         |    6 +-
 Help/prop_tgt/INCLUDE_DIRECTORIES.rst              |   25 ++-
 Help/prop_tgt/INTERFACE_COMPILE_DEFINITIONS.rst    |   12 +-
 Help/prop_tgt/INTERFACE_COMPILE_OPTIONS.rst        |   12 +-
 Help/prop_tgt/INTERFACE_INCLUDE_DIRECTORIES.rst    |   12 +-
 Help/prop_tgt/INTERFACE_LINK_LIBRARIES.rst         |   11 +-
 .../INTERFACE_POSITION_INDEPENDENT_CODE.rst        |   19 ++-
 .../INTERFACE_SYSTEM_INCLUDE_DIRECTORIES.rst       |    5 +-
 Help/prop_tgt/LINK_LIBRARIES.rst                   |   16 +-
 Help/prop_tgt/POSITION_INDEPENDENT_CODE.rst        |   10 +-
 43 files changed, 811 insertions(+), 482 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list