[Cmake-commits] CMake branch, master, updated. v2.8.12-132-g40c8468

Brad King brad.king at kitware.com
Tue Oct 8 10:59:10 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  40c84683aafc9447a0e17d81a71d061efde84bdb (commit)
       via  904ff9fe592882db5dae88e526db2b380d92f87d (commit)
      from  5a6c15155cbf18de60e118700e3e778f796e213d (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=40c84683aafc9447a0e17d81a71d061efde84bdb
commit 40c84683aafc9447a0e17d81a71d061efde84bdb
Merge: 5a6c151 904ff9f
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 8 10:59:07 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Oct 8 10:59:07 2013 -0400

    Merge topic 'export-policy'
    
    904ff9f export: Add policy CMP0024 to disallow include() of export files


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

Summary of changes:
 Source/cmExportCommand.cxx                         |    2 +
 Source/cmIncludeCommand.cxx                        |   39 ++++++++++++++++++++
 Source/cmMakefile.h                                |   14 +++++++-
 Source/cmPolicies.cxx                              |   19 ++++++++++
 Source/cmPolicies.h                                |    1 +
 .../CMP0024-NEW-result.txt}                        |    0
 Tests/RunCMake/include/CMP0024-NEW-stderr.txt      |   15 ++++++++
 Tests/RunCMake/include/CMP0024-NEW.cmake           |    9 +++++
 .../CMP0024-WARN-result.txt}                       |    0
 Tests/RunCMake/include/CMP0024-WARN-stderr.txt     |   16 ++++++++
 Tests/RunCMake/include/CMP0024-WARN.cmake          |    7 ++++
 Tests/RunCMake/include/RunCMakeTest.cmake          |    2 +
 Tests/RunCMake/{CMP0022 => include}/empty.cpp      |    0
 13 files changed, 123 insertions(+), 1 deletions(-)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => include/CMP0024-NEW-result.txt} (100%)
 create mode 100644 Tests/RunCMake/include/CMP0024-NEW-stderr.txt
 create mode 100644 Tests/RunCMake/include/CMP0024-NEW.cmake
 copy Tests/RunCMake/{CMP0022/CMP0022-WARN-static-result.txt => include/CMP0024-WARN-result.txt} (100%)
 create mode 100644 Tests/RunCMake/include/CMP0024-WARN-stderr.txt
 create mode 100644 Tests/RunCMake/include/CMP0024-WARN.cmake
 copy Tests/RunCMake/{CMP0022 => include}/empty.cpp (100%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list