Kitware Robot 54e9d38c28 Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP 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 cd681f1f41 ctest: propagate make program to cmake 6 years ago
cmCTestBuildAndTestHandler.h 735c6f39d9 Fix invalid ///! doxygen comment line starts 6 years ago
cmCTestBuildCommand.cxx e91bfe440c cmMakefile: Let AddDefinition accept a value as cm::string_view 6 years ago
cmCTestBuildCommand.h 1591f138f1 modernize: manage cmCommand instances using unique_ptr. 6 years ago
cmCTestBuildHandler.cxx 18b0330b86 clang-tidy: Enable performance-inefficient-string-concatenation 6 years ago
cmCTestBuildHandler.h 4e315e9449 cmSystemTools: More functions accept `std::string` params 6 years ago
cmCTestCVS.cxx 4e315e9449 cmSystemTools: More functions accept `std::string` params 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 b172a81d55 cmCTest: Use concrete accessor functions for TestingHandlers 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 a693e875db Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}With 6 years ago
cmCTestCoverageHandler.h 062776e75b CTest: pass std::string to cmCTestCoverageHandler::ShouldIDoCoverage() 8 years ago
cmCTestCurl.cxx 006229278b Use cmAppend to append ranges to std::vector instances 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 f71f7ce3f0 cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h 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 467e6ac728 Merge topic 'definitions_string_view' 6 years ago
cmCTestHandlerCommand.h 0b33aee48b Use C++11 override instead of CM_OVERRIDE 8 years ago
cmCTestLaunch.cxx 18b0330b86 clang-tidy: Enable performance-inefficient-string-concatenation 6 years ago
cmCTestLaunch.h ae5e97a005 Delete some default constructors and assignment operators 6 years ago
cmCTestMemCheckCommand.cxx e91bfe440c cmMakefile: Let AddDefinition accept a value as cm::string_view 6 years ago
cmCTestMemCheckCommand.h 1591f138f1 modernize: manage cmCommand instances using unique_ptr. 6 years ago
cmCTestMemCheckHandler.cxx 30bb14c657 Modernize: Enable modernize-raw-string-literal in clang-tidy 6 years ago
cmCTestMemCheckHandler.h 735c6f39d9 Fix invalid ///! doxygen comment line starts 6 years ago
cmCTestMultiProcessHandler.cxx 4f1dec86a5 CTest: Add SKIP_REGULAR_EXPRESSION test property 6 years ago
cmCTestMultiProcessHandler.h fc41a95f08 CTest: Add --show-only[=format] option to print test info 6 years ago
cmCTestP4.cxx 006229278b Use cmAppend to append ranges to std::vector instances 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 e91bfe440c cmMakefile: Let AddDefinition accept a value as cm::string_view 6 years ago
cmCTestRunScriptCommand.h 1591f138f1 modernize: manage cmCommand instances using unique_ptr. 6 years ago
cmCTestRunTest.cxx 54e9d38c28 Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP 6 years ago
cmCTestRunTest.h 71fbebd1dc IWYU: Fix handling of <memory> standard header 6 years ago
cmCTestSVN.cxx 006229278b Use cmAppend to append ranges to std::vector instances 6 years ago
cmCTestSVN.h 2e5307a2a4 CTestSVN: Accept std::string in SVNInfo constructor 6 years ago
cmCTestScriptHandler.cxx 54e9d38c28 Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP 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 e91bfe440c cmMakefile: Let AddDefinition accept a value as cm::string_view 6 years ago
cmCTestSubmitCommand.h 1591f138f1 modernize: manage cmCommand instances using unique_ptr. 6 years ago
cmCTestSubmitHandler.cxx 18b0330b86 clang-tidy: Enable performance-inefficient-string-concatenation 6 years ago
cmCTestSubmitHandler.h a5eeb0310d cmCTest: Cleanup typedefs 6 years ago
cmCTestTestCommand.cxx b172a81d55 cmCTest: Use concrete accessor functions for TestingHandlers 6 years ago
cmCTestTestCommand.h 1591f138f1 modernize: manage cmCommand instances using unique_ptr. 6 years ago
cmCTestTestHandler.cxx f71f7ce3f0 cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h 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 d9b2c7dae2 Introduce memory management helper: cm_memory.hxx 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 2a34d0ac36 ctest: Add new variable CTEST_UPDATE_VERSION_OVERRIDE 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 d7204e649e Revise C++ coding style using clang-format-6.0 7 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 f71f7ce3f0 cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h 6 years ago
cmParseGTMCoverage.h 0b33aee48b Use C++11 override instead of CM_OVERRIDE 8 years ago
cmParseJacocoCoverage.cxx a693e875db Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}With 6 years ago
cmParseJacocoCoverage.h 1d829c862c Use quotes for non-system includes 8 years ago
cmParseMumpsCoverage.cxx 55671b41d2 clang-tidy: Use `= default` 6 years ago
cmParseMumpsCoverage.h 1d829c862c Use quotes for non-system includes 8 years ago
cmParsePHPCoverage.cxx d7204e649e Revise C++ coding style using clang-format-6.0 7 years ago
cmParsePHPCoverage.h 1d829c862c Use quotes for non-system includes 8 years ago
cmProcess.cxx 006229278b Use cmAppend to append ranges to std::vector instances 6 years ago
cmProcess.h 1166aa5ce7 ctest: refactor some code 6 years ago