[Cmake-commits] CMake branch, master, updated. v3.1.0-rc2-447-g53fa072
Brad King
brad.king at kitware.com
Wed Dec 3 10:01:45 EST 2014
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 53fa072e6a63477916f38028c5f5d818c47f6980 (commit)
via 0de867dde282670461e56ce61e9c33fc6044d9a4 (commit)
from cf63779f353ce95434f8dc6926b3047217b78f72 (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=53fa072e6a63477916f38028c5f5d818c47f6980
commit 53fa072e6a63477916f38028c5f5d818c47f6980
Merge: cf63779 0de867d
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Dec 3 10:01:44 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Dec 3 10:01:44 2014 -0500
Merge topic 'add-continue-command'
0de867dd continue: Add a new CMake language command for loop continuation (#14013)
-----------------------------------------------------------------------
Summary of changes:
Help/command/break.rst | 2 +
Help/command/continue.rst | 12 ++++++
Help/manual/cmake-commands.7.rst | 1 +
Help/manual/cmake-language.7.rst | 6 ++-
Help/release/dev/add-continue-command.rst | 6 +++
Source/cmBootstrapCommands1.cxx | 2 +
Source/cmContinueCommand.cxx | 39 ++++++++++++++++++++
Source/{cmReturnCommand.h => cmContinueCommand.h} | 20 +++++-----
Source/cmExecutionStatus.h | 7 ++++
Source/cmForEachCommand.cxx | 4 ++
Source/cmIfCommand.cxx | 5 +++
Source/cmWhileCommand.cxx | 4 ++
Tests/RunCMake/CMakeLists.txt | 1 +
.../RunCMake/{CMP0055 => continue}/CMakeLists.txt | 0
.../RunCMake/continue/ContinueForEachInLists.cmake | 10 +++++
Tests/RunCMake/continue/ContinueForeach-stdout.txt | 4 ++
Tests/RunCMake/continue/ContinueForeach.cmake | 8 ++++
.../continue/ContinueNestedForeach-stdout.txt | 6 +++
.../RunCMake/continue/ContinueNestedForeach.cmake | 13 +++++++
Tests/RunCMake/continue/ContinueWhile-stdout.txt | 6 +++
Tests/RunCMake/continue/ContinueWhile.cmake | 10 +++++
.../NoArgumentsToContinue-result.txt} | 0
.../continue/NoArgumentsToContinue-stderr.txt | 4 ++
.../NoArgumentsToContinue.cmake} | 3 +-
.../NoEnclosingBlock-result.txt} | 0
.../RunCMake/continue/NoEnclosingBlock-stderr.txt | 5 +++
Tests/RunCMake/continue/NoEnclosingBlock.cmake | 1 +
.../NoEnclosingBlockInFunction-result.txt} | 0
.../continue/NoEnclosingBlockInFunction-stderr.txt | 6 +++
.../continue/NoEnclosingBlockInFunction.cmake | 8 ++++
Tests/RunCMake/continue/RunCMakeTest.cmake | 9 +++++
31 files changed, 188 insertions(+), 14 deletions(-)
create mode 100644 Help/command/continue.rst
create mode 100644 Help/release/dev/add-continue-command.rst
create mode 100644 Source/cmContinueCommand.cxx
copy Source/{cmReturnCommand.h => cmContinueCommand.h} (70%)
copy Tests/RunCMake/{CMP0055 => continue}/CMakeLists.txt (100%)
create mode 100644 Tests/RunCMake/continue/ContinueForEachInLists.cmake
create mode 100644 Tests/RunCMake/continue/ContinueForeach-stdout.txt
create mode 100644 Tests/RunCMake/continue/ContinueForeach.cmake
create mode 100644 Tests/RunCMake/continue/ContinueNestedForeach-stdout.txt
create mode 100644 Tests/RunCMake/continue/ContinueNestedForeach.cmake
create mode 100644 Tests/RunCMake/continue/ContinueWhile-stdout.txt
create mode 100644 Tests/RunCMake/continue/ContinueWhile.cmake
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => continue/NoArgumentsToContinue-result.txt} (100%)
create mode 100644 Tests/RunCMake/continue/NoArgumentsToContinue-stderr.txt
copy Tests/RunCMake/{CMP0055/CMP0055-WARN-Reject-Arguments.cmake => continue/NoArgumentsToContinue.cmake} (70%)
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => continue/NoEnclosingBlock-result.txt} (100%)
create mode 100644 Tests/RunCMake/continue/NoEnclosingBlock-stderr.txt
create mode 100644 Tests/RunCMake/continue/NoEnclosingBlock.cmake
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => continue/NoEnclosingBlockInFunction-result.txt} (100%)
create mode 100644 Tests/RunCMake/continue/NoEnclosingBlockInFunction-stderr.txt
create mode 100644 Tests/RunCMake/continue/NoEnclosingBlockInFunction.cmake
create mode 100644 Tests/RunCMake/continue/RunCMakeTest.cmake
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list