summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestHandlerCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-4/+3
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* cmWorkingDirectory: use the new classBen Boeckel2017-03-061-3/+2
* cmCommand: Don't prefix error message with command nameDaniel Pfeifer2017-02-131-2/+2
* ctest_memcheck: Add DEFECT_COUNT option to capture defect countBetsy McPhail2016-11-091-0/+5
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CTest: Add CAPTURE_CMAKE_ERROR val to `ctest_*` commandsBill Hoffman2016-09-201-4/+108
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-0/+8
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-161-1/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-95/+74
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-2/+0
* CTest: Optionally add a ChangeId attribute on XML Site tagsZack Galbreath2015-07-171-0/+6
* ctest_submit: Add QUIET optionZack Galbreath2015-02-231-4/+12
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-3/+3
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-2/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-1/+1
* CTest: Simplify ctest_* command source/build dir lookupBrad King2013-04-121-13/+14
* Merge topic 'ctest-SUBMIT_INDEX-cdash'Brad King2012-11-061-1/+1
|\
| * CTest: Allow SUBMIT_INDEX with CDashBrad King2012-11-011-1/+1
* | Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
|/
* Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of runni...David Cole2009-12-041-0/+11
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Fix for bug#9442, ctest crash if CTEST_SOURCE_DIRECTORY was not set.Bill Hoffman2009-09-111-1/+1
* ENH: Teach ctest_* to create appending XML filesBrad King2009-01-121-0/+11
* ENH: Refactor CTest command argument handlingBrad King2009-01-121-48/+51
* STYLE: Fix line length violation.David Cole2008-12-261-2/+1
* BUG: fix for bug #8224 fix crashBill Hoffman2008-12-191-6/+14
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-2/+2
* BUG: Fix error message when handler cannot be created.Brad King2006-07-271-1/+3
* BUG: Try to fix the problem of bad test namesAndy Cedilnik2006-07-111-4/+8
* STYLE: fix line lengthKen Martin2006-05-101-2/+2
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war...Bill Hoffman2006-03-301-1/+1
* ENH: Several cleanups and make sure things get propagated where they should. ...Andy Cedilnik2006-03-291-1/+21
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+1
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-20/+21
* STYLE: Fix some style issuesAndy Cedilnik2006-03-091-11/+21
* BUG: Fix for STLAndy Cedilnik2006-02-281-1/+1
* ENH: Several improvements with the way things are handled. Also, support mult...Andy Cedilnik2005-06-231-0/+133