[Cmake-commits] CMake branch, master, updated. v2.8.11-285-gd3971ee

Brad King brad.king at kitware.com
Tue Jun 4 09:03:01 EDT 2013


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  d3971ee603d5de51e7a15c816be137324d860124 (commit)
       via  647745b3eedd0036d9e745007acd1d9cc460ccab (commit)
       via  515f9af0d48be569adb51dfb43ff483cfc0d5156 (commit)
       via  c63d30048bcf5bd6efa1e038b36c5efd29e34749 (commit)
       via  3d5bb381be16f67e4781c395bda2be12a5d00168 (commit)
      from  1e15db366218170bca663c06f0246782c2642bdb (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=d3971ee603d5de51e7a15c816be137324d860124
commit d3971ee603d5de51e7a15c816be137324d860124
Merge: 1e15db3 647745b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jun 4 09:03:00 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jun 4 09:03:00 2013 -0400

    Merge topic 'fix-variable_watch-cases'
    
    647745b variable_watch: Print accesses as "CMake Debug Log" messages
    515f9af variable_watch: Remove leftover debugging code (#14187)
    c63d300 variable_watch: Add test for MODIFIED_ACCESS report
    3d5bb38 variable_watch: Add missing string enumeration entry (#14188)


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

Summary of changes:
 Source/cmVariableWatch.cxx                         |    1 +
 Source/cmVariableWatchCommand.cxx                  |   21 ++-----------------
 Tests/RunCMake/CMakeLists.txt                      |    1 +
 .../{CMP0004 => variable_watch}/CMakeLists.txt     |    0
 .../variable_watch/ModifiedAccess-stderr.txt       |    4 +++
 Tests/RunCMake/variable_watch/ModifiedAccess.cmake |    3 ++
 Tests/RunCMake/variable_watch/NoWatcher-stderr.txt |    5 ++++
 Tests/RunCMake/variable_watch/NoWatcher.cmake      |    8 +++++++
 Tests/RunCMake/variable_watch/RunCMakeTest.cmake   |    4 +++
 9 files changed, 29 insertions(+), 18 deletions(-)
 copy Tests/RunCMake/{CMP0004 => variable_watch}/CMakeLists.txt (100%)
 create mode 100644 Tests/RunCMake/variable_watch/ModifiedAccess-stderr.txt
 create mode 100644 Tests/RunCMake/variable_watch/ModifiedAccess.cmake
 create mode 100644 Tests/RunCMake/variable_watch/NoWatcher-stderr.txt
 create mode 100644 Tests/RunCMake/variable_watch/NoWatcher.cmake
 create mode 100644 Tests/RunCMake/variable_watch/RunCMakeTest.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list