CMake/Source
Lingkai Dong c4941b7e66 ARMClang: Do not automatically add cpu/arch compile or link options
The compile options `--march=<arch>` and `--mcpu=<cpu>` and the
link option `--cpu=<cpu>` are automatically added by CMake based
on `CMAKE_SYSTEM_PROCESSOR` or `CMAKE_SYSTEM_ARCH`. But this is not
sufficient, because armclang also supports enabling or disabling
features using `+<feature>`:

    -mcpu=<name>[+[no]<feature>+...]

For example:

    -mcpu=cortex-a57+nocrypto+nofp+nosimd+crc

(Reference: https://developer.arm.com/documentation/dui0774/k/Compiler-Command-line-Options/-mcpu?lang=en)

The problem is, even if a project adds a flag with features it needs,
CMake still adds flags, resulting in code that is compiled with wrong
CPU features and unable to run.

Add policy `CMP0123` to not automatically add compile or link options,
and let projects set them instead.

Co-Author: Brad King <brad.king@kitware.com>
Fixes: #21173
2021-04-27 14:03:15 -04:00
..
Checks Restore support for cross-compiling CMake itself 2021-01-18 12:23:23 -05:00
CPack Update CMake code using KWSys to account for Status return values 2021-04-14 13:14:09 -04:00
CTest Update CMake code using KWSys to account for Status return values 2021-04-14 13:14:09 -04:00
CursesDialog Utilities: Suppress warnings in third-party code with NVHPC 2021-04-20 11:44:25 -04:00
kwsys Merge branch 'upstream-KWSys' into update-kwsys 2021-04-19 09:46:56 -04:00
LexerParser LexerParser: Suppress gcc -Wfree-nonheap-object warnings in generated code 2021-02-05 06:48:44 -05:00
Modules
QtDialog cmake-presets: Make generator and binaryDir fields optional 2021-04-07 01:24:44 +02:00
QtIFW
.gitattributes
bindexplib.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
bindexplib.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cm_codecvt.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cm_codecvt.hxx Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cm_get_date.c
cm_get_date.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cm_sys_stat.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cm_utf8.c
cm_utf8.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmAddCompileDefinitionsCommand.cxx
cmAddCompileDefinitionsCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmAddCompileOptionsCommand.cxx
cmAddCompileOptionsCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmAddCustomCommandCommand.cxx cmCustomCommand: Record value of CMP0116 at time of creation 2021-02-23 09:14:31 -05:00
cmAddCustomCommandCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmAddCustomTargetCommand.cxx cmCustomCommand: Record value of CMP0116 at time of creation 2021-02-23 09:14:31 -05:00
cmAddCustomTargetCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmAddDefinitionsCommand.cxx
cmAddDefinitionsCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmAddDependenciesCommand.cxx
cmAddDependenciesCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmAddExecutableCommand.cxx
cmAddExecutableCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmAddLibraryCommand.cxx add_library(): Allow imported object libraries with multi-arch 2021-02-06 11:34:28 +11:00
cmAddLibraryCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmAddLinkOptionsCommand.cxx
cmAddLinkOptionsCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmAddSubDirectoryCommand.cxx
cmAddSubDirectoryCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmAddTestCommand.cxx
cmAddTestCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmAffinity.cxx
cmAffinity.h
cmake.cxx cmake: Improve error message when failing to update generation timestamp 2021-04-21 10:45:16 -04:00
cmake.h cmake: add support for --toolchain command argument 2021-04-15 10:13:49 -04:00
cmake.version.manifest
CMakeInstallDestinations.cmake
CMakeInstallSignTool.cmake.in
CMakeLists.txt Refactor: Move some common code into separate file 2021-03-19 11:30:07 -04:00
cmakemain.cxx cmake: Add support for '--build --prefix=<prefix>' form of the argument 2021-02-23 09:11:44 -05:00
CMakeSourceDir.txt.in
CMakeVersion.bash
CMakeVersion.cmake CMake Nightly Date Stamp 2021-04-21 00:01:08 -04:00
CMakeVersion.rc.in
cmAlgorithms.h Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmArchiveWrite.cxx CPack: add CPACK_THREADS variable to control compression threads 2021-01-26 16:23:37 +01:00
cmArchiveWrite.h CPack: add CPACK_THREADS variable to control compression threads 2021-01-26 16:23:37 +01:00
cmArgumentParser.cxx
cmArgumentParser.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmAuxSourceDirectoryCommand.cxx clang-tidy: fix readability-qualified-auto warnings 2021-01-27 08:45:45 -05:00
cmAuxSourceDirectoryCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmBase32.cxx clang-tidy: fix performance-trivially-destructible warnings 2021-01-27 08:45:44 -05:00
cmBase32.h clang-tidy: fix readability-redundant-access-specifiers warnings 2021-01-27 08:45:45 -05:00
cmBinUtilsLinker.cxx
cmBinUtilsLinker.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmBinUtilsLinuxELFGetRuntimeDependenciesTool.cxx
cmBinUtilsLinuxELFGetRuntimeDependenciesTool.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmBinUtilsLinuxELFLinker.cxx
cmBinUtilsLinuxELFLinker.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmBinUtilsLinuxELFObjdumpGetRuntimeDependenciesTool.cxx
cmBinUtilsLinuxELFObjdumpGetRuntimeDependenciesTool.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmBinUtilsMacOSMachOGetRuntimeDependenciesTool.cxx
cmBinUtilsMacOSMachOGetRuntimeDependenciesTool.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmBinUtilsMacOSMachOLinker.cxx
cmBinUtilsMacOSMachOLinker.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmBinUtilsMacOSMachOOToolGetRuntimeDependenciesTool.cxx file(GET_RUNTIME_DEPENDENCIES): Fix weak macOS libraries not detected 2021-01-20 10:26:54 -05:00
cmBinUtilsMacOSMachOOToolGetRuntimeDependenciesTool.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool.cxx
cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmBinUtilsWindowsPEGetRuntimeDependenciesTool.cxx
cmBinUtilsWindowsPEGetRuntimeDependenciesTool.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmBinUtilsWindowsPELinker.cxx
cmBinUtilsWindowsPELinker.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmBinUtilsWindowsPEObjdumpGetRuntimeDependenciesTool.cxx
cmBinUtilsWindowsPEObjdumpGetRuntimeDependenciesTool.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmBreakCommand.cxx
cmBreakCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmBuildCommand.cxx cmMakefile::GetDefinition: return cmProp 2020-09-02 07:27:32 -04:00
cmBuildCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmBuildNameCommand.cxx cmMakefile::GetDefinition: return cmProp 2020-09-02 07:27:32 -04:00
cmBuildNameCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmCacheManager.cxx clang-tidy: fix readability-qualified-auto warnings 2021-01-27 08:45:45 -05:00
cmCacheManager.h clang-tidy: fix readability-qualified-auto warnings 2021-01-27 08:45:45 -05:00
cmCallVisualStudioMacro.cxx
cmCallVisualStudioMacro.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmcldeps.cxx
cmCLocaleEnvironmentScope.cxx
cmCLocaleEnvironmentScope.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmCMakeHostSystemInformationCommand.cxx
cmCMakeHostSystemInformationCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmCMakeLanguageCommand.cxx cmListFileCache: Make cmListFileFunction a shared pointer 2020-10-01 14:28:03 +03:00
cmCMakeLanguageCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmCMakeMinimumRequired.cxx
cmCMakeMinimumRequired.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmCMakePath.cxx cmake_path: various updates 2021-01-13 15:27:49 +01:00
cmCMakePath.h cmCMakePath: Class for path handling 2020-09-06 10:34:17 +02:00
cmCMakePathCommand.cxx cmake_path: rename 'GET ... RELATIVE_PATH' to 'GET ... RELATIVE_PART' 2021-01-28 11:06:31 +11:00
cmCMakePathCommand.h cmake_path command: path management 2020-09-06 10:52:25 +02:00
cmCMakePolicyCommand.cxx cmake_policy: Add check for return value of SetPolicyVersion 2020-12-14 04:55:55 +01:00
cmCMakePolicyCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmCMakePresetsFile.cxx cmake-presets: Make generator and binaryDir fields optional 2021-04-07 01:24:44 +02:00
cmCMakePresetsFile.h cmake-presets: Make generator and binaryDir fields optional 2021-04-07 01:24:44 +02:00
cmCMakePresetsFileInternal.h CMakePresets.json: Add matches condition 2021-03-31 10:24:24 -04:00
cmCMakePresetsFileReadJSON.cxx CMakePresets.json: Add matches condition 2021-03-31 10:24:24 -04:00
cmcmd.cxx Xcode: Add support of DEPFILE for add_custom_command, part 2 2021-04-17 11:05:26 +02:00
cmcmd.h cmcmd: Improve error message from cmake_symlink_{library,executable} 2021-04-15 12:40:37 -04:00
cmCommand.cxx
cmCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmCommandArgumentParserHelper.cxx clang-tidy: fix readability-qualified-auto warnings 2021-01-27 08:45:45 -05:00
cmCommandArgumentParserHelper.h cmCommandArgumentParserHelper: rework input handling 2020-09-09 15:49:35 +03:00
cmCommandLineArgument.h Merge topic 'correct_arg_parsing' 2021-03-29 09:29:40 -04:00
cmCommands.cxx cmake_path: remove new command from 3.19 2020-11-03 09:55:35 -05:00
cmCommands.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmCommonTargetGenerator.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmCommonTargetGenerator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmComputeComponentGraph.cxx cmComputeComponentGraph: Move work out of constructor into Compute() method 2020-07-28 15:30:56 -04:00
cmComputeComponentGraph.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmComputeLinkDepends.cxx cmMakefile::GetDefinition: return cmProp 2020-09-02 07:27:32 -04:00
cmComputeLinkDepends.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmComputeLinkInformation.cxx Genex: Add TARGET_RUNTIME_DLLS genex 2021-02-24 14:55:17 -05:00
cmComputeLinkInformation.h Genex: Add TARGET_RUNTIME_DLLS genex 2021-02-24 14:55:17 -05:00
cmComputeTargetDepends.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmComputeTargetDepends.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmConditionEvaluator.cxx Update CMake code using KWSys to account for Status return values 2021-04-14 13:14:09 -04:00
cmConditionEvaluator.h cmConditionEvaluator: Remove extra copy of execution context 2020-09-28 09:49:08 -04:00
cmConfigure.cmake.h.in cmXCOFF: Add helper to parse and edit the XCOFF binary format 2021-02-03 12:26:58 -05:00
cmConfigureFileCommand.cxx Cleanup: Fix misspelt name of local C++ variable 2021-03-26 22:17:57 +11:00
cmConfigureFileCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmConsoleBuf.cxx clang-tidy: fix performance-trivially-destructible warnings 2021-01-27 08:45:44 -05:00
cmConsoleBuf.h clang-tidy: fix performance-trivially-destructible warnings 2021-01-27 08:45:44 -05:00
cmContinueCommand.cxx
cmContinueCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmConvertMSBuildXMLToJSON.py
cmCoreTryCompile.cxx ARMClang: Do not automatically add cpu/arch compile or link options 2021-04-27 14:03:15 -04:00
cmCoreTryCompile.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmCPackPropertiesGenerator.cxx
cmCPackPropertiesGenerator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmCPluginAPI.cxx cmCustomCommand: Record value of CMP0116 at time of creation 2021-02-23 09:14:31 -05:00
cmCPluginAPI.h
cmCreateTestSourceList.cxx cmCreateTestSourceList: avoid generating duplicate declarations 2021-02-24 13:33:28 -05:00
cmCreateTestSourceList.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmCryptoHash.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmCryptoHash.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmCTest.cxx Update CMake code using KWSys to account for Status return values 2021-04-14 13:14:09 -04:00
cmCTest.h ctest: Support multiple -L and -LE options to mean "AND" 2021-03-28 12:04:05 +11:00
cmCurl.cxx
cmCurl.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmCustomCommand.cxx cmCustomCommand: Record value of CMP0116 at time of creation 2021-02-23 09:14:31 -05:00
cmCustomCommand.h cmCustomCommand: Record value of CMP0116 at time of creation 2021-02-23 09:14:31 -05:00
cmCustomCommandGenerator.cxx Xcode: Add support of DEPFILE for add_custom_command, part 2 2021-04-17 11:05:26 +02:00
cmCustomCommandGenerator.h Xcode: Add support of DEPFILE for add_custom_command 2021-04-15 12:17:31 -04:00
cmCustomCommandLines.cxx
cmCustomCommandLines.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmCustomCommandTypes.h cmMakefile: Simplify custom target 'force' output name generation 2020-12-15 07:00:52 -05:00
cmDefinePropertyCommand.cxx
cmDefinePropertyCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmDefinitions.cxx
cmDefinitions.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmDepends.cxx clang-tidy: fix readability-make-member-function-const warnings 2021-01-27 08:45:45 -05:00
cmDepends.h clang-tidy: fix readability-redundant-access-specifiers warnings 2021-01-27 08:45:45 -05:00
cmDependsC.cxx cmDepends: merge dependers of depend makefile 2021-01-05 07:48:27 -05:00
cmDependsC.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmDependsCompiler.cxx Ninja: add_custom_command(DEPFILE): Ensure dependencies consistency 2021-01-19 13:17:14 +01:00
cmDependsCompiler.h Makefiles Generators: use compiler for dependencies generation 2020-11-29 15:25:42 +01:00
cmDependsFortran.cxx cmDepends: merge dependers of depend makefile 2021-01-05 07:48:27 -05:00
cmDependsFortran.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmDependsJava.cxx
cmDependsJava.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmDependsJavaParserHelper.cxx clang-tidy: fix readability-make-member-function-const warnings 2021-01-27 08:45:45 -05:00
cmDependsJavaParserHelper.h clang-tidy: fix readability-make-member-function-const warnings 2021-01-27 08:45:45 -05:00
cmDocumentation.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmDocumentation.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmDocumentationEntry.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmDocumentationFormatter.cxx
cmDocumentationFormatter.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmDocumentationSection.cxx
cmDocumentationSection.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmDuration.cxx
cmDuration.h
cmDynamicLoader.cxx
cmDynamicLoader.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmELF.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmELF.h Rename CMAKE_USE_ELF_PARSER to CMake_USE_ELF_PARSER 2021-02-03 11:35:31 -05:00
cmEnableLanguageCommand.cxx
cmEnableLanguageCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmEnableTestingCommand.cxx
cmEnableTestingCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmExecProgramCommand.cxx
cmExecProgramCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmExecuteProcessCommand.cxx clang-tidy: fix readability-qualified-auto warnings 2021-01-27 08:45:45 -05:00
cmExecuteProcessCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmExecutionStatus.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmExpandedCommandArgument.cxx cmConditionEvaluator: More use of cmProp 2020-09-08 12:19:34 -04:00
cmExpandedCommandArgument.h cmConditionEvaluator: More use of cmProp 2020-09-08 12:19:34 -04:00
cmExportBuildAndroidMKGenerator.cxx
cmExportBuildAndroidMKGenerator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmExportBuildFileGenerator.cxx export: Do not fail generation for separate namelink only case 2020-12-01 07:35:17 -05:00
cmExportBuildFileGenerator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmExportCommand.cxx
cmExportCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmExportFileGenerator.cxx export: Increase maximum policy version in exported files to 3.19 2021-02-10 09:26:04 -05:00
cmExportFileGenerator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmExportInstallAndroidMKGenerator.cxx
cmExportInstallAndroidMKGenerator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmExportInstallFileGenerator.cxx install(EXPORT): Set copy-if-different on install export config files 2021-01-19 09:59:19 -05:00
cmExportInstallFileGenerator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmExportLibraryDependenciesCommand.cxx
cmExportLibraryDependenciesCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmExportSet.cxx
cmExportSet.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmExportTryCompileFileGenerator.cxx Genex: $<HOST_LINK:> and $<DEVICE_LINK:> must be usable in try_compile 2021-03-31 19:03:35 +02:00
cmExportTryCompileFileGenerator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmExprParserHelper.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmExprParserHelper.h clang-tidy: fix readability-make-member-function-const warnings 2021-01-27 08:45:45 -05:00
cmExternalMakefileProjectGenerator.cxx
cmExternalMakefileProjectGenerator.h Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmExtraCodeBlocksGenerator.cxx clang-tidy: fix readability-qualified-auto warnings 2021-01-27 08:45:45 -05:00
cmExtraCodeBlocksGenerator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmExtraCodeLiteGenerator.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmExtraCodeLiteGenerator.h clang-tidy: fix readability-redundant-access-specifiers warnings 2021-01-27 08:45:45 -05:00
cmExtraEclipseCDT4Generator.cxx cmMakefile::GetDefinition: return cmProp 2020-09-02 07:27:32 -04:00
cmExtraEclipseCDT4Generator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmExtraKateGenerator.cxx cmMakefile::GetDefinition: return cmProp 2020-09-02 07:27:32 -04:00
cmExtraKateGenerator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmExtraSublimeTextGenerator.cxx cmLocalGenerator: Clarify GetIncludeFlags signature 2021-02-25 13:24:45 -05:00
cmExtraSublimeTextGenerator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmFileAPI.cxx fileapi: Add a "directory" object to codemodel-v2 2021-03-16 16:47:43 -04:00
cmFileAPI.h cmFileAPI: Add "toolchains" object kind. 2021-01-12 11:21:19 -08:00
cmFileAPICache.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmFileAPICache.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmFileAPICMakeFiles.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmFileAPICMakeFiles.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmFileAPICodemodel.cxx fileapi: Add installers to codemodel-v2 "directory" object 2021-03-16 16:47:57 -04:00
cmFileAPICodemodel.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmFileAPIToolchains.cxx cmFileAPI: Add "toolchains" object kind. 2021-01-12 11:21:19 -08:00
cmFileAPIToolchains.h cmFileAPI: Add "toolchains" object kind. 2021-01-12 11:21:19 -08:00
cmFileCommand.cxx cmSystemTools: Return KWSys Status from CreateLink and CreateSymlink 2021-04-15 12:40:37 -04:00
cmFileCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmFileCopier.cxx cmMakefile::GetDefinition: return cmProp 2020-09-02 07:27:32 -04:00
cmFileCopier.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmFileInstaller.cxx
cmFileInstaller.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmFileLock.cxx clang-tidy: fix bugprone-suspicious-include warnings 2021-01-27 08:45:44 -05:00
cmFileLock.h clang-tidy: fix readability-make-member-function-const warnings 2021-01-27 08:45:45 -05:00
cmFileLockPool.cxx clang-tidy: fix readability-use-anyofallof warnings 2021-01-27 08:54:18 -05:00
cmFileLockPool.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmFileLockResult.cxx
cmFileLockResult.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmFileLockUnix.cxx clang-tidy: fix readability-make-member-function-const warnings 2021-01-27 08:45:45 -05:00
cmFileLockWin32.cxx
cmFilePathChecksum.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmFilePathChecksum.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmFileTime.cxx cmFileTime: Fix overflow on time computation 2020-11-23 15:03:25 +01:00
cmFileTime.h cmFileTime: Fix overflow on time computation 2020-11-23 15:03:25 +01:00
cmFileTimeCache.cxx
cmFileTimeCache.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmFileTimes.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmFileTimes.h Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmFindBase.cxx cmMakefile::GetDefinition: return cmProp 2020-09-02 07:27:32 -04:00
cmFindBase.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmFindCommon.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmFindCommon.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmFindFileCommand.cxx
cmFindFileCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmFindLibraryCommand.cxx Source: Reduce c_str() usage 2021-03-13 07:36:07 -05:00
cmFindLibraryCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmFindPackageCommand.cxx clang-tidy: fix readability-use-anyofallof warnings 2021-01-27 08:54:18 -05:00
cmFindPackageCommand.h find_package: Add support of version range 2020-09-23 12:52:25 +02:00
cmFindPathCommand.cxx clang-tidy: fix readability-make-member-function-const warnings 2021-01-27 08:45:45 -05:00
cmFindPathCommand.h clang-tidy: fix readability-make-member-function-const warnings 2021-01-27 08:45:45 -05:00
cmFindProgramCommand.cxx clang-tidy: fix readability-use-anyofallof warnings 2021-01-27 08:54:18 -05:00
cmFindProgramCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmFLTKWrapUICommand.cxx cmCustomCommand: Record value of CMP0116 at time of creation 2021-02-23 09:14:31 -05:00
cmFLTKWrapUICommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmForEachCommand.cxx cmListFileCache: Make cmListFileFunction a shared pointer 2020-10-01 14:28:03 +03:00
cmForEachCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmFortranParser.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmFortranParserImpl.cxx
cmFSPermissions.cxx
cmFSPermissions.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmFunctionBlocker.cxx cmListFileCache: Make cmListFileFunction a shared pointer 2020-10-01 14:28:03 +03:00
cmFunctionBlocker.h clang-tidy: fix readability-redundant-access-specifiers warnings 2021-01-27 08:45:45 -05:00
cmFunctionCommand.cxx cmState: Prohibit override of flow control commands 2020-10-22 17:04:31 -04:00
cmFunctionCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGccDepfileLexerHelper.cxx Makefiles dependencies: normalize windows paths 2021-03-30 15:04:03 +02:00
cmGccDepfileLexerHelper.h cmGccDepfileReader: Rework helper code 2020-10-13 10:18:02 -04:00
cmGccDepfileReader.cxx Ninja: add_custom_command(DEPFILE): Ensure dependencies consistency 2021-01-19 13:17:14 +01:00
cmGccDepfileReader.h Makefile dependencies: ensure long paths are used on Windows 2021-01-09 11:35:00 +01:00
cmGccDepfileReaderTypes.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGeneratedFileStream.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmGeneratedFileStream.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGeneratorExpression.cxx
cmGeneratorExpression.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGeneratorExpressionContext.cxx
cmGeneratorExpressionContext.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGeneratorExpressionDAGChecker.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmGeneratorExpressionDAGChecker.h clang-tidy: fix readability-redundant-access-specifiers warnings 2021-01-27 08:45:45 -05:00
cmGeneratorExpressionEvaluationFile.cxx file(GENERATE): Support new line style 2021-02-01 01:38:19 +01:00
cmGeneratorExpressionEvaluationFile.h file(GENERATE): Support new line style 2021-02-01 01:38:19 +01:00
cmGeneratorExpressionEvaluator.cxx clang-tidy: fix readability-qualified-auto warnings 2021-01-27 08:45:45 -05:00
cmGeneratorExpressionEvaluator.h clang-tidy: fix readability-redundant-access-specifiers warnings 2021-01-27 08:45:45 -05:00
cmGeneratorExpressionLexer.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmGeneratorExpressionLexer.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGeneratorExpressionNode.cxx Genex: Fix grammatical error in TARGET_OBJECTS error message 2021-02-24 14:55:17 -05:00
cmGeneratorExpressionNode.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGeneratorExpressionParser.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmGeneratorExpressionParser.h clang-tidy: fix readability-redundant-access-specifiers warnings 2021-01-27 08:45:45 -05:00
cmGeneratorTarget.cxx Merge topic 'CUDA-device-link' 2021-04-01 10:21:11 -04:00
cmGeneratorTarget.h Genex: Add TARGET_RUNTIME_DLLS genex 2021-02-24 14:55:17 -05:00
cmGetCMakePropertyCommand.cxx
cmGetCMakePropertyCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGetDirectoryPropertyCommand.cxx get_directory_property: Check for empty or missing property name 2020-12-06 09:38:12 +11:00
cmGetDirectoryPropertyCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGetFilenameComponentCommand.cxx cmMakefile::GetDefinition: return cmProp 2020-09-02 07:27:32 -04:00
cmGetFilenameComponentCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGetPipes.cxx
cmGetPipes.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGetPropertyCommand.cxx Fix typo in function name 2020-11-17 20:28:02 +01:00
cmGetPropertyCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGetSourceFilePropertyCommand.cxx Fix typo in function name 2020-11-17 20:28:02 +01:00
cmGetSourceFilePropertyCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGetTargetPropertyCommand.cxx Remove filtering of allowed INTERFACE library properties 2020-08-03 10:04:23 -04:00
cmGetTargetPropertyCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGetTestPropertyCommand.cxx
cmGetTestPropertyCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGhsMultiGpj.cxx
cmGhsMultiGpj.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGhsMultiTargetGenerator.cxx clang-tidy: fix readability-use-anyofallof warnings 2021-01-27 08:54:18 -05:00
cmGhsMultiTargetGenerator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGlobalBorlandMakefileGenerator.cxx cmDepends: merge dependers of depend makefile 2021-01-05 07:48:27 -05:00
cmGlobalBorlandMakefileGenerator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGlobalCommonGenerator.cxx Factor out generator checks for filtering out interface libraries 2020-07-23 13:31:44 -04:00
cmGlobalCommonGenerator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGlobalGenerator.cxx cmGlobalGenerator: Clear list of install components between runs 2021-01-28 12:46:32 -05:00
cmGlobalGenerator.h Ninja Multi-Config: Enable relink diagnostic message 2021-02-03 11:35:31 -05:00
cmGlobalGeneratorFactory.h Refactor: Add allowArch parameter to cmake::CreateGlobalGenerator() 2020-10-05 09:49:59 -04:00
cmGlobalGhsMultiGenerator.cxx clang-tidy: fix readability-qualified-auto warnings 2021-01-27 08:45:45 -05:00
cmGlobalGhsMultiGenerator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGlobalJOMMakefileGenerator.cxx
cmGlobalJOMMakefileGenerator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGlobalMinGWMakefileGenerator.cxx
cmGlobalMinGWMakefileGenerator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGlobalMSYSMakefileGenerator.cxx
cmGlobalMSYSMakefileGenerator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGlobalNinjaGenerator.cxx Merge topic 'ninja-regenerate-no-recompact' 2021-03-17 09:39:38 -04:00
cmGlobalNinjaGenerator.h Ninja: Use new wincodepage tool to determine encoding 2021-03-09 11:09:24 -05:00
cmGlobalNMakeMakefileGenerator.cxx cmDepends: disable long line dependencies for nmake 2021-01-11 12:14:04 -05:00
cmGlobalNMakeMakefileGenerator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGlobalUnixMakefileGenerator3.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmGlobalUnixMakefileGenerator3.h clang-tidy: fix readability-make-member-function-const warnings 2021-01-27 08:45:45 -05:00
cmGlobalVisualStudio7Generator.cxx Reduce the scope of temporary cmProp variables and other improvements 2020-11-05 11:07:39 -05:00
cmGlobalVisualStudio7Generator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGlobalVisualStudio8Generator.cxx cmCustomCommand: Record value of CMP0116 at time of creation 2021-02-23 09:14:31 -05:00
cmGlobalVisualStudio8Generator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGlobalVisualStudio9Generator.cxx Refactor: Add allowArch parameter to cmake::CreateGlobalGenerator() 2020-10-05 09:49:59 -04:00
cmGlobalVisualStudio9Generator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGlobalVisualStudio10Generator.cxx VS: Add a mostly-undocumented hook to load custom JSON flag tables 2021-03-22 13:28:27 -04:00
cmGlobalVisualStudio10Generator.h VS: Add a mostly-undocumented hook to load custom JSON flag tables 2021-03-22 13:28:27 -04:00
cmGlobalVisualStudio11Generator.cxx Refactor: Add allowArch parameter to cmake::CreateGlobalGenerator() 2020-10-05 09:49:59 -04:00
cmGlobalVisualStudio11Generator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGlobalVisualStudio12Generator.cxx Refactor: Add allowArch parameter to cmake::CreateGlobalGenerator() 2020-10-05 09:49:59 -04:00
cmGlobalVisualStudio12Generator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGlobalVisualStudio14Generator.cxx VS: Generalize Win10 max SDK version to all VS generators 2021-01-20 14:46:34 -05:00
cmGlobalVisualStudio14Generator.h VS: Generalize Win10 max SDK version to all VS generators 2021-01-20 14:46:34 -05:00
cmGlobalVisualStudio71Generator.cxx
cmGlobalVisualStudio71Generator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGlobalVisualStudioGenerator.cxx cmCustomCommand: Record value of CMP0116 at time of creation 2021-02-23 09:14:31 -05:00
cmGlobalVisualStudioGenerator.h cmGlobalGenerator: FindMakeProgram() at a generator-specific time 2020-11-23 14:20:08 -05:00
cmGlobalVisualStudioVersionedGenerator.cxx Merge topic 'vs-toolset-version' 2021-03-15 08:50:13 -04:00
cmGlobalVisualStudioVersionedGenerator.h VS: Fix '-T version=14.28' under VS 16.9 2021-03-12 08:36:40 -05:00
cmGlobalWatcomWMakeGenerator.cxx Refactoring: Abstract Makefile line continuation format 2020-11-28 16:02:58 +01:00
cmGlobalWatcomWMakeGenerator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGlobalXCodeGenerator.cxx Xcode: Add support of DEPFILE for add_custom_command, part 2 2021-04-17 11:05:26 +02:00
cmGlobalXCodeGenerator.h Xcode: Add support of DEPFILE for add_custom_command, part 2 2021-04-17 11:05:26 +02:00
cmGlobVerificationManager.cxx
cmGlobVerificationManager.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGraphAdjacencyList.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmGraphVizWriter.cxx clang-tidy: fix readability-qualified-auto warnings 2021-01-27 08:45:45 -05:00
cmGraphVizWriter.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmHexFileConverter.cxx
cmHexFileConverter.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmIDEFlagTable.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmIDEOptions.cxx
cmIDEOptions.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmIfCommand.cxx cmListFileCache: Make cmListFileFunction a shared pointer 2020-10-01 14:28:03 +03:00
cmIfCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmIncludeCommand.cxx WriteCompilerDetectionHeader: Add policy to remove module 2020-12-05 21:57:08 +11:00
cmIncludeCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmIncludeDirectoryCommand.cxx
cmIncludeDirectoryCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmIncludeExternalMSProjectCommand.cxx
cmIncludeExternalMSProjectCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmIncludeGuardCommand.cxx cmMakefile::GetDefinition: return cmProp 2020-09-02 07:27:32 -04:00
cmIncludeGuardCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmIncludeRegularExpressionCommand.cxx
cmIncludeRegularExpressionCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmInstallCommand.cxx cmInstallGenerator: Add backtrace to all install generators 2021-01-28 12:47:58 -05:00
cmInstallCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmInstallCommandArguments.cxx clang-tidy: fix readability-use-anyofallof warnings 2021-01-27 08:54:18 -05:00
cmInstallCommandArguments.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmInstallDirectoryGenerator.cxx cmInstallGenerator: Add backtrace to all install generators 2021-01-28 12:47:58 -05:00
cmInstallDirectoryGenerator.h cmInstallGenerator: Add backtrace to all install generators 2021-01-28 12:47:58 -05:00
cmInstalledFile.cxx
cmInstalledFile.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmInstallExportGenerator.cxx cmInstallGenerator: Add backtrace to all install generators 2021-01-28 12:47:58 -05:00
cmInstallExportGenerator.h cmInstallGenerator: Add backtrace to all install generators 2021-01-28 12:47:58 -05:00
cmInstallFilesCommand.cxx cmInstallGenerator: Add backtrace to all install generators 2021-01-28 12:47:58 -05:00
cmInstallFilesCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmInstallFilesGenerator.cxx cmInstallGenerator: Add backtrace to all install generators 2021-01-28 12:47:58 -05:00
cmInstallFilesGenerator.h cmInstallGenerator: Add backtrace to all install generators 2021-01-28 12:47:58 -05:00
cmInstallGenerator.cxx cmInstallGenerator: Add backtrace to all install generators 2021-01-28 12:47:58 -05:00
cmInstallGenerator.h cmInstallGenerator: Add accessors for settings common to all installers 2021-01-28 12:47:58 -05:00
cmInstallProgramsCommand.cxx cmInstallGenerator: Add backtrace to all install generators 2021-01-28 12:47:58 -05:00
cmInstallProgramsCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmInstallScriptGenerator.cxx cmInstallGenerator: Add backtrace to all install generators 2021-01-28 12:47:58 -05:00
cmInstallScriptGenerator.h cmInstallGenerator: Add backtrace to all install generators 2021-01-28 12:47:58 -05:00
cmInstallSubdirectoryGenerator.cxx cmInstallGenerator: Add backtrace to all install generators 2021-01-28 12:47:58 -05:00
cmInstallSubdirectoryGenerator.h cmInstallGenerator: Add backtrace to all install generators 2021-01-28 12:47:58 -05:00
cmInstallTargetGenerator.cxx cmInstallTargetGenerator: Report namelink mode with list of files 2021-03-16 11:06:46 -04:00
cmInstallTargetGenerator.h cmInstallTargetGenerator: Report namelink mode with list of files 2021-03-16 11:06:46 -04:00
cmInstallTargetsCommand.cxx
cmInstallTargetsCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmInstallType.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmJSONHelpers.h CMakePresets.json: Add the ability to conditionally disable presets 2021-03-22 15:04:54 -04:00
cmLDConfigLDConfigTool.cxx
cmLDConfigLDConfigTool.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmLDConfigTool.cxx
cmLDConfigTool.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmLinkDirectoriesCommand.cxx
cmLinkDirectoriesCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmLinkedTree.h Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmLinkItem.cxx
cmLinkItem.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmLinkItemGraphVisitor.cxx clang-tidy: fix readability-qualified-auto warnings 2021-01-27 08:45:45 -05:00
cmLinkItemGraphVisitor.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmLinkLibrariesCommand.cxx
cmLinkLibrariesCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmLinkLineComputer.cxx
cmLinkLineComputer.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmLinkLineDeviceComputer.cxx clang-tidy: fix readability-use-anyofallof warnings 2021-01-27 08:54:18 -05:00
cmLinkLineDeviceComputer.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmListCommand.cxx Source: Reduce c_str() usage 2021-03-13 07:36:07 -05:00
cmListCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmListFileCache.cxx cmake: Fix loading CMake sources from long paths on Windows 2021-03-25 15:49:48 -04:00
cmListFileCache.h Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmListFileLexer.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmLoadCacheCommand.cxx
cmLoadCacheCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmLoadCommandCommand.cxx OpenBSD: Fix system feature definitions 2021-04-14 11:02:29 -04:00
cmLoadCommandCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmLocalCommonGenerator.cxx cmMakefile::GetDefinition: return cmProp 2020-09-02 07:27:32 -04:00
cmLocalCommonGenerator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmLocale.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmLocalGenerator.cxx Per-language Win32/Console flags 2021-03-17 17:51:56 +02:00
cmLocalGenerator.h cmLocalGenerator: Clarify GetIncludeFlags signature 2021-02-25 13:24:45 -05:00
cmLocalGhsMultiGenerator.cxx cmLocalGhsMultiGenerator: Generate targets in dependency order 2020-09-04 09:44:08 -04:00
cmLocalGhsMultiGenerator.h cmLocalGhsMultiGenerator: Generate targets in dependency order 2020-09-04 09:44:08 -04:00
cmLocalNinjaGenerator.cxx Genex: add_custom_command: DEPFILE supports genex 2021-04-12 13:06:49 +02:00
cmLocalNinjaGenerator.h cmLocalGenerator: Clarify GetIncludeFlags signature 2021-02-25 13:24:45 -05:00
cmLocalUnixMakefileGenerator3.cxx clang-tidy: fix readability-qualified-auto warnings 2021-01-27 08:45:45 -05:00
cmLocalUnixMakefileGenerator3.h Refactoring: Makefiles Generators: Add support for various depends scanners 2020-11-28 16:02:58 +01:00
cmLocalVisualStudio7Generator.cxx cmCustomCommand: Record value of CMP0116 at time of creation 2021-02-23 09:14:31 -05:00
cmLocalVisualStudio7Generator.h cmLocalVisualStudio7Generator: Adopt SourcesVisited lookup table 2020-09-08 14:52:22 -04:00
cmLocalVisualStudio10Generator.cxx cmLocalVisualStudio7Generator: Adopt SourcesVisited lookup table 2020-09-08 14:52:22 -04:00
cmLocalVisualStudio10Generator.h cmLocalVisualStudio7Generator: Adopt SourcesVisited lookup table 2020-09-08 14:52:22 -04:00
cmLocalVisualStudioGenerator.cxx cmMakefile::GetDefinition: return cmProp 2020-09-02 07:27:32 -04:00
cmLocalVisualStudioGenerator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmLocalXCodeGenerator.cxx IOS_INSTALL_COMBINED: Support Xcode 12 (command line only) 2021-02-08 18:02:46 +11:00
cmLocalXCodeGenerator.h IOS_INSTALL_COMBINED: Support Xcode 12 (command line only) 2021-02-08 18:02:46 +11:00
cmMachO.cxx
cmMachO.h Rename CMAKE_USE_MACH_PARSER to CMake_USE_MACH_PARSER 2021-02-03 11:35:31 -05:00
cmMacroCommand.cxx cmState: Prohibit override of flow control commands 2020-10-22 17:04:31 -04:00
cmMacroCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmMakeDirectoryCommand.cxx
cmMakeDirectoryCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmMakefile.cxx Treat '.ixx' and '.cppm' files as C++ sources 2021-03-22 11:58:44 -04:00
cmMakefile.h cmCustomCommand: Record value of CMP0116 at time of creation 2021-02-23 09:14:31 -05:00
cmMakefileExecutableTargetGenerator.cxx Per-language Win32/Console flags 2021-03-17 17:51:56 +02:00
cmMakefileExecutableTargetGenerator.h CUDA: Clang separable compilation 2020-09-24 15:19:54 -04:00
cmMakefileLibraryTargetGenerator.cxx Makefiles: Escape SONAME on linker command line 2021-03-04 15:44:48 -05:00
cmMakefileLibraryTargetGenerator.h CUDA: Clang separable compilation 2020-09-24 15:19:54 -04:00
cmMakefileProfilingData.cxx cmListFileCache: Make cmListFileFunction a shared pointer 2020-10-01 14:28:03 +03:00
cmMakefileProfilingData.h cmListFileCache: Make cmListFileFunction a shared pointer 2020-10-01 14:28:03 +03:00
cmMakefileTargetGenerator.cxx cmLocalGenerator: Simplify some GetIncludeFlag call sites 2021-02-25 13:24:54 -05:00
cmMakefileTargetGenerator.h CUDA: Clang separable compilation 2020-09-24 15:19:54 -04:00
cmMakefileUtilityTargetGenerator.cxx Makefiles: Add support of DEPFILE for add_custom_command 2020-12-23 15:47:46 +01:00
cmMakefileUtilityTargetGenerator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmMarkAsAdvancedCommand.cxx
cmMarkAsAdvancedCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmMathCommand.cxx
cmMathCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmMessageCommand.cxx
cmMessageCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmMessageType.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmMessenger.cxx
cmMessenger.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmMSVC60LinkLineComputer.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmMSVC60LinkLineComputer.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmNewLineStyle.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmNewLineStyle.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmNinjaLinkLineComputer.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmNinjaLinkLineComputer.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmNinjaLinkLineDeviceComputer.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmNinjaLinkLineDeviceComputer.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmNinjaNormalTargetGenerator.cxx Ninja: Escape SONAME on linker command line 2021-03-04 15:44:49 -05:00
cmNinjaNormalTargetGenerator.h clang-tidy: fix readability-redundant-access-specifiers warnings 2021-01-27 08:45:45 -05:00
cmNinjaTargetGenerator.cxx cmLocalGenerator: Clarify GetIncludeFlags signature 2021-02-25 13:24:45 -05:00
cmNinjaTargetGenerator.h ninja: Add experimental infrastructure for C++20 module dependency scanning 2021-01-05 09:34:55 -05:00
cmNinjaTypes.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmNinjaUtilityTargetGenerator.cxx Ninja Multi-Config: Restore rebuild_cache and edit_cache targets 2021-01-25 15:22:53 -05:00
cmNinjaUtilityTargetGenerator.h Ninja Multi-Config: Add support for cross-config custom commands 2020-12-15 07:01:21 -05:00
cmOptionCommand.cxx
cmOptionCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmOrderDirectories.cxx Source: Reduce c_str() usage 2021-03-13 07:36:07 -05:00
cmOrderDirectories.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmOSXBundleGenerator.cxx
cmOSXBundleGenerator.h clang-tidy: fix readability-redundant-access-specifiers warnings 2021-01-27 08:45:45 -05:00
cmOutputConverter.cxx clang-tidy: fix bugprone-reserved-identifier warnings 2021-01-27 08:45:44 -05:00
cmOutputConverter.h clang-tidy: fix readability-redundant-access-specifiers warnings 2021-01-27 08:45:45 -05:00
cmOutputRequiredFilesCommand.cxx clang-tidy: fix readability-qualified-auto warnings 2021-01-27 08:45:45 -05:00
cmOutputRequiredFilesCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmParseArgumentsCommand.cxx cmMakefile::GetDefinition: return cmProp 2020-09-02 07:27:32 -04:00
cmParseArgumentsCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmPathLabel.cxx
cmPathLabel.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmPolicies.cxx
cmPolicies.h ARMClang: Do not automatically add cpu/arch compile or link options 2021-04-27 14:03:15 -04:00
cmProcessOutput.cxx clang-tidy: fix performance-trivially-destructible warnings 2021-01-27 08:45:44 -05:00
cmProcessOutput.h clang-tidy: fix performance-trivially-destructible warnings 2021-01-27 08:45:44 -05:00
cmProcessTools.cxx
cmProcessTools.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmProjectCommand.cxx project: Define variables indicating whether project is top level 2021-03-26 09:35:34 -04:00
cmProjectCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmProperty.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmPropertyDefinition.cxx
cmPropertyDefinition.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmPropertyMap.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmPropertyMap.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmQtAutoGen.cxx
cmQtAutoGen.h clang-tidy: fix readability-redundant-access-specifiers warnings 2021-01-27 08:45:45 -05:00
cmQtAutoGenerator.cxx Update CMake code using KWSys to account for Status return values 2021-04-14 13:14:09 -04:00
cmQtAutoGenerator.h clang-tidy: fix readability-redundant-access-specifiers warnings 2021-01-27 08:45:45 -05:00
cmQtAutoGenGlobalInitializer.cxx Autogen: Restore mocs_compilation in OBJECT libraries 2021-04-20 16:04:08 -04:00
cmQtAutoGenGlobalInitializer.h clang-tidy: fix readability-redundant-access-specifiers warnings 2021-01-27 08:45:45 -05:00
cmQtAutoGenInitializer.cxx Autogen: Add detection of UI file changes to the pre-build VS case 2021-04-10 18:40:22 +01:00
cmQtAutoGenInitializer.h Autogen: Add detection of UI file changes to the pre-build VS case 2021-04-10 18:40:22 +01:00
cmQtAutoMocUic.cxx Merge topic 'depfile-reader-thread-safety' 2021-04-16 11:35:47 -04:00
cmQtAutoMocUic.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmQtAutoRcc.cxx clang-tidy: fix readability-redundant-access-specifiers warnings 2021-01-27 08:45:45 -05:00
cmQtAutoRcc.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmQTWrapCPPCommand.cxx cmCustomCommand: Record value of CMP0116 at time of creation 2021-02-23 09:14:31 -05:00
cmQTWrapCPPCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmQTWrapUICommand.cxx cmCustomCommand: Record value of CMP0116 at time of creation 2021-02-23 09:14:31 -05:00
cmQTWrapUICommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmRange.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmRemoveCommand.cxx cmMakefile::GetDefinition: return cmProp 2020-09-02 07:27:32 -04:00
cmRemoveCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmRemoveDefinitionsCommand.cxx
cmRemoveDefinitionsCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmReturnCommand.cxx
cmReturnCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmRST.cxx Utilities/Sphinx: Add role and directive for 'genex' in CMake domain 2021-01-18 12:35:41 -05:00
cmRST.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmRulePlaceholderExpander.cxx ninja: Add experimental infrastructure for C++20 module dependency scanning 2021-01-05 09:34:55 -05:00
cmRulePlaceholderExpander.h ninja: Add experimental infrastructure for C++20 module dependency scanning 2021-01-05 09:34:55 -05:00
cmRuntimeDependencyArchive.cxx clang-tidy: fix readability-use-anyofallof warnings 2021-01-27 08:54:18 -05:00
cmRuntimeDependencyArchive.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmScanDepFormat.cxx cmScanDepFormat: Fix name of our internal tool in parse errors 2021-01-05 09:29:18 -05:00
cmScanDepFormat.h cmScanDepFormat: add reader and writer for the format from P1689R2 2020-11-17 13:16:05 -05:00
cmScriptGenerator.cxx clang-tidy: fix readability-use-anyofallof warnings 2021-01-27 08:54:18 -05:00
cmScriptGenerator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmSearchPath.cxx cmMakefile::GetDefinition: return cmProp 2020-09-02 07:27:32 -04:00
cmSearchPath.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmSeparateArgumentsCommand.cxx separate_arguments: Fix crash on *_COMMAND with no arguments 2020-10-16 08:49:28 -04:00
cmSeparateArgumentsCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmSetCommand.cxx
cmSetCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmSetDirectoryPropertiesCommand.cxx
cmSetDirectoryPropertiesCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmSetPropertyCommand.cxx clang-tidy: fix readability-qualified-auto warnings 2021-01-27 08:45:45 -05:00
cmSetPropertyCommand.h GENERATED prop: Check CMP0118 policy and warn in certain situations 2020-11-24 17:54:54 +01:00
cmSetSourceFilesPropertiesCommand.cxx clang-tidy: fix readability-qualified-auto warnings 2021-01-27 08:45:45 -05:00
cmSetSourceFilesPropertiesCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmSetTargetPropertiesCommand.cxx
cmSetTargetPropertiesCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmSetTestsPropertiesCommand.cxx
cmSetTestsPropertiesCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmSiteNameCommand.cxx cmMakefile::GetDefinition: return cmProp 2020-09-02 07:27:32 -04:00
cmSiteNameCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmSourceFile.cxx CMP0118: Fix NEW behavior when looking up target sources 2021-03-18 09:57:49 -04:00
cmSourceFile.h Treat '.ixx' and '.cppm' files as C++ sources 2021-03-22 11:58:44 -04:00
cmSourceFileLocation.cxx clang-tidy: fix readability-qualified-auto warnings 2021-01-27 08:45:45 -05:00
cmSourceFileLocation.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmSourceFileLocationKind.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmSourceGroup.cxx
cmSourceGroup.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmSourceGroupCommand.cxx
cmSourceGroupCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmStandardLevelResolver.cxx C23 support 2021-02-25 18:22:10 +02:00
cmStandardLevelResolver.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmStandardLexer.h OpenBSD: Fix system feature definitions 2021-04-14 11:02:29 -04:00
cmState.cxx clang-tidy: fix readability-use-anyofallof warnings 2021-01-27 08:54:18 -05:00
cmState.h Merge topic 'cmake-presets-path-arg' 2020-10-27 07:33:46 -04:00
cmStateDirectory.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmStateDirectory.h clang-tidy: fix readability-redundant-access-specifiers warnings 2021-01-27 08:45:45 -05:00
cmStatePrivate.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmStateSnapshot.cxx Refactor: Add cmSystemTools::GetSystemName() 2021-03-15 14:41:42 -04:00
cmStateSnapshot.h Merge topic 'GetExecutionListFile-by-ref' 2020-09-08 11:18:28 -04:00
cmStateTypes.h cmake_language: Add signature to DEFER calls to later times 2020-09-29 17:12:33 -04:00
cmString.cxx clang-tidy: fix bugprone-reserved-identifier warnings 2021-01-27 08:45:44 -05:00
cmString.hxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmStringAlgorithms.cxx clang-tidy: fix readability-qualified-auto warnings 2021-01-27 08:45:45 -05:00
cmStringAlgorithms.h Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmStringCommand.cxx Source: Reduce c_str() usage 2021-03-13 07:36:07 -05:00
cmStringCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmStringReplaceHelper.cxx
cmStringReplaceHelper.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmSubcommandTable.cxx
cmSubcommandTable.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmSubdirCommand.cxx
cmSubdirCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmSubdirDependsCommand.cxx
cmSubdirDependsCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmSystemTools.cxx cmSystemTools: Return KWSys Status from CreateLink and CreateSymlink 2021-04-15 12:40:37 -04:00
cmSystemTools.h cmSystemTools: Return KWSys Status from CreateLink and CreateSymlink 2021-04-15 12:40:37 -04:00
cmTarget.cxx clang-tidy: fix readability-redundant-access-specifiers warnings 2021-01-27 08:45:45 -05:00
cmTarget.h clang-tidy: fix readability-redundant-access-specifiers warnings 2021-01-27 08:45:45 -05:00
cmTargetCompileDefinitionsCommand.cxx
cmTargetCompileDefinitionsCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmTargetCompileFeaturesCommand.cxx
cmTargetCompileFeaturesCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmTargetCompileOptionsCommand.cxx
cmTargetCompileOptionsCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmTargetDepend.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmTargetExport.h export: Do not fail generation for separate namelink only case 2020-12-01 07:35:17 -05:00
cmTargetIncludeDirectoriesCommand.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmTargetIncludeDirectoriesCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmTargetLinkDirectoriesCommand.cxx
cmTargetLinkDirectoriesCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmTargetLinkLibrariesCommand.cxx cmMakefile: Inline GetExecutionContext at call sites 2020-09-28 09:49:07 -04:00
cmTargetLinkLibrariesCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmTargetLinkLibraryType.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmTargetLinkOptionsCommand.cxx
cmTargetLinkOptionsCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmTargetPrecompileHeadersCommand.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmTargetPrecompileHeadersCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmTargetPropCommandBase.cxx target_include_directories: Support AFTER option 2020-12-19 14:51:39 +01:00
cmTargetPropCommandBase.h target_include_directories: Support AFTER option 2020-12-19 14:51:39 +01:00
cmTargetPropertyComputer.cxx Remove filtering of allowed INTERFACE library properties 2020-08-03 10:04:23 -04:00
cmTargetPropertyComputer.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmTargetSourcesCommand.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmTargetSourcesCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmTest.cxx
cmTest.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmTestGenerator.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmTestGenerator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmTimestamp.cxx OpenBSD: Fix system feature definitions 2021-04-14 11:02:29 -04:00
cmTimestamp.h clang-tidy: fix readability-make-member-function-const warnings 2021-01-27 08:45:45 -05:00
cmTransformDepfile.cxx Xcode: Add support of DEPFILE for add_custom_command, part 2 2021-04-17 11:05:26 +02:00
cmTransformDepfile.h Xcode: Add support of DEPFILE for add_custom_command, part 2 2021-04-17 11:05:26 +02:00
cmTryCompileCommand.cxx
cmTryCompileCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmTryRunCommand.cxx try_run: Allow to set working directory 2021-02-03 08:42:05 +01:00
cmTryRunCommand.h try_run: Allow to set working directory 2021-02-03 08:42:05 +01:00
cmUnsetCommand.cxx
cmUnsetCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmUseMangledMesaCommand.cxx
cmUseMangledMesaCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmUtilitySourceCommand.cxx cmMakefile::GetDefinition: return cmProp 2020-09-02 07:27:32 -04:00
cmUtilitySourceCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmUtils.hxx Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmUuid.cxx Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmUuid.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmUVHandlePtr.cxx clang-tidy: fix readability-qualified-auto warnings 2021-01-27 08:45:45 -05:00
cmUVHandlePtr.h clang-tidy: fix bugprone-reserved-identifier warnings 2021-01-27 08:45:44 -05:00
cmUVProcessChain.cxx
cmUVProcessChain.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmUVSignalHackRAII.h
cmUVStreambuf.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmVariableRequiresCommand.cxx cmMakefile::GetDefinition: return cmProp 2020-09-02 07:27:32 -04:00
cmVariableRequiresCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmVariableWatch.cxx
cmVariableWatch.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmVariableWatchCommand.cxx cmListFileCache: Make cmListFileFunction a shared pointer 2020-10-01 14:28:03 +03:00
cmVariableWatchCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmVersion.cxx
cmVersion.h clang-tidy: fix bugprone-reserved-identifier warnings 2021-01-27 08:45:44 -05:00
cmVersionConfig.h.in
cmVersionMacros.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmVisualStudio10TargetGenerator.cxx VS: switch to new folder structure while keeping the old one working 2021-03-18 15:44:13 +01:00
cmVisualStudio10TargetGenerator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmVisualStudioGeneratorOptions.cxx
cmVisualStudioGeneratorOptions.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmVisualStudioSlnData.cxx
cmVisualStudioSlnData.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmVisualStudioSlnParser.cxx
cmVisualStudioSlnParser.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmVisualStudioWCEPlatformParser.cxx
cmVisualStudioWCEPlatformParser.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmVSSetupHelper.cxx
cmVSSetupHelper.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmWhileCommand.cxx cmListFileCache: Make cmListFileFunction a shared pointer 2020-10-01 14:28:03 +03:00
cmWhileCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmWorkerPool.cxx clang-tidy: fix readability-redundant-access-specifiers warnings 2021-01-27 08:45:45 -05:00
cmWorkerPool.h clang-tidy: fix readability-redundant-access-specifiers warnings 2021-01-27 08:45:45 -05:00
cmWorkingDirectory.cxx Update CMake code using KWSys to account for Status return values 2021-04-14 13:14:09 -04:00
cmWorkingDirectory.h Code style: add missed explicit 'this->' 2021-01-05 14:32:36 +02:00
cmWriteFileCommand.cxx
cmWriteFileCommand.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmXCode21Object.cxx cmGlobalXCodeGenerator: Adopt pbxproj object id generation 2021-01-06 16:21:53 -05:00
cmXCode21Object.h cmGlobalXCodeGenerator: Adopt pbxproj object id generation 2021-01-06 16:21:53 -05:00
cmXCodeObject.cxx cmGlobalXCodeGenerator: Adopt pbxproj object id generation 2021-01-06 16:21:53 -05:00
cmXCodeObject.h Merge topic 'xcode-object-ids' 2021-01-08 09:07:18 -05:00
cmXCodeScheme.cxx
cmXCodeScheme.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmXCOFF.cxx cmXCOFF: Add helper to parse and edit the XCOFF binary format 2021-02-03 12:26:58 -05:00
cmXCOFF.h cmXCOFF: Add helper to parse and edit the XCOFF binary format 2021-02-03 12:26:58 -05:00
cmXMLParser.cxx
cmXMLParser.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cmXMLSafe.cxx clang-tidy: fix readability-make-member-function-const warnings 2021-01-27 08:45:45 -05:00
cmXMLSafe.h clang-tidy: fix readability-make-member-function-const warnings 2021-01-27 08:45:45 -05:00
cmXMLWriter.cxx
cmXMLWriter.h clang-tidy: fix readability-redundant-access-specifiers warnings 2021-01-27 08:45:45 -05:00
ctest.cxx ctest: Support multiple -L and -LE options to mean "AND" 2021-03-28 12:04:05 +11:00
dir.dox
dir.dox.in