summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* ctest_memcheck: Fix sanitizers when MemoryCheckSanitizerOptions is emptyJamie Snape2017-01-231-3/+9
* Merge topic 'cdash_upload_retry'Brad King2017-01-204-45/+142
|\
| * ctest_submit: improve handling of QUIET optionZack Galbreath2017-01-203-9/+18
| * ctest_submit: Allow RETRY_COUNT for CDASH_UPLOADZack Galbreath2017-01-203-36/+124
* | Merge topic 'cmCTestBuildHandler-fix-warning'Brad King2017-01-171-1/+1
|\ \
| * | cmCTestBuildHandler: Fix warning in FragmentCompare signatureBrad King2017-01-161-1/+1
* | | Merge topic 'fixtureUnusedOrdering'Brad King2017-01-171-22/+60
|\ \ \ | |/ / |/| |
| * | CTest: Ensure setup/cleanup ordering even when fixture not requiredCraig Scott2017-01-161-22/+60
* | | Merge topic 'fix_repeat_until_fail_duplicated_output'Brad King2017-01-161-0/+2
|\ \ \ | |/ / |/| |
| * | CTest: Properly reset output to avoid duplication with --repeat-until-failSylvain Joubert2017-01-121-0/+2
* | | ctest_memcheck: Append sanitizers user options at the end to allow overridingSylvain Joubert2017-01-111-1/+1
|/ /
* | ctest_memcheck: do not add detect_leaks=1 to ASAN_OPTIONSJamie Snape2017-01-091-1/+0
* | ctest_memcheck: join *SAN_OPTIONS with :Jamie Snape2017-01-091-4/+4
* | MEMORYCHECK_SUPPRESSIONS_FILE: add support for sanitizersJamie Snape2017-01-091-1/+8
* | ctest_memcheck: add support for standalone LeakSanitizerJamie Snape2017-01-092-0/+18
|/
* clang-tidy: apply misc-redundant-expression fixesDaniel Pfeifer2016-12-121-3/+2
* clang-tidy: apply readability-static-definition-in-anonymous-namespace fixesDaniel Pfeifer2016-12-121-4/+4
* clang-tidy: apply modernize-use-bool-literals fixesDaniel Pfeifer2016-12-122-3/+3
* clang-tidy: apply readability-redundant-string-init fixesDaniel Pfeifer2016-12-125-13/+13
* cmCTestTestHandler: use multimapDaniel Pfeifer2016-12-031-27/+20
* Windows: Use UTF-8 for pipes in CMake, CTest and CPackDāvis Mosāns2016-11-291-1/+1
* 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