summaryrefslogtreecommitdiff
path: root/Source/cmCTest.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-2/+1
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-3/+4
* presets: Improve JSON parser and error messagesMartin Duffy2023-03-291-4/+5
* Revise C++ coding style using clang-format-15Kitware Robot2023-01-181-8/+8
* Merge topic 'ctest-no-tests-action-env-var'Brad King2023-01-171-0/+20
|\
| * ctest(1): Add CTEST_NO_TESTS_ACTION env varfriendlyanon2023-01-131-0/+20
* | Merge topic 'ctest-error-newlines'Brad King2023-01-121-3/+4
|\ \
| * | ctest: Add missing newlines on several error messagesChristian Häggström2023-01-111-3/+4
| |/
* | CTest: Use std::string argumentsVitaly Stakhovsky2023-01-031-22/+21
|/
* CTest: Add support for outputJUnitFile in presetsKyle Edwards2022-10-181-5/+13
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-7/+7
* clang-tidy: fix `performance-unnecessary-copy-initialization` lintsBen Boeckel2022-05-241-2/+2
* clang-tidy: address `google-readability-casting` lintsBen Boeckel2022-05-241-7/+10
* clang-tidy: address `readability-container-data-pointer` lintsBen Boeckel2022-05-241-8/+8
* ctest: add option for output truncationFrank Winklmeier2022-03-081-0/+12
* Refactor: Rename cmCMakePresetsFile to cmCMakePresetsGraphKyle Edwards2022-01-061-17/+17
* Source: Replace most calls to sprintf with snprintfSean McBride2021-10-251-7/+8
* Source: Fix clang -Wimplicit-fallthrough warningsSean McBride2021-09-281-1/+1
* Rename cmProp in cmValueMarc Chevrier2021-09-211-7/+7
* ctest: add support for attaching files to tests at run timeZack Galbreath2021-06-081-8/+32
* CTest: Add env var CLICOLOR to disable color outputMartin Willers2021-05-061-0/+4
* ctest: Add support for writing test results in JUnit XML formatZack Galbreath2021-04-261-0/+11
* Update CMake code using KWSys to account for Status return valuesBrad King2021-04-141-3/+3
* ctest: Support multiple -L and -LE options to mean "AND"Adriaan de Groot2021-03-281-10/+19
* CMakePresets.json: Add the ability to conditionally disable presetsKyle Edwards2021-03-221-0/+7
* Source: Reduce c_str() usagevvs314152021-03-131-3/+3
* ctest: Add support for '--prefix=<prefix>' form of the argumentBrad King2021-02-231-2/+8
* presets: Remove unintended rerunFailed option from test presetsSam Freed2021-02-151-5/+0
* cmake-presets: Add build and test presetsSam Freed2021-02-011-1/+339
* Merge topic 'ctest-progress-output-fixes'Brad King2021-01-071-1/+1
|\
| * ctest: Make verbose mode override progress behaviorSylvain Joubert2021-01-051-1/+1
* | Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-2/+2
|/
* Ctest: Support build tree on command lineAsit Dhal2020-12-171-2/+33
* ctest: Provide hints about inspecting test failuresAsit Dhal2020-12-011-0/+11
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-5/+5
* CTest: exit nonzero after message(SEND_ERROR|FATAL_ERROR)Kevin Puetz2020-08-261-2/+1
* cmCTest: Members accept std::string parametersVitaly Stakhovsky2020-07-271-38/+33
* cmCTest: Explicitly specify '.tmp' extension on in-progress log filesBrad King2020-07-081-0/+1
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-3/+3
* Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>Marc Chevrier2020-04-301-2/+1
* ctest: add option --stop-on-failureJohnny Jazeix2020-04-201-0/+15
* clang-tidy: address bugprone-branch-clone lintsBen Boeckel2020-04-131-7/+5
* Merge topic 'cmprop-getglobalprop'Brad King2020-03-271-7/+6
|\
| * cmState::GetGlobalProperty: return cmPropVitaly Stakhovsky2020-03-251-7/+6
* | use _s to construct static string_views at several placesRolf Eike Beer2020-03-241-62/+67
* | use string_views to avoid memory allocationsRolf Eike Beer2020-03-241-3/+6
* | replace std::string::substr() with operations that do not allocate memoryRolf Eike Beer2020-03-231-2/+2
* | replace "std::string::find(x) == 0" with cmHasPrefix()Rolf Eike Beer2020-03-231-1/+1
* | allow cmCTest::CleanString() to skip input charactersRolf Eike Beer2020-03-231-3/+4