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  59dac28856b6ba5971217e0cf907a76cc0dba82c (commit)
       via  821667018cc0ea049c52647b507d1a8e4bbe2c3a (commit)
       via  28f2d750edaf6ee1af660d3a0ae6792c65c47997 (commit)
      from  5774f389cde220199d257af41f0188b09c6d3857 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=59dac28856b6ba5971217e0cf907a76cc0dba82c
commit 59dac28856b6ba5971217e0cf907a76cc0dba82c
Merge: 5774f38 8216670
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Wed Jan 13 09:33:18 2016 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Wed Jan 13 09:33:18 2016 -0500

    Merge topic 'cmake-W-options'
    
    82166701 cmake-gui: Add options to control warning-as-error messages
    28f2d750 Add -Werror and -Wno-error command-line options


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

Summary of changes:
 Help/manual/OPTIONS_BUILD.txt                      |   24 +++
 Help/release/dev/cmake-W-options.rst               |    7 +
 Source/QtDialog/QCMake.cxx                         |   20 ++
 Source/QtDialog/QCMake.h                           |    8 +
 Source/QtDialog/WarningMessagesDialog.cxx          |   56 ++++++
 Source/QtDialog/WarningMessagesDialog.h            |   22 +++
 Source/QtDialog/WarningMessagesDialog.ui           |   57 +++++-
 Source/cmMessageCommand.cxx                        |   29 +--
 Source/cmake.cxx                                   |  200 +++++++++++++++++++-
 Source/cmake.h                                     |   42 +++-
 Tests/RunCMake/CommandLine/RunCMakeTest.cmake      |   22 +++
 .../W_bad-arg3-result.txt}                         |    0
 ...W_bad-arg2-stderr.txt => W_bad-arg3-stderr.txt} |    0
 .../Werror_deprecated-result.txt}                  |    0
 ...ted-stderr.txt => Werror_deprecated-stderr.txt} |    2 +-
 .../{Wdeprecated.cmake => Werror_deprecated.cmake} |    0
 .../Werror_dev-result.txt}                         |    0
 Tests/RunCMake/CommandLine/Werror_dev-stderr.txt   |   11 ++
 Tests/RunCMake/CommandLine/Werror_dev.cmake        |    7 +
 ...-stderr.txt => Wno-error_deprecated-stderr.txt} |    2 +-
 .../CommandLine/Wno-error_deprecated.cmake         |    2 +
 .../{Wdev-stderr.txt => Wno-error_dev-stderr.txt}  |    4 +-
 Tests/RunCMake/CommandLine/Wno-error_dev.cmake     |    7 +
 Tests/RunCMake/message/RunCMakeTest.cmake          |    6 +-
 Tests/RunCMake/message/errormessage-result.txt     |    1 -
 Tests/RunCMake/message/errormessage-stderr.txt     |    4 -
 Tests/RunCMake/message/errormessage.cmake          |    4 -
 .../errormessage_deprecated-result.txt}            |    0
 .../message/errormessage_deprecated-stderr.txt     |    4 +
 .../RunCMake/message/errormessage_deprecated.cmake |    3 +
 .../errormessage_dev-result.txt}                   |    0
 Tests/RunCMake/message/errormessage_dev-stderr.txt |    5 +
 Tests/RunCMake/message/errormessage_dev.cmake      |    3 +
 33 files changed, 510 insertions(+), 42 deletions(-)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => 
CommandLine/W_bad-arg3-result.txt} (100%)
 copy Tests/RunCMake/CommandLine/{W_bad-arg2-stderr.txt => 
W_bad-arg3-stderr.txt} (100%)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => 
CommandLine/Werror_deprecated-result.txt} (100%)
 copy Tests/RunCMake/CommandLine/{Wdeprecated-stderr.txt => 
Werror_deprecated-stderr.txt} (58%)
 copy Tests/RunCMake/CommandLine/{Wdeprecated.cmake => Werror_deprecated.cmake} 
(100%)
 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
 copy Tests/RunCMake/CommandLine/{Wdeprecated-stderr.txt => 
Wno-error_deprecated-stderr.txt} (57%)
 create mode 100644 Tests/RunCMake/CommandLine/Wno-error_deprecated.cmake
 copy Tests/RunCMake/CommandLine/{Wdev-stderr.txt => Wno-error_dev-stderr.txt} 
(74%)
 create mode 100644 Tests/RunCMake/CommandLine/Wno-error_dev.cmake
 delete mode 100644 Tests/RunCMake/message/errormessage-result.txt
 delete mode 100644 Tests/RunCMake/message/errormessage-stderr.txt
 delete mode 100644 Tests/RunCMake/message/errormessage.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => 
message/errormessage_deprecated-result.txt} (100%)
 create mode 100644 Tests/RunCMake/message/errormessage_deprecated-stderr.txt
 create mode 100644 Tests/RunCMake/message/errormessage_deprecated.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => 
message/errormessage_dev-result.txt} (100%)
 create mode 100644 Tests/RunCMake/message/errormessage_dev-stderr.txt
 create mode 100644 Tests/RunCMake/message/errormessage_dev.cmake


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to