[Cmake-commits] CMake branch, master, updated. v2.8.12-481-gef13fc4

Brad King brad.king at kitware.com
Sat Oct 26 10:29:30 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  ef13fc4dfcbb2b7cf79aade2d7612c3748fb24b2 (commit)
       via  970c82348babacb918802dbf615b2224313eef55 (commit)
      from  40df0d653659fe3403bbeb5e3251f8cea72926fd (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=ef13fc4dfcbb2b7cf79aade2d7612c3748fb24b2
commit ef13fc4dfcbb2b7cf79aade2d7612c3748fb24b2
Merge: 40df0d6 970c823
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Sat Oct 26 10:29:28 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Oct 26 10:29:28 2013 -0400

    Merge topic 'ctest-p4'
    
    970c823 ctest_update: Add support for Perforce p4 client


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

Summary of changes:
 Modules/CTest.cmake                   |    5 +
 Modules/DartConfiguration.tcl.in      |    7 +
 Source/CMakeLists.txt                 |    2 +
 Source/CTest/cmCTestP4.cxx            |  569 +++++++++++++++++++++++++++++++++
 Source/CTest/cmCTestP4.h              |   71 ++++
 Source/CTest/cmCTestUpdateCommand.cxx |    8 +
 Source/CTest/cmCTestUpdateHandler.cxx |   26 ++-
 Source/CTest/cmCTestUpdateHandler.h   |    1 +
 Tests/CMakeLists.txt                  |   20 ++
 Tests/CTestUpdateCommon.cmake         |    2 +-
 Tests/CTestUpdateP4.cmake.in          |  260 +++++++++++++++
 11 files changed, 969 insertions(+), 2 deletions(-)
 create mode 100644 Source/CTest/cmCTestP4.cxx
 create mode 100644 Source/CTest/cmCTestP4.h
 create mode 100644 Tests/CTestUpdateP4.cmake.in


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list