[Cmake-commits] CMake branch, master, updated. v3.0.0-1402-g66e88af

Brad King brad.king at kitware.com
Wed Jul 16 11:51:22 EDT 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  66e88af6d0e3fab6cba6876cf26dd30ebbb733fb (commit)
       via  1e005eadbc6e687217f484c0c2247a71124aa65e (commit)
       via  44726714322ca0b75628e234229f4583a480d7ec (commit)
      from  3dce6aa39d1dc2c1f88edebc91ab60de9d3ff6b1 (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=66e88af6d0e3fab6cba6876cf26dd30ebbb733fb
commit 66e88af6d0e3fab6cba6876cf26dd30ebbb733fb
Merge: 3dce6aa 1e005ea
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Jul 16 11:51:21 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jul 16 11:51:21 2014 -0400

    Merge topic 'thread-sanitizer'
    
    1e005ead CTest: Fix MemoryCheckType from 'ctest -T MemCheck'
    44726714 ctest_memcheck: Add support for memory and leak sanitizer.


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

Summary of changes:
 Modules/DartConfiguration.tcl.in                   |    1 +
 Source/CTest/cmCTestMemCheckHandler.cxx            |   78 ++++++++++++++++----
 Source/CTest/cmCTestMemCheckHandler.h              |    9 ++-
 Source/cmXMLParser.cxx                             |   13 +++-
 Source/cmXMLParser.h                               |    9 ++-
 Tests/CTestTestMemcheck/CMakeLists.txt             |   39 +++++++++-
 Tests/CTestTestMemcheck/testAddressSanitizer.cmake |   55 ++++++++++++++
 Tests/CTestTestMemcheck/testLeakSanitizer.cmake    |   36 +++++++++
 8 files changed, 216 insertions(+), 24 deletions(-)
 create mode 100644 Tests/CTestTestMemcheck/testAddressSanitizer.cmake
 create mode 100644 Tests/CTestTestMemcheck/testLeakSanitizer.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list