summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-39/+39
* CTest: Allow -Dvar=value with no space between the D and the varDavid Cole2012-06-241-0/+11
* CTest: Extend -D command line arg handling for variable definitionsDavid Cole2012-06-241-2/+21
* CTest: Rename local variable for clarityDavid Cole2012-06-241-6/+5
* CTest: Refactor error output into ErrorMessageUnknownDashDValueDavid Cole2012-06-241-24/+23
* CTest: Simplify environment save/restoreBrad King2012-04-241-15/+8
* CTest: Do not get CDash version without drop site (#12618)Valat Sébastien2011-12-121-2/+6
* CTest: Disallow problem chars in build and site names (#11792)David Cole2011-11-181-6/+51
* Merge topic 'fix-12539-ctestconfig-from-build-dir'David Cole2011-11-011-6/+26
|\
| * CTest: Look for CTestConfig.cmake in build dir first, then source dirJean-Christophe Fillion-Robin2011-10-271-6/+26
* | Merge topic 'fix-12383-clear-ctest-vecs'David Cole2011-11-011-0/+2
|\ \
| * | CTest: Clear custom vectors before populating (#12383)David Cole2011-10-261-0/+2
| |/
* | Source/cmCTest.cxx: Add missing newline (#12538)Bernhard Walle2011-10-251-1/+1
|/
* CTest: Fix memory leaks on errorThomas Jarosch2011-09-021-0/+2
* Fix type conversion warningZach Mullen2011-05-271-1/+1
* We will actually compress memcheck output if the server supports it.Zach Mullen2011-05-261-3/+77
* Don't tar/gz ctest_upload() filesZach Mullen2011-03-151-3/+11
* Implement ctest_upload commandZach Mullen2011-03-151-1/+47
* We shouldn't ask CDash for its version info until/unless we actually need it.Zach Mullen2010-09-081-4/+0
* Added CTest command --print-labelsZach Mullen2010-08-311-0/+6
* Fix hard-coded CDash URI in version queryZach Mullen2010-08-181-3/+7
* Merge topic 'resolve/doc-spelling/CPackRPM'Brad King2010-07-201-1/+1
|\
| * Fix spelling errors reported by Lintian.Kai Wasserbäch2010-07-131-1/+1
* | Fix or cast more integer conversions in cmakeBrad King2010-06-291-2/+2
|/
* Better detection of stop_time being passed.Zach Mullen2010-03-191-1/+2
* Fix StopTime to also account for localtime being a day ahead of gmtimeZach Mullen2010-03-181-4/+5
* Fix for StopTime for cases when gmtime is a day ahead of localtimeZach Mullen2010-03-181-1/+13
* Add the --stop-time argumentZach Mullen2010-03-171-0/+42
* Configurable path to CTest cost data fileZach Mullen2010-03-011-0/+11
* Moved call to cache CDash version information to cmCTest::initialize. Also a...Zach Mullen2010-02-081-4/+6
* Fix HPUX issue with test, by doing the query to cdash for its version before ...Bill Hoffman2010-02-051-1/+3
* Fix a line length issue.Bill Hoffman2010-01-051-1/+2
* Enhanced CTest HTTP Request API to support PUT file uploads.Zach Mullen2009-12-301-9/+29
* Fix crash on Continuous dashboard - related to last commit fixing issue #1006...David Cole2009-12-291-1/+7
* Fix issue #10060 - add APPEND arg to ctest_start command.David Cole2009-12-291-52/+82
* Move cURL dependent code out of CMakeLib to fix complex tests.Zach Mullen2009-12-221-1/+53
* Make new web api safe for bootstrap build.Zach Mullen2009-12-211-0/+4
* Query the CDash web API to automate CDash version detection.Zach Mullen2009-12-211-3/+15
* Added support for CTest awareness of the CDash version. This will help forwa...Zach Mullen2009-12-211-0/+19
* Added an option to conditionally attach files to a test submission only if th...Zach Mullen2009-12-161-0/+6
* Added a "-http1.0" option to ctest to make it submit using curl's http 1.0 op...Zach Mullen2009-12-111-1/+7
* Added the --timeout option to ctest command line. This sets a global timeout...Zach Mullen2009-11-301-1/+8
* 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