summaryrefslogtreecommitdiff
path: root/Source/CTest/cmCTestScriptHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-20/+13
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-3/+3
* Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-1/+1
* clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-051-3/+4
* cmMakefile: Add OnExecuteCommand callbackRegina Pfeifer2019-07-311-31/+2
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-9/+9
* cmMakefile: Simplify and rename AddDefinitionBoolSebastian Holtermann2019-07-241-1/+1
* cmMakefile: Modernize AddFunctionBlocker method to accept a std::unique_ptrSebastian Holtermann2019-07-171-10/+14
* modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-141-16/+26
* cmSystemTools::Error(): remove const char* overloadVitaly Stakhovsky2019-05-221-1/+2
* cmSystemTools::Error: consolidate parameters into single std::stringVitaly Stakhovsky2019-02-201-9/+8
* cmake: Progress functions use `std::string` paramVitaly Stakhovsky2019-02-111-5/+6
* Merge topic 'runsinglecommand'Brad King2019-02-081-6/+5
|\
| * cmSystemTools::RunSingleCommand: Accept std::string argumentVitaly Stakhovsky2019-02-061-6/+5
* | Prefer front/back/data over dereferencing begin/rbegin iterArtur Ryt2019-02-061-1/+1
|/
* Merge topic 'functional-callbacks'Brad King2019-01-301-10/+5
|\
| * Use `std::function` for callbacksRegina Pfeifer2019-01-291-10/+5
* | Merge topic 'tidy-use-equals-default'Brad King2019-01-291-2/+0
|\ \ | |/ |/|
| * cleanup: Prefer compiler provided special member functionsRegina Pfeifer2019-01-251-2/+0
| * clang-tidy: Use `= default`Regina Pfeifer2019-01-251-2/+2
* | cmMakefile: Impose maximum recursion limitKyle Edwards2019-01-231-2/+10
|/
* Merge topic 'read-list-file'Brad King2019-01-211-2/+2
|\
| * cmMakefile::ReadListFile() accepts std::string argumentVitaly Stakhovsky2019-01-171-2/+2
* | clang-tidy: Use emplaceRegina Pfeifer2019-01-171-2/+2
|/
* Properties: Add CMAKE_ROLE global propertyKyle Edwards2019-01-171-1/+1
* clang-tidy: Fix readability-static-accessed-through-instanceRegina Pfeifer2018-11-221-2/+2
* Fix misc. typosluz.paz2018-10-031-1/+1
* cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-2/+2
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-15/+18
* Fix misc typos in documentation and commentsluz.paz2018-03-071-1/+1
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-10/+10
* Merge topic 'ctest_start_function_scope'Brad King2018-01-291-2/+9
|\
| * cmCTestScriptHandler: Add new field ShouldRunCurrentScriptKyle Edwards2018-01-261-2/+9
* | Make use of std::chrono throughout every componentWouter Klouwen2018-01-231-6/+10
* | CTest: add safe conversion from cmDuration to integer typesWouter Klouwen2018-01-231-7/+6
* | CTest: introduce cmDurationWouter Klouwen2018-01-231-7/+6
|/
* CTest: Use integer-representable value for "infinite" timeoutBrad King2017-12-111-9/+2
* CTest: convert timeouts to std::chrono::durationWouter Klouwen2017-12-041-4/+11
* IWYU: Add mappings for std::enable_if on chrono durationsBrad King2017-11-281-1/+0
* CTest: use std::chrono::steady_clock for time keepingWouter Klouwen2017-11-141-17/+25
* Fix trivial typos in textluzpaz2017-11-031-2/+2
* Merge topic 'string-clear'Brad King2017-09-191-16/+16
|\
| * Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-16/+16
* | Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-2/+2
|/
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-13/+10
* Use C++11 nullptrDaniel Pfeifer2017-08-241-8/+8
* Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variableBetsy McPhail2017-07-101-1/+1
* CTest: use new methods for builtin commandsDaniel Pfeifer2017-05-111-21/+20
* cmState: remove RemoveUnscriptableCommandsDaniel Pfeifer2017-05-081-4/+0
* cmake: initialize with Role that controls which commands to registerDaniel Pfeifer2017-05-081-1/+1