[Cmake-commits] CMake branch, master, updated. v3.1.0-rc2-491-gc7bd275

Brad King brad.king at kitware.com
Thu Dec 4 10:23:27 EST 2014


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  c7bd2753932d1f2bec0b66c042b999a95d5bb713 (commit)
       via  ceecd7902fe80baabfad0235c54719e19a3df06b (commit)
       via  7878d06189e6ee11646fcad9851d5bc4d19a16e6 (commit)
      from  e4665171f45f6f06bb75f677a29d65015a4f5d0d (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=c7bd2753932d1f2bec0b66c042b999a95d5bb713
commit c7bd2753932d1f2bec0b66c042b999a95d5bb713
Merge: e466517 ceecd79
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Dec 4 10:23:26 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Dec 4 10:23:26 2014 -0500

    Merge topic 'cached-regex-clear-fixed'
    
    ceecd790 cmMakefile: store the number of last matches in a CMake var
    7878d061 test: add a test for clearing regex results


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

Summary of changes:
 Help/manual/cmake-variables.7.rst             |    1 +
 Help/release/dev/cached-regex-clear-fixed.rst |    5 +++
 Help/variable/CMAKE_MATCH_COUNT.rst           |    8 ++++
 Source/cmConditionEvaluator.cxx               |    5 +--
 Source/cmMakefile.cxx                         |   58 +++++++++++++++++++++++++
 Source/cmMakefile.h                           |    3 ++
 Source/cmStringCommand.cxx                    |   44 +++----------------
 Source/cmStringCommand.h                      |    2 -
 Tests/RunCMake/string/RegexClear-stderr.txt   |   54 +++++++++++++++++++++++
 Tests/RunCMake/string/RegexClear.cmake        |   54 +++++++++++++++++++++++
 Tests/RunCMake/string/RunCMakeTest.cmake      |    2 +
 Tests/RunCMake/string/cmake/Finddummy.cmake   |    4 ++
 Tests/RunCMake/string/subdir/CMakeLists.txt   |    2 +
 13 files changed, 199 insertions(+), 43 deletions(-)
 create mode 100644 Help/release/dev/cached-regex-clear-fixed.rst
 create mode 100644 Help/variable/CMAKE_MATCH_COUNT.rst
 create mode 100644 Tests/RunCMake/string/RegexClear-stderr.txt
 create mode 100644 Tests/RunCMake/string/RegexClear.cmake
 create mode 100644 Tests/RunCMake/string/cmake/Finddummy.cmake
 create mode 100644 Tests/RunCMake/string/subdir/CMakeLists.txt


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list