summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* ctest_memcheck: ignore false-positives in CUDA's compute-sanitizerTobias Ribizel2022-10-071-4/+17
* Merge topic 'ctest_ninja_full_output'Brad King2022-09-271-10/+25
|\
| * ctest: only report make-level errors when no others are foundZack Galbreath2022-09-261-10/+25
* | Merge topic 'truncation_invalid'Brad King2022-09-091-1/+5
|\ \ | |/
| * ctest: print error for invalid CTEST_CUSTOM_TEST_OUTPUT_TRUNCATIONFrank Winklmeier2022-09-071-1/+5
* | cmCTestRunTest: Implement the ENVIRONMENT test property with EnvDiff tooAlex Reinking2022-08-151-8/+7
* | cmSystemTools: Add EnvDiff class to hold ENVIRONMENT_MODIFICATION logicAlex Reinking2022-08-151-121/+6
* | cmCTestRunTest: Simplify by using GetSystemPathlistSeparatorAlex Reinking2022-08-151-5/+1
* | cmCTestRunTest: Remove unnecessary CMAKE_BOOTSTRAP guardAlex Reinking2022-08-151-2/+0
* | cmCTestHandlerCommand: Capture list of parsed keywords via bindingBrad King2022-07-252-5/+9
* | cmArgumentParser: Drop unused keywordsMissingValue argument to Parse()Brad King2022-07-251-2/+1
* | 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
|\ \