summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestScriptHandler.h
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* Revise C++ coding style using clang-format with "east const"Kitware Robot2025-01-231-7/+7
* cmCTest*Command: Port away from cmCommandDaniel Pfeifer2024-11-051-5/+0
* cmCTestScriptHandler: Don't inherit from cmCTestGenericHandlerDaniel Pfeifer2024-10-291-10/+5
* Merge branch 'backport-ci-fedora-41' into ci-fedora-41Brad King2024-10-261-1/+1
|\
| * codespell: Fix typosBrad King2024-10-251-1/+1
* | Merge topic 'ctest-timing'Brad King2024-10-251-13/+0
|\ \
| * | cmCTest: Move timing functions from cmCTestScriptHandler to cmCTestDaniel Pfeifer2024-10-231-13/+0
* | | cmCTestGenericHandler: Add cmCTest* argument to Initialize functionDaniel Pfeifer2024-10-231-1/+1
|/ /
* | Merge topic 'ctest-core'Brad King2024-10-141-0/+1
|\ \
| * | CTest: Base command line mode on top of scripting commandsDaniel Pfeifer2024-10-121-0/+1
| |/
* | cmCTestEmptyBinaryDirectoryCommand: turn into a free functionDaniel Pfeifer2024-10-111-11/+0
* | cmCTestSleepCommand: implement as free functionDaniel Pfeifer2024-10-111-1/+0
* | CTest: Remove declarative scripting modeDaniel Pfeifer2024-10-091-80/+0
|/
* ctest_empty_binary_directory: Report more detail in failure messageBrad King2023-11-091-2/+5
* Source: Reduce c_str() usagevvs314152021-03-131-5/+7
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Modernize memory managementMarc Chevrier2020-03-081-11/+15
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+3
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-1/+1
* modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-141-1/+3
* cmMakefile: Impose maximum recursion limitKyle Edwards2019-01-231-2/+3
* Merge topic 'ctest_start_function_scope'Brad King2018-01-291-0/+4
|\
| * cmCTestScriptHandler: Add new field ShouldRunCurrentScriptKyle Edwards2018-01-261-0/+4
* | CTest: introduce cmDurationWouter Klouwen2018-01-231-1/+2
|/
* CTest: convert timeouts to std::chrono::durationWouter Klouwen2017-12-041-2/+2
* CTest: use std::chrono::steady_clock for time keepingWouter Klouwen2017-11-141-1/+3
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-3/+3
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* CTest: use new methods for builtin commandsDaniel Pfeifer2017-05-111-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Remove cmObject.h and cmTypeMacro.hDaniel Pfeifer2016-10-241-1/+0
* Make cmCTestGenericHandler not inherit from cmObjectDaniel Pfeifer2016-10-221-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-3/+8
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-3/+3
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-8/+8
* Source: Stabilize include orderBrad King2016-04-291-1/+1
* CTest: Port away from cmLocalGenerator.Stephen Kelly2015-10-051-2/+0
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-14/+14
* CTest: more aggressive implementation of ctest_empty_binary_directory()Nils Gladitz2013-11-021-0/+3
* Drop "full" documentation output typesBrad King2013-10-151-1/+0
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Change run_ctest_script in ctest to not stop processing when there is an erro...Bill Hoffman2009-09-041-1/+2
* STYLE: move the code for writing the initial cache into its own separateAlexander Neundorf2009-07-111-0/+5
* STYLE: rename InitCache to InitialCache, since it contains the contents forAlexander Neundorf2009-07-111-1/+1
* ENH: add subproject tag property for ctestBill Hoffman2009-01-091-1/+1
* STYLE: create command documentation for ctestAlexander Neundorf2007-06-081-0/+3
* ENH: added total time limit for a CTest run bug 1207Ken Martin2006-10-191-0/+7