| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Merge branch 'master' into ctest-test-changing-labels | Kyle Edwards | 2021-07-28 | 9 | -159/+294 |
|\ |
|
| * | Merge topic 'ctest-environment-modifications' | Brad King | 2021-07-13 | 5 | -3/+151 |
| |\ |
|
| | * | CTest: add an ENVIRONMENT_MODIFICATION property | Ben Boeckel | 2021-07-09 | 5 | -3/+151 |
|
|
| * | | cmState: Construct with mode | Brad King | 2021-07-12 | 1 | -1/+1 |
| |/ |
|
| * | ctest: support <CTestMeasurement> for runtime measurements | Zack Galbreath | 2021-07-01 | 8 | -156/+123 |
|
|
| * | ctest: allow test output to add labels | Zack Galbreath | 2021-06-17 | 3 | -0/+20 |
|
|
* | | CTest: Reset multi-options to persistent multi-options | Kyle Edwards | 2021-07-28 | 1 | -4/+2 |
|/ |
|
* | ctest: allow test output to override the 'details' field | Zack Galbreath | 2021-06-09 | 3 | -1/+27 |
|
|
* | ctest: add support for attaching files to tests at run time | Zack Galbreath | 2021-06-08 | 2 | -39/+69 |
|
|
* | CTest: Exit coverage handling early if no binary dir | Joseph Snyder | 2021-06-02 | 1 | -0/+7 |
|
|
* | cmMessenger: Pass title inside a metadata structure | Marius Messerschmidt | 2021-05-19 | 1 | -1/+3 |
|
|
* | Source: Minor code improvements | Vitaly Stakhovsky | 2021-05-11 | 1 | -3/+2 |
|
|
* | cmCTestGenericHandler: Remove unused Command member | Craig Scott | 2021-05-08 | 2 | -5/+0 |
|
|
* | ctest_build: Add the PARALLEL_LEVEL argument | friendlyanon | 2021-05-04 | 2 | -1/+3 |
|
|
* | cmGlobalGenerator: Add parallel parameter to GenerateCMakeBuildCommand | friendlyanon | 2021-05-01 | 1 | -2/+2 |
|
|
* | ctest: Add support for writing test results in JUnit XML format | Zack Galbreath | 2021-04-26 | 6 | -6/+153 |
|
|
* | Update CMake code using KWSys to account for Status return values | Brad King | 2021-04-14 | 2 | -2/+2 |
|
|
* | ctest: Display test "WAITING" messages only in extra-verbose mode | Brad King | 2021-04-06 | 1 | -5/+5 |
|
|
* | ctest: Support multiple -L and -LE options to mean "AND" | Adriaan de Groot | 2021-03-28 | 5 | -66/+135 |
|
|
* | Source: Reduce c_str() usage | vvs31415 | 2021-03-13 | 5 | -27/+24 |
|
|
* | Merge topic 'ctest-dashboard-with-modified-files' | Brad King | 2021-02-10 | 1 | -1/+1 |
|\ |
|
| * | CTest: Restore running dashboard client Test step with modified files | Brad King | 2021-02-09 | 1 | -1/+1 |
|
|
* | | clang-tidy: fix `readability-qualified-auto` warnings | Ben Boeckel | 2021-01-27 | 3 | -12/+12 |
|
|
* | | clang-tidy: fix `readability-make-member-function-const` warnings | Ben Boeckel | 2021-01-27 | 9 | -11/+11 |
|
|
* | | clang-tidy: fix `performance-no-automatic-move` warnings | Ben Boeckel | 2021-01-27 | 1 | -1/+1 |
|
|
* | | CTest: Save sanitizer output files after test execution | Pawel Dac | 2021-01-13 | 1 | -3/+9 |
|
|
* | | Merge topic 'ctest-progress-output-fixes' | Brad King | 2021-01-07 | 1 | -3/+4 |
|\ \ |
|