[Cmake-commits] CMake branch, master, updated. v3.2.1-496-g64e97ed
Brad King
brad.king at kitware.com
Mon Mar 23 09:48:09 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 64e97edad7c8d4b8a2585067db206ad9a57d68f6 (commit)
via bd9c7f9b2c788f9bf69c2ce4eb93d27212a6dfaa (commit)
via ed8e30b00d032594fbb67d62f8bd4319ae6e5907 (commit)
via ad094f435e005b484771acae36b79895c8e36e3f (commit)
via 82a37d3ce5606f578997304cefc6aded15f2535c (commit)
from 7ef5f240c80bae10701eda5a1592d0516668a85e (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=64e97edad7c8d4b8a2585067db206ad9a57d68f6
commit 64e97edad7c8d4b8a2585067db206ad9a57d68f6
Merge: 7ef5f24 bd9c7f9
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Mar 23 09:48:07 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Mar 23 09:48:07 2015 -0400
Merge topic 'ninja-require-byproducts'
bd9c7f9b Ninja: Add policy to require explicit custom command byproducts
ed8e30b0 cmGlobalNinjaGenerator: Optimize handling of known build outputs
ad094f43 cmGlobalNinjaGenerator: Fix spelling of "unknown"
82a37d3c cmGlobalNinjaGenerator: Drop unused member
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-policies.7.rst | 1 +
Help/policy/CMP0058.rst | 108 ++++++++++++++++++++
Help/release/dev/ninja-require-byproducts.rst | 9 ++
Source/cmGlobalNinjaGenerator.cxx | 86 ++++++++++++----
Source/cmGlobalNinjaGenerator.h | 7 +-
Source/cmPolicies.cxx | 5 +
Source/cmPolicies.h | 1 +
Tests/RunCMake/CMakeLists.txt | 3 +
.../RunCMake/Ninja/CMP0058-NEW-by-build-stdout.txt | 4 +
Tests/RunCMake/Ninja/CMP0058-NEW-by.cmake | 3 +
.../CMP0058-NEW-no-build-result.txt} | 0
.../RunCMake/Ninja/CMP0058-NEW-no-build-stderr.txt | 1 +
Tests/RunCMake/Ninja/CMP0058-NEW-no.cmake | 2 +
.../RunCMake/Ninja/CMP0058-OLD-by-build-stdout.txt | 4 +
Tests/RunCMake/Ninja/CMP0058-OLD-by.cmake | 3 +
.../RunCMake/Ninja/CMP0058-OLD-no-build-stdout.txt | 4 +
Tests/RunCMake/Ninja/CMP0058-OLD-no.cmake | 2 +
.../Ninja/CMP0058-WARN-by-build-stdout.txt | 4 +
Tests/RunCMake/Ninja/CMP0058-WARN-by.cmake | 2 +
.../Ninja/CMP0058-WARN-no-build-stdout.txt | 4 +
Tests/RunCMake/Ninja/CMP0058-WARN-no-stderr.txt | 19 ++++
Tests/RunCMake/Ninja/CMP0058-WARN-no.cmake | 1 +
Tests/RunCMake/Ninja/CMP0058-common.cmake | 17 +++
Tests/RunCMake/{CMP0019 => Ninja}/CMakeLists.txt | 2 +-
Tests/RunCMake/Ninja/RunCMakeTest.cmake | 18 ++++
25 files changed, 287 insertions(+), 23 deletions(-)
create mode 100644 Help/policy/CMP0058.rst
create mode 100644 Help/release/dev/ninja-require-byproducts.rst
create mode 100644 Tests/RunCMake/Ninja/CMP0058-NEW-by-build-stdout.txt
create mode 100644 Tests/RunCMake/Ninja/CMP0058-NEW-by.cmake
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => Ninja/CMP0058-NEW-no-build-result.txt} (100%)
create mode 100644 Tests/RunCMake/Ninja/CMP0058-NEW-no-build-stderr.txt
create mode 100644 Tests/RunCMake/Ninja/CMP0058-NEW-no.cmake
create mode 100644 Tests/RunCMake/Ninja/CMP0058-OLD-by-build-stdout.txt
create mode 100644 Tests/RunCMake/Ninja/CMP0058-OLD-by.cmake
create mode 100644 Tests/RunCMake/Ninja/CMP0058-OLD-no-build-stdout.txt
create mode 100644 Tests/RunCMake/Ninja/CMP0058-OLD-no.cmake
create mode 100644 Tests/RunCMake/Ninja/CMP0058-WARN-by-build-stdout.txt
create mode 100644 Tests/RunCMake/Ninja/CMP0058-WARN-by.cmake
create mode 100644 Tests/RunCMake/Ninja/CMP0058-WARN-no-build-stdout.txt
create mode 100644 Tests/RunCMake/Ninja/CMP0058-WARN-no-stderr.txt
create mode 100644 Tests/RunCMake/Ninja/CMP0058-WARN-no.cmake
create mode 100644 Tests/RunCMake/Ninja/CMP0058-common.cmake
copy Tests/RunCMake/{CMP0019 => Ninja}/CMakeLists.txt (67%)
create mode 100644 Tests/RunCMake/Ninja/RunCMakeTest.cmake
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list