summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* ctest: consistently format generator nameZack Galbreath2019-04-231-1/+1
* cmCTest: Remove dead codeRegina Pfeifer2019-03-201-83/+0
* cmCTest: Cleanup typedefsRegina Pfeifer2019-03-201-25/+11
* cmCTest: Use default member initializationRegina Pfeifer2019-03-201-93/+42
* cmCTest: Use concrete accessor functions for TestingHandlersRegina Pfeifer2019-03-201-111/+89
* cmCTest: Store TestingHandlers by valueRegina Pfeifer2019-03-181-44/+80
* cmCTest: Move all data members to private implementation structRegina Pfeifer2019-03-181-319/+442
* cmCTest: Remove friend declarationsRegina Pfeifer2019-03-181-0/+5
* cmCTest: De-inline all member functionsRegina Pfeifer2019-03-181-0/+151
* cmSystemTools: More functions accept `std::string` paramsVitaly Stakhovsky2019-02-201-1/+1
* Prefer front/back/data over dereferencing begin/rbegin iterArtur Ryt2019-02-061-7/+7
* cmSystemTools::Error(): new overload accepting std::stringVitaly Stakhovsky2019-01-231-1/+1
* Merge topic 'stdout-string'Brad King2019-01-221-2/+2
|\
| * cmSystemTools: Stdout(),Stderr() accept std::string argumentVitaly Stakhovsky2019-01-201-2/+2
* | Merge topic 'read-list-file'Brad King2019-01-211-9/+6
|\ \