summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestLaunch.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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