summaryrefslogtreecommitdiff
path: root/Source/cmCTest.h
Commit message (Expand)AuthorAgeFilesLines
* Added the --timeout option to ctest command line. This sets a global timeout...Zach Mullen2009-11-301-0/+5
* CTest: Move initial checkout to ctest_start()Brad King2009-11-241-1/+2
* CTest: Simplify Initialize method signatureBrad King2009-11-241-2/+9
* Hook for scheduling tests in a random orderZach Mullen2009-10-291-0/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Add label summary times to ctest default output. Also, remove parallel time ...Bill Hoffman2009-09-111-0/+2
* Fixed ctest output where max test index is not the same width as the total nu...Zach Mullen2009-09-021-0/+5
* Fixed ctest -N segfault issue. Further refactored ctest. Enabled failover f...Zach Mullen2009-08-271-12/+6
* ENH: refactored ctest. All testing is now parallel. If no -j option is spec...Zach Mullen2009-08-261-1/+1
* ENH: Refactored CTest test execution code into an objectZach Mullen2009-08-191-0/+1
* BUG: Do not carry over file list between coverageBrad King2009-03-111-0/+1
* ENH: Add cmCTest::DecodeURL methodBrad King2009-02-241-0/+3
* STYLE: Add TODO comment about CTest configurationBrad King2009-02-131-0/+4
* ENH: Create cmXMLSafe to help escapes in XMLBrad King2009-02-051-3/+0
* BUG: Reset file submission list on test restartBrad King2009-01-271-1/+0
* BUG: add output on failure to ctest #8255Bill Hoffman2009-01-181-0/+5
* ENH: Divide CTest file submission list by partBrad King2009-01-121-3/+7
* ENH: Refactor cmCTest test part representationBrad King2009-01-121-16/+37
* ENH: Teach ctest_* to create appending XML filesBrad King2009-01-121-1/+1
* ENH: fix return typeBill Hoffman2009-01-091-1/+1
* ENH: add subproject tag property for ctestBill Hoffman2009-01-091-0/+3
* BUG: Capture cout and cerr from internal ctestBrad King2009-01-051-0/+8
* STYLE: Fix line length style violation.David Cole2008-11-281-1/+2
* ENH: Implement feature request from issue 7885. Allow setting environment var...David Cole2008-11-261-2/+4
* ENH: add max width option to ctest ouptutBill Hoffman2008-09-221-1/+7
* ENH: add initial ctest -j featureBill Hoffman2008-07-031-0/+18
* BUG: cmCTest::GetConfigType should return the string by reference-to-const so...Brad King2008-02-031-1/+1
* ENH: Centralized and globalized computation of CMake program locations. This...Brad King2007-12-131-1/+1
* STYLE: remove argument bool fast, it was unusedAlexander Neundorf2007-06-121-2/+1
* ENH: added per test timeout supportKen Martin2007-01-251-1/+1
* ENH: added total time limit for a CTest run bug 1207Ken Martin2006-10-191-0/+7
* ENH: Properly propagate config type to testAndy Cedilnik2006-10-131-0/+3
* ENH: some cleanup and commenting of codeKen Martin2006-10-121-1/+13
* ENH: Add support for special tracks, fix options of handlers so that the -R, ...Andy Cedilnik2006-04-281-0/+5
* BUG: Improve the behavior of the ReadCustomFilesCommandAndy Cedilnik2006-04-091-3/+4
* ENH: added support for -SP scripts in new processesKen Martin2006-04-041-1/+5
* ENH: Several cleanups and make sure things get propagated where they should. ...Andy Cedilnik2006-03-291-3/+3
* ENH: Add new ctest commandAndy Cedilnik2006-03-281-2/+3
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-42/+42
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-9/+9
* STYLE: Fix some style issuesAndy Cedilnik2006-03-091-39/+47
* BUG: Handle buggy streamsAndy Cedilnik2006-02-281-0/+4
* ENH: Add a way to submit extra files to the dashboardAndy Cedilnik2005-07-181-0/+4
* ENH: Several improvements and cleanups:Andy Cedilnik2005-07-181-0/+9
* ENH: Add timeout supportAndy Cedilnik2005-07-131-0/+1
* ENH: Several improvements with the way things are handled. Also, support mult...Andy Cedilnik2005-06-231-1/+14
* ENH: Add superclass for all commands and handlers. Improve handlers to have i...Andy Cedilnik2005-06-171-0/+1
* ENH: Several improvements to CTest:Andy Cedilnik2005-06-161-3/+6
* ENH: Separate standard output and standard error for problematic commandsAndy Cedilnik2005-06-141-1/+25
* ENH: Move the build-and-test code to a handlerAndy Cedilnik2005-06-031-19/+2