summaryrefslogtreecommitdiff
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* cmCTestRunTest: Consolidate test timeout selection logicBrad King2023-05-045-59/+71
* cmCTestRunTest: Adopt decision for starting cmProcess timerBrad King2023-05-043-9/+11
* cmCTestRunTest: Remove unnecessary arguments to ForkProcessBrad King2023-05-042-19/+10
* ctest: Fix TIMEOUT test property with value 0 with --timeout flagBrad King2023-05-041-1/+1
* cmCTestTestHandler: Use in-class initialization of properties and resultsBrad King2023-05-043-33/+17
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-293-6/+6
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-246-22/+26
* presets: Improve JSON parser and error messagesMartin Duffy2023-03-293-125/+88
* Source: use C++11 nullptrscivision2023-02-141-1/+1
* CTest: Remove usages of CMAKE_INTDIRKyle Edwards2023-02-072-14/+0
* CTest: add test failure reason to JUnit XML outputFrank Winklmeier2023-02-021-1/+1
* ctest: Drop unnecessary use of deprecated CURLOPT_PUTBrad King2023-01-272-4/+0
* CYGWIN: Drop pre-2.8.4 compatibility mode CMAKE_LEGACY_CYGWIN_WIN32Brad King2023-01-191-4/+0
* Revise C++ coding style using clang-format-15Kitware Robot2023-01-181-8/+8
* cmValue: Use operator* explicitly to convert to std::string; avoid extra callVitaly Stakhovsky2023-01-153-12/+13
* Merge topic 'ctest-error-newlines'Brad King2023-01-124-8/+8
|\
| * ctest: Add missing newlines on several error messagesChristian Häggström2023-01-114-8/+8
* | CTest: Use std::string argumentsVitaly Stakhovsky2023-01-032-18/+6
|/
* Make vector operations more efficientRose2022-12-101-0/+1
* ctest_config: pass -S, -B args for log clarityMichael Hirsch2022-11-041-1/+6
* 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
|\