[Cmake-commits] CMake branch, master, updated. v3.7.0-546-g2a663eb

Brad King brad.king at kitware.com
Wed Nov 16 07:47:01 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  2a663ebce10fb9d393594e28f8ecc870488f6eba (commit)
       via  f55fcdc8598be03d0622dd5a7b96d33a6613a296 (commit)
       via  40bd42dfbcafd572ccd3541f1f84177453c9c255 (commit)
       via  595feb323479ce6e8f8e8a3a863f9286d9f7bd64 (commit)
       via  96103972ea1c478a2845fb68aee70a3395c148e0 (commit)
       via  92c865b8f5f0aef1af3ecd33692ce490467c0e70 (commit)
      from  b6da714af79578bfdcbfe990addc557448b51eea (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=2a663ebce10fb9d393594e28f8ecc870488f6eba
commit 2a663ebce10fb9d393594e28f8ecc870488f6eba
Merge: b6da714 f55fcdc
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Nov 16 07:46:48 2016 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Nov 16 07:46:48 2016 -0500

    Merge topic 'childEncoding'
    
    f55fcdc8 CTest: Use UTF-8 encoding for output from Git
    40bd42df Add Encoding option for RunChild, RunMakeCommand and RunProcess
    595feb32 Windows: Encode child process output to internally-used encoding
    96103972 Add cmProcessOutput class to be used for decoding text data
    92c865b8 cmCTestBuildHandler: Use size_t in ProcessBuffer length argument


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

Summary of changes:
 Source/CMakeLists.txt                 |    5 ++
 Source/CTest/cmCTestBuildHandler.cxx  |   23 ++++-
 Source/CTest/cmCTestBuildHandler.h    |    7 +-
 Source/CTest/cmCTestGIT.cxx           |   17 ++--
 Source/CTest/cmCTestLaunch.cxx        |   23 ++++-
 Source/CTest/cmCTestSubmitHandler.cxx |   13 ++-
 Source/CTest/cmCTestVC.cxx            |    9 +-
 Source/CTest/cmCTestVC.h              |    6 +-
 Source/CTest/cmProcess.cxx            |   10 ++-
 Source/cmCTest.cxx                    |   62 ++++++++++---
 Source/cmCTest.h                      |   11 ++-
 Source/cmExecProgramCommand.cxx       |   16 +++-
 Source/cmExecProgramCommand.h         |    5 +-
 Source/cmExecuteProcessCommand.cxx    |   23 ++++-
 Source/cmProcessOutput.cxx            |  155 +++++++++++++++++++++++++++++++++
 Source/cmProcessOutput.h              |   80 +++++++++++++++++
 Source/cmProcessTools.cxx             |   23 ++++-
 Source/cmProcessTools.h               |    5 +-
 Source/cmSystemTools.cxx              |   45 ++++++++--
 Source/cmSystemTools.h                |    5 +-
 bootstrap                             |    5 +-
 21 files changed, 493 insertions(+), 55 deletions(-)
 create mode 100644 Source/cmProcessOutput.cxx
 create mode 100644 Source/cmProcessOutput.h


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list