[Cmake-commits] CMake branch, master, updated. v2.8.12.1-665-g6574d3d

Brad King brad.king at kitware.com
Tue Nov 19 09:47:36 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  6574d3d1d1a78e89d79718bac70682444e5e5784 (commit)
       via  3900fcf4a8eee24141e2d562c1b6b796b456c838 (commit)
      from  46d85a1da0c22efa4a11e218d2809ff8da984c9b (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=6574d3d1d1a78e89d79718bac70682444e5e5784
commit 6574d3d1d1a78e89d79718bac70682444e5e5784
Merge: 46d85a1 3900fcf
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 19 09:47:32 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 19 09:47:32 2013 -0500

    Merge topic 'forbid-reserved-targets'
    
    3900fcf CMP0037: Extend policy to reserved names and custom targets


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

Summary of changes:
 Help/policy/CMP0037.rst                            |   17 ++++--
 Source/cmAddCustomTargetCommand.cxx                |   62 +++++++++++++++++--
 Source/cmAddExecutableCommand.cxx                  |    7 ++-
 Source/cmAddLibraryCommand.cxx                     |    7 ++-
 Source/cmGlobalGenerator.cxx                       |   31 ++++++++++
 Source/cmGlobalGenerator.h                         |    2 +
 Source/cmPolicies.cxx                              |    2 +-
 Source/cmPolicies.h                                |    3 +-
 .../RunCMake/CMP0037/CMP0037-NEW-colon-stderr.txt  |   36 ++++++++---
 Tests/RunCMake/CMP0037/CMP0037-NEW-colon.cmake     |    1 +
 .../CMP0037-NEW-reserved-result.txt}               |    0
 .../CMP0037/CMP0037-NEW-reserved-stderr.txt        |   33 ++++++++++
 Tests/RunCMake/CMP0037/CMP0037-NEW-reserved.cmake  |    6 ++
 .../RunCMake/CMP0037/CMP0037-NEW-space-stderr.txt  |   36 ++++++++---
 Tests/RunCMake/CMP0037/CMP0037-NEW-space.cmake     |    1 +
 .../CMP0037-OLD-reserved-result.txt}               |    0
 .../CMP0037-OLD-reserved-stderr.txt}               |    0
 Tests/RunCMake/CMP0037/CMP0037-OLD-reserved.cmake  |    6 ++
 Tests/RunCMake/CMP0037/CMP0037-OLD-space.cmake     |    1 +
 .../RunCMake/CMP0037/CMP0037-WARN-colon-stderr.txt |   37 +++++++++---
 Tests/RunCMake/CMP0037/CMP0037-WARN-colon.cmake    |    1 +
 .../RunCMake/CMP0037/CMP0037-WARN-space-stderr.txt |   36 ++++++++---
 Tests/RunCMake/CMP0037/CMP0037-WARN-space.cmake    |    1 +
 Tests/RunCMake/CMP0037/RunCMakeTest.cmake          |    3 +
 24 files changed, 270 insertions(+), 59 deletions(-)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CMP0037/CMP0037-NEW-reserved-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CMP0037/CMP0037-NEW-reserved-stderr.txt
 create mode 100644 Tests/RunCMake/CMP0037/CMP0037-NEW-reserved.cmake
 copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt => CMP0037/CMP0037-OLD-reserved-result.txt} (100%)
 copy Tests/RunCMake/{CMP0022/CMP0022-NOWARN-exe-stderr.txt => CMP0037/CMP0037-OLD-reserved-stderr.txt} (100%)
 create mode 100644 Tests/RunCMake/CMP0037/CMP0037-OLD-reserved.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list