CMake/Source
Alexandru Croitor 3d4b70ea64 set_source_files_properties: Allow specification of directory scope
Both set_source_files_properties() and set_property(SOURCE) now accept
two new optional arguments: DIRECTORY and TARGET_DIRECTORY.

The DIRECTORY option takes a list of relative or absolute paths
pointing to processed source directories (add_subdirectory was
already called on them).

These paths specify directory scopes where the source file properties
will be set. Previously the scope was always the currently processed
source directory.

Similarly TARGET_DIRECTORY takes a list of targets, whose source
directories will be used as the list of scopes where to set the
source file properties.

get_property() and get_source_file_property() also get the same
new arguments, except only one value can be specified instead
of a list.

Fixes: #20128
2020-05-14 16:31:22 +02:00
..
Checks Merge topic 'cm_cxx_features-icpc-10121' 2020-05-01 08:24:21 -04:00
CPack Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
CTest Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
CursesDialog ccmake: Improve coloring, allow customization 2020-04-24 11:21:13 -04:00
kwsys Merge branch 'upstream-KWSys' into update-kwsys 2020-04-21 07:15:22 -04:00
LexerParser cmake_command: Add command to EVAL a CMake script as a string 2020-03-03 08:42:13 -05:00
Modules Check for support before adding bigtoc linker flag 2019-12-09 11:39:12 -05:00
QtDialog cmake-gui: Do not pass CMAKE_{C,CXX}_COMPILER items to cmake if empty 2020-04-27 11:12:25 -04:00
QtIFW
.gitattributes
bindexplib.cxx Merge topic 'remove_cli__symbols' 2020-05-05 09:07:25 -04:00
bindexplib.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cm_codecvt.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cm_codecvt.hxx clang-tidy: modernize-deprecated-headers 2019-09-16 10:11:13 -04:00
cm_get_date.c libarchive: Update to build within CMake 2020-02-13 12:59:29 -05:00
cm_get_date.h clang-tidy: modernize-deprecated-headers 2019-09-16 10:11:13 -04:00
cm_sys_stat.h Remove unused uid_t/gid_t types on Windows 2019-10-01 12:25:43 -04:00
cm_utf8.c
cm_utf8.h
cmAddCompileDefinitionsCommand.cxx
cmAddCompileDefinitionsCommand.h
cmAddCompileOptionsCommand.cxx
cmAddCompileOptionsCommand.h
cmAddCustomCommandCommand.cxx Ninja Multi-Config: Add support for DEPFILE option in add_custom_command() 2020-02-07 14:18:54 -05:00
cmAddCustomCommandCommand.h
cmAddCustomTargetCommand.cxx cmMakefile: Delay custom command creation 2019-11-24 20:32:43 +01:00
cmAddCustomTargetCommand.h
cmAddDefinitionsCommand.cxx
cmAddDefinitionsCommand.h
cmAddDependenciesCommand.cxx Ninja Multi-Config: Fix issue with framework dependencies and Autogen 2020-02-17 08:24:57 -05:00
cmAddDependenciesCommand.h
cmAddExecutableCommand.cxx Refactor: Use cmStrCat to construct error strings 2019-09-18 14:18:46 -04:00
cmAddExecutableCommand.h
cmAddLibraryCommand.cxx Refactoring: use append functions from cmext/algorithm 2019-12-17 10:44:02 +01:00
cmAddLibraryCommand.h
cmAddLinkOptionsCommand.cxx
cmAddLinkOptionsCommand.h
cmAddSubDirectoryCommand.cxx use string_views to avoid memory allocations 2020-03-24 17:50:37 +01:00
cmAddSubDirectoryCommand.h
cmAddTestCommand.cxx cmMakefile: modernize memory management 2020-01-14 11:03:07 +01:00
cmAddTestCommand.h
cmAffinity.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmAffinity.h
cmake.cxx Merge topic 'third-parties-layout' 2020-05-08 08:18:17 -04:00
cmake.h Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmake.version.manifest
CMakeInstallDestinations.cmake
CMakeInstallSignTool.cmake.in
CMakeLists.txt Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> 2020-04-30 09:53:27 +02:00
cmakemain.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
CMakeSourceDir.txt.in
CMakeVersion.bash
CMakeVersion.cmake CMake Nightly Date Stamp 2020-05-12 00:01:17 -04:00
CMakeVersion.rc.in
cmAlgorithms.h Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmArchiveWrite.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmArchiveWrite.h cmArchiveWrite: support setting archive filter options 2020-03-31 11:08:32 -04:00
cmArgumentParser.cxx IWYU: add a mapping for other __decay_and_strip instances 2020-04-29 11:16:44 -04:00
cmArgumentParser.h Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> 2020-04-30 09:53:27 +02:00
cmAuxSourceDirectoryCommand.cxx use cm::string_view for language extension lookups 2020-03-23 22:41:43 +01:00
cmAuxSourceDirectoryCommand.h
cmBase32.cxx
cmBase32.h clang-tidy: modernize-deprecated-headers 2019-09-16 10:11:13 -04:00
cmBinUtilsLinker.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmBinUtilsLinker.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmBinUtilsLinuxELFGetRuntimeDependenciesTool.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmBinUtilsLinuxELFGetRuntimeDependenciesTool.h
cmBinUtilsLinuxELFLinker.cxx use string_views to avoid memory allocations 2020-03-24 17:50:37 +01:00
cmBinUtilsLinuxELFLinker.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmBinUtilsLinuxELFObjdumpGetRuntimeDependenciesTool.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmBinUtilsLinuxELFObjdumpGetRuntimeDependenciesTool.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmBinUtilsMacOSMachOGetRuntimeDependenciesTool.cxx
cmBinUtilsMacOSMachOGetRuntimeDependenciesTool.h
cmBinUtilsMacOSMachOLinker.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmBinUtilsMacOSMachOLinker.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmBinUtilsMacOSMachOOToolGetRuntimeDependenciesTool.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmBinUtilsMacOSMachOOToolGetRuntimeDependenciesTool.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmBinUtilsWindowsPEGetRuntimeDependenciesTool.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmBinUtilsWindowsPEGetRuntimeDependenciesTool.h
cmBinUtilsWindowsPELinker.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmBinUtilsWindowsPELinker.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmBinUtilsWindowsPEObjdumpGetRuntimeDependenciesTool.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmBinUtilsWindowsPEObjdumpGetRuntimeDependenciesTool.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmBreakCommand.cxx
cmBreakCommand.h
cmBuildCommand.cxx cmMakefile::AddCacheDefinition: Add overload that accepts std::string value 2020-03-11 09:40:43 -04:00
cmBuildCommand.h
cmBuildNameCommand.cxx cmMakefile::AddCacheDefinition: Add overload that accepts std::string value 2020-03-11 09:40:43 -04:00
cmBuildNameCommand.h
cmCacheManager.cxx cmCacheManager: Cleanup CacheIterator interface 2020-04-18 18:35:57 +05:30
cmCacheManager.h cmCacheManager: Cleanup CacheIterator interface 2020-04-18 18:35:57 +05:30
cmCallVisualStudioMacro.cxx Refactor: Avoid std::endl where it's not necessary (part 1) 2020-03-26 11:36:57 +08:00
cmCallVisualStudioMacro.h
cmCheckCustomOutputs.cxx add_custom_command: Format files in error message in a single line 2019-09-23 23:39:07 +02:00
cmCheckCustomOutputs.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmcldeps.cxx cmcldeps: replace inefficient std::string::substr usage 2020-03-23 19:47:46 +01:00
cmCLocaleEnvironmentScope.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmCLocaleEnvironmentScope.h
cmCMakeCommand.cxx cmake_command: Add command to EVAL a CMake script as a string 2020-03-03 08:42:13 -05:00
cmCMakeCommand.h cmake_command: Add command to INVOKE other commands by name 2020-02-25 13:14:17 -05:00
cmCMakeHostSystemInformationCommand.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmCMakeHostSystemInformationCommand.h
cmCMakeMinimumRequired.cxx clang-tidy: modernize-deprecated-headers 2019-09-16 10:11:13 -04:00
cmCMakeMinimumRequired.h
cmCMakePolicyCommand.cxx Refactor: Use cmStrCat to construct error strings 2019-09-18 14:18:46 -04:00
cmCMakePolicyCommand.h
cmcmd.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmcmd.h Add -E cmake_llvm_rc to preprocess files for llvm-rc 2020-02-04 08:19:12 -05:00
cmCommand.cxx
cmCommand.h
cmCommandArgumentParserHelper.cxx cmState::GetInitializedCacheValue: return cmProp 2020-04-30 10:45:45 -04:00
cmCommandArgumentParserHelper.h Modernize memory management 2020-02-27 11:11:30 +01:00
cmCommands.cxx cmake_command: Add command to INVOKE other commands by name 2020-02-25 13:14:17 -05:00
cmCommands.h
cmCommonTargetGenerator.cxx GetSafeProperty: return std::string const& 2020-04-30 10:27:16 -04:00
cmCommonTargetGenerator.h PCH: Add support for multi architecture iOS projects 2020-04-02 11:51:19 -04:00
cmComputeComponentGraph.cxx Ninja Multi-Config: Fix issue with framework dependencies and Autogen 2020-02-17 08:24:57 -05:00
cmComputeComponentGraph.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmComputeLinkDepends.cxx Ninja Multi-Config: Fix issue with framework dependencies and Autogen 2020-02-17 08:24:57 -05:00
cmComputeLinkDepends.h Merge branch 'backport-3.16-link-line-backtrace' 2020-02-10 16:17:03 -05:00
cmComputeLinkInformation.cxx cmGeneratorTarget::GetProperty: return cmProp 2020-04-29 10:59:39 -04:00
cmComputeLinkInformation.h Merge branch 'backport-3.16-link-line-backtrace' 2020-02-10 16:17:03 -05:00
cmComputeTargetDepends.cxx Fix dependencies on targets linked through object libraries 2020-03-04 13:07:41 -05:00
cmComputeTargetDepends.h Ninja Multi-Config: Fix issue with framework dependencies and Autogen 2020-02-17 08:24:57 -05:00
cmConditionEvaluator.cxx Refactoring: add cm::contains to <cmext/algorithm> 2020-04-17 10:00:03 +02:00
cmConditionEvaluator.h
cmConfigure.cmake.h.in
cmConfigureFileCommand.cxx Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> 2020-04-30 09:53:27 +02:00
cmConfigureFileCommand.h
cmConnection.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmConnection.h Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmContinueCommand.cxx
cmContinueCommand.h
cmConvertMSBuildXMLToJSON.py MSBuild: Fix python mutable default data structure 2020-03-05 20:42:46 -05:00
cmCoreTryCompile.cxx Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> 2020-04-30 09:53:27 +02:00
cmCoreTryCompile.h
cmCPackPropertiesGenerator.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmCPackPropertiesGenerator.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmCPluginAPI.cxx cmSourceFile::GetProperty: return cmProp 2020-04-14 10:57:17 -04:00
cmCPluginAPI.h cmPluginAPI: Correct typo in documentation of FinalPass 2019-11-24 20:13:23 +01:00
cmCreateTestSourceList.cxx
cmCreateTestSourceList.h
cmCryptoHash.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmCryptoHash.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmCTest.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmCTest.h ctest: add option --stop-on-failure 2020-04-20 23:05:15 +02:00
cmCurl.cxx
cmCurl.h Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmCustomCommand.cxx Add support to indicate UTF-8 custom command pipe output encoding 2020-04-13 12:54:47 -07:00
cmCustomCommand.h Add support to indicate UTF-8 custom command pipe output encoding 2020-04-13 12:54:47 -07:00
cmCustomCommandGenerator.cxx cmGeneratorTarget::GetProperty: return cmProp 2020-04-29 10:59:39 -04:00
cmCustomCommandGenerator.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmCustomCommandLines.cxx cmCustomCommandLine: Provide command line make functions 2019-09-16 20:45:41 +02:00
cmCustomCommandLines.h cmstd: Modernize CMake system headers 2019-09-20 10:01:37 -04:00
cmCustomCommandTypes.h cmMakefile: Extract utilities used for creation of custom commands 2019-09-26 10:03:48 -04:00
cmDefinePropertyCommand.cxx cmPropertyDefinition: Construct directly in defined state 2020-03-13 10:24:51 -04:00
cmDefinePropertyCommand.h
cmDefinitions.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmDefinitions.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmDepends.cxx cmDepends: Update types to always use a Makefile generator 2020-04-13 11:03:00 -04:00
cmDepends.h cmDepends: Update types to always use a Makefile generator 2020-04-13 11:03:00 -04:00
cmDependsC.cxx Makefiles: Factor out makefile target path escaping and quoting 2020-04-15 08:34:48 -04:00
cmDependsC.h cmDepends: Update types to always use a Makefile generator 2020-04-13 11:03:00 -04:00
cmDependsFortran.cxx Merge topic 'makefile-target-special' 2020-04-16 11:05:04 -04:00
cmDependsFortran.h cmDepends: Update types to always use a Makefile generator 2020-04-13 11:03:00 -04:00
cmDependsJava.cxx
cmDependsJava.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmDependsJavaParserHelper.cxx Modernize memory management 2020-02-27 11:11:30 +01:00
cmDependsJavaParserHelper.h Modernize memory management 2020-02-27 11:11:30 +01:00
cmDocumentation.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmDocumentation.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmDocumentationEntry.h
cmDocumentationFormatter.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmDocumentationFormatter.h
cmDocumentationSection.cxx
cmDocumentationSection.h Refactoring: use append functions from cmext/algorithm 2019-12-17 10:44:02 +01:00
cmDuration.cxx
cmDuration.h
cmDynamicLoader.cxx Modernize memory management 2020-02-27 11:11:30 +01:00
cmDynamicLoader.h
cmELF.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmELF.h
cmEnableLanguageCommand.cxx
cmEnableLanguageCommand.h
cmEnableTestingCommand.cxx
cmEnableTestingCommand.h
cmExecProgramCommand.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmExecProgramCommand.h
cmExecuteProcessCommand.cxx Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> 2020-04-30 09:53:27 +02:00
cmExecuteProcessCommand.h
cmExecutionStatus.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmExpandedCommandArgument.cxx
cmExpandedCommandArgument.h
cmExportBuildAndroidMKGenerator.cxx Refactoring: add cm::contains to <cmext/algorithm> 2020-04-17 10:00:03 +02:00
cmExportBuildAndroidMKGenerator.h
cmExportBuildFileGenerator.cxx Refactoring: add cm::contains to <cmext/algorithm> 2020-04-17 10:00:03 +02:00
cmExportBuildFileGenerator.h Refactoring: use append functions from cmext/algorithm 2019-12-17 10:44:02 +01:00
cmExportCommand.cxx Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> 2020-04-30 09:53:27 +02:00
cmExportCommand.h cmExportCommand: Port away from cmCommand 2019-09-21 05:11:08 +02:00
cmExportFileGenerator.cxx cmGeneratorTarget::GetProperty: return cmProp 2020-04-29 10:59:39 -04:00
cmExportFileGenerator.h Source: use std::string in place of const char* 2020-01-29 14:31:01 -05:00
cmExportInstallAndroidMKGenerator.cxx cmTarget: minor code improvements 2020-03-17 08:33:57 -04:00
cmExportInstallAndroidMKGenerator.h
cmExportInstallFileGenerator.cxx INSTALL_NAME_DIR: Add support for generator expressions 2019-11-04 12:01:05 -05:00
cmExportInstallFileGenerator.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmExportLibraryDependenciesCommand.cxx cmTarget::GetProperty: return cmProp 2020-03-30 15:00:14 -04:00
cmExportLibraryDependenciesCommand.h
cmExportSet.cxx cmExportSet: subsume cmExportSetMap source files 2019-09-19 19:20:30 +05:30
cmExportSet.h cmExportSet: subsume cmExportSetMap source files 2019-09-19 19:20:30 +05:30
cmExportTryCompileFileGenerator.cxx cmGeneratorTarget::GetProperty: return cmProp 2020-04-29 10:59:39 -04:00
cmExportTryCompileFileGenerator.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmExprParserHelper.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmExprParserHelper.h Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmExternalMakefileProjectGenerator.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmExternalMakefileProjectGenerator.h GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmExtraCodeBlocksGenerator.cxx replace "std::string::find(x) == 0" with cmHasPrefix() 2020-03-23 22:41:43 +01:00
cmExtraCodeBlocksGenerator.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmExtraCodeLiteGenerator.cxx clang-tidy: address bugprone-branch-clone lints 2020-04-13 11:26:02 -04:00
cmExtraCodeLiteGenerator.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmExtraEclipseCDT4Generator.cxx cmState::GetInitializedCacheValue: return cmProp 2020-04-30 10:45:45 -04:00
cmExtraEclipseCDT4Generator.h cmLocalGenerator: modernize memory management 2019-12-10 00:24:06 +01:00
cmExtraKateGenerator.cxx nits: replace some "c" instances with 'c' 2020-04-13 11:26:03 -04:00
cmExtraKateGenerator.h cmLocalGenerator: modernize memory management 2019-12-10 00:24:06 +01:00
cmExtraSublimeTextGenerator.cxx cmSourceFile::GetProperty: return cmProp 2020-04-14 10:57:17 -04:00
cmExtraSublimeTextGenerator.h Source: use std::string in place of const char* 2020-01-29 14:31:01 -05:00
cmFileAPI.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmFileAPI.h Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmFileAPICache.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmFileAPICache.h Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmFileAPICMakeFiles.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmFileAPICMakeFiles.h Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmFileAPICodemodel.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmFileAPICodemodel.h Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmFileCommand.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmFileCommand.h
cmFileCopier.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmFileCopier.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmFileInstaller.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmFileInstaller.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmFileLock.cxx cmFileLockPool: enhance items management 2019-11-14 14:21:30 +01:00
cmFileLock.h cmFileLockPool: enhance items management 2019-11-14 14:21:30 +01:00
cmFileLockPool.cxx cmFileLockPool: enhance items management 2019-11-14 14:21:30 +01:00
cmFileLockPool.h cmFileLockPool: enhance items management 2019-11-14 14:21:30 +01:00
cmFileLockResult.cxx clang-tidy: modernize-deprecated-headers 2019-09-16 10:11:13 -04:00
cmFileLockResult.h
cmFileLockUnix.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmFileLockWin32.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmFileMonitor.cxx cmFileMonitor: modernize memory management 2019-12-19 11:15:17 +01:00
cmFileMonitor.h Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmFilePathChecksum.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmFilePathChecksum.h clang-tidy: modernize-deprecated-headers 2019-09-16 10:11:13 -04:00
cmFileTime.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmFileTime.h
cmFileTimeCache.cxx
cmFileTimeCache.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmFileTimes.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmFileTimes.h
cmFindBase.cxx cmState::GetCacheEntryProperty: return cmProp 2020-03-25 14:46:52 -04:00
cmFindBase.h find_*: Add support for REQUIRED keyword 2020-03-06 16:40:26 +01:00
cmFindCommon.cxx Merge topic 'add_find_call_debugging' 2019-12-20 12:59:50 -05:00
cmFindCommon.h find_*: Add debug logging infrastructure 2019-12-19 08:09:49 -05:00
cmFindFileCommand.cxx
cmFindFileCommand.h
cmFindLibraryCommand.cxx cmMakefile::AddCacheDefinition: Add overload that accepts std::string value 2020-03-11 09:40:43 -04:00
cmFindLibraryCommand.h
cmFindPackageCommand.cxx clang-tidy: address bugprone-branch-clone lints 2020-04-13 11:26:02 -04:00
cmFindPackageCommand.h Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmFindPathCommand.cxx cmMakefile::AddCacheDefinition: Add overload that accepts std::string value 2020-03-11 09:40:43 -04:00
cmFindPathCommand.h find_*: Use debug logging infrastructure 2019-12-19 08:09:49 -05:00
cmFindProgramCommand.cxx find_program: Find programs that are executable but not readable 2020-04-09 08:08:50 -04:00
cmFindProgramCommand.h
cmFLTKWrapUICommand.cxx cmMakefile: Delay CheckTargetProperties and FinalPass to generate time 2019-11-24 20:13:23 +01:00
cmFLTKWrapUICommand.h
cmForEachCommand.cxx Merge topic 'stl-support' 2020-05-01 08:27:37 -04:00
cmForEachCommand.h
cmFortranParser.h clang-tidy: modernize-deprecated-headers 2019-09-16 10:11:13 -04:00
cmFortranParserImpl.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmFSPermissions.cxx
cmFSPermissions.h cmstd: Modernize CMake system headers 2019-09-20 10:01:37 -04:00
cmFunctionBlocker.cxx cmFunctionBlocker: include missing header 2020-04-29 11:16:44 -04:00
cmFunctionBlocker.h cmstd: Modernize CMake system headers 2019-09-20 10:01:37 -04:00
cmFunctionCommand.cxx Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> 2020-04-30 09:53:27 +02:00
cmFunctionCommand.h
cmGccDepfileLexerHelper.cxx Add a parser for GCC-style depfiles 2020-01-28 11:16:11 -05:00
cmGccDepfileLexerHelper.h Add a parser for GCC-style depfiles 2020-01-28 11:16:11 -05:00
cmGccDepfileReader.cxx Add a parser for GCC-style depfiles 2020-01-28 11:16:11 -05:00
cmGccDepfileReader.h Add a parser for GCC-style depfiles 2020-01-28 11:16:11 -05:00
cmGccDepfileReaderTypes.h Add a parser for GCC-style depfiles 2020-01-28 11:16:11 -05:00
cmGeneratedFileStream.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmGeneratedFileStream.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmGeneratorExpression.cxx cmGeneratorExpression: remove const char* overloads 2020-03-08 17:22:43 -04:00
cmGeneratorExpression.h cmGeneratorExpression: remove const char* overloads 2020-03-08 17:22:43 -04:00
cmGeneratorExpressionContext.cxx Genex: Add $<LINK_LANGUAGE:...> and $<LINK_LANG_AND_ID:...> 2020-02-26 16:38:42 +01:00
cmGeneratorExpressionContext.h Genex: Add $<LINK_LANGUAGE:...> and $<LINK_LANG_AND_ID:...> 2020-02-26 16:38:42 +01:00
cmGeneratorExpressionDAGChecker.cxx Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> 2020-04-30 09:53:27 +02:00
cmGeneratorExpressionDAGChecker.h Genex: Add generator expressions $<DEVICE_LINK> and $<HOST_LINK> 2020-04-19 15:04:54 +02:00
cmGeneratorExpressionEvaluationFile.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmGeneratorExpressionEvaluationFile.h cmstd: Modernize CMake system headers 2019-09-20 10:01:37 -04:00
cmGeneratorExpressionEvaluator.cxx cmGeneratorExpressionEvaluator: Modernize memory management 2019-12-05 17:20:56 +01:00
cmGeneratorExpressionEvaluator.h cmGeneratorExpressionEvaluator: Modernize memory management 2019-12-05 17:20:56 +01:00
cmGeneratorExpressionLexer.cxx
cmGeneratorExpressionLexer.h clang-tidy: modernize-deprecated-headers 2019-09-16 10:11:13 -04:00
cmGeneratorExpressionNode.cxx Merge topic 'stl-support' 2020-05-01 08:27:37 -04:00
cmGeneratorExpressionNode.h cmGeneratorExpression: Remove Evaluate overload by parameter re-ordering 2019-09-22 09:51:19 +02:00
cmGeneratorExpressionParser.cxx Refactoring: use append functions from cmext/algorithm 2019-12-17 10:44:02 +01:00
cmGeneratorExpressionParser.h cmGeneratorExpressionEvaluator: Modernize memory management 2019-12-05 17:20:56 +01:00
cmGeneratorTarget.cxx Merge topic 'stdstring-getsafeprop' 2020-05-01 08:30:20 -04:00
cmGeneratorTarget.h GetSafeProperty: return std::string const& 2020-04-30 10:27:16 -04:00
cmGetCMakePropertyCommand.cxx cmMakefile::GetProperty: return cmProp 2020-04-01 10:56:34 -04:00
cmGetCMakePropertyCommand.h
cmGetDirectoryPropertyCommand.cxx cmMakefile::GetProperty: return cmProp 2020-04-01 10:56:34 -04:00
cmGetDirectoryPropertyCommand.h
cmGetFilenameComponentCommand.cxx cmMakefile::AddCacheDefinition: Add overload that accepts std::string value 2020-03-11 09:40:43 -04:00
cmGetFilenameComponentCommand.h
cmGetPipes.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmGetPipes.h
cmGetPropertyCommand.cxx set_source_files_properties: Allow specification of directory scope 2020-05-14 16:31:22 +02:00
cmGetPropertyCommand.h
cmGetSourceFilePropertyCommand.cxx set_source_files_properties: Allow specification of directory scope 2020-05-14 16:31:22 +02:00
cmGetSourceFilePropertyCommand.h
cmGetTargetPropertyCommand.cxx cmTarget::GetProperty: return cmProp 2020-03-30 15:00:14 -04:00
cmGetTargetPropertyCommand.h
cmGetTestPropertyCommand.cxx
cmGetTestPropertyCommand.h
cmGhsMultiGpj.cxx
cmGhsMultiGpj.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmGhsMultiTargetGenerator.cxx Merge topic 'gitlab-ci-lint' 2020-04-30 10:00:02 -04:00
cmGhsMultiTargetGenerator.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmGlobalBorlandMakefileGenerator.cxx cmLocalGenerator: modernize memory management 2019-12-10 00:24:06 +01:00
cmGlobalBorlandMakefileGenerator.h Makefiles: Do not use '\#' escape sequence with Windows-style make tools 2020-04-15 08:34:18 -04:00
cmGlobalCommonGenerator.cxx cmGeneratorTarget::GetProperty: return cmProp 2020-04-29 10:59:39 -04:00
cmGlobalCommonGenerator.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmGlobalGenerator.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmGlobalGenerator.h Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmGlobalGeneratorFactory.h GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmGlobalGhsMultiGenerator.cxx cmGeneratorTarget::GetProperty: return cmProp 2020-04-29 10:59:39 -04:00
cmGlobalGhsMultiGenerator.h GHS: Use cm::erase in place of loop 2020-03-10 14:25:36 -04:00
cmGlobalJOMMakefileGenerator.cxx Refactoring: use append functions from cmext/algorithm 2019-12-17 10:44:02 +01:00
cmGlobalJOMMakefileGenerator.h GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmGlobalMinGWMakefileGenerator.cxx
cmGlobalMinGWMakefileGenerator.h GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmGlobalMSYSMakefileGenerator.cxx
cmGlobalMSYSMakefileGenerator.h GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmGlobalNinjaGenerator.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmGlobalNinjaGenerator.h Ninja: Remove config suffix from order-only target 2020-04-23 12:46:58 -04:00
cmGlobalNMakeMakefileGenerator.cxx Refactoring: use append functions from cmext/algorithm 2019-12-17 10:44:02 +01:00
cmGlobalNMakeMakefileGenerator.h GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmGlobalUnixMakefileGenerator3.cxx Makefiles: Re-implement makefile target path escaping and quoting 2020-04-15 08:34:49 -04:00
cmGlobalUnixMakefileGenerator3.h Makefiles: Factor out makefile target path escaping and quoting 2020-04-15 08:34:48 -04:00
cmGlobalVisualStudio7Generator.cxx cmGeneratorTarget::GetProperty: return cmProp 2020-04-29 10:59:39 -04:00
cmGlobalVisualStudio7Generator.h Ninja Multi-Config: Fix issue with framework dependencies and Autogen 2020-02-17 08:24:57 -05:00
cmGlobalVisualStudio8Generator.cxx cmGeneratorTarget::GetProperty: return cmProp 2020-04-29 10:59:39 -04:00
cmGlobalVisualStudio8Generator.h VS: Add target property to explicitly control solution deployment 2020-02-25 10:24:23 -05:00
cmGlobalVisualStudio9Generator.cxx GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmGlobalVisualStudio9Generator.h GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmGlobalVisualStudio10Generator.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmGlobalVisualStudio10Generator.h Merge topic 'vs-version-for-unity' 2020-02-05 08:33:50 -05:00
cmGlobalVisualStudio11Generator.cxx GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmGlobalVisualStudio11Generator.h GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmGlobalVisualStudio12Generator.cxx GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmGlobalVisualStudio12Generator.h GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmGlobalVisualStudio14Generator.cxx Refactoring: suppress cmEraseIf in favor of cm::erase_if 2020-01-09 11:19:20 +01:00
cmGlobalVisualStudio14Generator.h GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmGlobalVisualStudio71Generator.cxx cmGeneratorTarget::GetProperty: return cmProp 2020-04-29 10:59:39 -04:00
cmGlobalVisualStudio71Generator.h Ninja Multi-Config: Fix issue with framework dependencies and Autogen 2020-02-17 08:24:57 -05:00
cmGlobalVisualStudioGenerator.cxx cmGeneratorTarget::GetProperty: return cmProp 2020-04-29 10:59:39 -04:00
cmGlobalVisualStudioGenerator.h Multi-Ninja: Add precompile headers support 2020-01-17 23:17:35 +01:00
cmGlobalVisualStudioVersionedGenerator.cxx GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmGlobalVisualStudioVersionedGenerator.h GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmGlobalWatcomWMakeGenerator.cxx OpenWatcom: Enable 16-bit targets 2020-05-01 12:01:14 +02:00
cmGlobalWatcomWMakeGenerator.h OpenWatcom: Enable 16-bit targets 2020-05-01 12:01:14 +02:00
cmGlobalXCodeGenerator.cxx GetSafeProperty: return std::string const& 2020-04-30 10:27:16 -04:00
cmGlobalXCodeGenerator.h Modernize memory management 2020-03-05 07:34:01 -05:00
cmGlobVerificationManager.cxx file: GLOB_RECURSE VerifyGlobs.cmake should have CMP0009 set to new 2020-02-11 08:45:35 -05:00
cmGlobVerificationManager.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmGraphAdjacencyList.h Ninja Multi-Config: Fix issue with framework dependencies and Autogen 2020-02-17 08:24:57 -05:00
cmGraphVizWriter.cxx Merge topic 'cleanup-endls-3' 2020-03-26 09:19:31 -04:00
cmGraphVizWriter.h Graphviz: added test suite, fixes, enhancements 2019-10-08 13:45:56 +11:00
cmHexFileConverter.cxx clang-tidy: modernize-deprecated-headers 2019-09-16 10:11:13 -04:00
cmHexFileConverter.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmIDEFlagTable.h
cmIDEOptions.cxx Refactoring: use append functions from cmext/algorithm 2019-12-17 10:44:02 +01:00
cmIDEOptions.h
cmIfCommand.cxx Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> 2020-04-30 09:53:27 +02:00
cmIfCommand.h
cmIncludeCommand.cxx Modules/Documentation: remove 2020-04-22 10:46:03 -04:00
cmIncludeCommand.h
cmIncludeDirectoryCommand.cxx Refactoring: use append functions from cmext/algorithm 2019-12-17 10:44:02 +01:00
cmIncludeDirectoryCommand.h cmIncludeDirectoryCommand: Port away from cmCommand 2019-09-21 05:11:44 +02:00
cmIncludeExternalMSProjectCommand.cxx Ninja Multi-Config: Fix issue with framework dependencies and Autogen 2020-02-17 08:24:57 -05:00
cmIncludeExternalMSProjectCommand.h
cmIncludeGuardCommand.cxx
cmIncludeGuardCommand.h
cmIncludeRegularExpressionCommand.cxx
cmIncludeRegularExpressionCommand.h
cmInstallCommand.cxx Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> 2020-04-30 09:53:27 +02:00
cmInstallCommand.h cmInstallCommand: Port away from cmCommand 2019-09-21 05:20:59 +02:00
cmInstallCommandArguments.cxx Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> 2020-04-30 09:53:27 +02:00
cmInstallCommandArguments.h
cmInstallDirectoryGenerator.cxx cmInstallGenerator: std::string params 2020-01-21 11:09:35 -05:00
cmInstallDirectoryGenerator.h cmInstallGenerator: std::string params 2020-01-21 11:09:35 -05:00
cmInstalledFile.cxx Source: use std::string overloads 2020-03-10 10:55:09 -04:00
cmInstalledFile.h Source: use std::string overloads 2020-03-10 10:55:09 -04:00
cmInstallExportGenerator.cxx Modernize memory management 2020-02-27 11:11:30 +01:00
cmInstallExportGenerator.h Modernize memory management 2020-02-27 11:11:30 +01:00
cmInstallFilesCommand.cxx cmInstall*Generator: std::string params 2020-01-21 09:19:13 -05:00
cmInstallFilesCommand.h
cmInstallFilesGenerator.cxx cmInstallGenerator: std::string params 2020-01-21 11:09:35 -05:00
cmInstallFilesGenerator.h cmInstall*Generator: std::string params 2020-01-21 09:19:13 -05:00
cmInstallGenerator.cxx cmInstallGenerator: std::string params 2020-01-21 11:09:35 -05:00
cmInstallGenerator.h cmInstallGenerator: std::string params 2020-01-21 11:09:35 -05:00
cmInstallProgramsCommand.cxx cmInstall*Generator: std::string params 2020-01-21 09:19:13 -05:00
cmInstallProgramsCommand.h
cmInstallScriptGenerator.cxx cmInstallGenerator: std::string params 2020-01-21 11:09:35 -05:00
cmInstallScriptGenerator.h cmInstallGenerator: std::string params 2020-01-21 11:09:35 -05:00
cmInstallSubdirectoryGenerator.cxx cmInstallGenerator: std::string params 2020-01-21 11:09:35 -05:00
cmInstallSubdirectoryGenerator.h cmInstall*Generator: std::string params 2020-01-21 09:19:13 -05:00
cmInstallTargetGenerator.cxx cmGeneratorTarget::GetProperty: return cmProp 2020-04-29 10:59:39 -04:00
cmInstallTargetGenerator.h cmInstall*Generator: std::string params 2020-01-21 09:19:13 -05:00
cmInstallTargetsCommand.cxx cmInstallTargetsCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmInstallTargetsCommand.h cmInstallTargetsCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmInstallType.h
cmJsonObjectDictionary.h
cmJsonObjects.cxx cmSourceFile::GetProperty: return cmProp 2020-04-14 10:57:17 -04:00
cmJsonObjects.h Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmLDConfigLDConfigTool.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmLDConfigLDConfigTool.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmLDConfigTool.cxx
cmLDConfigTool.h
cmLinkDirectoriesCommand.cxx cmLinkDirectoriesCommand: Port away from cmCommand 2019-09-21 05:12:31 +02:00
cmLinkDirectoriesCommand.h cmLinkDirectoriesCommand: Port away from cmCommand 2019-09-21 05:12:31 +02:00
cmLinkedTree.h clang-tidy: modernize-deprecated-headers 2019-09-16 10:11:13 -04:00
cmLinkItem.cxx Ninja Multi-Config: Fix issue with framework dependencies and Autogen 2020-02-17 08:24:57 -05:00
cmLinkItem.h Refactoring: add cm::contains to <cmext/algorithm> 2020-04-17 10:00:03 +02:00
cmLinkItemGraphVisitor.cxx Ninja Multi-Config: Fix issue with framework dependencies and Autogen 2020-02-17 08:24:57 -05:00
cmLinkItemGraphVisitor.h Graphviz: added test suite, fixes, enhancements 2019-10-08 13:45:56 +11:00
cmLinkLibrariesCommand.cxx AppendProperty: convert value param to std::string 2020-01-25 10:37:00 -05:00
cmLinkLibrariesCommand.h cmLinkLibrariesCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmLinkLineComputer.cxx Merge topic 'swift-link-line-spaces' 2020-03-12 09:32:01 -04:00
cmLinkLineComputer.h Ninja: Add multi-config variant 2019-12-13 10:51:46 -05:00
cmLinkLineDeviceComputer.cxx cmGeneratorTarget::GetProperty: return cmProp 2020-04-29 10:59:39 -04:00
cmLinkLineDeviceComputer.h cmLinkLineComputer: Add ComputeLinkLibraries overload with backtraces 2019-09-18 14:00:37 -04:00
cmListCommand.cxx Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> 2020-04-30 09:53:27 +02:00
cmListCommand.h
cmListFileCache.cxx cmake_command: Add command to EVAL a CMake script as a string 2020-03-03 08:42:13 -05:00
cmListFileCache.h cmake_command: Add command to EVAL a CMake script as a string 2020-03-03 08:42:13 -05:00
cmListFileLexer.h
cmLoadCacheCommand.cxx load_cache: Allow READ_WITH_PREFIX mode in cmake scripts 2019-11-19 14:39:00 -05:00
cmLoadCacheCommand.h cmLoadCacheCommand: Port away from cmCommand 2019-09-21 05:12:54 +02:00
cmLoadCommandCommand.cxx CMake compilation: do not use compiler extensions 2020-03-23 10:29:58 +01:00
cmLoadCommandCommand.h
cmLocalCommonGenerator.cxx XL: Fix using Fortran modules from their output directory 2020-02-28 10:37:11 -05:00
cmLocalCommonGenerator.h Refactor: Prepare Ninja generator for multi-config 2019-12-13 10:51:46 -05:00
cmLocale.h clang-tidy: modernize-deprecated-headers 2019-09-16 10:11:13 -04:00
cmLocalGenerator.cxx Merge topic 'unity_explicit_groups' 2020-05-11 10:08:12 -04:00
cmLocalGenerator.h Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmLocalGhsMultiGenerator.cxx Refactoring: use append functions from cmext/algorithm 2019-12-17 10:44:02 +01:00
cmLocalGhsMultiGenerator.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmLocalNinjaGenerator.cxx cmMakefile::GetProperty: return cmProp 2020-04-01 10:56:34 -04:00
cmLocalNinjaGenerator.h Refactor: Split Ninja files into impl-<Config>.ninja and build-<Config>.ninja 2020-01-22 10:26:21 -05:00
cmLocalUnixMakefileGenerator3.cxx cmGeneratorTarget::GetProperty: return cmProp 2020-04-29 10:59:39 -04:00
cmLocalUnixMakefileGenerator3.h Makefiles: Factor out makefile target path escaping and quoting 2020-04-15 08:34:48 -04:00
cmLocalVisualStudio7Generator.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmLocalVisualStudio7Generator.h Modernize memory management 2020-03-05 07:34:01 -05:00
cmLocalVisualStudio10Generator.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmLocalVisualStudio10Generator.h
cmLocalVisualStudioGenerator.cxx Add support to indicate UTF-8 custom command pipe output encoding 2020-04-13 12:54:47 -07:00
cmLocalVisualStudioGenerator.h
cmLocalXCodeGenerator.cxx cmLocalGenerator: modernize memory management 2019-11-11 16:41:13 +01:00
cmLocalXCodeGenerator.h
cmMachO.cxx Modernize memory management 2020-02-27 11:11:30 +01:00
cmMachO.h
cmMacroCommand.cxx Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> 2020-04-30 09:53:27 +02:00
cmMacroCommand.h
cmMakeDirectoryCommand.cxx
cmMakeDirectoryCommand.h
cmMakefile.cxx source_group: Support forward slashes in group hierarchy 2020-05-11 08:15:25 +10:00
cmMakefile.h Add support to indicate UTF-8 custom command pipe output encoding 2020-04-13 12:54:47 -07:00
cmMakefileExecutableTargetGenerator.cxx CUDA: Device linking use now link options 2020-04-19 15:53:11 +02:00
cmMakefileExecutableTargetGenerator.h
cmMakefileLibraryTargetGenerator.cxx CUDA: Device linking use now link options 2020-04-19 15:53:11 +02:00
cmMakefileLibraryTargetGenerator.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmMakefileProfilingData.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmMakefileProfilingData.h cmake: add command line options to output script profiling data 2020-03-07 13:36:27 +00:00
cmMakefileTargetGenerator.cxx Merge topic 'gitlab-ci-lint' 2020-04-30 10:00:02 -04:00
cmMakefileTargetGenerator.h CUDA: Device linking use now link options 2020-04-19 15:53:11 +02:00
cmMakefileUtilityTargetGenerator.cxx Refactor: Prepare Ninja generator for multi-config 2019-12-13 10:51:46 -05:00
cmMakefileUtilityTargetGenerator.h
cmMarkAsAdvancedCommand.cxx cmMarkAsAdvancedCommand: ignore variables which don't exist in the cache 2020-01-20 15:49:29 -05:00
cmMarkAsAdvancedCommand.h
cmMathCommand.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmMathCommand.h
cmMessageCommand.cxx Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> 2020-04-30 09:53:27 +02:00
cmMessageCommand.h
cmMessageType.h
cmMessenger.cxx
cmMessenger.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmMSVC60LinkLineComputer.cxx
cmMSVC60LinkLineComputer.h
cmNewLineStyle.cxx clang-tidy: modernize-deprecated-headers 2019-09-16 10:11:13 -04:00
cmNewLineStyle.h
cmNinjaLinkLineComputer.cxx
cmNinjaLinkLineComputer.h
cmNinjaLinkLineDeviceComputer.cxx
cmNinjaLinkLineDeviceComputer.h
cmNinjaNormalTargetGenerator.cxx cmGeneratorTarget::GetProperty: return cmProp 2020-04-29 10:59:39 -04:00
cmNinjaNormalTargetGenerator.h CUDA: Mult-Config Ninja generator now supports CUDA 2020-01-13 12:50:37 -05:00
cmNinjaTargetGenerator.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmNinjaTargetGenerator.h Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmNinjaTypes.h
cmNinjaUtilityTargetGenerator.cxx cmGeneratorTarget::GetProperty: return cmProp 2020-04-29 10:59:39 -04:00
cmNinjaUtilityTargetGenerator.h Refactor: Prepare Ninja generator for multi-config 2019-12-13 10:51:46 -05:00
cmOptionCommand.cxx cmState::GetCacheEntryValue: return cmProp 2020-03-17 12:09:20 -04:00
cmOptionCommand.h
cmOrderDirectories.cxx cmOrderDirectories: Modernize memory management 2019-12-18 17:27:16 +01:00
cmOrderDirectories.h cmOrderDirectories: Modernize memory management 2019-12-18 17:27:16 +01:00
cmOSXBundleGenerator.cxx Add support for FRAMEWORK_MULTI_CONFIG_POSTFIX_<CONFIG> 2020-03-04 14:30:54 +01:00
cmOSXBundleGenerator.h Add support for FRAMEWORK_MULTI_CONFIG_POSTFIX_<CONFIG> 2020-03-04 14:30:54 +01:00
cmOutputConverter.cxx cmOutputConverter::GetFortranFormat(): delete const char* overload 2020-04-27 07:38:47 -04:00
cmOutputConverter.h cmOutputConverter::GetFortranFormat(): delete const char* overload 2020-04-27 07:38:47 -04:00
cmOutputRequiredFilesCommand.cxx cmTarget::GetProperty: return cmProp 2020-03-30 15:00:14 -04:00
cmOutputRequiredFilesCommand.h
cmParseArgumentsCommand.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmParseArgumentsCommand.h
cmPathLabel.cxx
cmPathLabel.h
cmPipeConnection.cxx
cmPipeConnection.h Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmPolicies.cxx clang-tidy: address bugprone-branch-clone lints 2020-04-13 11:26:02 -04:00
cmPolicies.h Modules/Documentation: remove 2020-04-22 10:46:03 -04:00
cmProcessOutput.cxx Modernize memory management 2020-03-05 07:34:01 -05:00
cmProcessOutput.h clang-tidy: modernize-deprecated-headers 2019-09-16 10:11:13 -04:00
cmProcessTools.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmProcessTools.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmProjectCommand.cxx cmMakefile::AddCacheDefinition: Add overload that accepts std::string value 2020-03-11 09:40:43 -04:00
cmProjectCommand.h cmProjectCommand: Port away from cmCommand 2019-09-21 05:13:30 +02:00
cmProperty.h
cmPropertyDefinition.cxx cmPropertyDefinition: Construct directly in defined state 2020-03-13 10:24:51 -04:00
cmPropertyDefinition.h cmPropertyDefinition: Construct directly in defined state 2020-03-13 10:24:51 -04:00
cmPropertyDefinitionMap.cxx cmPropertyDefinition: Construct directly in defined state 2020-03-13 10:24:51 -04:00
cmPropertyDefinitionMap.h cmPropertyDefinition: Construct directly in defined state 2020-03-13 10:24:51 -04:00
cmPropertyMap.cxx cmPropertyMap: Introduce cmProp as return type for GetProperty() functions 2020-03-13 13:32:17 -04:00
cmPropertyMap.h cmPropertyMap: Introduce cmProp as return type for GetProperty() functions 2020-03-13 13:32:17 -04:00
cmQtAutoGen.cxx Refactoring: add cm::contains to <cmext/algorithm> 2020-04-17 10:00:03 +02:00
cmQtAutoGen.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmQtAutoGenerator.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmQtAutoGenerator.h Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmQtAutoGenGlobalInitializer.cxx GetSafeProperty: return std::string const& 2020-04-30 10:27:16 -04:00
cmQtAutoGenGlobalInitializer.h cmLocalGenerator: modernize memory management 2019-12-10 00:24:06 +01:00
cmQtAutoGenInitializer.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmQtAutoGenInitializer.h AutoGen: Use depfiles for the XXX_autogen ninja targets 2020-01-28 11:16:11 -05:00
cmQtAutoMocUic.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmQtAutoMocUic.h Autogen: Make cmQtAutoMocUic a free function 2019-09-29 00:07:32 +02:00
cmQtAutoRcc.cxx Refactoring: use append functions from cmext/algorithm 2019-12-17 10:44:02 +01:00
cmQtAutoRcc.h Autogen: Make cmQtAutoRcc a free function 2019-09-29 00:07:32 +02:00
cmQTWrapCPPCommand.cxx cmSourceFile::GetProperty: return cmProp 2020-04-14 10:57:17 -04:00
cmQTWrapCPPCommand.h cmQTWrapCPPCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmQTWrapUICommand.cxx cmCustomCommandLine: Provide command line make functions 2019-09-16 20:45:41 +02:00
cmQTWrapUICommand.h cmQTWrapUICommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmRange.h
cmRemoveCommand.cxx
cmRemoveCommand.h
cmRemoveDefinitionsCommand.cxx cmRemoveDefinitionsCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmRemoveDefinitionsCommand.h cmRemoveDefinitionsCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmReturnCommand.cxx
cmReturnCommand.h
cmRST.cxx clang-tidy: address bugprone-branch-clone lints 2020-04-13 11:26:02 -04:00
cmRST.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmRulePlaceholderExpander.cxx Merge topic 'compile-commands-collapse-whitespace' 2020-03-26 09:13:45 -04:00
cmRulePlaceholderExpander.h AIX: Add an option to disable automatic exports from shared libraries 2020-01-31 09:34:06 -05:00
cmRuntimeDependencyArchive.cxx file: GetRuntimeDependencies use CMAKE_OBJDUMP when applicable 2020-04-06 12:12:14 -04:00
cmRuntimeDependencyArchive.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmScriptGenerator.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmScriptGenerator.h cmInstallGenerator: std::string params 2020-01-21 11:09:35 -05:00
cmSearchPath.cxx QNX: Add support for CMAKE_SYSROOT 2020-01-27 14:04:56 -05:00
cmSearchPath.h find_*: Add debug logging infrastructure 2019-12-19 08:09:49 -05:00
cmSeparateArgumentsCommand.cxx clang-tidy: address bugprone-branch-clone lints 2020-04-13 11:26:02 -04:00
cmSeparateArgumentsCommand.h
cmServer.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmServer.h Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmServerConnection.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmServerConnection.h
cmServerDictionary.h
cmServerProtocol.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmServerProtocol.h Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmSetCommand.cxx cmState::GetCacheEntryValue: return cmProp 2020-03-17 12:09:20 -04:00
cmSetCommand.h
cmSetDirectoryPropertiesCommand.cxx set_*_properties: simplify and shorten implementations 2020-05-12 06:59:00 -04:00
cmSetDirectoryPropertiesCommand.h
cmSetPropertyCommand.cxx set_source_files_properties: Allow specification of directory scope 2020-05-14 16:31:22 +02:00
cmSetPropertyCommand.h set_source_files_properties: Allow specification of directory scope 2020-05-14 16:31:22 +02:00
cmSetSourceFilesPropertiesCommand.cxx set_source_files_properties: Allow specification of directory scope 2020-05-14 16:31:22 +02:00
cmSetSourceFilesPropertiesCommand.h cmSetSourceFilesPropertiesCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmSetTargetPropertiesCommand.cxx set_*_properties: simplify and shorten implementations 2020-05-12 06:59:00 -04:00
cmSetTargetPropertiesCommand.h cmSetTargetPropertiesCommand: Port away from cmCommand 2019-09-21 05:14:05 +02:00
cmSetTestsPropertiesCommand.cxx set_*_properties: simplify and shorten implementations 2020-05-12 06:59:00 -04:00
cmSetTestsPropertiesCommand.h cmSetTestsPropertiesCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmSiteNameCommand.cxx cmMakefile::AddCacheDefinition: Add overload that accepts std::string value 2020-03-11 09:40:43 -04:00
cmSiteNameCommand.h
cmSourceFile.cxx cmSourceFile::GetProperty: return cmProp 2020-04-14 10:57:17 -04:00
cmSourceFile.h cmSourceFile::GetProperty: return cmProp 2020-04-14 10:57:17 -04:00
cmSourceFileLocation.cxx use cm::string_view for language extension lookups 2020-03-23 22:41:43 +01:00
cmSourceFileLocation.h
cmSourceFileLocationKind.h
cmSourceGroup.cxx Modernize memory management 2020-02-27 11:11:30 +01:00
cmSourceGroup.h Modernize memory management 2020-02-27 11:11:30 +01:00
cmSourceGroupCommand.cxx Refactoring: add cm::contains to <cmext/algorithm> 2020-04-17 10:00:03 +02:00
cmSourceGroupCommand.h cmSourceGroupCommand: Port away from cmCommand 2019-09-21 05:14:42 +02:00
cmStandardLexer.h Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmState.cxx cmState::GetInitializedCacheValue: return cmProp 2020-04-30 10:45:45 -04:00
cmState.h cmState::GetInitializedCacheValue: return cmProp 2020-04-30 10:45:45 -04:00
cmStateDirectory.cxx cmStateDirectory::GetProperty: return cmProp 2020-03-27 12:33:04 -04:00
cmStateDirectory.h cmStateDirectory::GetProperty: return cmProp 2020-03-27 12:33:04 -04:00
cmStatePrivate.h
cmStateSnapshot.cxx cmPropertyMap: Introduce cmProp as return type for GetProperty() functions 2020-03-13 13:32:17 -04:00
cmStateSnapshot.h cmstd: Modernize CMake system headers 2019-09-20 10:01:37 -04:00
cmStateTypes.h
cmString.cxx
cmString.hxx Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> 2020-04-30 09:53:27 +02:00
cmStringAlgorithms.cxx IWYU: mark <cstddef> as needed 2020-04-29 11:16:44 -04:00
cmStringAlgorithms.h Genex: Add generator expressions $<DEVICE_LINK> and $<HOST_LINK> 2020-04-19 15:04:54 +02:00
cmStringCommand.cxx Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> 2020-04-30 09:53:27 +02:00
cmStringCommand.h
cmStringReplaceHelper.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmStringReplaceHelper.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmSubcommandTable.cxx
cmSubcommandTable.h Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> 2020-04-30 09:53:27 +02:00
cmSubdirCommand.cxx cmSubdirCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmSubdirCommand.h cmSubdirCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmSubdirDependsCommand.cxx
cmSubdirDependsCommand.h
cmSystemTools.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmSystemTools.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmTarget.cxx Unity Builds: Support explicit specification of sources to groups 2020-05-07 11:13:34 -04:00
cmTarget.h GetSafeProperty: return std::string const& 2020-04-30 10:27:16 -04:00
cmTargetCompileDefinitionsCommand.cxx cmTarget: add std::string overloads 2019-12-14 09:30:28 -05:00
cmTargetCompileDefinitionsCommand.h cmTarget*: Port away from cmCommand 2019-09-26 13:27:55 -04:00
cmTargetCompileFeaturesCommand.cxx cmTarget*: Port away from cmCommand 2019-09-26 13:27:55 -04:00
cmTargetCompileFeaturesCommand.h cmTarget*: Port away from cmCommand 2019-09-26 13:27:55 -04:00
cmTargetCompileOptionsCommand.cxx target_compile_options: ensure BEFORE keyword is handled in all scopes 2020-01-11 01:25:25 +01:00
cmTargetCompileOptionsCommand.h cmTarget*: Port away from cmCommand 2019-09-26 13:27:55 -04:00
cmTargetDepend.h Ninja Multi-Config: Fix issue with framework dependencies and Autogen 2020-02-17 08:24:57 -05:00
cmTargetExport.h
cmTargetIncludeDirectoriesCommand.cxx cmTarget: add std::string overloads 2019-12-14 09:30:28 -05:00
cmTargetIncludeDirectoriesCommand.h cmTarget*: Port away from cmCommand 2019-09-26 13:27:55 -04:00
cmTargetLinkDirectoriesCommand.cxx cmTarget*: Port away from cmCommand 2019-09-26 13:27:55 -04:00
cmTargetLinkDirectoriesCommand.h cmTarget*: Port away from cmCommand 2019-09-26 13:27:55 -04:00
cmTargetLinkLibrariesCommand.cxx Merge topic 'out-of-dir-link-list' 2020-01-17 09:41:10 -05:00
cmTargetLinkLibrariesCommand.h cmTargetLinkLibrariesCommand: Port away from cmCommand 2019-09-21 05:15:26 +02:00
cmTargetLinkLibraryType.h
cmTargetLinkOptionsCommand.cxx cmTarget*: Port away from cmCommand 2019-09-26 13:27:55 -04:00
cmTargetLinkOptionsCommand.h cmTarget*: Port away from cmCommand 2019-09-26 13:27:55 -04:00
cmTargetPrecompileHeadersCommand.cxx cmTarget: add std::string overloads 2019-12-14 09:30:28 -05:00
cmTargetPrecompileHeadersCommand.h cmTarget*: Port away from cmCommand 2019-09-26 13:27:55 -04:00
cmTargetPropCommandBase.cxx cmTarget::GetProperty: return cmProp 2020-03-30 15:00:14 -04:00
cmTargetPropCommandBase.h cmTarget*: Port away from cmCommand 2019-09-26 13:27:55 -04:00
cmTargetPropertyComputer.cxx Add set_property option: DEPRECATION 2020-01-02 17:11:31 -05:00
cmTargetPropertyComputer.h cmTargetPropertyComputer::GetProperty: return cmProp 2020-03-16 13:47:05 -04:00
cmTargetSourcesCommand.cxx cmTarget: add std::string overloads 2019-12-14 09:30:28 -05:00
cmTargetSourcesCommand.h cmTarget*: Port away from cmCommand 2019-09-26 13:27:55 -04:00
cmTest.cxx cmMakefile::GetProperty: return cmProp 2020-04-01 10:56:34 -04:00
cmTest.h AppendProperty: convert value param to std::string 2020-01-25 10:37:00 -05:00
cmTestGenerator.cxx cmGeneratorTarget::GetProperty: return cmProp 2020-04-29 10:59:39 -04:00
cmTestGenerator.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmTimestamp.cxx CMake compilation: do not use compiler extensions 2020-03-23 10:29:58 +01:00
cmTimestamp.h clang-tidy: modernize-deprecated-headers 2019-09-16 10:11:13 -04:00
cmTryCompileCommand.cxx
cmTryCompileCommand.h cmstd: Modernize CMake system headers 2019-09-20 10:01:37 -04:00
cmTryRunCommand.cxx cmState::GetCacheEntryValue: return cmProp 2020-03-17 12:09:20 -04:00
cmTryRunCommand.h cmstd: Modernize CMake system headers 2019-09-20 10:01:37 -04:00
cmUnsetCommand.cxx
cmUnsetCommand.h
cmUseMangledMesaCommand.cxx
cmUseMangledMesaCommand.h
cmUtilitySourceCommand.cxx cmMakefile::AddCacheDefinition: Add overload that accepts std::string value 2020-03-11 09:40:43 -04:00
cmUtilitySourceCommand.h
cmUtils.hxx
cmUuid.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmUuid.h
cmUVHandlePtr.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmUVHandlePtr.h Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmUVProcessChain.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmUVProcessChain.h Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmUVSignalHackRAII.h Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmUVStreambuf.h Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmVariableRequiresCommand.cxx
cmVariableRequiresCommand.h
cmVariableWatch.cxx Refactor: Modernize cmVariableWatchCommand a little 2019-10-17 09:38:31 -04:00
cmVariableWatch.h Refactor: Modernize cmVariableWatchCommand a little 2019-10-17 09:38:31 -04:00
cmVariableWatchCommand.cxx cmMakefile::GetProperty: return cmProp 2020-04-01 10:56:34 -04:00
cmVariableWatchCommand.h
cmVersion.cxx
cmVersion.h Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmVersionConfig.h.in
cmVersionMacros.h
cmVisualStudio10TargetGenerator.cxx Merge topic 'vs-pch-compile-opts' 2020-05-12 06:53:41 -04:00
cmVisualStudio10TargetGenerator.h Merge topic 'cmprop-source' 2020-04-15 09:49:46 -04:00
cmVisualStudio10ToolsetOptions.cxx VS: Add toolset v142 CSharp flag table 2019-10-11 11:11:20 -04:00
cmVisualStudio10ToolsetOptions.h
cmVisualStudioGeneratorOptions.cxx cmGeneratorTarget::GetProperty: return cmProp 2020-04-29 10:59:39 -04:00
cmVisualStudioGeneratorOptions.h CUDA: Add abstraction for cuda runtime selection 2020-01-27 16:02:26 -05:00
cmVisualStudioSlnData.cxx
cmVisualStudioSlnData.h
cmVisualStudioSlnParser.cxx pass cm::string_view to cmVisualStudioSlnParser::ParseTag() 2020-03-23 22:41:43 +01:00
cmVisualStudioSlnParser.h pass cm::string_view to cmVisualStudioSlnParser::ParseTag() 2020-03-23 22:41:43 +01:00
cmVisualStudioWCEPlatformParser.cxx
cmVisualStudioWCEPlatformParser.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmVSSetupHelper.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmVSSetupHelper.h Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmWhileCommand.cxx Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> 2020-04-30 09:53:27 +02:00
cmWhileCommand.h
cmWorkerPool.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmWorkerPool.h cmstd: Modernize CMake system headers 2019-09-20 10:01:37 -04:00
cmWorkingDirectory.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmWorkingDirectory.h cmWorkingDirectory: Add GetOldDirectory method 2020-04-03 09:55:49 -04:00
cmWriteFileCommand.cxx Refactor: Avoid std::endl where it's not necessary (part 1) 2020-03-26 11:36:57 +08:00
cmWriteFileCommand.h
cmXCode21Object.cxx Modernize memory management 2020-03-05 07:34:01 -05:00
cmXCode21Object.h Modernize memory management 2020-03-05 07:34:01 -05:00
cmXCodeObject.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmXCodeObject.h Refactoring: add cm::contains to <cmext/algorithm> 2020-04-17 10:00:03 +02:00
cmXCodeScheme.cxx GetSafeProperty: return std::string const& 2020-04-30 10:27:16 -04:00
cmXCodeScheme.h Xcode: Add custom working directory property 2019-11-18 22:34:34 +01:00
cmXMLParser.cxx Refactoring: Third-parties public headers are under cm3p prefix 2020-05-07 12:06:08 +02:00
cmXMLParser.h
cmXMLSafe.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmXMLSafe.h
cmXMLWriter.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmXMLWriter.h IWYU: mark <cstddef> as needed 2020-04-29 11:16:44 -04:00
ctest.cxx ctest: add option --stop-on-failure 2020-04-20 23:05:15 +02:00
dir.dox
dir.dox.in