[Cmake-commits] CMake branch, master, updated. v2.8.12-392-g0d9e8b1

Brad King brad.king at kitware.com
Tue Oct 22 09:07:43 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  0d9e8b1ab9ff8c99700093ba76a4339e3f199350 (commit)
       via  f063c45589e83bf8e4ef61f49b17084debf085a2 (commit)
      from  d8fe9f9de7f6a2dd08329565b0b03d4b5d3cdf29 (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=0d9e8b1ab9ff8c99700093ba76a4339e3f199350
commit 0d9e8b1ab9ff8c99700093ba76a4339e3f199350
Merge: d8fe9f9 f063c45
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 22 09:07:40 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Oct 22 09:07:40 2013 -0400

    Merge topic 'double-colon-is-imported'
    
    f063c45 Consider targets with double colons to be IMPORTED or ALIAS targets.


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

Summary of changes:
 Help/manual/cmake-policies.7.rst                   |    1 +
 Help/policy/CMP0028.rst                            |   23 +++++++++++
 Source/cmPolicies.cxx                              |    5 ++
 Source/cmPolicies.h                                |    1 +
 Source/cmTarget.cxx                                |   40 ++++++++++++++++++++
 Tests/ExportImport/Export/Interface/CMakeLists.txt |    4 +-
 Tests/ExportImport/Import/Interface/CMakeLists.txt |   18 ++++----
 .../CMP0028-NEW-result.txt}                        |    0
 Tests/RunCMake/CMP0028/CMP0028-NEW-stderr.txt      |    6 +++
 Tests/RunCMake/CMP0028/CMP0028-NEW.cmake           |    5 ++
 .../CMP0028-OLD-result.txt}                        |    0
 .../CMP0028-OLD-stderr.txt}                        |    0
 Tests/RunCMake/CMP0028/CMP0028-OLD.cmake           |    5 ++
 .../CMP0028-WARN-result.txt}                       |    0
 Tests/RunCMake/CMP0028/CMP0028-WARN-stderr.txt     |   11 +++++
 Tests/RunCMake/CMP0028/CMP0028-WARN.cmake          |    3 +
 Tests/RunCMake/CMP0028/CMakeLists.txt              |    3 +
 Tests/RunCMake/CMP0028/RunCMakeTest.cmake          |    5 ++
 Tests/RunCMake/{CMP0004 => CMP0028}/empty.cpp      |    0
 Tests/RunCMake/CMakeLists.txt                      |    1 +
 20 files changed, 120 insertions(+), 11 deletions(-)
 create mode 100644 Help/policy/CMP0028.rst
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CMP0028/CMP0028-NEW-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CMP0028/CMP0028-NEW-stderr.txt
 create mode 100644 Tests/RunCMake/CMP0028/CMP0028-NEW.cmake
 copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt => CMP0028/CMP0028-OLD-result.txt} (100%)
 copy Tests/RunCMake/{CMP0022/CMP0022-NOWARN-static-link_libraries-stderr.txt => CMP0028/CMP0028-OLD-stderr.txt} (100%)
 create mode 100644 Tests/RunCMake/CMP0028/CMP0028-OLD.cmake
 copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt => CMP0028/CMP0028-WARN-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CMP0028/CMP0028-WARN-stderr.txt
 create mode 100644 Tests/RunCMake/CMP0028/CMP0028-WARN.cmake
 create mode 100644 Tests/RunCMake/CMP0028/CMakeLists.txt
 create mode 100644 Tests/RunCMake/CMP0028/RunCMakeTest.cmake
 copy Tests/RunCMake/{CMP0004 => CMP0028}/empty.cpp (100%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list