[Cmake-commits] CMake branch, master, updated. v3.4.1-679-g05d8aed

Brad King brad.king at kitware.com
Fri Dec 11 09:43:44 EST 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  05d8aed844e0e0c555ee879fd3fa893da364e12f (commit)
       via  291275347be3f9c02aff6fb4dfa45a3e5b2f5b4a (commit)
       via  67211011d946684bed73bcd5b976ec90f4c30856 (commit)
      from  e240a489c15a8cd09dc36f1ec8dcb8241aac7ed1 (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=05d8aed844e0e0c555ee879fd3fa893da364e12f
commit 05d8aed844e0e0c555ee879fd3fa893da364e12f
Merge: e240a48 2912753
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Dec 11 09:43:42 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Dec 11 09:43:42 2015 -0500

    Merge topic 'cmake-W-options'
    
    29127534 cmake: Deduplicate warning message control code
    67211011 cmake-gui: Add options to control warning messages


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

Summary of changes:
 Help/release/dev/cmake-W-options.rst      |    3 +
 Source/QtDialog/CMakeLists.txt            |    4 +
 Source/QtDialog/CMakeSetupDialog.cxx      |   15 ++--
 Source/QtDialog/CMakeSetupDialog.h        |    3 +-
 Source/QtDialog/QCMake.cxx                |   18 ++++-
 Source/QtDialog/QCMake.h                  |    7 +-
 Source/QtDialog/WarningMessagesDialog.cxx |   43 +++++++++++
 Source/QtDialog/WarningMessagesDialog.h   |   53 +++++++++++++
 Source/QtDialog/WarningMessagesDialog.ui  |  120 +++++++++++++++++++++++++++++
 Source/cmake.cxx                          |   87 +++++++++++----------
 Source/cmake.h                            |    9 ++-
 11 files changed, 311 insertions(+), 51 deletions(-)
 create mode 100644 Source/QtDialog/WarningMessagesDialog.cxx
 create mode 100644 Source/QtDialog/WarningMessagesDialog.h
 create mode 100644 Source/QtDialog/WarningMessagesDialog.ui


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list