summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | cmMakefile::ReadListFile() accepts std::string argumentVitaly Stakhovsky2019-01-171-9/+6
| |/
* | Merge topic 'use-emplace'Brad King2019-01-211-3/+3
|\ \
| * | clang-tidy: Use emplaceRegina Pfeifer2019-01-171-3/+3
| |/
* | Merge topic 'ctest-json-polish'Brad King2019-01-211-0/+3
|\ \
| * | CTest: Teach --show-only= to reject unknown valuesBrad King2019-01-171-0/+3
* | | Merge topic 'submit-url'Brad King2019-01-211-0/+26
|\ \ \ | |_|/ |/| |
| * | CTest: Add option SubmitURLRegina Pfeifer2019-01-161-2/+2
| * | CTest: Add function GetSubmitURLRegina Pfeifer2019-01-161-0/+26
| |/
* | Properties: Add CMAKE_ROLE global propertyKyle Edwards2019-01-171-1/+1
|/
* Fix most clang -Wextra-semi-stmt warnings in C++ filesSean McBride2019-01-151-3/+5
* CTest: Add --show-only[=format] option to print test infoJustin Goshi2019-01-101-0/+26
* CTest: Remove special case for Dart version <= 1Regina Pfeifer2018-11-281-16/+0