[Cmake-commits] CMake branch, master, updated. v2.8.4-304-gfff3a74

Brad King brad.king at kitware.com
Tue Apr 5 14:28:41 EDT 2011


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  fff3a742b256afdbc6515f451a7283c1b34f5af4 (commit)
       via  3e32db79216f145c4f0560387b83c3a9b7da2964 (commit)
       via  6b6f309c5f2fa5c327afb98ac57d0b9f4f79a980 (commit)
       via  28cdd0a5be086004e5afedbbe5adb61be7adc9cc (commit)
       via  fbe435652d97a16911d418ad6dd0b455905256ca (commit)
       via  350546db3aa956e34487bd38dd048fe9a0689e4a (commit)
      from  c3c19c7cb76a2522bb01421ce1f790b1f7638ebe (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=fff3a742b256afdbc6515f451a7283c1b34f5af4
commit fff3a742b256afdbc6515f451a7283c1b34f5af4
Merge: c3c19c7 3e32db7
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Apr 5 14:28:38 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Apr 5 14:28:38 2011 -0400

    Merge topic 'upload-built-files'
    
    3e32db7 cmCTestUploadCommand::CheckArgumentKeyword should return false if not FILES
    6b6f309 Add the FILES keyword to ctest_upload command
    28cdd0a Don't tar/gz ctest_upload() files
    fbe4356 Change 'Files' tag to 'Upload' in Upload.xml
    350546d Implement ctest_upload command


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

Summary of changes:
 Source/CMakeLists.txt                              |    2 +
 Source/CTest/cmCTestScriptHandler.cxx              |    2 +
 Source/CTest/cmCTestSubmitHandler.cxx              |    1 +
 Source/CTest/cmCTestTestHandler.cxx                |   44 +-----------
 Source/CTest/cmCTestTestHandler.h                  |    2 -
 Source/CTest/cmCTestUploadCommand.cxx              |   69 ++++++++++++++++++
 ...CTestUpdateCommand.h => cmCTestUploadCommand.h} |   44 +++++++----
 Source/CTest/cmCTestUploadHandler.cxx              |   77 ++++++++++++++++++++
 ...stConfigureHandler.h => cmCTestUploadHandler.h} |   30 +++++---
 Source/cmCTest.cxx                                 |   56 ++++++++++++++-
 Source/cmCTest.h                                   |   10 ++-
 Tests/CMakeLists.txt                               |   10 +++
 Tests/CTestTestUpload/CMakeLists.txt               |    4 +
 Tests/CTestTestUpload/CTestConfig.cmake            |    7 ++
 .../{CTestTestStopTime => CTestTestUpload}/sleep.c |    0
 .../test.cmake.in                                  |   12 ++--
 16 files changed, 287 insertions(+), 83 deletions(-)
 create mode 100644 Source/CTest/cmCTestUploadCommand.cxx
 copy Source/CTest/{cmCTestUpdateCommand.h => cmCTestUploadCommand.h} (57%)
 create mode 100644 Source/CTest/cmCTestUploadHandler.cxx
 copy Source/CTest/{cmCTestConfigureHandler.h => cmCTestUploadHandler.h} (55%)
 create mode 100644 Tests/CTestTestUpload/CMakeLists.txt
 create mode 100644 Tests/CTestTestUpload/CTestConfig.cmake
 copy Tests/{CTestTestStopTime => CTestTestUpload}/sleep.c (100%)
 copy Tests/{CTestTestCycle => CTestTestUpload}/test.cmake.in (61%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list