summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
Commit message (Expand)AuthorAgeFilesLines
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-8/+8
* cmCTest: don't redefine cout and cerrDaniel Pfeifer2016-09-031-10/+0
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* cmCTest: Update doxygen to be consistentJean-Christophe Fillion-Robin2016-07-051-62/+91
* cmCTest: Rename "ProcessTests()" to "ProcessSteps()" and improve doxygenJean-Christophe Fillion-Robin2016-07-051-4/+9
* cmCTest: Improve readability adding "HandleTest(Action|Model)Argument()"Jean-Christophe Fillion-Robin2016-07-051-0/+8
* cmCTest: Improve readability adding "RunCMakeAndTest()" and "ExecuteTests()"Jean-Christophe Fillion-Robin2016-07-051-0/+3
* use CM_NULLPTRDaniel Pfeifer2016-06-281-4/+4
* Pass arguments that are not modified as const&.Daniel Pfeifer2016-05-261-6/+6
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-117/+127
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* CTest: hide progress ticks in verbose outputDaniel Pfeifer2015-07-061-0/+1
* ctest: Optionally avoid starting tests that may exceed a given CPU loadBetsy McPhail2015-06-301-0/+5
* cmCTest: Drop unused method overloadsDaniel Pfeifer2015-05-261-3/+0
* cmCTest: Port GenerateNotesFile to cmXMLWriterDaniel Pfeifer2015-05-261-1/+1
* cmCTest: Port to cmXMLWriterDaniel Pfeifer2015-05-261-0/+4
* ctest: Add a new --repeat-until-fail optionBill Hoffman2015-03-231-3/+9
* CTest: Add cmCTestOptionalLog macroZack Galbreath2015-02-231-3/+13
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* Change output to be a reference and not a pointer.Bill Hoffman2014-08-041-1/+1
* Remove extra semicolons from C++ code.Stephen Kelly2014-04-031-3/+3
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-10/+10
* stringapi: Use strings for test namesBen Boeckel2014-03-081-3/+3
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-4/+4
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-1/+1
* Refactor internal resource location APIs and initializationBrad King2013-11-121-9/+0
* CTest: Read CTEST_PARALLEL_LEVEL from environmentStephen Kelly2013-05-211-0/+1
* Merge topic 'ctest-SUBMIT_INDEX-cdash'Brad King2012-11-061-0/+2
|\
| * CTest: Allow SUBMIT_INDEX with CDashBrad King2012-11-011-0/+2
* | Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-5/+5
* | CTest: Extend -D command line arg handling for variable definitionsDavid Cole2012-06-241-0/+10
* | CTest: Refactor error output into ErrorMessageUnknownDashDValueDavid Cole2012-06-241-0/+4
|/
* CTest: Disallow problem chars in build and site names (#11792)David Cole2011-11-181-0/+4
* We will actually compress memcheck output if the server supports it.Zach Mullen2011-05-261-2/+5
* Don't tar/gz ctest_upload() filesZach Mullen2011-03-151-0/+2
* Implement ctest_upload commandZach Mullen2011-03-151-2/+6
* Added CTest command --print-labelsZach Mullen2010-08-311-0/+3
* Better detection of stop_time being passed.Zach Mullen2010-03-191-0/+2
* Add the --stop-time argumentZach Mullen2010-03-171-0/+7
* Configurable path to CTest cost data fileZach Mullen2010-03-011-0/+2
* Enhanced CTest HTTP Request API to support PUT file uploads.Zach Mullen2009-12-301-2/+4
* Fix issue #10060 - add APPEND arg to ctest_start command.David Cole2009-12-291-4/+4
* Move cURL dependent code out of CMakeLib to fix complex tests.Zach Mullen2009-12-221-0/+13
* Query the CDash web API to automate CDash version detection.Zach Mullen2009-12-211-0/+2
* Added support for CTest awareness of the CDash version. This will help forwa...Zach Mullen2009-12-211-1/+4
* Added an option to conditionally attach files to a test submission only if th...Zach Mullen2009-12-161-0/+4
* Added a "-http1.0" option to ctest to make it submit using curl's http 1.0 op...Zach Mullen2009-12-111-1/+3
* 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