[Cmake-commits] CMake branch, master, updated. v2.8.11.2-620-g3dace78

Brad King brad.king at kitware.com
Mon Jul 29 09:54:39 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, master has been updated
       via  3dace78c2cd4d2d8b2dc1b31d6afa090c421748d (commit)
       via  b8dc7fad23a0b6867dae30e3cd6a23c82d6cfac9 (commit)
       via  c8a10ba9ad8707cfb892ca812efa2f6899adf60b (commit)
       via  f94bdb3deb70d0fa7ed5275609318be8ac79503b (commit)
       via  ff3d5fae5d8549ff1966acc1f883cc1ddb061d61 (commit)
       via  79a7a81327d4e5b7cf9e16021ad4dc98888969eb (commit)
       via  6f6391b771712fa25366763793e5331c77f6e96f (commit)
       via  d8cb47f23c6da075e7e69dc055ca28b676682ad4 (commit)
       via  f10e64804e13c7e5505ee2a2da5b4384f8616d7a (commit)
       via  4f4d69fcc26ac1c528c70ef150ca6f3bb951d5e4 (commit)
       via  a413a408734c61d8dff400c25912ef43ccb1e657 (commit)
       via  b60a29eaa1b111393e925eeea9bfa2877430a202 (commit)
       via  e454cba292f2acf29b4a7a39897f14b1dc1f2ad6 (commit)
      from  eaeadfe440601bd27cf335586c8262c5c1195ad3 (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=3dace78c2cd4d2d8b2dc1b31d6afa090c421748d
commit 3dace78c2cd4d2d8b2dc1b31d6afa090c421748d
Merge: eaeadfe b8dc7fa
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jul 29 09:54:34 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jul 29 09:54:34 2013 -0400

    Merge topic 'minor-cleanups'
    
    b8dc7fa Genex: Disallow LINKER_LANGUAGE only when used on a static library.
    c8a10ba cmTarget: Fix iface libraries and languages for static libraries.
    f94bdb3 cmTarget: Remove duplicates when printing traces of tll signatures
    ff3d5fa Export: Fix typo of LINK_INTERFACE_LIBRARIES.
    79a7a81 Docs: Document variables for default visibility values.
    6f6391b Docs: Generalize and de-duplicate VISIBILITY_PREFIX docs.
    d8cb47f Docs: Trim trailing whitespace in generated doc.
    f10e648 Docs: Document existing target property debugging options.
    4f4d69f Qt4Macros: Simplify some variable population.
    a413a40 Qt4Macros: Remove undefined varible use.
    b60a29e Qt4Macros: Remove unneeded generate CONDITION.
    e454cba Docs: Document file(GENERATE) CONDITION as optional.


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

Summary of changes:
 Modules/Qt4Macros.cmake                            |    9 +--
 Source/cmDocumentVariables.cxx                     |   24 ++++++++-
 Source/cmExportFileGenerator.cxx                   |    2 +-
 Source/cmFileCommand.h                             |    2 +-
 Source/cmGeneratorExpressionEvaluator.cxx          |    5 +-
 Source/cmMakefile.cxx                              |    2 +-
 Source/cmTarget.cxx                                |   50 ++++++++++++-------
 Source/cmTarget.h                                  |    3 +
 .../target_link_libraries/cmp0022/CMakeLists.txt   |    9 ++++
 .../target_link_libraries/cmp0022/staticlib1.cpp   |    2 +
 .../target_link_libraries/cmp0022/staticlib1.h}    |    2 +-
 .../target_link_libraries/cmp0022/staticlib2.cpp   |    2 +
 .../target_link_libraries/cmp0022/staticlib2.h}    |    2 +-
 .../cmp0022/staticlib_exe.cpp                      |    8 +++
 Tests/RunCMake/CMP0022/CMP0022-export-stderr.txt   |    2 +-
 .../CMP0022/CMP0022-install-export-stderr.txt      |    2 +-
 Tests/RunCMake/Languages/LINK_LANGUAGE-genex.cmake |    4 +-
 17 files changed, 91 insertions(+), 39 deletions(-)
 create mode 100644 Tests/CMakeCommands/target_link_libraries/cmp0022/staticlib1.cpp
 copy Tests/{InterfaceLinkLibraries/bang.h => CMakeCommands/target_link_libraries/cmp0022/staticlib1.h} (70%)
 create mode 100644 Tests/CMakeCommands/target_link_libraries/cmp0022/staticlib2.cpp
 copy Tests/{InterfaceLinkLibraries/bang.h => CMakeCommands/target_link_libraries/cmp0022/staticlib2.h} (70%)
 create mode 100644 Tests/CMakeCommands/target_link_libraries/cmp0022/staticlib_exe.cpp


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list