summaryrefslogtreecommitdiff
path: root/Source/cmCTest.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* | CTest: avoid repeated string comparesRolf Eike Beer2020-03-231-80/+63
|/
* Modernize memory managementMarc Chevrier2020-02-271-13/+8
* Add --no-tests=<[error|ignore]> option to CTestStefan Dinkelacker2020-01-311-0/+20
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-5/+5
* CTest: Consolidate '--repeat-* n' options as `--repeat *:n`Brad King2019-11-151-34/+24
* CTest: Rename internal APIs for --repeat optionsBrad King2019-11-071-15/+15
* Merge branch 'backport-ctest-resource-groups'Brad King2019-11-051-3/+3
|\
| * CTest: Rename hardware -> resources for CMake variables, command optionsCraig Scott2019-11-051-3/+3
* | ctest: Add --repeat-after-timeout optionBrad King2019-10-291-0/+22
* | ctest: Add --repeat-until-pass optionBrad King2019-10-291-4/+31
|/
* CTest: Allocate hardware to testsKyle Edwards2019-10-021-0/+9
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-8/+10
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-5/+5
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-2/+1
* Merge topic 'ctest-CLICOLOR_FORCE'Brad King2019-08-271-0/+5
|\
| * CTest: Add env var CLICOLOR_FORCE to force color outputMarin Baron2019-08-261-0/+5
* | Merge topic 'source_sweep_ostringstream_single'Brad King2019-08-261-3/+1
|\ \
| * | Source sweep: Replace std::ostringstream when used with a single appendSebastian Holtermann2019-08-231-3/+1
| |/
* | Merge topic 'source_sweep_cmExpandedList'Brad King2019-08-261-4/+2
|\ \
| * | Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-4/+2
| |/
* | Merge topic 'group_not_track'Brad King2019-08-261-21/+27
|\ \ | |/ |/|
| * ctest: rename TRACK to GROUPZack Galbreath2019-08-221-21/+27
* | Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-18/+11
|/
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-5/+4
* Merge topic 'cmExpandList'Kyle Edwards2019-08-161-3/+3
|\