[Cmake-commits] CMake branch, master, updated. v3.3.0-679-g7ac2b12

Brad King brad.king at kitware.com
Mon Aug 3 09:25:12 EDT 2015


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  7ac2b1256b09044b86c6bd926cc239133beab088 (commit)
       via  14e49ed15615e7f2bcb58aa4540683250006f5c7 (commit)
       via  623dcc85a447b9ce0f09cffa8cd296cd8a51ad9d (commit)
      from  94d53d1664b1e792e8088880cfd206e8e81ff625 (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=7ac2b1256b09044b86c6bd926cc239133beab088
commit 7ac2b1256b09044b86c6bd926cc239133beab088
Merge: 94d53d1 14e49ed
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Aug 3 09:25:10 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Aug 3 09:25:10 2015 -0400

    Merge topic 'if-test'
    
    14e49ed1 if: Add "TEST <test>" condition
    623dcc85 ExternalProject: Avoid if() auto-dereference of a "TEST" variable


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

Summary of changes:
 Help/command/if.rst                                |    4 +++
 Help/manual/cmake-policies.7.rst                   |    1 +
 Help/policy/CMP0064.rst                            |   17 +++++++++++++
 Help/release/dev/if-TEST.rst                       |    5 ++++
 Modules/ExternalProject.cmake                      |    6 ++---
 Source/cmConditionEvaluator.cxx                    |   26 +++++++++++++++++++-
 Source/cmConditionEvaluator.h                      |    1 +
 Source/cmPolicies.h                                |    3 +++
 Tests/RunCMake/CMP0064/CMP0064-NEW.cmake           |    5 ++++
 Tests/RunCMake/CMP0064/CMP0064-OLD.cmake           |    7 ++++++
 Tests/RunCMake/CMP0064/CMP0064-WARN.cmake          |    7 ++++++
 .../{CompileDefinitions => CMP0064}/CMakeLists.txt |    0
 Tests/RunCMake/CMP0064/RunCMakeTest.cmake          |    5 ++++
 Tests/RunCMake/CMakeLists.txt                      |    1 +
 Tests/RunCMake/if/RunCMakeTest.cmake               |    3 +++
 .../if/TestNameThatDoesNotExist-stdout.txt         |    1 +
 Tests/RunCMake/if/TestNameThatDoesNotExist.cmake   |    6 +++++
 Tests/RunCMake/if/TestNameThatExists-stdout.txt    |    1 +
 Tests/RunCMake/if/TestNameThatExists.cmake         |    7 ++++++
 19 files changed, 102 insertions(+), 4 deletions(-)
 create mode 100644 Help/policy/CMP0064.rst
 create mode 100644 Help/release/dev/if-TEST.rst
 create mode 100644 Tests/RunCMake/CMP0064/CMP0064-NEW.cmake
 create mode 100644 Tests/RunCMake/CMP0064/CMP0064-OLD.cmake
 create mode 100644 Tests/RunCMake/CMP0064/CMP0064-WARN.cmake
 copy Tests/RunCMake/{CompileDefinitions => CMP0064}/CMakeLists.txt (100%)
 create mode 100644 Tests/RunCMake/CMP0064/RunCMakeTest.cmake
 create mode 100644 Tests/RunCMake/if/TestNameThatDoesNotExist-stdout.txt
 create mode 100644 Tests/RunCMake/if/TestNameThatDoesNotExist.cmake
 create mode 100644 Tests/RunCMake/if/TestNameThatExists-stdout.txt
 create mode 100644 Tests/RunCMake/if/TestNameThatExists.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list