[Cmake-commits] CMake branch, master, updated. v3.2.2-965-g735b709
Brad King
brad.king at kitware.com
Thu Apr 30 10:32:05 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 735b7092e88bea92e000bf88a0925cfa44f9b315 (commit)
via aed6239e40e7046c3f32e018d9c360ad0f624336 (commit)
from b39929ab42f3b6204a9689846cbc24c96ee50349 (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=735b7092e88bea92e000bf88a0925cfa44f9b315
commit 735b7092e88bea92e000bf88a0925cfa44f9b315
Merge: b39929a aed6239
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Apr 30 10:32:03 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Apr 30 10:32:03 2015 -0400
Merge topic 'if-IN_LIST'
aed6239e if: Implement new IN_LIST operator
-----------------------------------------------------------------------
Summary of changes:
Help/command/if.rst | 3 ++
Help/policy/CMP0057.rst | 12 ++++++-
Help/release/dev/if-IN_LIST.rst | 5 +++
Source/cmConditionEvaluator.cxx | 38 +++++++++++++++++++-
Source/cmConditionEvaluator.h | 1 +
Source/cmPolicies.cxx | 5 +++
Source/cmPolicies.h | 1 +
Tests/RunCMake/CMP0057/CMP0057-NEW.cmake | 31 ++++++++++++++++
.../CMP0057-OLD-result.txt} | 0
.../CMP0057-OLD-stderr.txt} | 4 +--
Tests/RunCMake/CMP0057/CMP0057-OLD.cmake | 7 ++++
.../CMP0057-WARN-result.txt} | 0
Tests/RunCMake/CMP0057/CMP0057-WARN-stderr.txt | 19 ++++++++++
Tests/RunCMake/CMP0057/CMP0057-WARN.cmake | 5 +++
Tests/RunCMake/{CMP0060 => CMP0057}/CMakeLists.txt | 2 +-
Tests/RunCMake/CMP0057/RunCMakeTest.cmake | 5 +++
Tests/RunCMake/CMakeLists.txt | 1 +
17 files changed, 134 insertions(+), 5 deletions(-)
create mode 100644 Help/release/dev/if-IN_LIST.rst
create mode 100644 Tests/RunCMake/CMP0057/CMP0057-NEW.cmake
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CMP0057/CMP0057-OLD-result.txt} (100%)
copy Tests/RunCMake/{CMP0054/CMP0054-keywords-NEW-stderr.txt => CMP0057/CMP0057-OLD-stderr.txt} (62%)
create mode 100644 Tests/RunCMake/CMP0057/CMP0057-OLD.cmake
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CMP0057/CMP0057-WARN-result.txt} (100%)
create mode 100644 Tests/RunCMake/CMP0057/CMP0057-WARN-stderr.txt
create mode 100644 Tests/RunCMake/CMP0057/CMP0057-WARN.cmake
copy Tests/RunCMake/{CMP0060 => CMP0057}/CMakeLists.txt (68%)
create mode 100644 Tests/RunCMake/CMP0057/RunCMakeTest.cmake
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list