[Cmake-commits] CMake branch, master, updated. v3.0.0-1173-g8766f8e
Brad King
brad.king at kitware.com
Tue Jun 24 13:05:07 EDT 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 8766f8ef4732e8dc4b2b585adddfda38ad23ea43 (commit)
via 7abd574798f9900abfe502f3941cffaa774062b1 (commit)
from f9cfbedef6adb24f67f8de32b48ea934386a5beb (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=8766f8ef4732e8dc4b2b585adddfda38ad23ea43
commit 8766f8ef4732e8dc4b2b585adddfda38ad23ea43
Merge: f9cfbed 7abd574
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Jun 24 13:05:05 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jun 24 13:05:05 2014 -0400
Merge topic 'cmake-E-env'
7abd5747 cmake: Add '-E env' command-line tool
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake.1.rst | 2 +-
Help/release/dev/cmake-E-env.rst | 4 ++
Source/cmcmd.cxx | 51 ++++++++++++++++++++
.../E_env-bad-arg1-result.txt} | 0
.../RunCMake/CommandLine/E_env-bad-arg1-stderr.txt | 1 +
.../E_env-no-command0-result.txt} | 0
.../CommandLine/E_env-no-command0-stderr.txt | 1 +
.../E_env-no-command1-result.txt} | 0
.../CommandLine/E_env-no-command1-stderr.txt | 1 +
Tests/RunCMake/CommandLine/E_env-set-stdout.txt | 1 +
Tests/RunCMake/CommandLine/E_env-set.cmake | 5 ++
Tests/RunCMake/CommandLine/E_env-unset-stdout.txt | 1 +
Tests/RunCMake/CommandLine/E_env-unset.cmake | 5 ++
Tests/RunCMake/CommandLine/RunCMakeTest.cmake | 6 +++
14 files changed, 77 insertions(+), 1 deletion(-)
create mode 100644 Help/release/dev/cmake-E-env.rst
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/E_env-bad-arg1-result.txt} (100%)
create mode 100644 Tests/RunCMake/CommandLine/E_env-bad-arg1-stderr.txt
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/E_env-no-command0-result.txt} (100%)
create mode 100644 Tests/RunCMake/CommandLine/E_env-no-command0-stderr.txt
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/E_env-no-command1-result.txt} (100%)
create mode 100644 Tests/RunCMake/CommandLine/E_env-no-command1-stderr.txt
create mode 100644 Tests/RunCMake/CommandLine/E_env-set-stdout.txt
create mode 100644 Tests/RunCMake/CommandLine/E_env-set.cmake
create mode 100644 Tests/RunCMake/CommandLine/E_env-unset-stdout.txt
create mode 100644 Tests/RunCMake/CommandLine/E_env-unset.cmake
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list