summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* Source: Fix clang -Wunused-but-set-variable warningsBrad King2022-04-063-13/+2
* Merge topic 'ctest-WORKING_DIRECTORY'Brad King2022-03-101-0/+8
|\
| * ctest: print WORKING_DIRECTORY property with -VKevin Puetz2022-03-091-0/+8
* | ctest: add option for output truncationFrank Winklmeier2022-03-085-17/+73
* | cmCTestTestHandler: refactor CleanTestOutput methodFrank Winklmeier2022-03-081-16/+23
|/
* cmGlobalVisualStudio10Generator: Auto restore NuGet packages.Carsten Rudolph2022-01-221-1/+2
* cmBuildOptions: Split build arguments into separate object.Carsten Rudolph2022-01-221-1/+4
* Merge topic 'ctest-add_subdirectory'Brad King2021-12-091-55/+38
|\
| * CTest: Extract common implementation of add_subdirectory and subdirsfriendlyanon2021-12-081-55/+38
* | cmListFileBacktrace: Remove unused "bottom" entryBrad King2021-12-081-1/+1
|/
* Source: Cleanup and simplify some codeRose2021-11-046-31/+14
* Source: Replace C headers with C++ onesRose2021-11-029-15/+12
* Merge topic 'envmod-test-modifying-existing'Brad King2021-11-011-1/+17
|\
| * cmCTestRunTest: get the default value from the environmentBen Boeckel2021-10-291-1/+17
* | Merge topic 'warnings-cleanup'Brad King2021-10-273-6/+4
|\ \
| * | Source: fix more -Wmissing-prototypes warningsSean McBride2021-10-251-3/+3
| * | Source: fix many -Wmissing-prototypes warnings by marking functions staticSean McBride2021-10-251-1/+1
| * | Source: fix some -Wunused-macros warningsSean McBride2021-10-251-2/+0
* | | Merge topic 'purge-sprintf'Brad King2021-10-277-16/+22
|\ \ \
| * | | Replace the only non-standard _snprintf with snprintfSean McBride2021-10-251-1/+1
| * | | Source: Replace most calls to sprintf with snprintfSean McBride2021-10-256-15/+21
| |/ /
* | | Merge topic 'simplify-boolean-expressions'Brad King2021-10-271-3/+2
|\ \ \
| * | | Source: Simplify some boolean expressionsRose2021-10-231-3/+2
| |/ /
* | | Merge topic 'envmod-support-mod-to-new-variables'Brad King2021-10-271-6/+2
|\ \ \ | |/ / |/| / | |/
| * cmCTestRunTest: fix modifying non-existent envvarsBen Boeckel2021-10-261-6/+2
* | Merge topic 'lcc-compiler'Brad King2021-10-191-0/+5
|\ \
| * | LCC: Add dedicated support for MCST LCC compilermakise-homura2021-10-151-0/+5
| |/
* | Merge topic 'ctest_submit-inactivity-timeout'Brad King2021-10-183-3/+34
|\ \
| * | CTest: Add CTEST_SUBMIT_INACTIVITY_TIMEOUT variableNikhil Reddy Ramolla2021-10-143-3/+34
| |/
* | Source: Fix Clang -Wdeprecated warningsSean McBride2021-10-151-0/+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