[Cmake-commits] CMake branch, master, updated. v3.7.1-723-gf7425c2
Brad King
brad.king at kitware.com
Fri Dec 2 09:54:18 EST 2016
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 f7425c2177e3368ec83e2731cc092dcd2a999d82 (commit)
via 2ed473b3b8e28485e6a14a49c7e0e4133eb02eee (commit)
from bd6a269e1acf7f5634d05bb085d9e12cf51e9e35 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f7425c2177e3368ec83e2731cc092dcd2a999d82
commit f7425c2177e3368ec83e2731cc092dcd2a999d82
Merge: bd6a269 2ed473b
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Dec 2 09:54:09 2016 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Dec 2 09:54:09 2016 -0500
Merge topic 'execute_process-encoding'
2ed473b3 execute_process: Add ENCODING option for Windows child process output
-----------------------------------------------------------------------
Summary of changes:
Help/command/execute_process.rst | 11 ++++-
Help/release/dev/execute_process-encoding.rst | 5 ++
Source/cmExecuteProcessCommand.cxx | 11 ++++-
Source/cmProcessOutput.cxx | 15 ++++++
Source/cmProcessOutput.h | 7 +++
Tests/CMakeLib/CMakeLists.txt | 3 ++
Tests/CMakeLib/testEncoding.cxx | 49 ++++++++++++++++++++
Tests/RunCMake/CMakeLists.txt | 3 ++
Tests/RunCMake/RunCMake.cmake | 2 +
.../{Android => execute_process}/CMakeLists.txt | 2 +-
Tests/RunCMake/execute_process/Encoding.cmake | 6 +++
.../EncodingMissing-result.txt} | 0
.../execute_process/EncodingMissing-stderr.txt | 4 ++
.../RunCMake/execute_process/EncodingMissing.cmake | 1 +
.../execute_process/EncodingUTF8-stderr.txt | 1 +
Tests/RunCMake/execute_process/RunCMakeTest.cmake | 5 ++
16 files changed, 122 insertions(+), 3 deletions(-)
create mode 100644 Help/release/dev/execute_process-encoding.rst
create mode 100644 Tests/CMakeLib/testEncoding.cxx
copy Tests/RunCMake/{Android => execute_process}/CMakeLists.txt (63%)
create mode 100644 Tests/RunCMake/execute_process/Encoding.cmake
copy Tests/RunCMake/{Android/BadSYSROOT-result.txt => execute_process/EncodingMissing-result.txt} (100%)
create mode 100644 Tests/RunCMake/execute_process/EncodingMissing-stderr.txt
create mode 100644 Tests/RunCMake/execute_process/EncodingMissing.cmake
create mode 100644 Tests/RunCMake/execute_process/EncodingUTF8-stderr.txt
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list