CMake/Source/CTest
Daniel Pfeifer 24ab29b882 Prefer istringstream and ostringstream over stringstream.
Use istringsream for parsing, ostringstream for generation.
2016-06-14 22:37:36 +02:00
..
cmCTestBZR.cxx Add missing braces around statements. 2016-06-10 18:36:24 +02:00
cmCTestBZR.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestBatchTestHandler.cxx Prefer std::ostream& over derivatives as parameters 2016-06-08 23:08:40 +02:00
cmCTestBatchTestHandler.h Prefer std::ostream& over derivatives as parameters 2016-06-08 23:08:40 +02:00
cmCTestBuildAndTestHandler.cxx Remove c_str() calls from stream arguments. 2016-06-06 23:53:32 +02:00
cmCTestBuildAndTestHandler.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestBuildCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestBuildCommand.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestBuildHandler.cxx Use the empty() method to check for emptyness. 2016-06-02 21:35:50 +02:00
cmCTestBuildHandler.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestCVS.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestCVS.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestCommand.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestConfigureCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestConfigureCommand.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestConfigureHandler.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestConfigureHandler.h Source: Stabilize include order 2016-04-29 13:58:31 -04:00
cmCTestCoverageCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestCoverageCommand.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestCoverageHandler.cxx Remove c_str() calls from stream arguments. 2016-06-06 23:53:32 +02:00
cmCTestCoverageHandler.h Pass arguments that are not modified as const&. 2016-05-26 21:58:51 +02:00
cmCTestCurl.cxx Use the empty() method to check for emptyness. 2016-06-02 21:35:50 +02:00
cmCTestCurl.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestEmptyBinaryDirectoryCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestEmptyBinaryDirectoryCommand.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestGIT.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestGIT.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestGenericHandler.cxx Remove redundant c_str() calls. 2016-05-26 22:52:22 +02:00
cmCTestGenericHandler.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestGlobalVC.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestGlobalVC.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestHG.cxx Add missing braces around statements. 2016-06-10 18:36:24 +02:00
cmCTestHG.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestHandlerCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestHandlerCommand.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestLaunch.cxx Simplify boolean expressions 2016-06-02 08:24:04 -04:00
cmCTestLaunch.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestMemCheckCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestMemCheckCommand.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestMemCheckHandler.cxx Remove c_str() calls from stream arguments. 2016-06-06 23:53:32 +02:00
cmCTestMemCheckHandler.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestMultiProcessHandler.cxx Add missing braces around statements. 2016-06-10 18:36:24 +02:00
cmCTestMultiProcessHandler.h Pass arguments that are not modified as const&. 2016-05-26 21:58:51 +02:00
cmCTestP4.cxx Add missing braces around statements. 2016-06-10 18:36:24 +02:00
cmCTestP4.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestReadCustomFilesCommand.cxx Use the empty() method to check for emptyness. 2016-06-02 21:35:50 +02:00
cmCTestReadCustomFilesCommand.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestRunScriptCommand.cxx Use the empty() method to check for emptyness. 2016-06-02 21:35:50 +02:00
cmCTestRunScriptCommand.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestRunTest.cxx Use the empty() method to check for emptyness. 2016-06-02 21:35:50 +02:00
cmCTestRunTest.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestSVN.cxx Add missing braces around statements. 2016-06-10 18:36:24 +02:00
cmCTestSVN.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestScriptHandler.cxx Remove redundant c_str() calls. 2016-05-26 22:52:22 +02:00
cmCTestScriptHandler.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestSleepCommand.cxx Use the empty() method to check for emptyness. 2016-06-02 21:35:50 +02:00
cmCTestSleepCommand.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestStartCommand.cxx Use the empty() method to check for emptyness. 2016-06-02 21:35:50 +02:00
cmCTestStartCommand.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestSubmitCommand.cxx Remove unnecessary local copies. 2016-05-26 22:21:15 +02:00
cmCTestSubmitCommand.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestSubmitHandler.cxx Remove c_str() calls from stream arguments. 2016-06-06 23:53:32 +02:00
cmCTestSubmitHandler.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestTestCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestTestCommand.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestTestHandler.cxx Prefer istringstream and ostringstream over stringstream. 2016-06-14 22:37:36 +02:00
cmCTestTestHandler.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestUpdateCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestUpdateCommand.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestUpdateHandler.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestUpdateHandler.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestUploadCommand.cxx Remove unnecessary local copies. 2016-05-26 22:21:15 +02:00
cmCTestUploadCommand.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestUploadHandler.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestUploadHandler.h Implement ctest_upload command 2011-03-15 15:07:37 -04:00
cmCTestVC.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTestVC.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmParseBlanketJSCoverage.cxx Merge topic 'remove-needless-copies' 2016-05-27 09:08:21 -04:00
cmParseBlanketJSCoverage.h Pass arguments that are not modified as const&. 2016-05-26 21:58:51 +02:00
cmParseCacheCoverage.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmParseCacheCoverage.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmParseCoberturaCoverage.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmParseCoberturaCoverage.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmParseDelphiCoverage.cxx Pass arguments that are not modified as const&. 2016-05-26 21:58:51 +02:00
cmParseDelphiCoverage.h Pass arguments that are not modified as const&. 2016-05-26 21:58:51 +02:00
cmParseGTMCoverage.cxx Remove redundant c_str() calls. 2016-05-26 22:52:22 +02:00
cmParseGTMCoverage.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmParseJacocoCoverage.cxx Use the empty() method to check for emptyness. 2016-06-02 21:35:50 +02:00
cmParseJacocoCoverage.h Pass arguments that are not modified as const&. 2016-05-26 21:58:51 +02:00
cmParseMumpsCoverage.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmParseMumpsCoverage.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmParsePHPCoverage.cxx Simplify boolean expressions 2016-06-02 08:24:04 -04:00
cmParsePHPCoverage.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmProcess.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmProcess.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00