summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestScriptHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-211-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-151-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
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* iwyu: Fix more findingsDaniel Pfeifer2016-11-281-10/+10
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-0/+1
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* cmState: Port dependent code to new cmStateSnapshot nameStephen Kelly2016-10-191-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-25/+26
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-161-5/+6
* use CM_NULLPTRDaniel Pfeifer2016-06-281-8/+8