summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestScriptHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-1/+1
* Add CM_OVERRIDE to some functionsDaniel Pfeifer2016-06-271-2/+2
* Remove redundant c_str() calls.Daniel Pfeifer2016-05-261-1/+1
* cmCTestScriptHandler: don't call find repeatedly.Daniel Pfeifer2016-05-241-3/+4
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-411/+280
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-19/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-6/+6
* cmState: Initialize default definitions immediately.Stephen Kelly2015-10-131-0/+1
* Set the current dirs on the snapshot before creating the cmMakefile.Stephen Kelly2015-10-071-6/+3
* CTest: Port away from cmLocalGenerator.Stephen Kelly2015-10-051-12/+2
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-4/+6