summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestLaunch.cxx
Commit message (Expand)AuthorAgeFilesLines
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-251-4/+4
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-12/+8
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-2/+0
* Use C++11 nullptrDaniel Pfeifer2017-08-241-6/+6
* CTest: Report lines matched by launchersBill Hoffman2017-08-071-1/+5
* cmake: initialize with Role that controls which commands to registerDaniel Pfeifer2017-05-081-1/+1
* clang-tidy: remove else after break and continueDaniel Pfeifer2017-04-211-1/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-4/+4
* iwyu: Fix more findingsDaniel Pfeifer2016-11-281-9/+9
* Windows: Encode child process output to internally-used encodingDāvis Mosāns2016-11-141-4/+19
* Port hash computation to cmCryptoHashBrad King2016-11-101-9/+6
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-4/+9
* CTest: don't use else after returnDaniel Pfeifer2016-08-181-5/+4
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-2/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-6/+6
* Simplify boolean expressionsDaniel Pfeifer2016-06-021-6/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-261/+170
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-24/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-2/+2
* cmState: Initialize default definitions immediately.Stephen Kelly2015-10-131-0/+1
* CTest: Remove needless cmLocalGenerator creation.Stephen Kelly2015-10-051-3/+0
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-2/+2
* 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
* Merge topic 'ctest-xml-refactor'Brad King2015-05-281-69/+54
|\
| * cmCTestLaunch: Port to cmXMLWriterDaniel Pfeifer2015-05-261-69/+54
* | 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
|/
* cmMakefile: Remove always-null first parameter to ReadListFile.Stephen Kelly2015-04-181-1/+1
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* ctest --launch: write to cout and cerr in binaryBen Boeckel2014-12-051-0/+13
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-4/+4
* Remove some c_str() calls.Stephen Kelly2014-03-111-2/+2
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* CTest: exclude /showIncludes notes when scraping logsNils Gladitz2014-02-251-2/+17
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-7/+8
* CTest: filter /showIncludes output from ninja compile launcherNils Gladitz2013-12-031-1/+18
* CTest: Teach launcher to ignore empty/no-op make commandsChuck Atkins2011-01-101-0/+7
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Report file names relative to source dirBrad King2009-02-121-1/+38
* COMP: Do not use modern empty init list syntaxBrad King2009-02-111-2/+2
* ENH: Create internal 'ctest --launch' toolBrad King2009-02-111-0/+680