summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* cmCTestRunTest: get the default value from the environmentBen Boeckel2021-10-291-1/+17
* cmCTestRunTest: fix modifying non-existent envvarsBen Boeckel2021-10-261-6/+2
* Move helpers functions from cmStringAlgorithms.h to cmValue.hMarc Chevrier2021-09-212-1/+2
* Rename cmProp in cmValueMarc Chevrier2021-09-2114-64/+64
* Use new SetOption signaturesMarc Chevrier2021-09-153-15/+15
* cmCTestGenericHandler::SetOption accepts cmProp or std::stringMarc Chevrier2021-09-152-2/+34
* cmCTestGenericHandler::GetOption returns cmPropMarc Chevrier2021-09-137-35/+30
* ctest_memcheck: generate `DynamicAnalysis-Test.xml` as wellBen Boeckel2021-09-092-0/+16
* cmProp: refactoring: transform alias in classMarc Chevrier2021-08-082-6/+6
* Merge branch 'master' into ctest-test-changing-labelsKyle Edwards2021-07-289-159/+294
|\
| * Merge topic 'ctest-environment-modifications'Brad King2021-07-135-3/+151
| |\
| | * CTest: add an ENVIRONMENT_MODIFICATION propertyBen Boeckel2021-07-095-3/+151
| * | cmState: Construct with modeBrad King2021-07-121-1/+1
| |/
| * ctest: support <CTestMeasurement> for runtime measurementsZack Galbreath2021-07-018-156/+123
| * ctest: allow test output to add labelsZack Galbreath2021-06-173-0/+20
* | CTest: Reset multi-options to persistent multi-optionsKyle Edwards2021-07-281-4/+2
|/
* ctest: allow test output to override the 'details' fieldZack Galbreath2021-06-093-1/+27
* ctest: add support for attaching files to tests at run timeZack Galbreath2021-06-082-39/+69
* CTest: Exit coverage handling early if no binary dirJoseph Snyder2021-06-021-0/+7
* cmMessenger: Pass title inside a metadata structureMarius Messerschmidt2021-05-191-1/+3
* Source: Minor code improvementsVitaly Stakhovsky2021-05-111-3/+2
* cmCTestGenericHandler: Remove unused Command memberCraig Scott2021-05-082-5/+0
* ctest_build: Add the PARALLEL_LEVEL argumentfriendlyanon2021-05-042-1/+3
* cmGlobalGenerator: Add parallel parameter to GenerateCMakeBuildCommandfriendlyanon2021-05-011-2/+2
* ctest: Add support for writing test results in JUnit XML formatZack Galbreath2021-04-266-6/+153
* Update CMake code using KWSys to account for Status return valuesBrad King2021-04-142-2/+2
* ctest: Display test "WAITING" messages only in extra-verbose modeBrad King2021-04-061-5/+5
* ctest: Support multiple -L and -LE options to mean "AND"Adriaan de Groot2021-03-285-66/+135
* Source: Reduce c_str() usagevvs314152021-03-135-27/+24
* Merge topic 'ctest-dashboard-with-modified-files'Brad King2021-02-101-1/+1
|\
| * CTest: Restore running dashboard client Test step with modified filesBrad King2021-02-091-1/+1
* | clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-273-12/+12
* | clang-tidy: fix `readability-make-member-function-const` warningsBen Boeckel2021-01-279-11/+11
* | clang-tidy: fix `performance-no-automatic-move` warningsBen Boeckel2021-01-271-1/+1
* | CTest: Save sanitizer output files after test executionPawel Dac2021-01-131-3/+9
* | Merge topic 'ctest-progress-output-fixes'Brad King2021-01-071-3/+4
|\ \
| * | ctest: Don't treat skipped test as failed tests in progess reportSylvain Joubert2021-01-051-3/+4
* | | Code style: add missed explicit 'this->'Oleksandr Koval2021-01-0513-75/+75
|/ /
* | cmCTestBuildCommand: code improvementVitaly Stakhovsky2020-11-291-25/+18
* | Merge topic 'rename_cuda_memcheck'Brad King2020-11-182-16/+16
|\ \ | |/
| * CTest: Rename CudaMemcheck to CudaSanitizerTobias Ribizel2020-11-172-16/+16
* | Reduce the scope of temporary cmProp variables and other improvementsVitaly Stakhovsky2020-11-051-2/+1
* | include: refactor call sites of cmMakefile::ReadDependentFileAsit Dhal2020-10-211-1/+1
|/
* cmCTestBuildHandler: Avoid uninitialized line-numbersAdriaan de Groot2020-10-051-0/+2
* CTest: add compute-sanitizer alias for cuda-memcheckTobias Ribizel2020-10-011-1/+2
* ctest: improve Unicode support for launchersZack Galbreath2020-09-281-4/+2
* ctest: report make-level errors to CDash when using launchersZack Galbreath2020-09-283-9/+27
* ctest: split launcher XML writer into separate classZack Galbreath2020-09-284-367/+448
* Refactor: Use JSON helpers in CTest resource specKyle Edwards2020-09-092-91/+132
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-0351-202/+51