[Cmake-commits] CMake branch, master, updated. v3.2.1-469-gcc8b8cd

Brad King brad.king at kitware.com
Mon Mar 23 09:18:28 EDT 2015


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  cc8b8cdc751ff2dfa6e77a69da542d6aef066346 (commit)
       via  6bce027662588b972602e2e74c16a1883ed853cf (commit)
       via  fde70a1b26e130663cc4c02e0530d3aadc165a41 (commit)
      from  d67196d0e8c5e9feb99d3a609d060f52ad8b9a59 (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=cc8b8cdc751ff2dfa6e77a69da542d6aef066346
commit cc8b8cdc751ff2dfa6e77a69da542d6aef066346
Merge: d67196d 6bce027
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Mar 23 09:18:26 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Mar 23 09:18:26 2015 -0400

    Merge topic 'ctest-repeat-until-fail'
    
    6bce0276 Help: Add notes for topic 'ctest-repeat-until-fail'
    fde70a1b ctest: Add a new --repeat-until-fail option


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

Summary of changes:
 Help/manual/ctest.1.rst                            |    5 ++
 Help/release/dev/ctest-repeat-until-fail.rst       |    5 ++
 Source/CTest/cmCTestMultiProcessHandler.cxx        |   13 +++-
 Source/CTest/cmCTestRunTest.cxx                    |   73 ++++++++++++++++++--
 Source/CTest/cmCTestRunTest.h                      |    9 +++
 Source/cmCTest.cxx                                 |   37 ++++++++--
 Source/cmCTest.h                                   |   12 +++-
 Source/ctest.cxx                                   |    2 +
 Tests/RunCMake/CMakeLists.txt                      |    1 +
 .../{CMP0054 => CTestCommandLine}/CMakeLists.txt   |    0
 Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake |   25 +++++++
 Tests/RunCMake/CTestCommandLine/init.cmake         |    3 +
 .../repeat-until-fail-bad1-result.txt}             |    0
 .../repeat-until-fail-bad1-stderr.txt              |    1 +
 .../repeat-until-fail-bad2-result.txt}             |    0
 .../repeat-until-fail-bad2-stderr.txt              |    1 +
 .../CTestCommandLine/repeat-until-fail-cmake.cmake |   15 ++++
 .../repeat-until-fail-ctest-result.txt             |    1 +
 .../repeat-until-fail-ctest-stderr.txt             |    1 +
 .../repeat-until-fail-ctest-stdout.txt             |   30 ++++++++
 .../repeat-until-fail-good-stderr.txt              |    1 +
 Tests/RunCMake/CTestCommandLine/test1.cmake        |   13 ++++
 22 files changed, 233 insertions(+), 15 deletions(-)
 create mode 100644 Help/release/dev/ctest-repeat-until-fail.rst
 copy Tests/RunCMake/{CMP0054 => CTestCommandLine}/CMakeLists.txt (100%)
 create mode 100644 Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake
 create mode 100644 Tests/RunCMake/CTestCommandLine/init.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CTestCommandLine/repeat-until-fail-bad1-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CTestCommandLine/repeat-until-fail-bad1-stderr.txt
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CTestCommandLine/repeat-until-fail-bad2-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CTestCommandLine/repeat-until-fail-bad2-stderr.txt
 create mode 100644 Tests/RunCMake/CTestCommandLine/repeat-until-fail-cmake.cmake
 create mode 100644 Tests/RunCMake/CTestCommandLine/repeat-until-fail-ctest-result.txt
 create mode 100644 Tests/RunCMake/CTestCommandLine/repeat-until-fail-ctest-stderr.txt
 create mode 100644 Tests/RunCMake/CTestCommandLine/repeat-until-fail-ctest-stdout.txt
 create mode 100644 Tests/RunCMake/CTestCommandLine/repeat-until-fail-good-stderr.txt
 create mode 100644 Tests/RunCMake/CTestCommandLine/test1.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list