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 609e8b181a4bf49c5095fff33365606db30e7921 (commit)
via c96fe0b40d562b65831376f927b6fd96cf999a52 (commit)
from 82e77d74304707255265a564678b38ea372813dd (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=609e8b181a4bf49c5095fff33365606db30e7921
commit 609e8b181a4bf49c5095fff33365606db30e7921
Merge: 82e77d7 c96fe0b
Author: Brad King <[email protected]>
AuthorDate: Fri Jul 31 09:21:47 2015 -0400
Commit: CMake Topic Stage <[email protected]>
CommitDate: Fri Jul 31 09:21:47 2015 -0400
Merge topic 'cmake-W-options'
c96fe0b4 cmake: Add -W options to control deprecation warnings and errors
-----------------------------------------------------------------------
Summary of changes:
Help/manual/OPTIONS_BUILD.txt | 43 +++-
Help/release/dev/cmake-W-options.rst | 13 ++
Help/variable/CMAKE_ERROR_DEPRECATED.rst | 4 +
Help/variable/CMAKE_WARN_DEPRECATED.rst | 4 +
Source/cmMessageCommand.cxx | 14 +-
Source/cmake.cxx | 234 +++++++++++++++++---
Source/cmake.h | 27 ++-
Tests/RunCMake/CommandLine/RunCMakeTest.cmake | 46 ++++
.../W_bad-arg1-result.txt} | 0
Tests/RunCMake/CommandLine/W_bad-arg1-stderr.txt | 2 +
.../W_bad-arg2-result.txt} | 0
Tests/RunCMake/CommandLine/W_bad-arg2-stderr.txt | 2 +
.../W_bad-arg3-result.txt} | 0
Tests/RunCMake/CommandLine/W_bad-arg3-stderr.txt | 2 +
Tests/RunCMake/CommandLine/Wdeprecated-stderr.txt | 4 +
Tests/RunCMake/CommandLine/Wdeprecated.cmake | 1 +
.../Werror_deprecated-result.txt} | 0
.../CommandLine/Werror_deprecated-stderr.txt | 4 +
Tests/RunCMake/CommandLine/Werror_deprecated.cmake | 1 +
.../Werror_dev-result.txt} | 0
Tests/RunCMake/CommandLine/Werror_dev-stderr.txt | 5 +
Tests/RunCMake/CommandLine/Werror_dev.cmake | 1 +
Tests/RunCMake/CommandLine/Wno-deprecated.cmake | 1 +
.../CommandLine/Wno-error_deprecated.cmake | 1 +
Tests/RunCMake/CommandLine/Wno-error_dev.cmake | 1 +
25 files changed, 369 insertions(+), 41 deletions(-)
create mode 100644 Help/release/dev/cmake-W-options.rst
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt =>
CommandLine/W_bad-arg1-result.txt} (100%)
create mode 100644 Tests/RunCMake/CommandLine/W_bad-arg1-stderr.txt
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt =>
CommandLine/W_bad-arg2-result.txt} (100%)
create mode 100644 Tests/RunCMake/CommandLine/W_bad-arg2-stderr.txt
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt =>
CommandLine/W_bad-arg3-result.txt} (100%)
create mode 100644 Tests/RunCMake/CommandLine/W_bad-arg3-stderr.txt
create mode 100644 Tests/RunCMake/CommandLine/Wdeprecated-stderr.txt
create mode 100644 Tests/RunCMake/CommandLine/Wdeprecated.cmake
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt =>
CommandLine/Werror_deprecated-result.txt} (100%)
create mode 100644 Tests/RunCMake/CommandLine/Werror_deprecated-stderr.txt
create mode 100644 Tests/RunCMake/CommandLine/Werror_deprecated.cmake
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt =>
CommandLine/Werror_dev-result.txt} (100%)
create mode 100644 Tests/RunCMake/CommandLine/Werror_dev-stderr.txt
create mode 100644 Tests/RunCMake/CommandLine/Werror_dev.cmake
create mode 100644 Tests/RunCMake/CommandLine/Wno-deprecated.cmake
create mode 100644 Tests/RunCMake/CommandLine/Wno-error_deprecated.cmake
create mode 100644 Tests/RunCMake/CommandLine/Wno-error_dev.cmake
hooks/post-receive
--
CMake
_______________________________________________
Cmake-commits mailing list
[email protected]
http://public.kitware.com/mailman/listinfo/cmake-commits