summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* cmArgumentParser: Model maybe-empty and non-empty lists with wrapper typesBrad King2022-07-073-5/+8
* cmCTest*Command:: Use cm::optional for keyword argument presenceBrad King2022-07-058-67/+45
* cmArgumentParser: Avoid allocating copies of keyword stringsBrad King2022-07-058-13/+23
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-136-16/+16
* clang-tidy: fix `readability-static-definition-in-anonymous-namespace` lintsBen Boeckel2022-05-241-2/+2
* clang-tidy: address `google-readability-casting` lintsBen Boeckel2022-05-247-9/+13
* clang-tidy: address `readability-container-data-pointer` lintsBen Boeckel2022-05-248-31/+31
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-244-12/+6
* cmCTestSubmitHandler: avoid double fetching envvarsBen Boeckel2022-05-211-4/+4
* style: use `cmStrCat` in some more locationsBen Boeckel2022-05-191-2/+1
* cmJSONHelpers: Restructure cmJSONHelpersMartin Duffy2022-05-051-29/+24
* 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
| |\