summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* iwyu: Fix more findingsDaniel Pfeifer2016-11-2811-61/+70
* Merge topic 'improve_ctest_memcheck_output'Brad King2016-11-171-10/+22
|\
| * ctest: Improve output for `-T memcheck`Bill Hoffman2016-11-171-10/+22
* | CTest: Use UTF-8 encoding for output from GitDāvis Mosāns2016-11-151-6/+11
* | Add Encoding option for RunChild, RunMakeCommand and RunProcessDāvis Mosāns2016-11-144-9/+15
* | Windows: Encode child process output to internally-used encodingDāvis Mosāns2016-11-144-8/+57
* | cmCTestBuildHandler: Use size_t in ProcessBuffer length argumentBrad King2016-11-142-2/+2
|/
* Merge topic 'cdash_version_check'Brad King2016-11-113-21/+4
|\
| * Do not query CDash for versionZack Galbreath2016-11-083-21/+4
* | Merge topic 'ctest_memcheck_defect_count'Brad King2016-11-116-3/+50
|\ \
| * | ctest_memcheck: Add DEFECT_COUNT option to capture defect countBetsy McPhail2016-11-096-3/+50
* | | Merge topic 'import-librhash'Brad King2016-11-101-9/+6
|\ \ \ | |_|/ |/| |
| * | Port hash computation to cmCryptoHashBrad King2016-11-101-9/+6
| |/
* | Merge topic 'include-what-you-use'Brad King2016-11-081-0/+1
|\ \
| * | Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-0/+1
| |/
* | cmCTestSubmitHandler: Remove redundant c_str()Daniel Pfeifer2016-11-051-1/+1
|/
* Remove cmObject.h and cmTypeMacro.hDaniel Pfeifer2016-10-2425-25/+0
* Make cmCTestGenericHandler not inherit from cmObjectDaniel Pfeifer2016-10-2211-12/+12
* Make cmCommand not inherit from cmObjectDaniel Pfeifer2016-10-2216-35/+3
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-193-0/+3
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-194-4/+4
* cmState: Port dependent code to new cmStateSnapshot nameStephen Kelly2016-10-191-1/+1
* Merge topic 'timeout_after_match_testtime'Brad King2016-10-181-0/+1
|\
| * CTest: report time spent after matching outputZack Galbreath2016-10-171-0/+1
* | ctest_configure: Propagate CTEST_USE_LAUNCHERS from caller to projectBill Hoffman2016-10-171-0/+4
|/
* Do not define cout/cerr preprocessor symbolsBrad King2016-10-041-4/+0
* Simplify CMake per-source license noticesBrad King2016-09-2788-996/+176
* Merge topic 'test-fixtures'Brad King2016-09-225-2/+233
|\
| * CTest: Add support for test fixturesCraig Scott2016-09-205-2/+233
* | Merge topic 'ctest-capture-error'Brad King2016-09-215-6/+119
|\ \ | |/ |/|
| * CTest: Add CAPTURE_CMAKE_ERROR val to `ctest_*` commandsBill Hoffman2016-09-204-4/+118
| * ctest_coverage: If gcov is not found just warn, not errorBill Hoffman2016-09-201-2/+1
* | CTestSVN: Fix segfault when CTEST_UPDATE_VERSION_ONLY is enabledNils Gladitz2016-09-122-9/+10
|/
* surround macro arguments with parenthesesDaniel Pfeifer2016-09-051-2/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-2593-177/+642
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-232-0/+5
* CTest: don't use else after returnDaniel Pfeifer2016-08-1814-81/+66
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-1617-39/+42
* Use better KWSys SystemTools::GetEnv and HasEnv signaturesDāvis Mosāns2016-07-183-24/+26
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-293-5/+5
* use CM_NULLPTRDaniel Pfeifer2016-06-2833-146/+160
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-2742-139/+140
* Add CM_OVERRIDE to some functionsDaniel Pfeifer2016-06-2712-65/+65
* Prefer istringstream and ostringstream over stringstream.Daniel Pfeifer2016-06-141-1/+1
* Add missing braces around statements.Daniel Pfeifer2016-06-105-10/+20
* Prefer std::ostream& over derivatives as parametersDaniel Pfeifer2016-06-082-4/+4
* Remove c_str() calls from stream arguments.Daniel Pfeifer2016-06-066-19/+18
* Merge topic 'size-empty'Brad King2016-06-0311-25/+27
|\
| * Use the empty() method to check for emptyness.Daniel Pfeifer2016-06-0211-25/+27
* | Simplify boolean expressionsDaniel Pfeifer2016-06-026-43/+12
|/