[Cmake-commits] CMake branch, master, updated. v2.8.10.2-501-ga37b0e3

Brad King brad.king at kitware.com
Wed Jan 23 15:11:26 EST 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  a37b0e3ebfb7f607ff29c7c4946b2c003c7a7bf9 (commit)
       via  e3b5eb6b23e5d2b6034e1c13716abb73ab6b3397 (commit)
       via  6c8d8afe344aa2e0ba0c5c881d397a28a559dcbd (commit)
      from  bf2e4e8cb1696a8da626483217ec73ab2b20811d (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=a37b0e3ebfb7f607ff29c7c4946b2c003c7a7bf9
commit a37b0e3ebfb7f607ff29c7c4946b2c003c7a7bf9
Merge: bf2e4e8 e3b5eb6
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Jan 23 15:11:24 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jan 23 15:11:24 2013 -0500

    Merge topic 'qt4-autolink-qtmain'
    
    e3b5eb6 Automatically link to the qtmain library when linking to QtCore.
    6c8d8af Add the $<TARGET_POLICY> expression


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

Summary of changes:
 Modules/FindQt4.cmake                              |   28 ++++++
 Source/cmDocumentGeneratorExpressions.h            |    4 +
 Source/cmGeneratorExpressionEvaluator.cxx          |  101 ++++++++++++++++++++
 Source/cmPolicies.cxx                              |   21 ++++
 Source/cmPolicies.h                                |    1 +
 Source/cmTarget.cxx                                |    3 +
 Source/cmTarget.h                                  |    5 +
 Tests/Qt4Targets/CMakeLists.txt                    |   27 +++++-
 Tests/Qt4Targets/activeqtexe.cpp                   |   36 +++++++
 .../CMP0004-NEW-result.txt}                        |    0
 Tests/RunCMake/CMP0004/CMP0004-NEW-stderr.txt      |    2 +
 Tests/RunCMake/CMP0004/CMP0004-NEW.cmake           |    9 ++
 .../CMP0004-OLD-result.txt}                        |    0
 Tests/RunCMake/CMP0004/CMP0004-OLD-stderr.txt      |    2 +
 Tests/RunCMake/CMP0004/CMP0004-OLD.cmake           |   21 ++++
 .../RunCMake/CMP0004/CMP0004-WARN-stderr.txt       |    0
 .../CMP0004-policy-genex-result.txt}               |    0
 .../CMP0004/CMP0004-policy-genex-stderr.txt        |    2 +
 Tests/RunCMake/CMP0004/CMP0004-policy-genex.cmake  |   14 +++
 Tests/RunCMake/{CMP0019 => CMP0004}/CMakeLists.txt |    0
 Tests/RunCMake/CMP0004/RunCMakeTest.cmake          |    5 +
 .../hello.f => Tests/RunCMake/CMP0004/empty.cpp    |    0
 Tests/RunCMake/CMakeLists.txt                      |    1 +
 23 files changed, 278 insertions(+), 4 deletions(-)
 create mode 100644 Tests/Qt4Targets/activeqtexe.cpp
 copy Tests/RunCMake/{CompatibleInterface/InterfaceBool-builtin-prop-result.txt => CMP0004/CMP0004-NEW-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CMP0004/CMP0004-NEW-stderr.txt
 create mode 100644 Tests/RunCMake/CMP0004/CMP0004-NEW.cmake
 copy Tests/RunCMake/{CompatibleInterface/InterfaceBool-builtin-prop-result.txt => CMP0004/CMP0004-OLD-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CMP0004/CMP0004-OLD-stderr.txt
 create mode 100644 Tests/RunCMake/CMP0004/CMP0004-OLD.cmake
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/CMP0004/CMP0004-WARN-stderr.txt (100%)
 copy Tests/RunCMake/{CompatibleInterface/InterfaceBool-builtin-prop-result.txt => CMP0004/CMP0004-policy-genex-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CMP0004/CMP0004-policy-genex-stderr.txt
 create mode 100644 Tests/RunCMake/CMP0004/CMP0004-policy-genex.cmake
 copy Tests/RunCMake/{CMP0019 => CMP0004}/CMakeLists.txt (100%)
 create mode 100644 Tests/RunCMake/CMP0004/RunCMakeTest.cmake
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/CMP0004/empty.cpp (100%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list