summaryrefslogtreecommitdiff
path: root/Source/CTest/cmCTestScriptHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-6/+6
* cmState: Initialize default definitions immediately.Stephen Kelly2015-10-141-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-211-2/+2
| * cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-211-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
* Drop "full" documentation output typesBrad King2013-10-151-6/+0
* CTest: Extend -D command line arg handling for variable definitionsDavid Cole2012-06-241-0/+9
* CTest: Simplify environment save/restoreBrad King2012-04-241-5/+1
* Implement ctest_upload commandZach Mullen2011-03-151-0/+2
* Remove trailing whitespaceBrad King2011-03-111-20/+20
* Preserve environment variables across calls to cmCTestScriptHandler::RunConfi...David Cole2009-12-231-0/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Fix memory and process leak in ctest_run_script.Bill Hoffman2009-09-041-1/+1
* Change run_ctest_script in ctest to not stop processing when there is an erro...Bill Hoffman2009-09-041-2/+10
* Set current directory variables in CTest scriptsBrad King2009-07-311-0/+6
* BUG: Do not double-initialize local generatorsBrad King2009-07-281-1/+0
* STYLE: don't load CMakeDetermineSystem and CMakeSystemSpecific directly fromAlexander Neundorf2009-07-121-13/+5
* STYLE: move the code for writing the initial cache into its own separateAlexander Neundorf2009-07-111-12/+26
* STYLE: rename InitCache to InitialCache, since it contains the contents forAlexander Neundorf2009-07-111-4/+4
* ENH: add reminder commentBill Hoffman2009-06-251-0/+1
* BUG: make sure error condition is reset before loading scriptsBill Hoffman2009-03-041-5/+10
* BUG: fix for bug #8224 fix crashBill Hoffman2008-12-181-2/+36
* ENH: add more debug stuff to CTestCTest2 so I can figure out redwallBill Hoffman2008-11-231-0/+5
* ENH: load CMakeDetermineSystem and CMakeSystemSpecificInformation whenAlexander Neundorf2008-11-071-0/+20
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-2/+4