Sebastian Holtermann 3b2b02825d Source sweep: Replace std::ostringstream when used with a single append 6 years ago
..
cmCTestBZR.cxx 006229278b Use cmAppend to append ranges to std::vector instances 6 years ago
cmCTestBZR.h 0b33aee48b Use C++11 override instead of CM_OVERRIDE 8 years ago
cmCTestBuildAndTestHandler.cxx 9b334397f5 Source sweep: Use cmStrCat for string concatenation 6 years ago
cmCTestBuildAndTestHandler.h 735c6f39d9 Fix invalid ///! doxygen comment line starts 6 years ago
cmCTestBuildCommand.cxx 3b2b02825d Source sweep: Replace std::ostringstream when used with a single append 6 years ago
cmCTestBuildCommand.h 1591f138f1 modernize: manage cmCommand instances using unique_ptr. 6 years ago
cmCTestBuildHandler.cxx 9b334397f5 Source sweep: Use cmStrCat for string concatenation 6 years ago
cmCTestBuildHandler.h 4e315e9449 cmSystemTools: More functions accept `std::string` params 6 years ago
cmCTestCVS.cxx 9b334397f5 Source sweep: Use cmStrCat for string concatenation 6 years ago
cmCTestCVS.h 0b33aee48b Use C++11 override instead of CM_OVERRIDE 8 years ago
cmCTestCommand.h 5962db4389 Use C++11 nullptr 8 years ago
cmCTestConfigureCommand.cxx 9b334397f5 Source sweep: Use cmStrCat for string concatenation 6 years ago
cmCTestConfigureCommand.h 1591f138f1 modernize: manage cmCommand instances using unique_ptr. 6 years ago
cmCTestConfigureHandler.cxx 4e315e9449 cmSystemTools: More functions accept `std::string` params 6 years ago
cmCTestConfigureHandler.h 0b33aee48b Use C++11 override instead of CM_OVERRIDE 8 years ago
cmCTestCoverageCommand.cxx b172a81d55 cmCTest: Use concrete accessor functions for TestingHandlers 6 years ago
cmCTestCoverageCommand.h 1591f138f1 modernize: manage cmCommand instances using unique_ptr. 6 years ago
cmCTestCoverageHandler.cxx 9b334397f5 Source sweep: Use cmStrCat for string concatenation 6 years ago
cmCTestCoverageHandler.h 062776e75b CTest: pass std::string to cmCTestCoverageHandler::ShouldIDoCoverage() 8 years ago
cmCTestCurl.cxx 9b334397f5 Source sweep: Use cmStrCat for string concatenation 6 years ago
cmCTestCurl.h ae5e97a005 Delete some default constructors and assignment operators 6 years ago
cmCTestEmptyBinaryDirectoryCommand.cxx 86578eccf2 Simplify CMake per-source license notices 9 years ago
cmCTestEmptyBinaryDirectoryCommand.h 1591f138f1 modernize: manage cmCommand instances using unique_ptr. 6 years ago
cmCTestGIT.cxx 9b334397f5 Source sweep: Use cmStrCat for string concatenation 6 years ago
cmCTestGIT.h 0b33aee48b Use C++11 override instead of CM_OVERRIDE 8 years ago
cmCTestGenericHandler.cxx 55671b41d2 clang-tidy: Use `= default` 6 years ago
cmCTestGenericHandler.h be28106880 Fix misc. typos 7 years ago
cmCTestGlobalVC.cxx 2a34d0ac36 ctest: Add new variable CTEST_UPDATE_VERSION_OVERRIDE 6 years ago
cmCTestGlobalVC.h 2a34d0ac36 ctest: Add new variable CTEST_UPDATE_VERSION_OVERRIDE 6 years ago
cmCTestHG.cxx 006229278b Use cmAppend to append ranges to std::vector instances 6 years ago
cmCTestHG.h 0b33aee48b Use C++11 override instead of CM_OVERRIDE 8 years ago
cmCTestHandlerCommand.cxx 3b2b02825d Source sweep: Replace std::ostringstream when used with a single append 6 years ago
cmCTestHandlerCommand.h 0b33aee48b Use C++11 override instead of CM_OVERRIDE 8 years ago
cmCTestLaunch.cxx 9b334397f5 Source sweep: Use cmStrCat for string concatenation 6 years ago
cmCTestLaunch.h ae5e97a005 Delete some default constructors and assignment operators 6 years ago
cmCTestMemCheckCommand.cxx 3b2b02825d Source sweep: Replace std::ostringstream when used with a single append 6 years ago
cmCTestMemCheckCommand.h 1591f138f1 modernize: manage cmCommand instances using unique_ptr. 6 years ago
cmCTestMemCheckHandler.cxx 3b2b02825d Source sweep: Replace std::ostringstream when used with a single append 6 years ago
cmCTestMemCheckHandler.h 735c6f39d9 Fix invalid ///! doxygen comment line starts 6 years ago
cmCTestMultiProcessHandler.cxx a6b01b7d45 Merge topic 'ctest-json-REQUIRED_FILES' 6 years ago
cmCTestMultiProcessHandler.h fc41a95f08 CTest: Add --show-only[=format] option to print test info 6 years ago
cmCTestP4.cxx f4f3c68926 Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument 6 years ago
cmCTestP4.h 0b33aee48b Use C++11 override instead of CM_OVERRIDE 8 years ago
cmCTestReadCustomFilesCommand.cxx 63f6fd144e Meta: modernize old-fashioned loops to range-based `for` (CTest). 8 years ago
cmCTestReadCustomFilesCommand.h 1591f138f1 modernize: manage cmCommand instances using unique_ptr. 6 years ago
cmCTestRunScriptCommand.cxx 3b2b02825d Source sweep: Replace std::ostringstream when used with a single append 6 years ago
cmCTestRunScriptCommand.h 1591f138f1 modernize: manage cmCommand instances using unique_ptr. 6 years ago
cmCTestRunTest.cxx 9b334397f5 Source sweep: Use cmStrCat for string concatenation 6 years ago
cmCTestRunTest.h 71fbebd1dc IWYU: Fix handling of <memory> standard header 6 years ago
cmCTestSVN.cxx 9b334397f5 Source sweep: Use cmStrCat for string concatenation 6 years ago
cmCTestSVN.h 2e5307a2a4 CTestSVN: Accept std::string in SVNInfo constructor 6 years ago
cmCTestScriptHandler.cxx 9b334397f5 Source sweep: Use cmStrCat for string concatenation 6 years ago
cmCTestScriptHandler.h 1591f138f1 modernize: manage cmCommand instances using unique_ptr. 6 years ago
cmCTestSleepCommand.cxx 86578eccf2 Simplify CMake per-source license notices 9 years ago
cmCTestSleepCommand.h 1591f138f1 modernize: manage cmCommand instances using unique_ptr. 6 years ago
cmCTestStartCommand.cxx 3e60580784 clang-tidy: Fix readability-static-accessed-through-instance 7 years ago
cmCTestStartCommand.h 1591f138f1 modernize: manage cmCommand instances using unique_ptr. 6 years ago
cmCTestSubmitCommand.cxx f4f3c68926 Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument 6 years ago
cmCTestSubmitCommand.h 1591f138f1 modernize: manage cmCommand instances using unique_ptr. 6 years ago
cmCTestSubmitHandler.cxx 20e580be01 Source sweep: Use cmIsOn instead of cmSystemTools::IsOn 6 years ago
cmCTestSubmitHandler.h a5eeb0310d cmCTest: Cleanup typedefs 6 years ago
cmCTestTestCommand.cxx 935fbe0b04 cmStringAlgorithms: Add cmStrToLong and cmStrToULong 6 years ago
cmCTestTestCommand.h 1591f138f1 modernize: manage cmCommand instances using unique_ptr. 6 years ago
cmCTestTestHandler.cxx 9b334397f5 Source sweep: Use cmStrCat for string concatenation 6 years ago
cmCTestTestHandler.h ae2cfc4bd8 Refactor: Break cmCTestTestHandler::ProcessHandler() into smaller functions 6 years ago
cmCTestUpdateCommand.cxx 2a34d0ac36 ctest: Add new variable CTEST_UPDATE_VERSION_OVERRIDE 6 years ago
cmCTestUpdateCommand.h 1591f138f1 modernize: manage cmCommand instances using unique_ptr. 6 years ago
cmCTestUpdateHandler.cxx 9b334397f5 Source sweep: Use cmStrCat for string concatenation 6 years ago
cmCTestUpdateHandler.h 0b33aee48b Use C++11 override instead of CM_OVERRIDE 8 years ago
cmCTestUploadCommand.cxx b172a81d55 cmCTest: Use concrete accessor functions for TestingHandlers 6 years ago
cmCTestUploadCommand.h 1591f138f1 modernize: manage cmCommand instances using unique_ptr. 6 years ago
cmCTestUploadHandler.cxx d8af0700a3 ctest: consistently format generator name 6 years ago
cmCTestUploadHandler.h a5eeb0310d cmCTest: Cleanup typedefs 6 years ago
cmCTestVC.cxx 20e580be01 Source sweep: Use cmIsOn instead of cmSystemTools::IsOn 6 years ago
cmCTestVC.h 2a34d0ac36 ctest: Add new variable CTEST_UPDATE_VERSION_OVERRIDE 6 years ago
cmParseBlanketJSCoverage.cxx 4af094c8df clang-tidy: Blacklist violations for version 8 6 years ago
cmParseBlanketJSCoverage.h 4af094c8df clang-tidy: Blacklist violations for version 8 6 years ago
cmParseCacheCoverage.cxx 9b334397f5 Source sweep: Use cmStrCat for string concatenation 6 years ago
cmParseCacheCoverage.h 0b33aee48b Use C++11 override instead of CM_OVERRIDE 8 years ago
cmParseCoberturaCoverage.cxx 18b0330b86 clang-tidy: Enable performance-inefficient-string-concatenation 6 years ago
cmParseCoberturaCoverage.h 1d829c862c Use quotes for non-system includes 8 years ago
cmParseDelphiCoverage.cxx 55671b41d2 clang-tidy: Use `= default` 6 years ago
cmParseDelphiCoverage.h 1d829c862c Use quotes for non-system includes 8 years ago
cmParseGTMCoverage.cxx 9b334397f5 Source sweep: Use cmStrCat for string concatenation 6 years ago
cmParseGTMCoverage.h 0b33aee48b Use C++11 override instead of CM_OVERRIDE 8 years ago
cmParseJacocoCoverage.cxx 9b334397f5 Source sweep: Use cmStrCat for string concatenation 6 years ago
cmParseJacocoCoverage.h 1d829c862c Use quotes for non-system includes 8 years ago
cmParseMumpsCoverage.cxx 9b334397f5 Source sweep: Use cmStrCat for string concatenation 6 years ago
cmParseMumpsCoverage.h 1d829c862c Use quotes for non-system includes 8 years ago
cmParsePHPCoverage.cxx 9b334397f5 Source sweep: Use cmStrCat for string concatenation 6 years ago
cmParsePHPCoverage.h 1d829c862c Use quotes for non-system includes 8 years ago
cmProcess.cxx 9b334397f5 Source sweep: Use cmStrCat for string concatenation 6 years ago
cmProcess.h 1166aa5ce7 ctest: refactor some code 6 years ago