| Commit message (Expand) | Author | Age | Files | Lines |
* | cmCTestHandlerCommand: Capture list of parsed keywords via binding | Brad King | 2022-07-25 | 2 | -5/+9 |
|
|
* | cmArgumentParser: Drop unused keywordsMissingValue argument to Parse() | Brad King | 2022-07-25 | 1 | -2/+1 |
|
|
* | cmArgumentParser: Model maybe-empty and non-empty lists with wrapper types | Brad King | 2022-07-07 | 3 | -5/+8 |
|
|
* | cmCTest*Command:: Use cm::optional for keyword argument presence | Brad King | 2022-07-05 | 8 | -67/+45 |
|
|
* | cmArgumentParser: Avoid allocating copies of keyword strings | Brad King | 2022-07-05 | 8 | -13/+23 |
|
|
* | cmSystemTools: Fix 'ErrorOccurred' spelling | FeRD (Frank Dana) | 2022-06-13 | 6 | -16/+16 |
|
|
* | clang-tidy: fix `readability-static-definition-in-anonymous-namespace` lints | Ben Boeckel | 2022-05-24 | 1 | -2/+2 |
|
|
* | clang-tidy: address `google-readability-casting` lints | Ben Boeckel | 2022-05-24 | 7 | -9/+13 |
|
|
* | clang-tidy: address `readability-container-data-pointer` lints | Ben Boeckel | 2022-05-24 | 8 | -31/+31 |
|
|
* | clang-tidy: address `modernize-use-default-member-init` lints | Ben Boeckel | 2022-05-24 | 4 | -12/+6 |
|
|
* | cmCTestSubmitHandler: avoid double fetching envvars | Ben Boeckel | 2022-05-21 | 1 | -4/+4 |
|
|
* | style: use `cmStrCat` in some more locations | Ben Boeckel | 2022-05-19 | 1 | -2/+1 |
|
|
* | cmJSONHelpers: Restructure cmJSONHelpers | Martin Duffy | 2022-05-05 | 1 | -29/+24 |
|
|
* | Source: Fix clang -Wunused-but-set-variable warnings | Brad King | 2022-04-06 | 3 | -13/+2 |
|
|
* | Merge topic 'ctest-WORKING_DIRECTORY' | Brad King | 2022-03-10 | 1 | -0/+8 |
|\ |
|
| * | ctest: print WORKING_DIRECTORY property with -V | Kevin Puetz | 2022-03-09 | 1 | -0/+8 |
|
|
* | | ctest: add option for output truncation | Frank Winklmeier | 2022-03-08 | 5 | -17/+73 |
|
|
* | | cmCTestTestHandler: refactor CleanTestOutput method | Frank Winklmeier | 2022-03-08 | 1 | -16/+23 |
|/ |
|
* | cmGlobalVisualStudio10Generator: Auto restore NuGet packages. | Carsten Rudolph | 2022-01-22 | 1 | -1/+2 |
|
|
* | cmBuildOptions: Split build arguments into separate object. | Carsten Rudolph | 2022-01-22 | 1 | -1/+4 |
|
|
* | Merge topic 'ctest-add_subdirectory' | Brad King | 2021-12-09 | 1 | -55/+38 |
|\ |
|
| * | CTest: Extract common implementation of add_subdirectory and subdirs | friendlyanon | 2021-12-08 | 1 | -55/+38 |
|
|
* | | cmListFileBacktrace: Remove unused "bottom" entry | Brad King | 2021-12-08 | 1 | -1/+1 |
|/ |
|
* | Source: Cleanup and simplify some code | Rose | 2021-11-04 | 6 | -31/+14 |
|
|
* | Source: Replace C headers with C++ ones | Rose | 2021-11-02 | 9 | -15/+12 |
|
|
* | Merge topic 'envmod-test-modifying-existing' | Brad King | 2021-11-01 | 1 | -1/+17 |
|\ |
|
| * | cmCTestRunTest: get the default value from the environment | Ben Boeckel | 2021-10-29 | 1 | -1/+17 |
|
|
* | | Merge topic 'warnings-cleanup' | Brad King | 2021-10-27 | 3 | -6/+4 |
|\ \ |
|
| * | | Source: fix more -Wmissing-prototypes warnings | Sean McBride | 2021-10-25 | 1 | -3/+3 |
|
|
| * | | Source: fix many -Wmissing-prototypes warnings by marking functions static | Sean McBride | 2021-10-25 | 1 | -1/+1 |
|
|
| * | | Source: fix some -Wunused-macros warnings | Sean McBride | 2021-10-25 | 1 | -2/+0 |
|
|
* | | | Merge topic 'purge-sprintf' | Brad King | 2021-10-27 | 7 | -16/+22 |
|\ \ \ |
|
| * | | | Replace the only non-standard _snprintf with snprintf | Sean McBride | 2021-10-25 | 1 | -1/+1 |
|
|
| * | | | Source: Replace most calls to sprintf with snprintf | Sean McBride | 2021-10-25 | 6 | -15/+21 |
| |/ / |
|
* | | | Merge topic 'simplify-boolean-expressions' | Brad King | 2021-10-27 | 1 | -3/+2 |
|\ \ \ |
|
| * | | | Source: Simplify some boolean expressions | Rose | 2021-10-23 | 1 | -3/+2 |
| |/ / |
|
* | | | Merge topic 'envmod-support-mod-to-new-variables' | Brad King | 2021-10-27 | 1 | -6/+2 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | cmCTestRunTest: fix modifying non-existent envvars | Ben Boeckel | 2021-10-26 | 1 | -6/+2 |
|
|
* | | Merge topic 'lcc-compiler' | Brad King | 2021-10-19 | 1 | -0/+5 |
|\ \ |
|
| * | | LCC: Add dedicated support for MCST LCC compiler | makise-homura | 2021-10-15 | 1 | -0/+5 |
| |/ |
|
* | | Merge topic 'ctest_submit-inactivity-timeout' | Brad King | 2021-10-18 | 3 | -3/+34 |
|\ \ |
|
| * | | CTest: Add CTEST_SUBMIT_INACTIVITY_TIMEOUT variable | Nikhil Reddy Ramolla | 2021-10-14 | 3 | -3/+34 |
| |/ |
|
* | | Source: Fix Clang -Wdeprecated warnings | Sean McBride | 2021-10-15 | 1 | -0/+2 |
|/ |
|
* | Move helpers functions from cmStringAlgorithms.h to cmValue.h | Marc Chevrier | 2021-09-21 | 2 | -1/+2 |
|
|
* | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 14 | -64/+64 |
|
|
* | Use new SetOption signatures | Marc Chevrier | 2021-09-15 | 3 | -15/+15 |
|
|
* | cmCTestGenericHandler::SetOption accepts cmProp or std::string | Marc Chevrier | 2021-09-15 | 2 | -2/+34 |
|
|
* | cmCTestGenericHandler::GetOption returns cmProp | Marc Chevrier | 2021-09-13 | 7 | -35/+30 |
|
|
* | ctest_memcheck: generate `DynamicAnalysis-Test.xml` as well | Ben Boeckel | 2021-09-09 | 2 | -0/+16 |
|
|
* | cmProp: refactoring: transform alias in class | Marc Chevrier | 2021-08-08 | 2 | -6/+6 |
|
|