You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Bartosz Kosiorek 53cb1f2d04 cmake: Teach cmake -E tar command, Zstandard compression 6 years ago
..
CPack Merge topic 'std-pipes-always' 6 years ago
CTest ctest: Add new variable CTEST_UPDATE_VERSION_OVERRIDE 6 years ago
Checks Merge topic 'cxx-checks-warning-match' 6 years ago
CursesDialog Ensure stdin, stdout, and stderr pipes are always open 6 years ago
LexerParser Modernize: Enable modernize-raw-string-literal in clang-tidy 6 years ago
Modules FindLibUV: Also check uv/version.h for version detection 7 years ago
QtDialog Ensure stdin, stdout, and stderr pipes are always open 6 years ago
QtIFW QtIFW: Improved packaging 9 years ago
kwsys Merge branch 'upstream-KWSys' into update-kwsys 6 years ago
.gitattributes clang-format.bash: update to clang-format-6.0 7 years ago
CMakeInstallDestinations.cmake Utilities/Sphinx: Add option to build and install Info manual 7 years ago
CMakeInstallSignTool.cmake.in Add undocumented option to sign CMake's own binaries on Windows 6 years ago
CMakeLists.txt cmUVProcessChain: Add cmUVProcessChain 6 years ago
CMakeSourceDir.txt.in Refactor internal resource location APIs and initialization 12 years ago
CMakeVersion.bash Change version scheme to use only two components for feature levels 12 years ago
CMakeVersion.cmake CMake Nightly Date Stamp 6 years ago
CMakeVersion.rc.in CMakeVersion.rc: Avoid preprocessor definitions to support llvm-rc 7 years ago
CMakeVersionCompute.cmake CMakeVersion.rc: Avoid leading zeros in integer version components 8 years ago
CMakeVersionSource.cmake Version: Always define CMake_VERSION_IS_DIRTY to 0 or 1 9 years ago
bindexplib.cxx Fix misc. typos 7 years ago
bindexplib.h IWYU: Mark cmConfigure.h with pragma: keep 8 years ago
cmAddCompileDefinitionsCommand.cxx add_compile_definitions: add new command 7 years ago
cmAddCompileDefinitionsCommand.h add_compile_definitions: add new command 7 years ago
cmAddCompileOptionsCommand.cxx Reduce raw string pointers usage. 8 years ago
cmAddCompileOptionsCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmAddCustomCommandCommand.cxx Support job pools in custom commands and targets 6 years ago
cmAddCustomCommandCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmAddCustomTargetCommand.cxx Support job pools in custom commands and targets 6 years ago
cmAddCustomTargetCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmAddDefinitionsCommand.cxx Reduce raw string pointers usage. 8 years ago
cmAddDefinitionsCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmAddDependenciesCommand.cxx cmRange: Move to dedicated header file 7 years ago
cmAddDependenciesCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmAddExecutableCommand.cxx Reduce raw string pointers usage. 8 years ago
cmAddExecutableCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmAddLibraryCommand.cxx add_library: Now support aliasing unknown import targets 6 years ago
cmAddLibraryCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmAddLinkOptionsCommand.cxx LINK_OPTIONS: Add new family of properties 7 years ago
cmAddLinkOptionsCommand.h LINK_OPTIONS: Add new family of properties 7 years ago
cmAddSubDirectoryCommand.cxx cmRange: Move to dedicated header file 7 years ago
cmAddSubDirectoryCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmAddTestCommand.cxx Include necessary headers in commands 9 years ago
cmAddTestCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmAffinity.cxx Revise C++ coding style using clang-format-6.0 7 years ago
cmAffinity.h CTest: Add options to control test process affinity to CPUs 8 years ago
cmAlgorithms.h cmAlgorithms: Refactor cmRemoveDuplicates 6 years ago
cmArchiveWrite.cxx cmake: Teach cmake -E tar command, Zstandard compression 6 years ago
cmArchiveWrite.h cmake: Teach cmake -E tar command, Zstandard compression 6 years ago
cmArgumentParser.cxx cmArgumentParser: Fix -Wcomma warning 6 years ago
cmArgumentParser.h Introduce cmArgumentParser 6 years ago
cmAuxSourceDirectoryCommand.cxx IWYU: Update CMake code for IWYU built with Clang 6 7 years ago
cmAuxSourceDirectoryCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmBase32.cxx clang-tidy: Use `= default` 7 years ago
cmBase32.h Use quotes for non-system includes 8 years ago
cmBreakCommand.cxx Factor out enum MessageType into dedicated header 7 years ago
cmBreakCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmBuildCommand.cxx Factor out enum MessageType into dedicated header 7 years ago
cmBuildCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmBuildNameCommand.cxx Remove unnecessary c_str() in RegularExpression::find calls 7 years ago
cmBuildNameCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmCLocaleEnvironmentScope.cxx Meta: modernize old-fashioned loops to range-based `for`. 8 years ago
cmCLocaleEnvironmentScope.h clang-tidy: Use `= delete` 7 years ago
cmCMakeHostSystemInformationCommand.cxx VS: Add Visual Studio 16 2019 generator 7 years ago
cmCMakeHostSystemInformationCommand.h Fix trivial typos in text 8 years ago
cmCMakeMinimumRequired.cxx Modernize: Enable modernize-raw-string-literal in clang-tidy 6 years ago
cmCMakeMinimumRequired.h cmake_minimum_required: Tolerate unknown future arguments 7 years ago
cmCMakePolicyCommand.cxx Modernize: Enable modernize-raw-string-literal in clang-tidy 6 years ago
cmCMakePolicyCommand.h cmake_policy: Add undocumented GET_WARNING command 7 years ago
cmCPackPropertiesGenerator.cxx Meta: modernize old-fashioned loops to range-based `for`. 8 years ago
cmCPackPropertiesGenerator.h clang-tidy: Use `= delete` 7 years ago
cmCPluginAPI.cxx Delete some default constructors and assignment operators 7 years ago
cmCPluginAPI.h Revise C++ coding style using clang-format-6.0 7 years ago
cmCTest.cxx ctest: consistently format generator name 6 years ago
cmCTest.h cmCTest: Remove dead code 6 years ago
cmCacheManager.cxx cmSystemTools::Error: consolidate parameters into single std::string 7 years ago
cmCacheManager.h Fix invalid ///! doxygen comment line starts 6 years ago
cmCallVisualStudioMacro.cxx Fix invalid ///! doxygen comment line starts 6 years ago
cmCallVisualStudioMacro.h Fix invalid ///! doxygen comment line starts 6 years ago
cmCommand.cxx cmDisallowedCommand: extract policy checking from cmCommand 9 years ago
cmCommand.h clang-tidy: Use `= delete` 7 years ago
cmCommandArgumentParserHelper.cxx cmake: Enable --warn-uninitialized inside string(CONFIGURE) and configure_file 7 years ago
cmCommandArgumentParserHelper.h clang-tidy: Use `= delete` 7 years ago
cmCommands.cxx Merge branch 'set_directory_properties-script-mode' into release-3.13 7 years ago
cmCommands.h cmake: register fake project commands in -P mode 8 years ago
cmCommonTargetGenerator.cxx Merge topic 'tidy-use-equals-default' 7 years ago
cmCommonTargetGenerator.h cmCommonTargetGenerator: Rename member to avoid shadowing 8 years ago
cmComputeComponentGraph.cxx clang-tidy: Use `= default` 7 years ago
cmComputeComponentGraph.h Use quotes for non-system includes 8 years ago
cmComputeLinkDepends.cxx cmRange: Move to dedicated header file 7 years ago
cmComputeLinkDepends.h Delete some default constructors and assignment operators 7 years ago
cmComputeLinkInformation.cxx Merge topic 'error-consolidate' 7 years ago
cmComputeLinkInformation.h clang-tidy: Use `= default` 7 years ago
cmComputeTargetDepends.cxx cmRange: Move to dedicated header file 7 years ago
cmComputeTargetDepends.h Track backtraces in target dependencies internally 7 years ago
cmConditionEvaluator.cxx Prefer front/back/data over dereferencing begin/rbegin iter 7 years ago
cmConditionEvaluator.h clang-tidy: Pass by value 7 years ago
cmConfigure.cmake.h.in clang-tidy: Use `= delete` 7 years ago
cmConfigureFileCommand.cxx cmMakefile::ConfigureFile: Accept `std::string` parameters 7 years ago
cmConfigureFileCommand.h Add in-class initialization of some members 7 years ago
cmConnection.cxx clang-tidy: Use `= default` 7 years ago
cmConnection.h clang-tidy: Use `= delete` 7 years ago
cmContinueCommand.cxx Factor out enum MessageType into dedicated header 7 years ago
cmContinueCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmConvertMSBuildXMLToJSON.py Update XML->JSON generation script 7 years ago
cmCoreTryCompile.cxx Source: std::string related cleanup 6 years ago
cmCoreTryCompile.h Add in-class initialization of some members 7 years ago
cmCreateTestSourceList.cxx cmMakefile::ConfigureFile: Accept `std::string` parameters 7 years ago
cmCreateTestSourceList.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmCryptoHash.cxx Retire std::auto_ptr and its macro CM_AUTO_PTR 8 years ago
cmCryptoHash.h clang-tidy: Use `= delete` 7 years ago
cmCurl.cxx Fix most clang -Wextra-semi-stmt warnings in C++ files 7 years ago
cmCurl.h file(DOWNLOAD|UPLOAD): Add 'NETRC' and 'NETRC_FILE' suboption 8 years ago
cmCustomCommand.cxx Support job pools in custom commands and targets 6 years ago
cmCustomCommand.h Support job pools in custom commands and targets 6 years ago
cmCustomCommandGenerator.cxx clang-tidy: Pass by value 7 years ago
cmCustomCommandGenerator.h Delete some default constructors and assignment operators 7 years ago
cmCustomCommandLines.h Use quotes for non-system includes 8 years ago
cmDefinePropertyCommand.cxx Add const-reference qualifications 8 years ago
cmDefinePropertyCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmDefinitions.cxx cmStateSnapshot::GetDefinition(): Return std::string const* 7 years ago
cmDefinitions.h clang-tidy: Use `= default` 7 years ago
cmDepends.cxx cmDepends: Define DependencyMap instead of DependencyVector 6 years ago
cmDepends.h cmDepends: Define DependencyMap instead of DependencyVector 6 years ago
cmDependsC.cxx cmDepends: Define DependencyMap instead of DependencyVector 6 years ago
cmDependsC.h cmDepends: Define DependencyMap instead of DependencyVector 6 years ago
cmDependsFortran.cxx Modernize: Prefer .substr in place of .c_str() + int 6 years ago
cmDependsFortran.h Fortran: Fix submodule file names across compilers 7 years ago
cmDependsJava.cxx cmDepends: Define DependencyMap instead of DependencyVector 6 years ago
cmDependsJava.h cmDepends: Define DependencyMap instead of DependencyVector 6 years ago
cmDependsJavaParserHelper.cxx Modernize: Prefer .substr in place of .c_str() + int 6 years ago
cmDependsJavaParserHelper.h Delete some default constructors and assignment operators 7 years ago
cmDisallowedCommand.cxx Factor out enum MessageType into dedicated header 7 years ago
cmDisallowedCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmDocumentation.cxx Help: Mark default CMake generator with asterisk 7 years ago
cmDocumentation.h cleanup: Prefer compiler provided special member functions 7 years ago
cmDocumentationEntry.h clang-tidy: Use `= default` 7 years ago
cmDocumentationFormatter.cxx clang-tidy: Use `= default` 7 years ago
cmDocumentationFormatter.h clang-tidy: Use default member initialization 7 years ago
cmDocumentationSection.cxx Reduce allocation of temporary values on heap. 8 years ago
cmDocumentationSection.h cmDocumentationSection: Remove unused parameter in constructor 7 years ago
cmDuration.cxx CTest: add safe conversion from cmDuration to integer types 8 years ago
cmDuration.h CTest: add safe conversion from cmDuration to integer types 8 years ago
cmDynamicLoader.cxx clang-tidy: Use `= default` 7 years ago
cmDynamicLoader.h clang-tidy: Use `= delete` 7 years ago
cmELF.cxx clang-tidy: fix warnings from version 7 7 years ago
cmELF.h Delete some default constructors and assignment operators 7 years ago
cmEnableLanguageCommand.cxx Meta: modernize old-fashioned loops to range-based `for`. 8 years ago
cmEnableLanguageCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmEnableTestingCommand.cxx Include necessary headers in commands 9 years ago
cmEnableTestingCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmExecProgramCommand.cxx Source: change parameters to std::string 6 years ago
cmExecProgramCommand.h Source: change parameters to std::string 6 years ago
cmExecuteProcessCommand.cxx execute_process: Add option to echo command lines 6 years ago
cmExecuteProcessCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmExecutionStatus.h cleanup: Prefer compiler provided special member functions 7 years ago
cmExpandedCommandArgument.cxx clang-tidy: Use `= default` 7 years ago
cmExpandedCommandArgument.h clang-tidy: Pass by value 7 years ago
cmExportBuildAndroidMKGenerator.cxx Factor out enum MessageType into dedicated header 7 years ago
cmExportBuildAndroidMKGenerator.h install,export: Maybe transform OBJECT libraries to INTERFACE libraries 8 years ago
cmExportBuildFileGenerator.cxx Factor out enum MessageType into dedicated header 7 years ago
cmExportBuildFileGenerator.h install,export: Maybe transform OBJECT libraries to INTERFACE libraries 8 years ago
cmExportCommand.cxx cmExportCommand: Port to cmArgumentParser 6 years ago
cmExportCommand.h cmExportCommand: Port to cmArgumentParser 6 years ago
cmExportFileGenerator.cxx Work around clang-cl breakage on make_unique/std::forward 7 years ago
cmExportFileGenerator.h clang-tidy: Use `= default` 7 years ago
cmExportInstallAndroidMKGenerator.cxx install,export: Maybe transform OBJECT libraries to INTERFACE libraries 8 years ago
cmExportInstallAndroidMKGenerator.h install,export: Maybe transform OBJECT libraries to INTERFACE libraries 8 years ago
cmExportInstallFileGenerator.cxx cmSystemTools::Error(): new overload accepting std::string 7 years ago
cmExportInstallFileGenerator.h Fix misc. typos 7 years ago
cmExportLibraryDependenciesCommand.cxx cmSystemTools::Error: consolidate parameters into single std::string 7 years ago
cmExportLibraryDependenciesCommand.h Add in-class initialization of some members 7 years ago
cmExportSet.cxx Meta: modernize old-fashioned loops to range-based `for`. 8 years ago
cmExportSet.h Delete some default constructors and assignment operators 7 years ago
cmExportSetMap.cxx Delete some default constructors and assignment operators 7 years ago
cmExportSetMap.h Delete some default constructors and assignment operators 7 years ago
cmExportTryCompileFileGenerator.cxx Fix transitive usage requirements through same-name imported targets 7 years ago
cmExportTryCompileFileGenerator.h Revise C++ coding style using clang-format-6.0 7 years ago
cmExprParserHelper.cxx clang-tidy: Use `= default` 7 years ago
cmExprParserHelper.h math: Restore toleration of unexpected characters in an expression 7 years ago
cmExternalMakefileProjectGenerator.cxx clang-tidy: Use `= default` 7 years ago
cmExternalMakefileProjectGenerator.h Fix invalid ///! doxygen comment line starts 6 years ago
cmExtraCodeBlocksGenerator.cxx Source: std::string related cleanup 6 years ago
cmExtraCodeBlocksGenerator.h Source: std::string related cleanup 6 years ago
cmExtraCodeLiteGenerator.cxx cmMakefile::GetRequiredDefinition: return const std::string& 7 years ago
cmExtraCodeLiteGenerator.h clang-tidy: Use default member initialization 7 years ago
cmExtraEclipseCDT4Generator.cxx Merge topic 'eclipse-interface-lib' 6 years ago
cmExtraEclipseCDT4Generator.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmExtraKateGenerator.cxx Modernize: Enable modernize-raw-string-literal in clang-tidy 6 years ago
cmExtraKateGenerator.h Reduce raw string pointers usage. 8 years ago
cmExtraSublimeTextGenerator.cxx Modernize: Enable modernize-raw-string-literal in clang-tidy 6 years ago
cmExtraSublimeTextGenerator.h sourceFile properties: add property INCLUDE_DIRECTORIES 8 years ago
cmFLTKWrapUICommand.cxx cmRange: Move to dedicated header file 7 years ago
cmFLTKWrapUICommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmFSPermissions.cxx Move file/dir permissions code to common file. 8 years ago
cmFSPermissions.h Move file/dir permissions code to common file. 8 years ago
cmFileAPI.cxx cmSystemTools::RenameFile: Accepts std::string args 7 years ago
cmFileAPI.h fileapi: add cmakeFiles v1 7 years ago
cmFileAPICMakeFiles.cxx IWYU: Update CMake code for IWYU built with Clang 6 7 years ago
cmFileAPICMakeFiles.h fileapi: add cmakeFiles v1 7 years ago
cmFileAPICache.cxx IWYU: Update CMake code for IWYU built with Clang 6 7 years ago
cmFileAPICache.h fileapi: add cache v2 7 years ago
cmFileAPICodemodel.cxx Use cmSourceFile::GetIsGenerated 7 years ago
cmFileAPICodemodel.h fileapi: add codemodel v2 7 years ago
cmFileCommand.cxx Source: change parameters to std::string 6 years ago
cmFileCommand.h cmFileCommand: Add CREATE_LINK subcommand 7 years ago
cmFileCopier.cxx file(INSTALL): Add FOLLOW_SYMLINK_CHAIN argument 6 years ago
cmFileCopier.h file(INSTALL): Add FOLLOW_SYMLINK_CHAIN argument 6 years ago
cmFileInstaller.cxx Modernize: Prefer .substr in place of .c_str() + int 6 years ago
cmFileInstaller.h cmFileCommand: Factor out cmFileCopier and cmFileInstaller 6 years ago
cmFileLock.cxx Revise C++ coding style using clang-format-6.0 7 years ago
cmFileLock.h clang-tidy: Use `= delete` 7 years ago
cmFileLockPool.cxx clang-tidy: Use `= default` 7 years ago
cmFileLockPool.h clang-tidy: Use `= delete` 7 years ago
cmFileLockResult.cxx cmFileLockResult: Avoid allocation for Windows error message 8 years ago
cmFileLockResult.h Revise C++ coding style using clang-format-6.0 7 years ago
cmFileLockUnix.cxx clang-tidy: Use `= default` 7 years ago
cmFileLockWin32.cxx clang-tidy: Use default member initialization 7 years ago
cmFileMonitor.cxx cleanup: Prefer compiler provided special member functions 7 years ago
cmFileMonitor.h clang-tidy: Use `= delete` 7 years ago
cmFilePathChecksum.cxx Prefer front/back/data over dereferencing begin/rbegin iter 7 years ago
cmFilePathChecksum.h Various typo fixes 8 years ago
cmFileTime.cxx New cmFileTime class 6 years ago
cmFileTime.h cmFileTime: Make cmFileTime::Compare method const 6 years ago
cmFileTimeCache.cxx cmFiletimeCache: Add cmFiletimeCache::Remove method 6 years ago
cmFileTimeCache.h cmFiletimeCache: Add cmFiletimeCache::Remove method 6 years ago
cmFindBase.cxx cmRange: Move to dedicated header file 7 years ago
cmFindBase.h find_*: Add a new PackageRoot search path group 8 years ago
cmFindCommon.cxx Prefer front/back/data over dereferencing begin/rbegin iter 7 years ago
cmFindCommon.h find_package: Use PackageName_ROOT variables as search prefixes 7 years ago
cmFindFileCommand.cxx Include necessary headers in commands 9 years ago
cmFindFileCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmFindLibraryCommand.cxx cleanup: Prefer compiler provided special member functions 7 years ago
cmFindLibraryCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmFindPackageCommand.cxx cmRange: Move to dedicated header file 7 years ago
cmFindPackageCommand.h ReadListFile: Accept std::string argument 7 years ago
cmFindPathCommand.cxx Reduce raw string pointers usage. 8 years ago
cmFindPathCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmFindProgramCommand.cxx find_program: Restore leading double slash on Windows network path 6 years ago
cmFindProgramCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmForEachCommand.cxx cmRange: Move to dedicated header file 7 years ago
cmForEachCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmFortranParser.h Delete some default constructors and assignment operators 7 years ago
cmFortranParserImpl.cxx Fortran: Fix submodule file names across compilers 7 years ago
cmFunctionBlocker.h clang-tidy: Use `= default` 7 years ago
cmFunctionCommand.cxx cmRange: Move to dedicated header file 7 years ago
cmFunctionCommand.h cleanup: Prefer compiler provided special member functions 7 years ago
cmGeneratedFileStream.cxx cmSystemTools::Error: consolidate parameters into single std::string 7 years ago
cmGeneratedFileStream.h clang-tidy: Use `= delete` 7 years ago
cmGeneratorExpression.cxx clang-tidy: Use `= default` 7 years ago
cmGeneratorExpression.h clang-tidy: Use `= delete` 7 years ago
cmGeneratorExpressionContext.cxx clang-tidy: Pass by value 7 years ago
cmGeneratorExpressionContext.h clang-tidy: Pass by value 7 years ago
cmGeneratorExpressionDAGChecker.cxx genex: Fix erroneous handling of recursion for $<GENEX_EVAL:> 7 years ago
cmGeneratorExpressionDAGChecker.h clang-tidy: Pass by value 7 years ago
cmGeneratorExpressionEvaluationFile.cxx clang-tidy: Pass by value 7 years ago
cmGeneratorExpressionEvaluationFile.h clang-tidy: Pass by value 7 years ago
cmGeneratorExpressionEvaluator.cxx Modernize: Use ranged for-loops when possible 7 years ago
cmGeneratorExpressionEvaluator.h clang-tidy: Use `= delete` 7 years ago
cmGeneratorExpressionLexer.cxx clang-tidy: Use `= default` 7 years ago
cmGeneratorExpressionLexer.h clang-tidy: Use default member initialization 7 years ago
cmGeneratorExpressionNode.cxx Genex: Add COMPILE_LANG_AND_ID generator expression 6 years ago
cmGeneratorExpressionNode.h clang-tidy: Use `= default` 7 years ago
cmGeneratorExpressionParser.cxx Prefer front/back/data over dereferencing begin/rbegin iter 7 years ago
cmGeneratorExpressionParser.h clang-tidy: Pass by value 7 years ago
cmGeneratorTarget.cxx Refactor: introduce method cmGeneratorTarget::GetFilePostfix 6 years ago
cmGeneratorTarget.h Refactor: introduce method cmGeneratorTarget::GetFilePostfix 6 years ago
cmGetCMakePropertyCommand.cxx Use C++11 nullptr 8 years ago
cmGetCMakePropertyCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmGetDirectoryPropertyCommand.cxx Factor out enum MessageType into dedicated header 7 years ago
cmGetDirectoryPropertyCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmGetFilenameComponentCommand.cxx cmGetFilenameComponentCommand: Add more components 7 years ago
cmGetFilenameComponentCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmGetPipes.cxx Refactor: Move/rename cmProcessGetPipes() to cmGetPipes() 6 years ago
cmGetPipes.h Refactor: Move/rename cmProcessGetPipes() to cmGetPipes() 6 years ago
cmGetPropertyCommand.cxx Factor out enum MessageType into dedicated header 7 years ago
cmGetPropertyCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmGetSourceFilePropertyCommand.cxx Use C++11 nullptr 8 years ago
cmGetSourceFilePropertyCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmGetTargetPropertyCommand.cxx Factor out enum MessageType into dedicated header 7 years ago
cmGetTargetPropertyCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmGetTestPropertyCommand.cxx Use C++11 nullptr 8 years ago
cmGetTestPropertyCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmGhsMultiGpj.cxx GHS: Support add_custom_target() command 6 years ago
cmGhsMultiGpj.h GHS: Support add_custom_target() command 6 years ago
cmGhsMultiTargetGenerator.cxx GHS: Update project layout to accommodate gbuild inconsistencies 6 years ago
cmGhsMultiTargetGenerator.h GHS: Update project layout to accommodate gbuild inconsistencies 6 years ago
cmGlobVerificationManager.cxx cmSystemTools::Error: consolidate parameters into single std::string 7 years ago
cmGlobVerificationManager.h Fix invalid ///! doxygen comment line starts 6 years ago
cmGlobalBorlandMakefileGenerator.cxx Fix invalid ///! doxygen comment line starts 6 years ago
cmGlobalBorlandMakefileGenerator.h Fix invalid ///! doxygen comment line starts 6 years ago
cmGlobalCommonGenerator.cxx clang-tidy: Use `= default` 7 years ago
cmGlobalCommonGenerator.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmGlobalGenerator.cxx Refactor: Allow cmInstallGenerator::Compute() to return an error 6 years ago
cmGlobalGenerator.h Fix invalid ///! doxygen comment line starts 6 years ago
cmGlobalGeneratorFactory.h clang-tidy: Use `= default` 7 years ago
cmGlobalGhsMultiGenerator.cxx GHS: Update ExternalProject for GHS tools 6 years ago
cmGlobalGhsMultiGenerator.h GHS: Update project layout to accommodate gbuild inconsistencies 6 years ago
cmGlobalJOMMakefileGenerator.cxx cmake: Teach --build mode to support multiple targets 7 years ago
cmGlobalJOMMakefileGenerator.h Fix invalid ///! doxygen comment line starts 6 years ago
cmGlobalMSYSMakefileGenerator.cxx Source: std::string related cleanup 6 years ago
cmGlobalMSYSMakefileGenerator.h Fix invalid ///! doxygen comment line starts 6 years ago
cmGlobalMinGWMakefileGenerator.cxx cmMakefile::GetRequiredDefinition: return const std::string& 7 years ago
cmGlobalMinGWMakefileGenerator.h Fix invalid ///! doxygen comment line starts 6 years ago
cmGlobalNMakeMakefileGenerator.cxx cmake: Teach --build mode to support multiple targets 7 years ago
cmGlobalNMakeMakefileGenerator.h Fix invalid ///! doxygen comment line starts 6 years ago
cmGlobalNinjaGenerator.cxx Merge topic 'string-cleanup' 6 years ago
cmGlobalNinjaGenerator.h Merge topic 'additional_clean_files' 6 years ago
cmGlobalUnixMakefileGenerator3.cxx Makefiles: Process ADDTIONAL_CLEAN_FILES dir prop at directory level 6 years ago
cmGlobalUnixMakefileGenerator3.h Makefiles: Process ADDTIONAL_CLEAN_FILES dir prop at directory level 6 years ago
cmGlobalVisualStudio7Generator.cxx Source: std::string related cleanup 6 years ago
cmGlobalVisualStudio7Generator.h Source: std::string related cleanup 6 years ago
cmGlobalVisualStudio8Generator.cxx Source: std::string related cleanup 6 years ago
cmGlobalVisualStudio8Generator.h Fix invalid ///! doxygen comment line starts 6 years ago
cmGlobalVisualStudio9Generator.cxx Add global generator factory method to get default platform name 7 years ago
cmGlobalVisualStudio9Generator.h VS: Clarify global generator constructor interface 7 years ago
cmGlobalVisualStudio10Generator.cxx Fix invalid ///! doxygen comment line starts 6 years ago
cmGlobalVisualStudio10Generator.h Fix invalid ///! doxygen comment line starts 6 years ago
cmGlobalVisualStudio11Generator.cxx VS: support suppressing deployment of selected targets 7 years ago
cmGlobalVisualStudio11Generator.h VS: support suppressing deployment of selected targets 7 years ago
cmGlobalVisualStudio12Generator.cxx VS: Add support for explicit 32-bit toolset selection via host=x86 7 years ago
cmGlobalVisualStudio12Generator.h VS: Clarify global generator constructor interface 7 years ago
cmGlobalVisualStudio14Generator.cxx Merge topic 'vs-win-sdk' 7 years ago
cmGlobalVisualStudio14Generator.h VS: Factor out a method to set the Windows SDK version internally 7 years ago
cmGlobalVisualStudio71Generator.cxx cmSystemTools::Error(): new overload accepting std::string 7 years ago
cmGlobalVisualStudio71Generator.h VS: Convert WriteSLNHeader to non-virtual lookup table 7 years ago
cmGlobalVisualStudioGenerator.cxx cmGlobalVisualStudioGenerator: remove redundant variables 6 years ago
cmGlobalVisualStudioGenerator.h VS: Provide the default platform name to project code 6 years ago
cmGlobalVisualStudioVersionedGenerator.cxx Merge topic 'vs2019-wow64' 6 years ago
cmGlobalVisualStudioVersionedGenerator.h VS: Add Visual Studio 16 2019 generator 7 years ago
cmGlobalWatcomWMakeGenerator.cxx cmake: Teach --build mode to support multiple targets 7 years ago
cmGlobalWatcomWMakeGenerator.h Fix invalid ///! doxygen comment line starts 6 years ago
cmGlobalXCodeGenerator.cxx Merge topic 'string-cleanup' 6 years ago
cmGlobalXCodeGenerator.h Fix invalid ///! doxygen comment line starts 6 years ago
cmGraphAdjacencyList.h clang-tidy: Pass by value 7 years ago
cmGraphVizWriter.cxx Source: change parameters to std::string 6 years ago
cmGraphVizWriter.h Source: change parameters to std::string 6 years ago
cmHexFileConverter.cxx Source: change parameters to std::string 6 years ago
cmHexFileConverter.h Source: change parameters to std::string 6 years ago
cmIDEFlagTable.h VS: Fix nowarn compiler option to accept warning numbers. 7 years ago
cmIDEOptions.cxx VS: Fix nowarn compiler option to accept warning numbers. 7 years ago
cmIDEOptions.h VS: Fix nowarn compiler option to accept warning numbers. 7 years ago
cmIfCommand.cxx Factor out enum MessageType into dedicated header 7 years ago
cmIfCommand.h cleanup: Prefer compiler provided special member functions 7 years ago
cmIncludeCommand.cxx cmMakefile: GetModulesFile() accepts std::string param 7 years ago
cmIncludeCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmIncludeDirectoryCommand.cxx IWYU: Update CMake code for IWYU built with Clang 6 7 years ago
cmIncludeDirectoryCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmIncludeExternalMSProjectCommand.cxx include_external_msproject: Restore support for EXCLUDE_FROM_ALL 7 years ago
cmIncludeExternalMSProjectCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmIncludeGuardCommand.cxx include_guard: implement new command 8 years ago
cmIncludeGuardCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmIncludeRegularExpressionCommand.cxx Include necessary headers in commands 9 years ago
cmIncludeRegularExpressionCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmInstallCommand.cxx Merge topic 'iface-headers' 6 years ago
cmInstallCommand.h install: Add sane set of defaults for DESTINATION and file type parameters 7 years ago
cmInstallCommandArguments.cxx cmInstallCommand: Port to cmArgumentParser 6 years ago
cmInstallCommandArguments.h cmInstallCommand: Port to cmArgumentParser 6 years ago
cmInstallDirectoryGenerator.cxx Refactor: Allow cmInstallGenerator::Compute() to return an error 6 years ago
cmInstallDirectoryGenerator.h Refactor: Allow cmInstallGenerator::Compute() to return an error 6 years ago
cmInstallExportAndroidMKGenerator.cxx Refactor: Allow cmInstallGenerator::Compute() to return an error 6 years ago
cmInstallExportAndroidMKGenerator.h Refactor: Allow cmInstallGenerator::Compute() to return an error 6 years ago
cmInstallExportGenerator.cxx Refactor: Allow cmInstallGenerator::Compute() to return an error 6 years ago
cmInstallExportGenerator.h Refactor: Allow cmInstallGenerator::Compute() to return an error 6 years ago
cmInstallFilesCommand.cxx cmRange: Move to dedicated header file 7 years ago
cmInstallFilesCommand.h Add in-class initialization of some members 7 years ago
cmInstallFilesGenerator.cxx Refactor: Allow cmInstallGenerator::Compute() to return an error 6 years ago
cmInstallFilesGenerator.h Refactor: Allow cmInstallGenerator::Compute() to return an error 6 years ago
cmInstallGenerator.cxx Modernize: Enable modernize-raw-string-literal in clang-tidy 6 years ago
cmInstallGenerator.h Refactor: Allow cmInstallGenerator::Compute() to return an error 6 years ago
cmInstallProgramsCommand.cxx Reduce raw string pointers usage. 8 years ago
cmInstallProgramsCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmInstallScriptGenerator.cxx Refactor: Allow cmInstallGenerator::Compute() to return an error 6 years ago
cmInstallScriptGenerator.h Refactor: Allow cmInstallGenerator::Compute() to return an error 6 years ago
cmInstallSubdirectoryGenerator.cxx Refactor: Allow cmInstallGenerator::Compute() to return an error 6 years ago
cmInstallSubdirectoryGenerator.h Refactor: Allow cmInstallGenerator::Compute() to return an error 6 years ago
cmInstallTargetGenerator.cxx Refactor: Allow cmInstallGenerator::Compute() to return an error 6 years ago
cmInstallTargetGenerator.h Refactor: Allow cmInstallGenerator::Compute() to return an error 6 years ago
cmInstallTargetsCommand.cxx cmTarget: Move member `RuntimeInstallPath` to impl 6 years ago
cmInstallTargetsCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmInstallType.h Simplify CMake per-source license notices 9 years ago
cmInstalledFile.cxx clang-tidy: Use `= default` 7 years ago
cmInstalledFile.h Delete some default constructors and assignment operators 7 years ago
cmJsonObjectDictionary.h cmake-server: Revert "Support codemodel filegroups for INTERFACE_SOURCES" 7 years ago
cmJsonObjects.cxx Use cmSourceFile::GetIsGenerated 7 years ago
cmJsonObjects.h server: Compile json object generation source separately 7 years ago
cmLinkDirectoriesCommand.cxx Factor out enum MessageType into dedicated header 7 years ago
cmLinkDirectoriesCommand.h link_directories(): enhance capabilities 7 years ago
cmLinkItem.cxx clang-tidy: Use `= default` 7 years ago
cmLinkItem.h cleanup: Prefer compiler provided special member functions 7 years ago
cmLinkLibrariesCommand.cxx Fix misc. typos 7 years ago
cmLinkLibrariesCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmLinkLineComputer.cxx clang-tidy: Use `= default` 7 years ago
cmLinkLineComputer.h clang-tidy: Use `= delete` 7 years ago
cmLinkLineDeviceComputer.cxx CUDA: Filter out -framework arguments during device linking 7 years ago
cmLinkLineDeviceComputer.h clang-tidy: Use `= delete` 7 years ago
cmLinkedTree.h cmLinkedTree: Remove deprecated std::iterator 7 years ago
cmListCommand.cxx Merge topic 'cmrange-improvements' 7 years ago
cmListCommand.h list: add sub-commands PREPEND, POP_BACK, POP_FRONT 7 years ago
cmListFileCache.cxx Delete some default constructors and assignment operators 7 years ago
cmListFileCache.h cleanup: Prefer compiler provided special member functions 7 years ago
cmListFileLexer.h Revise C++ coding style using clang-format-6.0 7 years ago
cmLoadCacheCommand.cxx Reduce raw string pointers usage. 8 years ago
cmLoadCacheCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmLoadCommandCommand.cxx Fix invalid ///! doxygen comment line starts 6 years ago
cmLoadCommandCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmLocalCommonGenerator.cxx Merge topic 'tidy-use-equals-default' 7 years ago
cmLocalCommonGenerator.h clang-tidy: Pass by value 7 years ago
cmLocalGenerator.cxx MSVC: Add support for /JMC (Just My Code) 6 years ago
cmLocalGenerator.h Fix invalid ///! doxygen comment line starts 6 years ago
cmLocalGhsMultiGenerator.cxx GHS: Fix include-what-you-use and clang-tidy diagnostics 6 years ago
cmLocalGhsMultiGenerator.h GHS: Fix include-what-you-use and clang-tidy diagnostics 6 years ago
cmLocalNinjaGenerator.cxx Merge topic 'string-cleanup' 6 years ago
cmLocalNinjaGenerator.h Ninja: Add support for ADDITIONAL_CLEAN_FILES directory property 6 years ago
cmLocalUnixMakefileGenerator3.cxx Makefiles: Process ADDTIONAL_CLEAN_FILES dir prop at directory level 6 years ago
cmLocalUnixMakefileGenerator3.h Makefiles: Process ADDTIONAL_CLEAN_FILES dir prop at directory level 6 years ago
cmLocalVisualStudio7Generator.cxx VS: Use AddLanguageFlags to de-duplicate CMAKE_<LANG>_FLAGS* lookup 6 years ago
cmLocalVisualStudio7Generator.h Fix invalid ///! doxygen comment line starts 6 years ago
cmLocalVisualStudio10Generator.cxx Factor out enum MessageType into dedicated header 7 years ago
cmLocalVisualStudio10Generator.h Fix invalid ///! doxygen comment line starts 6 years ago
cmLocalVisualStudioGenerator.cxx cmTarget: Move member `*Commands` to impl 6 years ago
cmLocalVisualStudioGenerator.h VS: Use 'override' keyword for overridden methods in generator classes 8 years ago
cmLocalXCodeGenerator.cxx clang-tidy: Use `= default` 7 years ago
cmLocalXCodeGenerator.h Fix invalid ///! doxygen comment line starts 6 years ago
cmLocale.h clang-tidy: Use `= delete` 7 years ago
cmMSVC60LinkLineComputer.cxx Revise C++ coding style using clang-format-6.0 7 years ago
cmMSVC60LinkLineComputer.h clang-tidy: Use `= delete` 7 years ago
cmMachO.cxx clang-tidy: Use `= default` 7 years ago
cmMachO.h Mark operator bool explicit 7 years ago
cmMacroCommand.cxx cmRange: Move to dedicated header file 7 years ago
cmMacroCommand.h cleanup: Prefer compiler provided special member functions 7 years ago
cmMakeDirectoryCommand.cxx Reduce raw string pointers usage. 8 years ago
cmMakeDirectoryCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmMakefile.cxx Support job pools in custom commands and targets 6 years ago
cmMakefile.h Support job pools in custom commands and targets 6 years ago
cmMakefileExecutableTargetGenerator.cxx Merge topic 'string-cleanup' 6 years ago
cmMakefileExecutableTargetGenerator.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmMakefileLibraryTargetGenerator.cxx Makefiles: Sort clean files by using a std::set<std::string> container 6 years ago
cmMakefileLibraryTargetGenerator.h Makefile generator: link flags management refactoring 7 years ago
cmMakefileTargetGenerator.cxx Makefiles: Process ADDTIONAL_CLEAN_FILES dir prop at directory level 6 years ago
cmMakefileTargetGenerator.h Makefiles: Sort clean files by using a std::set<std::string> container 6 years ago
cmMakefileUtilityTargetGenerator.cxx Ninja,Makefile: use `unique_ptr` for memory management 6 years ago
cmMakefileUtilityTargetGenerator.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmMarkAsAdvancedCommand.cxx Use C++11 nullptr 8 years ago
cmMarkAsAdvancedCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmMathCommand.cxx Factor out enum MessageType into dedicated header 7 years ago
cmMathCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmMessageCommand.cxx message(): Minor code modernization 6 years ago
cmMessageCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmMessageType.h Factor out enum MessageType into dedicated header 7 years ago
cmMessenger.cxx cmSystemTools::Message: Add overload accepting std::string 7 years ago
cmMessenger.h Factor out enum MessageType into dedicated header 7 years ago
cmNewLineStyle.cxx clang-tidy: Use `= default` 7 years ago
cmNewLineStyle.h clang-tidy: Use default member initialization 7 years ago
cmNinjaLinkLineComputer.cxx Pass large types by const&, small types by value 8 years ago
cmNinjaLinkLineComputer.h clang-tidy: Use `= delete` 7 years ago
cmNinjaNormalTargetGenerator.cxx Merge topic 'ninja-swift' 6 years ago
cmNinjaNormalTargetGenerator.h Create and use `cmGeneratorTarget::Names` 7 years ago
cmNinjaTargetGenerator.cxx Merge topic 'ninja-swift' 6 years ago
cmNinjaTargetGenerator.h Ninja: add support for Swift's output-file-map.json 6 years ago
cmNinjaTypes.h Ninja: Improve performance with deeply-dependent custom targets 8 years ago
cmNinjaUtilityTargetGenerator.cxx Support job pools in custom commands and targets 6 years ago
cmNinjaUtilityTargetGenerator.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmOSXBundleGenerator.cxx cmMakefile::ConfigureFile: Accept `std::string` parameters 7 years ago
cmOSXBundleGenerator.h clang-tidy: Use `= default` 7 years ago
cmOptionCommand.cxx Factor out enum MessageType into dedicated header 7 years ago
cmOptionCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmOrderDirectories.cxx clang-tidy: Use `= default` 7 years ago
cmOrderDirectories.h Delete some default constructors and assignment operators 7 years ago
cmOutputConverter.cxx cmOutputConverter: move ConvertToRelativePath to cmStateDirectory. 7 years ago
cmOutputConverter.h Fix invalid ///! doxygen comment line starts 6 years ago
cmOutputRequiredFilesCommand.cxx Source: std::string related cleanup 6 years ago
cmOutputRequiredFilesCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmParseArgumentsCommand.cxx cmParseArgumentsCommand: Port to cmArgumentParser 6 years ago
cmParseArgumentsCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmPathLabel.cxx clang-tidy: Pass by value 7 years ago
cmPathLabel.h clang-tidy: Pass by value 7 years ago
cmPipeConnection.cxx clang-tidy: Pass by value 7 years ago
cmPipeConnection.h clang-tidy: Pass by value 7 years ago
cmPolicies.cxx Modernize: Enable modernize-raw-string-literal in clang-tidy 6 years ago
cmPolicies.h FindBoost: Introduce CMP0093 to report Boost_VERSION in x.y.z format 6 years ago
cmProcessOutput.cxx clang-tidy: Use `= default` 7 years ago
cmProcessOutput.h Revise C++ coding style using clang-format-6.0 7 years ago
cmProcessTools.cxx Fixed all but one clang -Wcomma warning 7 years ago
cmProcessTools.h clang-tidy: Use `= default` 7 years ago
cmProjectCommand.cxx Merge topic 'pr.projectbefore' 6 years ago
cmProjectCommand.h project: Add variable CMAKE_PROJECT_INCLUDE 6 years ago
cmProperty.cxx IWYU: Mark cmConfigure.h with pragma: keep 8 years ago
cmProperty.h Use quotes for non-system includes 8 years ago
cmPropertyDefinition.cxx Simplify CMake per-source license notices 9 years ago
cmPropertyDefinition.h Use quotes for non-system includes 8 years ago
cmPropertyDefinitionMap.cxx Simplify CMake per-source license notices 9 years ago
cmPropertyDefinitionMap.h Use quotes for non-system includes 8 years ago
cmPropertyMap.cxx Meta: modernize old-fashioned loops to range-based `for`. 8 years ago
cmPropertyMap.h Use quotes for non-system includes 8 years ago
cmQTWrapCPPCommand.cxx cmRange: Move to dedicated header file 7 years ago
cmQTWrapCPPCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmQTWrapUICommand.cxx cmRange: Move to dedicated header file 7 years ago
cmQTWrapUICommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmQtAutoGen.cxx Autogen: Refactor AUTOMOC and AUTOUIC and add source file parse data caching 6 years ago
cmQtAutoGen.h AutoRcc: Make rcc parsing function private 6 years ago
cmQtAutoGenGlobalInitializer.cxx Autogen: Add more frequently used keywords to Keywords class 6 years ago
cmQtAutoGenGlobalInitializer.h Autogen: Add more frequently used keywords to Keywords class 6 years ago
cmQtAutoGenInitializer.cxx Autogen: Use ADDITIONAL_CLEAN_FILES target property for file cleaning 6 years ago
cmQtAutoGenInitializer.h Autogen: Use ADDITIONAL_CLEAN_FILES target property for file cleaning 6 years ago
cmQtAutoGenerator.cxx Autogen: A missing info file is a critical error 6 years ago
cmQtAutoGenerator.h Autogen: Refactor AUTOMOC and AUTOUIC and add source file parse data caching 6 years ago
cmQtAutoMocUic.cxx Autogen: Refactor AUTOMOC and AUTOUIC and add source file parse data caching 6 years ago
cmQtAutoMocUic.h Autogen: Refactor AUTOMOC and AUTOUIC and add source file parse data caching 6 years ago
cmQtAutoRcc.cxx AutoRcc: Simplify error logging with utility lambda 6 years ago
cmQtAutoRcc.h AutoRcc: Rebuild if the rcc executable is newer than its output 6 years ago
cmRST.cxx cmRST: Fix crash on empty markup block 6 years ago
cmRST.h clang-tidy: Pass by value 7 years ago
cmRange.h cmRange: Add unit tests 7 years ago
cmRemoveCommand.cxx cmSystemTools: Add ExpandedListArgument and ExpandedLists methods 6 years ago
cmRemoveCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmRemoveDefinitionsCommand.cxx Reduce raw string pointers usage. 8 years ago
cmRemoveDefinitionsCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmReturnCommand.cxx cmExecutionStatus: Remove arguments from setters 8 years ago
cmReturnCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmRulePlaceholderExpander.cxx Ninja: add placeholders to support Swift build 6 years ago
cmRulePlaceholderExpander.h Ninja: add placeholders to support Swift build 6 years ago
cmScriptGenerator.cxx clang-tidy: Use `= default` 7 years ago
cmScriptGenerator.h clang-tidy: Use `= delete` 7 years ago
cmSearchPath.cxx Prefer front/back/data over dereferencing begin/rbegin iter 7 years ago
cmSearchPath.h find_package: Use PackageName_ROOT variables as search prefixes 7 years ago
cmSeparateArgumentsCommand.cxx Meta: modernize old-fashioned loops to range-based `for`. 8 years ago
cmSeparateArgumentsCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmServer.cxx cmake: Progress functions use `std::string` param 7 years ago
cmServer.h cmake: Progress functions use `std::string` param 7 years ago
cmServerConnection.cxx cmServerConnection: make return conversions explicit 7 years ago
cmServerConnection.h server: Switched to a auto model for handles 8 years ago
cmServerDictionary.h server: Split json dictionary into separate header 7 years ago
cmServerProtocol.cxx server: deprecate in favor of the file-api 6 years ago
cmServerProtocol.h clang-tidy: Use `= delete` 7 years ago
cmSetCommand.cxx cmRange: Move to dedicated header file 7 years ago
cmSetCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmSetDirectoryPropertiesCommand.cxx Include necessary headers in commands 9 years ago
cmSetDirectoryPropertiesCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmSetPropertyCommand.cxx Modernize: Enable modernize-raw-string-literal in clang-tidy 6 years ago
cmSetPropertyCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmSetSourceFilesPropertiesCommand.cxx clang-tidy: Use emplace 7 years ago
cmSetSourceFilesPropertiesCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmSetTargetPropertiesCommand.cxx clang-tidy: remove else after break and continue 8 years ago
cmSetTargetPropertiesCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmSetTestsPropertiesCommand.cxx clang-tidy: remove else after break and continue 8 years ago
cmSetTestsPropertiesCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmSiteNameCommand.cxx cmSystemTools::RunSingleCommand: Accept std::string argument 7 years ago
cmSiteNameCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmSourceFile.cxx cmSourceFile: Check if a file is GENERATED first in the full path computation 7 years ago
cmSourceFile.h Fix invalid ///! doxygen comment line starts 6 years ago
cmSourceFileLocation.cxx cmSourceFile: Refactor FindFullPath method 7 years ago
cmSourceFileLocation.h cmSourceFile: Refactor FindFullPath method 7 years ago
cmSourceFileLocationKind.h cmSourceFileLocation: allow skipping ambiguous extensions 8 years ago
cmSourceGroup.cxx clang-tidy: Pass by value 7 years ago
cmSourceGroup.h clang-tidy: Pass by value 7 years ago
cmSourceGroupCommand.cxx source_group command ensures that FILES arguments are actually files 6 years ago
cmSourceGroupCommand.h source_group: Fix TREE argument parsing 8 years ago
cmStandardLexer.h Revise C++ coding style using clang-format-6.0 7 years ago
cmState.cxx CMake: Provide language level compile features lists 6 years ago
cmState.h Fix invalid ///! doxygen comment line starts 6 years ago
cmStateDirectory.cxx cmRange: Move to dedicated header file 7 years ago
cmStateDirectory.h cmOutputConverter: move ConvertToRelativePath to cmStateDirectory. 7 years ago
cmStatePrivate.h clang-tidy: Remove redundant member initializations 7 years ago
cmStateSnapshot.cxx cmake: inlined files dir constant and removed it from cmake.h 7 years ago
cmStateSnapshot.h cmStateSnapshot: Add method to get current directory snapshot 7 years ago
cmStateTypes.h Replace boolean `implib` parameters with enum 8 years ago
cmString.cxx String: Add str_if_stable() as a const alternative to str() 7 years ago
cmString.hxx IWYU: Update CMake code for IWYU built with Clang 6 7 years ago
cmStringCommand.cxx string: introduce `REPEAT` sub-command 6 years ago
cmStringCommand.h string: introduce `REPEAT` sub-command 6 years ago
cmStringReplaceHelper.cxx clang-tidy: Pass by value 7 years ago
cmStringReplaceHelper.h clang-tidy: Use `= default` 7 years ago
cmSubdirCommand.cxx cmMakefile: return directories as const std::string& 7 years ago
cmSubdirCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmSubdirDependsCommand.cxx fix some include-what-you-use diagnostics 9 years ago
cmSubdirDependsCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmSystemTools.cxx cmake: Teach cmake -E tar command, Zstandard compression 6 years ago
cmSystemTools.h cmake: Teach cmake -E tar command, Zstandard compression 6 years ago
cmTarget.cxx Ninja: add placeholders to support Swift build 6 years ago
cmTarget.h Fix invalid ///! doxygen comment line starts 6 years ago
cmTargetCompileDefinitionsCommand.cxx Factor out enum MessageType into dedicated header 7 years ago
cmTargetCompileDefinitionsCommand.h Teach target_* commands to set INTERFACE properties of IMPORTED targets 8 years ago
cmTargetCompileFeaturesCommand.cxx Factor out enum MessageType into dedicated header 7 years ago
cmTargetCompileFeaturesCommand.h Teach target_* commands to set INTERFACE properties of IMPORTED targets 8 years ago
cmTargetCompileOptionsCommand.cxx Factor out enum MessageType into dedicated header 7 years ago
cmTargetCompileOptionsCommand.h Teach target_* commands to set INTERFACE properties of IMPORTED targets 8 years ago
cmTargetDepend.h Track backtraces in target dependencies internally 7 years ago
cmTargetExport.h Allow OBJECT libraries to be installed, exported, and imported 8 years ago
cmTargetIncludeDirectoriesCommand.cxx Factor out enum MessageType into dedicated header 7 years ago
cmTargetIncludeDirectoriesCommand.h Teach target_* commands to set INTERFACE properties of IMPORTED targets 8 years ago
cmTargetLinkDirectoriesCommand.cxx Factor out enum MessageType into dedicated header 7 years ago
cmTargetLinkDirectoriesCommand.h LINK_DIRECTORIES: Add new properties and commands 7 years ago
cmTargetLinkLibrariesCommand.cxx Merge branch 'out-of-dir-linking-private-deps' into release-3.14 6 years ago
cmTargetLinkLibrariesCommand.h Add in-class initialization of some members 7 years ago
cmTargetLinkLibraryType.h Simplify CMake per-source license notices 9 years ago
cmTargetLinkOptionsCommand.cxx Factor out enum MessageType into dedicated header 7 years ago
cmTargetLinkOptionsCommand.h LINK_OPTIONS: Add new family of properties 7 years ago
cmTargetPropCommandBase.cxx cmTargetPropCommandBase: check keywords after parsing 7 years ago
cmTargetPropCommandBase.h Add in-class initialization of some members 7 years ago
cmTargetPropertyComputer.cxx InterfaceLibrary: Whitelist EXPORT_PROPERTIES property 6 years ago
cmTargetPropertyComputer.h Modernize: Prefer .substr in place of .c_str() + int 6 years ago
cmTargetSourcesCommand.cxx Factor out enum MessageType into dedicated header 7 years ago
cmTargetSourcesCommand.h target_sources: Interpret relative paths as relative to the calling directory 7 years ago
cmTest.cxx clang-tidy: Use `= default` 7 years ago
cmTest.h Fix invalid ///! doxygen comment line starts 6 years ago
cmTestGenerator.cxx cmRange: Move to dedicated header file 7 years ago
cmTestGenerator.h clang-tidy: Use `= delete` 7 years ago
cmTimestamp.cxx string(TIMESTAMP): Fix unset TZ 7 years ago
cmTimestamp.h cleanup: Prefer compiler provided special member functions 7 years ago
cmTryCompileCommand.cxx Factor out enum MessageType into dedicated header 7 years ago
cmTryCompileCommand.h Maint: misc. typos 7 years ago
cmTryRunCommand.cxx Source: std::string related cleanup 6 years ago
cmTryRunCommand.h Maint: misc. typos 7 years ago
cmUVHandlePtr.cxx cmUVProcessChain: Add cmUVProcessChain 6 years ago
cmUVHandlePtr.h cmUVHandlePtr: Add cm::uv_loop_ptr 6 years ago
cmUVProcessChain.cxx cmUVProcessChain: Add assert() for static analysis tools 6 years ago
cmUVProcessChain.h cmUVProcessChain: Add cmUVProcessChain 6 years ago
cmUVSignalHackRAII.h Revise C++ coding style using clang-format-6.0 7 years ago
cmUVStreambuf.h cmUVProcessChain: Add cmUVProcessChain 6 years ago
cmUnexpectedCommand.cxx Combine all unexpected commands to a single class 9 years ago
cmUnexpectedCommand.h clang-tidy: Pass by value 7 years ago
cmUnsetCommand.cxx cm{Unset,Set}Command: use std::string to determine the env variable name 8 years ago
cmUnsetCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmUseMangledMesaCommand.cxx Source: change parameters to std::string 6 years ago
cmUseMangledMesaCommand.h Source: change parameters to std::string 6 years ago
cmUtilitySourceCommand.cxx cmMakefile::GetRequiredDefinition: return const std::string& 7 years ago
cmUtilitySourceCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmUtils.hxx Generators: remove KDevelop3 generator 8 years ago
cmUuid.cxx cmUuid: Hide UUID group info in implementation 7 years ago
cmUuid.h cmUuid: Hide UUID group info in implementation 7 years ago
cmVSSetupHelper.cxx VS: Drop workaround needed only for VS 2019 preview 2 and 3 7 years ago
cmVSSetupHelper.h cleanup: Prefer compiler provided special member functions 7 years ago
cmVariableRequiresCommand.cxx cmSystemTools::Error(): new overload accepting std::string 7 years ago
cmVariableRequiresCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmVariableWatch.cxx clang-tidy: Use `= default` 7 years ago
cmVariableWatch.h Delete some default constructors and assignment operators 7 years ago
cmVariableWatchCommand.cxx Merge topic 'tidy-use-equals-default' 7 years ago
cmVariableWatchCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmVersion.cxx Simplify CMake per-source license notices 9 years ago
cmVersion.h Use quotes for non-system includes 8 years ago
cmVersionConfig.h.in Simplify CMake per-source license notices 9 years ago
cmVersionMacros.h Revise C++ coding style using clang-format-6.0 7 years ago
cmVisualStudio10TargetGenerator.cxx Source: std::string related cleanup 6 years ago
cmVisualStudio10TargetGenerator.h Merge topic 'vs-project-import' 6 years ago
cmVisualStudio10ToolsetOptions.cxx VS: Update for Visual Studio 2019 Preview 2 7 years ago
cmVisualStudio10ToolsetOptions.h GlobalVisualStudio10Generator: Support non-standard toolset json flag files. 7 years ago
cmVisualStudioGeneratorOptions.cxx VS: Fix Fortran runtime library flag map special case for '-' options 6 years ago
cmVisualStudioGeneratorOptions.h cmVisualStudioGeneratorOptions::Parse(): const std::string& argument 7 years ago
cmVisualStudioSlnData.cxx Simplify CMake per-source license notices 9 years ago
cmVisualStudioSlnData.h IWYU: Mark cmConfigure.h with pragma: keep 8 years ago
cmVisualStudioSlnParser.cxx Using front() and back() instead of calculations 7 years ago
cmVisualStudioSlnParser.h IWYU: Mark cmConfigure.h with pragma: keep 8 years ago
cmVisualStudioWCEPlatformParser.cxx Meta: replace empty-string assignments with `clear()`. 8 years ago
cmVisualStudioWCEPlatformParser.h IWYU: Mark cmConfigure.h with pragma: keep 8 years ago
cmWhileCommand.cxx Factor out enum MessageType into dedicated header 7 years ago
cmWhileCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmWorkerPool.cxx cmWorkerPool: Factor our worker thread class (internals) 6 years ago
cmWorkerPool.h cmWorkerPool: Set worker thread count separately to Process() 6 years ago
cmWorkingDirectory.cxx cmWorkingDirectory: Check success of current dir changes 8 years ago
cmWorkingDirectory.h Delete some default constructors and assignment operators 7 years ago
cmWriteFileCommand.cxx Source: Fix various compiler warnings in Visual Studio 2017 7 years ago
cmWriteFileCommand.h Use C++11 override instead of CM_OVERRIDE 8 years ago
cmXCode21Object.cxx Convert some leftover loops to C++11 range-based loop 8 years ago
cmXCode21Object.h Fix some occurrences of missing override keywords 8 years ago
cmXCodeObject.cxx Xcode: use ranged for loops, cleanup existing for loops 8 years ago
cmXCodeObject.h Xcode: use ranged for loops, cleanup existing for loops 8 years ago
cmXCodeScheme.cxx XCode: Add scheme option XCODE_SCHEME_DEBUG_AS_ROOT 6 years ago
cmXCodeScheme.h clang-tidy: Pass by value 7 years ago
cmXMLParser.cxx cmXMLParser: Avoid -Wconversion warning 7 years ago
cmXMLParser.h Use quotes for non-system includes 8 years ago
cmXMLSafe.cxx Simplify CMake per-source license notices 9 years ago
cmXMLSafe.h Use quotes for non-system includes 8 years ago
cmXMLWriter.cxx Modernize: Enable modernize-raw-string-literal in clang-tidy 6 years ago
cmXMLWriter.h Delete some default constructors and assignment operators 7 years ago
cm_codecvt.cxx clang-tidy: Use `= default` 7 years ago
cm_codecvt.hxx Revise C++ coding style using clang-format-6.0 7 years ago
cm_get_date.c Simplify CMake per-source license notices 9 years ago
cm_get_date.h Simplify CMake per-source license notices 9 years ago
cm_static_string_view.hxx String: Add support for a ""_s string literal syntax 7 years ago
cm_string_view.cxx Add support for using C++17 string_view or a fallback 7 years ago
cm_string_view.hxx Add support for using C++17 string_view or a fallback 7 years ago
cm_sys_stat.h CPackDeb: Enable the DEB generator on Windows 8 years ago
cm_thread.hxx clang-tidy: Use `= delete` 7 years ago
cm_utf8.c cm_utf8: add an is_valid function 6 years ago
cm_utf8.h cm_utf8: add an is_valid function 6 years ago
cmake.cxx Source: change parameters to std::string 6 years ago
cmake.h Source: change parameters to std::string 6 years ago
cmake.version.manifest Windows: Fix CMAKE_HOST_SYSTEM_VERSION on Windows >= 8 (#15674) 10 years ago
cmakemain.cxx Merge topic 'std-pipes-always' 6 years ago
cmcldeps.cxx RC: Pass output file in a way that llvm-rc 7 and below understand 7 years ago
cmcmd.cxx cmake: Teach cmake -E tar command, Zstandard compression 6 years ago
cmcmd.h cmcmd: Pass args vector by const& 6 years ago
ctest.cxx Ensure stdin, stdout, and stderr pipes are always open 6 years ago
dir.dox Added CMake_BUILD_DEVELOPER_REFERENCE option 9 years ago
dir.dox.in Added CMake_BUILD_DEVELOPER_REFERENCE option 9 years ago