[Cmake-commits] CMake branch, master, updated. v2.8.12.1-588-g2053e0c

Brad King brad.king at kitware.com
Fri Nov 8 10:33:16 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  2053e0cd51810d434ec4563186d5e2792d1c9cab (commit)
       via  596b2a8c0820bed8195e2377927a18cf2d76727c (commit)
       via  301bb5cdda081f0bef0702e41ae4b47102b235df (commit)
       via  05f5fde0eb83c0e49aab3214f28a098861aa3313 (commit)
      from  064e6d32728a73edcf44d6b52572dbec19e0c90d (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=2053e0cd51810d434ec4563186d5e2792d1c9cab
commit 2053e0cd51810d434ec4563186d5e2792d1c9cab
Merge: 064e6d3 596b2a8
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Nov 8 10:33:14 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Nov 8 10:33:14 2013 -0500

    Merge topic 'tll-target-policies'
    
    596b2a8 Disallow linking to utility targets (#13902).
    301bb5c Disallow link-to-self (#13947).
    05f5fde Disallow invalid target names (#13140)


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

Summary of changes:
 Help/manual/cmake-policies.7.rst                   |    3 +
 Help/policy/CMP0037.rst                            |   21 +++++++++
 Help/policy/CMP0038.rst                            |   16 +++++++
 Help/policy/CMP0039.rst                            |   17 +++++++
 Source/cmAddExecutableCommand.cxx                  |   38 ++++++++++++++++
 Source/cmAddLibraryCommand.cxx                     |   39 +++++++++++++++++
 Source/cmPolicies.cxx                              |   15 +++++++
 Source/cmPolicies.h                                |    3 +
 Source/cmTarget.cxx                                |   45 ++++++++++++++++---
 Source/cmTargetLinkLibrariesCommand.cxx            |   31 +++++++++++++
 .../CMP0037-NEW-result.txt}                        |    0
 Tests/RunCMake/CMP0037/CMP0037-NEW-stderr.txt      |   39 +++++++++++++++++
 Tests/RunCMake/CMP0037/CMP0037-NEW.cmake           |    7 +++
 .../CMP0037-OLD-result.txt}                        |    0
 .../CMP0037-OLD-stderr.txt}                        |    0
 Tests/RunCMake/CMP0037/CMP0037-OLD.cmake           |    5 ++
 .../CMP0037-WARN-result.txt}                       |    0
 Tests/RunCMake/CMP0037/CMP0037-WARN-stderr.txt     |   43 +++++++++++++++++++
 Tests/RunCMake/CMP0037/CMP0037-WARN.cmake          |    5 ++
 Tests/RunCMake/{CMP0028 => CMP0037}/CMakeLists.txt |    0
 Tests/RunCMake/CMP0037/RunCMakeTest.cmake          |    5 ++
 Tests/RunCMake/{CMP0022 => CMP0037}/empty.cpp      |    0
 .../CMP0038-NEW-result.txt}                        |    0
 Tests/RunCMake/CMP0038/CMP0038-NEW-stderr.txt      |    4 ++
 Tests/RunCMake/CMP0038/CMP0038-NEW.cmake           |    4 ++
 .../CMP0038-OLD-result.txt}                        |    0
 .../CMP0038-OLD-stderr.txt}                        |    0
 Tests/RunCMake/CMP0038/CMP0038-OLD.cmake           |    4 ++
 .../CMP0038-WARN-result.txt}                       |    0
 Tests/RunCMake/CMP0038/CMP0038-WARN-stderr.txt     |    9 ++++
 Tests/RunCMake/CMP0038/CMP0038-WARN.cmake          |    3 +
 Tests/RunCMake/CMP0038/CMakeLists.txt              |    3 +
 Tests/RunCMake/CMP0038/RunCMakeTest.cmake          |    5 ++
 Tests/RunCMake/{CMP0022 => CMP0038}/empty.cpp      |    0
 .../CMP0039-NEW-result.txt}                        |    0
 Tests/RunCMake/CMP0039/CMP0039-NEW-stderr.txt      |    9 ++++
 Tests/RunCMake/CMP0039/CMP0039-NEW.cmake           |    7 +++
 .../CMP0039-OLD-result.txt}                        |    0
 .../CMP0039-OLD-stderr.txt}                        |    0
 Tests/RunCMake/CMP0039/CMP0039-OLD.cmake           |    7 +++
 .../CMP0039-WARN-result.txt}                       |    0
 Tests/RunCMake/CMP0039/CMP0039-WARN-stderr.txt     |   10 ++++
 Tests/RunCMake/CMP0039/CMP0039-WARN.cmake          |    5 ++
 Tests/RunCMake/CMP0039/CMakeLists.txt              |    3 +
 Tests/RunCMake/CMP0039/RunCMakeTest.cmake          |    5 ++
 Tests/RunCMake/CMakeLists.txt                      |    5 ++
 46 files changed, 408 insertions(+), 7 deletions(-)
 create mode 100644 Help/policy/CMP0037.rst
 create mode 100644 Help/policy/CMP0038.rst
 create mode 100644 Help/policy/CMP0039.rst
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CMP0037/CMP0037-NEW-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CMP0037/CMP0037-NEW-stderr.txt
 create mode 100644 Tests/RunCMake/CMP0037/CMP0037-NEW.cmake
 copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt => CMP0037/CMP0037-OLD-result.txt} (100%)
 copy Tests/RunCMake/{CMP0022/CMP0022-NOWARN-exe-stderr.txt => CMP0037/CMP0037-OLD-stderr.txt} (100%)
 create mode 100644 Tests/RunCMake/CMP0037/CMP0037-OLD.cmake
 copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt => CMP0037/CMP0037-WARN-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CMP0037/CMP0037-WARN-stderr.txt
 create mode 100644 Tests/RunCMake/CMP0037/CMP0037-WARN.cmake
 copy Tests/RunCMake/{CMP0028 => CMP0037}/CMakeLists.txt (100%)
 create mode 100644 Tests/RunCMake/CMP0037/RunCMakeTest.cmake
 copy Tests/RunCMake/{CMP0022 => CMP0037}/empty.cpp (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CMP0038/CMP0038-NEW-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CMP0038/CMP0038-NEW-stderr.txt
 create mode 100644 Tests/RunCMake/CMP0038/CMP0038-NEW.cmake
 copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt => CMP0038/CMP0038-OLD-result.txt} (100%)
 copy Tests/RunCMake/{CMP0022/CMP0022-NOWARN-exe-stderr.txt => CMP0038/CMP0038-OLD-stderr.txt} (100%)
 create mode 100644 Tests/RunCMake/CMP0038/CMP0038-OLD.cmake
 copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt => CMP0038/CMP0038-WARN-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CMP0038/CMP0038-WARN-stderr.txt
 create mode 100644 Tests/RunCMake/CMP0038/CMP0038-WARN.cmake
 create mode 100644 Tests/RunCMake/CMP0038/CMakeLists.txt
 create mode 100644 Tests/RunCMake/CMP0038/RunCMakeTest.cmake
 copy Tests/RunCMake/{CMP0022 => CMP0038}/empty.cpp (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CMP0039/CMP0039-NEW-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CMP0039/CMP0039-NEW-stderr.txt
 create mode 100644 Tests/RunCMake/CMP0039/CMP0039-NEW.cmake
 copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt => CMP0039/CMP0039-OLD-result.txt} (100%)
 copy Tests/RunCMake/{CMP0022/CMP0022-NOWARN-exe-stderr.txt => CMP0039/CMP0039-OLD-stderr.txt} (100%)
 create mode 100644 Tests/RunCMake/CMP0039/CMP0039-OLD.cmake
 copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt => CMP0039/CMP0039-WARN-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CMP0039/CMP0039-WARN-stderr.txt
 create mode 100644 Tests/RunCMake/CMP0039/CMP0039-WARN.cmake
 create mode 100644 Tests/RunCMake/CMP0039/CMakeLists.txt
 create mode 100644 Tests/RunCMake/CMP0039/RunCMakeTest.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list