[Cmake-commits] CMake branch, master, updated. v3.2.2-1116-g53bb51f

Brad King brad.king at kitware.com
Tue May 12 09:12:58 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  53bb51fc31ddfbc7c62598db1abdef3a1cdd45e7 (commit)
       via  226df303f955a8756cda7544f58242b52ea7ec2e (commit)
       via  28e7a135e001afb36a7cff8e896ebac75390dde0 (commit)
       via  231601b696d79075b9c0fe346a8b336f291f6829 (commit)
      from  70d48e1287c8e91c4815573485c8acba0879df89 (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=53bb51fc31ddfbc7c62598db1abdef3a1cdd45e7
commit 53bb51fc31ddfbc7c62598db1abdef3a1cdd45e7
Merge: 70d48e1 226df30
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue May 12 09:12:56 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 12 09:12:56 2015 -0400

    Merge topic 'ctest-no-make-i'
    
    226df303 CTest: Stop telling 'make' to ignore errors with -i
    28e7a135 Help: Fix build_command alternative signature docs
    231601b6 build_command: Choose configuration consistently across signatures


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

Summary of changes:
 Help/command/build_command.rst                     |    5 ++--
 Help/manual/cmake-policies.7.rst                   |    1 +
 Help/policy/CMP0061.rst                            |   24 ++++++++++++++++++++
 Help/release/dev/ctest-no-make-i.rst               |    7 ++++++
 Source/CTest/cmCTestBuildCommand.cxx               |    3 ++-
 Source/cmBuildCommand.cxx                          |    8 ++++---
 Source/cmBuildCommand.h                            |    2 ++
 Source/cmMakefile.cxx                              |   20 ++++++++++++++++
 Source/cmMakefile.h                                |    2 ++
 Source/cmPolicies.h                                |    3 +++
 .../RunCMake/build_command/CMP0061-NEW-stderr.txt  |   10 ++++++++
 Tests/RunCMake/build_command/CMP0061-NEW.cmake     |    2 ++
 .../build_command/CMP0061-OLD-make-stderr.txt      |   10 ++++++++
 .../RunCMake/build_command/CMP0061-OLD-make.cmake  |    2 ++
 .../build_command/CMP0061-OLD-other-stderr.txt     |   10 ++++++++
 .../RunCMake/build_command/CMP0061-OLD-other.cmake |    2 ++
 Tests/RunCMake/build_command/CMP0061Common.cmake   |   10 ++++++++
 Tests/RunCMake/build_command/RunCMakeTest.cmake    |    8 +++++++
 .../BuildFailure-CMP0061-OLD-result.txt            |    1 +
 .../BuildFailure-CMP0061-OLD-stderr.txt            |    2 ++
 .../BuildFailure-result.txt}                       |    0
 Tests/RunCMake/ctest_build/BuildFailure-stderr.txt |    2 ++
 Tests/RunCMake/ctest_build/CMakeLists.txt.in       |    1 +
 Tests/RunCMake/ctest_build/RunCMakeTest.cmake      |   23 +++++++++++++++++++
 Tests/RunCMake/ctest_build/test.cmake.in           |    4 +++-
 25 files changed, 155 insertions(+), 7 deletions(-)
 create mode 100644 Help/policy/CMP0061.rst
 create mode 100644 Help/release/dev/ctest-no-make-i.rst
 create mode 100644 Tests/RunCMake/build_command/CMP0061-NEW-stderr.txt
 create mode 100644 Tests/RunCMake/build_command/CMP0061-NEW.cmake
 create mode 100644 Tests/RunCMake/build_command/CMP0061-OLD-make-stderr.txt
 create mode 100644 Tests/RunCMake/build_command/CMP0061-OLD-make.cmake
 create mode 100644 Tests/RunCMake/build_command/CMP0061-OLD-other-stderr.txt
 create mode 100644 Tests/RunCMake/build_command/CMP0061-OLD-other.cmake
 create mode 100644 Tests/RunCMake/build_command/CMP0061Common.cmake
 create mode 100644 Tests/RunCMake/ctest_build/BuildFailure-CMP0061-OLD-result.txt
 create mode 100644 Tests/RunCMake/ctest_build/BuildFailure-CMP0061-OLD-stderr.txt
 copy Tests/RunCMake/{ctest_memcheck/DummyAddressSanitizer-result.txt => ctest_build/BuildFailure-result.txt} (100%)
 create mode 100644 Tests/RunCMake/ctest_build/BuildFailure-stderr.txt


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list