CMake/Source/CTest
Ben Boeckel 29b0c8c360 ctest --launch: write to cout and cerr in binary
Because ctest reads in binary but writes in text mode, Windows' newline
transformation can be applied multiple times causing '\n' in the source
application to be written out as '\r\r\n' instead.
2014-12-05 12:47:18 -05:00
..
cmCTestBZR.cxx stringapi: Miscellaneous char* parameters 2014-03-08 13:05:37 -05:00
cmCTestBZR.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCTestBatchTestHandler.cxx Fix a few more places to use cmsys::[io]fstream instead of std::fstream. 2014-10-04 14:20:04 -06:00
cmCTestBatchTestHandler.h Fix a few more places to use cmsys::[io]fstream instead of std::fstream. 2014-10-04 14:20:04 -06:00
cmCTestBuildAndTestHandler.cxx strings: Remove redundant calls to std::string::c_str() 2014-10-15 14:54:05 +02:00
cmCTestBuildAndTestHandler.h CTest: Add options to set generator platform 2014-09-05 15:18:21 -04:00
cmCTestBuildCommand.cxx Merge topic 'ctest-bad-generator' 2014-05-08 11:27:59 -04:00
cmCTestBuildCommand.h stringapi: Command names 2014-03-08 13:05:39 -05:00
cmCTestBuildHandler.cxx Remove some unneeded c_str calls. 2014-11-23 11:09:54 +01:00
cmCTestBuildHandler.h strings: Remove cmStdString references 2014-03-08 13:05:35 -05:00
cmCTestCVS.cxx strings: Remove cmStdString references 2014-03-08 13:05:35 -05:00
cmCTestCVS.h strings: Remove cmStdString references 2014-03-08 13:05:35 -05:00
cmCTestCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCTestConfigureCommand.cxx CTest: Use -A option to pass generator platform selection 2014-09-15 10:26:59 -04:00
cmCTestConfigureCommand.h stringapi: Command names 2014-03-08 13:05:39 -05:00
cmCTestConfigureHandler.cxx Change output to be a reference and not a pointer. 2014-08-04 15:16:40 -04:00
cmCTestConfigureHandler.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCTestCoverageCommand.cxx CTest: Teach ctest_coverage() to read CTEST_COVERAGE_EXTRA_FLAGS 2014-03-10 09:54:27 -04:00
cmCTestCoverageCommand.h stringapi: Command names 2014-03-08 13:05:39 -05:00
cmCTestCoverageHandler.cxx Remove some unneeded c_str calls. 2014-11-23 11:09:54 +01:00
cmCTestCoverageHandler.h CTest: Add Javascript coverage parser 2014-10-29 11:27:11 -04:00
cmCTestEmptyBinaryDirectoryCommand.cxx Remove c_str calls when using stream APIs. 2014-03-11 15:03:50 +01:00
cmCTestEmptyBinaryDirectoryCommand.h stringapi: Command names 2014-03-08 13:05:39 -05:00
cmCTestGIT.cxx strings: Remove redundant calls to std::string::c_str() 2014-10-15 14:54:05 +02:00
cmCTestGIT.h CTest: Update Git submodules with --recursive 2011-02-22 15:47:50 -05:00
cmCTestGenericHandler.cxx Remove c_str calls when using stream APIs. 2014-03-11 15:03:50 +01:00
cmCTestGenericHandler.h strings: Remove cmStdString references 2014-03-08 13:05:35 -05:00
cmCTestGlobalVC.cxx strings: Remove cmStdString references 2014-03-08 13:05:35 -05:00
cmCTestGlobalVC.h strings: Remove cmStdString references 2014-03-08 13:05:35 -05:00
cmCTestHG.cxx stringapi: Miscellaneous char* parameters 2014-03-08 13:05:37 -05:00
cmCTestHG.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCTestHandlerCommand.cxx strings: Remove redundant calls to std::string::c_str() 2014-10-15 14:54:05 +02:00
cmCTestHandlerCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCTestLaunch.cxx ctest --launch: write to cout and cerr in binary 2014-12-05 12:47:18 -05:00
cmCTestLaunch.h strings: Remove cmStdString references 2014-03-08 13:05:35 -05:00
cmCTestMemCheckCommand.cxx ctest: add support for additional sanitizer options 2014-10-03 13:45:07 -04:00
cmCTestMemCheckCommand.h stringapi: Command names 2014-03-08 13:05:39 -05:00
cmCTestMemCheckHandler.cxx strings: Remove redundant calls to std::string::c_str() 2014-10-15 14:54:05 +02:00
cmCTestMemCheckHandler.h ctest_memcheck: Add support for MemorySanitizer msan 2014-10-07 15:27:34 -04:00
cmCTestMultiProcessHandler.cxx strings: Remove redundant calls to std::string::c_str() 2014-10-15 14:54:05 +02:00
cmCTestMultiProcessHandler.h strings: Remove cmStdString references 2014-03-08 13:05:35 -05:00
cmCTestP4.cxx Remove some c_str() calls. 2014-03-11 15:03:50 +01:00
cmCTestP4.h ctest_update: Add support for Perforce p4 client 2013-10-26 10:24:15 -04:00
cmCTestReadCustomFilesCommand.cxx Kate: handle spaces in build dir 2014-02-17 09:54:03 -05:00
cmCTestReadCustomFilesCommand.h stringapi: Command names 2014-03-08 13:05:39 -05:00
cmCTestRunScriptCommand.cxx Remove some c_str() calls. 2014-03-11 15:03:50 +01:00
cmCTestRunScriptCommand.h stringapi: Command names 2014-03-08 13:05:39 -05:00
cmCTestRunTest.cxx strings: Remove redundant calls to std::string::c_str() 2014-10-15 14:54:05 +02:00
cmCTestRunTest.h Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
cmCTestSVN.cxx stringapi: Miscellaneous char* parameters 2014-03-08 13:05:37 -05:00
cmCTestSVN.h cmCTestSVN: Fix compilation with Sun CC 5.1 2012-10-04 15:05:05 -04:00
cmCTestScriptHandler.cxx strings: Remove redundant calls to std::string::c_str() 2014-10-15 14:54:05 +02:00
cmCTestScriptHandler.h strings: Remove cmStdString references 2014-03-08 13:05:35 -05:00
cmCTestSleepCommand.cxx Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
cmCTestSleepCommand.h stringapi: Command names 2014-03-08 13:05:39 -05:00
cmCTestStartCommand.cxx strings: Remove redundant calls to std::string::c_str() 2014-10-15 14:54:05 +02:00
cmCTestStartCommand.h stringapi: Command names 2014-03-08 13:05:39 -05:00
cmCTestSubmitCommand.cxx strings: Remove cmStdString references 2014-03-08 13:05:35 -05:00
cmCTestSubmitCommand.h stringapi: Command names 2014-03-08 13:05:39 -05:00
cmCTestSubmitHandler.cxx Remove some unneeded c_str calls. 2014-11-23 11:09:54 +01:00
cmCTestSubmitHandler.h strings: Remove cmStdString references 2014-03-08 13:05:35 -05:00
cmCTestTestCommand.cxx Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
cmCTestTestCommand.h stringapi: Command names 2014-03-08 13:05:39 -05:00
cmCTestTestHandler.cxx Remove some unneeded c_str calls. 2014-11-23 11:09:54 +01:00
cmCTestTestHandler.h strings: Remove cmStdString references 2014-03-08 13:05:35 -05:00
cmCTestUpdateCommand.cxx ctest_update: Add CTEST_UPDATE_VERSION_ONLY option to only note the version 2014-08-18 11:21:36 -04:00
cmCTestUpdateCommand.h stringapi: Command names 2014-03-08 13:05:39 -05:00
cmCTestUpdateHandler.cxx Remove some unneeded c_str calls. 2014-11-23 11:09:54 +01:00
cmCTestUpdateHandler.h ctest_update: Add support for Perforce p4 client 2013-10-26 10:24:15 -04:00
cmCTestUploadCommand.cxx strings: Remove cmStdString references 2014-03-08 13:05:35 -05:00
cmCTestUploadCommand.h stringapi: Command names 2014-03-08 13:05:39 -05:00
cmCTestUploadHandler.cxx CTest: Allow / to be in the build name, and be consistent with the build name 2014-08-18 11:22:18 -04:00
cmCTestUploadHandler.h Implement ctest_upload command 2011-03-15 15:07:37 -04:00
cmCTestVC.cxx ctest_update: Add CTEST_UPDATE_VERSION_ONLY option to only note the version 2014-08-18 11:21:36 -04:00
cmCTestVC.h cmCTestSVN: Fix compilation with Sun CC 5.1 2012-10-04 15:05:05 -04:00
cmParseBlanketJSCoverage.cxx Remove some unneeded c_str calls. 2014-11-23 11:09:54 +01:00
cmParseBlanketJSCoverage.h CTest: Add Javascript coverage parser 2014-10-29 11:27:11 -04:00
cmParseCacheCoverage.cxx strings: Remove redundant calls to std::string::c_str() 2014-10-15 14:54:05 +02:00
cmParseCacheCoverage.h Remove uncovered files from cache coverage data. 2012-05-02 17:23:01 -04:00
cmParseCoberturaCoverage.cxx cmParseCoberturaCoverage: Initialize CurFileName to empty string 2014-10-03 14:35:56 -04:00
cmParseCoberturaCoverage.h CTest: Generalize Cobertura coverage format handling 2014-06-04 14:26:19 +00:00
cmParseDelphiCoverage.cxx CTest: Add code coverage parser for Pascal/Delphi 2014-10-21 15:02:20 -04:00
cmParseDelphiCoverage.h CTest: Add code coverage parser for Pascal/Delphi 2014-10-21 15:02:20 -04:00
cmParseGTMCoverage.cxx strings: Remove redundant calls to std::string::c_str() 2014-10-15 14:54:05 +02:00
cmParseGTMCoverage.h Add test for mumps coverage. Also refactor code to prepare for cache coverage. 2012-05-01 13:35:07 -04:00
cmParseJacocoCoverage.cxx CTEST: Update Jacoco Coverage search paths 2014-07-30 11:22:55 -04:00
cmParseJacocoCoverage.h CTest: Add Jacoco Coverage functionality 2014-06-12 10:38:19 -04:00
cmParseMumpsCoverage.cxx CTEST: Fix MUMPS file parser and update test 2014-08-15 10:50:36 -04:00
cmParseMumpsCoverage.h strings: Remove cmStdString references 2014-03-08 13:05:35 -05:00
cmParsePHPCoverage.cxx strings: Remove redundant calls to std::string::c_str() 2014-10-15 14:54:05 +02:00
cmParsePHPCoverage.h strings: Remove cmStdString references 2014-03-08 13:05:35 -05:00
cmProcess.cxx CTest: make sure never to report negative test times (#14132) 2013-05-10 20:50:22 +02:00
cmProcess.h Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00