summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* CTest: Move initial checkout to ctest_start()Brad King2009-11-241-17/+3
* CTest: Simplify Initialize method signatureBrad King2009-11-241-7/+6
* Hook for scheduling tests in a random orderZach Mullen2009-10-291-0/+6
* Fix crash on Windows. Remove trailing white space from regex. These changes s...David Cole2009-10-151-1/+1
* Fix floating point comparison warnings. Thanks to Alex Neundorf for the patch.David Cole2009-10-131-3/+3
* Fix line length.Zach Mullen2009-10-131-1/+2
* Uncomment block in InitializeFromCommand (accidentally checked this change in)Zach Mullen2009-10-121-4/+4
* CTest-side support for compiler name and compiler version information. Requi...Zach Mullen2009-10-121-4/+9
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Removed commentZach Mullen2009-09-241-2/+0
* Reformat ctest -N output. Removed the "Start processing tests" message as well.Zach Mullen2009-09-241-1/+1
* Add label summary times to ctest default output. Also, remove parallel time ...Bill Hoffman2009-09-111-0/+5
* 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-24/+7
* ENH: refactored ctest. All testing is now parallel. If no -j option is spec...Zach Mullen2009-08-261-1/+6
* Fixed overwriting of a previous change setZach Mullen2009-08-191-2/+0
* ENH: Refactored CTest test execution code into an objectZach Mullen2009-08-191-0/+2
* BUG: Do not double-initialize local generatorsBrad King2009-07-281-1/+0
* BUG: Fix typo pointed out by Monsieur Francois Bertel. Merci, Francois.David Cole2009-07-221-1/+1
* ENH: only 5 failing tests for VS 10Bill Hoffman2009-07-101-1/+4
* COMP: Avoid operator precedence warningBrad King2009-05-111-5/+1
* BUG: 8898 fix date in ctest nightly timeBill Hoffman2009-05-071-2/+5
* ENH: Overhaul CMake version numberingBrad King2009-03-051-1/+2
* ENH: Add cmCTest::DecodeURL methodBrad King2009-02-241-0/+21
* ENH: add label global property to ctest scriptsBill Hoffman2009-02-101-0/+10
* ENH: add the ability to run tests by labelsBill Hoffman2009-02-101-0/+16
* ENH: Create cmXMLSafe to help escapes in XMLBrad King2009-02-051-55/+4
* BUG: Reset file submission list on test restartBrad King2009-01-271-1/+4
* BUG: add output on failure to ctest #8255Bill Hoffman2009-01-181-0/+26
* COMP: Remove unused variableBrad King2009-01-121-1/+0
* ENH: Divide CTest file submission list by partBrad King2009-01-121-6/+7
* ENH: Refactor cmCTest test part representationBrad King2009-01-121-58/+51
* ENH: Teach ctest_* to create appending XML filesBrad King2009-01-121-1/+2
* ENH: Add missing newline to CTest-generated xmlBrad King2009-01-091-1/+1
* ENH: fix crash for old style scriptsBill Hoffman2009-01-091-2/+8
* ENH: add subproject tag property for ctestBill Hoffman2009-01-091-8/+40
* BUG: Capture cout and cerr from internal ctestBrad King2009-01-051-18/+34
* BUG: Fix crash when running internal CTestBrad King2008-12-181-2/+2
* ENH: Implement feature request from issue 7885. Allow setting environment var...David Cole2008-11-261-1/+26
* ENH: add more debug stuff to CTestCTest2 so I can figure out redwallBill Hoffman2008-11-231-0/+16
* STYLE: fix line length stuff for KWStyleBill Hoffman2008-10-011-1/+2
* ENH: add max width option to ctest ouptutBill Hoffman2008-09-221-0/+12
* ENH: add initial support for HAIKU OS from bug# 7425Bill Hoffman2008-09-151-2/+7
* COMP: fix some warningsBill Hoffman2008-07-041-1/+0
* ENH: add initial ctest -j featureBill Hoffman2008-07-031-5/+38
* BUG: cmCTest::GetConfigType should return the string by reference-to-const so...Brad King2008-02-031-1/+1
* ENH: remove extra junkBill Hoffman2008-01-311-1/+0
* ENH: enhancements for cdash, include system information and better time entriesBill Hoffman2008-01-301-6/+33
* ENH: look for CTestConfiguration.ini firstKen Martin2008-01-231-2/+2
* ENH: Centralized and globalized computation of CMake program locations. This...Brad King2007-12-131-56/+11