summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestScriptHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmCTestScriptHandler: Simplify deletes.Stephen Kelly2015-08-281-26/+9
* cmGlobalGenerator: Remove MakeLocalGenerator method.Stephen Kelly2015-08-281-1/+1
* cmGlobalGenerator: Require a snapshot to create a local generator.Stephen Kelly2015-08-281-1/+2
* ctest: Disable CMake Cygwin legacy warning in dashboard client scriptBrad King2015-06-081-0/+4
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-2/+1
* Merge topic 'refactor-cmLocalGenerator'Brad King2015-05-191-0/+2
|\
| * cmState: Compute and store directory components.Stephen Kelly2015-05-161-0/+2
* | cmGlobalGenerator: Add NVI wrapper to create local generator.Stephen Kelly2015-05-161-1/+1
|/
* Merge topic 'clean-up-cmMakefile'Brad King2015-04-211-3/+3
|\
| * cmMakefile: Rename SetStart* directory API to SetCurrent*.Stephen Kelly2015-04-201-2/+2
| * cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-201-1/+1
* | cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-201-4/+8
|/
* cmMakefile: Remove always-null first parameter to ReadListFile.Stephen Kelly2015-04-181-2/+2
* Port cmCommand consumers to cmState.Stephen Kelly2015-04-151-2/+2
* CTest: Drop "Error in read script" message at end of testingZack Galbreath2015-02-271-5/+1
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* ctest: count errors from scripts properlyBen Boeckel2014-12-101-1/+1
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-15/+15
* CTest: Implement message(STATUS) output for 'ctest -S' scriptsBrad King2014-07-021-0/+11
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-10/+10
* Remove some c_str() calls.Stephen Kelly2014-03-111-5/+5
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* Refactor internal resource location APIs and initializationBrad King2013-11-121-4/+4
* CTest: more aggressive implementation of ctest_empty_binary_directory()Nils Gladitz2013-11-021-3/+60