summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-3/+3
* | Merge topic 'cmStringAlgorithms_ulong'Kyle Edwards2019-08-161-5/+5
|\ \ | |/ |/|
| * cmStringAlgorithms: Add cmStrToLong and cmStrToULongSebastian Holtermann2019-08-101-5/+5
* | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-1/+1
|/
* Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}WithSebastian Holtermann2019-08-011-2/+2
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-0/+1
* Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-1/+2
* Merge topic 'cleanup-statics-stream-flush'Craig Scott2019-07-131-14/+10
|\
| * Refactor: Optimize some stream output operationsAlex Turbov2019-07-091-14/+10
* | IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
|/
* cmSystemTools: std::string parameters for tar functionsVitaly Stakhovsky2019-05-291-2/+2
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-5/+4