[Cmake-commits] CMake branch, master, updated. v3.0.0-rc5-893-g57151fb

Brad King brad.king at kitware.com
Fri May 16 10:21:06 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  57151fba6a66513237ab8de36a6b723007c5570a (commit)
       via  209cd475ebf492616ec21cf55c7557e090c2a18f (commit)
       via  d7c692466bf100b077ffd0eef3a51fe1316782f0 (commit)
       via  92ddf0c9e20af6158d84db34eeba795061fad1e9 (commit)
       via  f52b5ae3c4a87723f90f63249a979424aaf99407 (commit)
       via  a9ae1d7a605333f0dea6d709e27a177b19f8c2ae (commit)
       via  73b13f56413cac74d90a2ab1938add3bbe740ecb (commit)
       via  7577a542dfa0aac045b97bfe4440241583c62e3a (commit)
       via  b1b4d761a1991ce3634195b0b5be251ec43295c4 (commit)
      from  f9871f541d414134e2a4cd7b986e9d1da0a58e39 (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=57151fba6a66513237ab8de36a6b723007c5570a
commit 57151fba6a66513237ab8de36a6b723007c5570a
Merge: f9871f5 209cd47
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri May 16 10:21:05 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri May 16 10:21:05 2014 -0400

    Merge topic 'cmake-gui-capture-output'
    
    209cd475 Help: Add notes for topic 'cmake-gui-capture-output'
    d7c69246 execute_process: Send stderr through cmSystemTools::Stderr
    92ddf0c9 cmake-gui: Capture cmSystemTools::Stdout and Stderr
    f52b5ae3 cmSystemTools: Add callback for Stderr
    a9ae1d7a cmSystemTools: Simplify InterruptCallback definition
    73b13f56 cmSystemTools: Rename ErrorCallback to MessageCallback
    7577a542 cmCTestBuildAndTestHandler: Refactor output capture
    b1b4d761 cmCTestBuildAndTestHandler: Refactor local loop var


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

Summary of changes:
 Help/release/dev/cmake-gui-capture-output.rst |    6 +++
 Source/CTest/cmCTestBuildAndTestHandler.cxx   |   50 +++++++++++----------
 Source/CursesDialog/ccmake.cxx                |    5 ++-
 Source/QtDialog/QCMake.cxx                    |   22 +++++++--
 Source/QtDialog/QCMake.h                      |    6 ++-
 Source/cmExecuteProcessCommand.cxx            |   10 ++---
 Source/cmSystemTools.cxx                      |   60 ++++++++++++++-----------
 Source/cmSystemTools.h                        |   25 ++++++-----
 Source/cmakemain.cxx                          |    6 +--
 9 files changed, 117 insertions(+), 73 deletions(-)
 create mode 100644 Help/release/dev/cmake-gui-capture-output.rst


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list