summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestBuildAndTestHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmake: initialize with Role that controls which commands to registerDaniel Pfeifer2017-05-081-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* cmWorkingDirectory: use the new classBen Boeckel2017-03-061-10/+4
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-0/+2
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-161-2/+3
* use CM_NULLPTRDaniel Pfeifer2016-06-281-9/+9
* Remove c_str() calls from stream arguments.Daniel Pfeifer2016-06-061-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-256/+168
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-10/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-3/+3
* cmState: Compute and store directory components.Stephen Kelly2015-05-161-0/+2
* Add API for cache loading, deleting and saving to the cmake class.Stephen Kelly2015-04-071-2/+1
* Revert topic 'refactor-cache-api'Brad King2015-04-071-1/+2
* Add API for cache loading, deleting and saving to the cmake class.Stephen Kelly2015-04-061-2/+1
* cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for NinjaGregor Jasny2015-02-261-1/+1
* CTest: Use clear instead of erase-all.Stephen Kelly2015-02-171-2/+1
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-6/+6
* Replace !foo.size() pattern with foo.empty().Stephen Kelly2015-01-181-2/+2
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-2/+2
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-2/+2
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-2/+2
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-8/+8
* CTest: Use -A option to pass generator platform selectionBrad King2014-09-151-1/+1
* CTest: Add options to set generator platformBrad King2014-09-051-0/+13
* cmGlobalGenerator: Take Build output argument by referenceBrad King2014-07-311-1/+1
* cmSystemTools: Add callback for StderrBrad King2014-05-151-2/+4
* cmSystemTools: Rename ErrorCallback to MessageCallbackBrad King2014-05-151-2/+2
* cmCTestBuildAndTestHandler: Refactor output captureBrad King2014-05-151-19/+22
* cmCTestBuildAndTestHandler: Refactor local loop varBrad King2014-05-151-3/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-5/+5
* ctest: Teach --build-options to allow zero optionsBrad King2013-11-181-14/+5
* ctest: Make the --build-makeprogram optional for --build-and-testBrad King2013-11-181-4/+9
* Refactor internal resource location APIs and initializationBrad King2013-11-121-1/+1
* CTest: Add options to set generator toolsetBrad King2013-02-071-4/+20
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-13/+13
* Fix floating point comparison warnings. Thanks to Alex Neundorf for the patch.David Cole2009-10-131-2/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* STYLE: fix warningBill Hoffman2009-06-151-0/+1
* BUG: fix crash when running ctest coverage for VTKBill Hoffman2009-06-151-0/+12
* ENH: Minor readability improvement in CTest outputBrad King2008-12-181-3/+3
* ENH: Implement feature request from issue 7885. Allow setting environment var...David Cole2008-11-261-1/+1
* BUG: Make CTest honor user-specified configBrad King2008-09-041-2/+8
* BUG: make sure ctest sees the output of the cmake run in build and test cases...Bill Hoffman2008-06-181-0/+8
* ENH: fix build issue with config type not being specified by ctestBill Hoffman2007-09-171-1/+0
* ENH: for build and test default the config type to the one that ctest was bui...Bill Hoffman2007-09-111-2/+24
* BUG: better passing of global TIMEOUT to internal ctest invocaitonsKen Martin2007-06-061-11/+11
* ENH: fix passing of time limit to some ctest invocations that also use build-...Ken Martin2007-06-041-2/+2
* ENH: support for --build-config-sample feature #1022Ken Martin2007-03-191-88/+43
* BUG: fixes so that --build-and-test will honor timeoutsKen Martin2007-01-301-3/+39