[Cmake-commits] CMake branch, master, updated. v3.4.1-632-ge069aa0
Brad King
brad.king at kitware.com
Fri Dec 4 09:54:26 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 e069aa05c6a0d8e89a677fa4f00d33432191eeaa (commit)
via fc656fa4fe2926c7a50de91ff1b5564802ac4a7e (commit)
from 5875801293ae1ba09b15cdc22902ee7766416de5 (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=e069aa05c6a0d8e89a677fa4f00d33432191eeaa
commit e069aa05c6a0d8e89a677fa4f00d33432191eeaa
Merge: 5875801 fc656fa
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Dec 4 09:54:23 2015 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Dec 4 09:54:23 2015 -0500
Merge topic 'regex-explorer'
fc656fa4 cmake-gui: Add regex explorer window
-----------------------------------------------------------------------
Summary of changes:
Help/release/dev/regex-explorer.rst | 6 ++
Source/QtDialog/CMakeLists.txt | 4 +
Source/QtDialog/CMakeSetupDialog.cxx | 10 ++
Source/QtDialog/CMakeSetupDialog.h | 1 +
Source/QtDialog/RegexExplorer.cxx | 166 ++++++++++++++++++++++++++++++++++
Source/QtDialog/RegexExplorer.h | 48 ++++++++++
Source/QtDialog/RegexExplorer.ui | 155 +++++++++++++++++++++++++++++++
7 files changed, 390 insertions(+)
create mode 100644 Help/release/dev/regex-explorer.rst
create mode 100644 Source/QtDialog/RegexExplorer.cxx
create mode 100644 Source/QtDialog/RegexExplorer.h
create mode 100644 Source/QtDialog/RegexExplorer.ui
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list