[Cmake-commits] CMake branch, next, updated. v3.7.1-1866-g54fd083

Gregor Jasny gjasny at googlemail.com
Wed Dec 28 14:40:28 EST 2016


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, next has been updated
       via  54fd0836989e2a4bb8711265499e09e6ffd5c3d8 (commit)
       via  bf5b0b18cb543bd25e43fe27373851fa70befe26 (commit)
      from  3738245c7b170b3d16ac54b53bbfa08d8d321fff (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=54fd0836989e2a4bb8711265499e09e6ffd5c3d8
commit 54fd0836989e2a4bb8711265499e09e6ffd5c3d8
Merge: 3738245 bf5b0b1
Author:     Gregor Jasny <gjasny at googlemail.com>
AuthorDate: Wed Dec 28 14:40:27 2016 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Dec 28 14:40:27 2016 -0500

    Merge topic '16204-regex-explorer-match-all' into next
    
    bf5b0b18 fixup! cmake-gui: Add MATCHALL option to Regex Explorer


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bf5b0b18cb543bd25e43fe27373851fa70befe26
commit bf5b0b18cb543bd25e43fe27373851fa70befe26
Author:     Gregor Jasny <gjasny at googlemail.com>
AuthorDate: Wed Dec 28 20:37:18 2016 +0100
Commit:     Gregor Jasny <gjasny at googlemail.com>
CommitDate: Wed Dec 28 20:39:30 2016 +0100

    fixup! cmake-gui: Add MATCHALL option to Regex Explorer

diff --git a/Source/QtDialog/RegexExplorer.cxx b/Source/QtDialog/RegexExplorer.cxx
index 52b0b84..abed70e 100644
--- a/Source/QtDialog/RegexExplorer.cxx
+++ b/Source/QtDialog/RegexExplorer.cxx
@@ -119,6 +119,8 @@ void RegexExplorer::on_matchNumber_currentIndexChanged(int index)
 
 void RegexExplorer::on_matchAll_toggled(bool checked)
 {
+  Q_UNUSED(checked);
+
   on_inputText_textChanged();
 }
 

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

Summary of changes:
 Source/QtDialog/RegexExplorer.cxx |    2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list