[Cmake-commits] CMake branch, master, updated. v2.8.12-490-g38fc334

Brad King brad.king at kitware.com
Sat Oct 26 10:29:36 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  38fc334fd0619bf7b440003a1598f5467ed9a728 (commit)
       via  ff59365f8bdcb302f55d4fc882cae057a70acd4b (commit)
       via  7a665ae7e375db01e3eb89bb65967d03103cf164 (commit)
       via  384beffc39a00c97ff23a8149e62af5b1cffc0ae (commit)
       via  adbe00d6e10906466c82ac3ddc8ef2d14a98a417 (commit)
       via  1b750cbf9a77388b96b8fd3420c602d98a2e0ab9 (commit)
       via  6d4d7ca9551e60592003272a3a2039af4dee192e (commit)
       via  e809d8cfdf080e0f34122ef4aac0b1a93c6a7f6a (commit)
       via  44017a4767e183d93b4c3f8f9c3000bbc4e33d2b (commit)
      from  ef13fc4dfcbb2b7cf79aade2d7612c3748fb24b2 (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=38fc334fd0619bf7b440003a1598f5467ed9a728
commit 38fc334fd0619bf7b440003a1598f5467ed9a728
Merge: ef13fc4 ff59365
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Sat Oct 26 10:29:34 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Oct 26 10:29:34 2013 -0400

    Merge topic 'ctest-fix-run-serial'
    
    ff59365 CTest: fix dashboard issues associated with the ctest-fix-run-serial topic
    7a665ae CTest: added test for RUN_SERIAL issue #14484
    384beff CTest: added comments that describe the basic test sorting approach
    adbe00d CTest: removed redundant copy of test dependency set
    1b750cb CTest: perform cycle test early
    6d4d7ca CTest: consider previously failed tests before all others
    e809d8c CTest: prioritize tests by their depth in the dependency graph
    44017a4 CTest: handle dependent and non dependent test requirements equally


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

Summary of changes:
 Source/CTest/cmCTestMultiProcessHandler.cxx   |  143 +++++++++++++++----------
 Source/CTest/cmCTestMultiProcessHandler.h     |    1 +
 Tests/CMakeLists.txt                          |    3 +
 Tests/CTestTestSerialInDepends/CMakeLists.txt |   23 ++++
 Tests/CTestTestSerialInDepends/test.ctest     |   16 +++
 5 files changed, 127 insertions(+), 59 deletions(-)
 create mode 100644 Tests/CTestTestSerialInDepends/CMakeLists.txt
 create mode 100644 Tests/CTestTestSerialInDepends/test.ctest


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list