CMake/Source
Brad King d1976cd1f2 CTest: Fix timeout when grandchild keeps pipes open
When a test's process creates its own child and exits, the grandchild
may keep pipes open.  Fix CTest logic to correctly timeout if the
grandchild does not exit and close the pipes before the timeout expires.
This was broken by commit b5e21d7d2e (CTest: Re-implement test process
handling using libuv, 2017-12-10, v3.11.0-rc1~117^2) which added an
unnecessary condition to the timeout handling.

Fixes: #20116
2020-01-14 10:29:05 -05:00
..
Checks Merge topic 'cmext-memory' 2019-12-04 14:22:01 -05:00
CPack Merge topic 'fix-cpack-deb-description-file' 2020-01-13 10:23:26 -05:00
CTest CTest: Fix timeout when grandchild keeps pipes open 2020-01-14 10:29:05 -05:00
CursesDialog ccmake: Fix crash with cache entries almost the size of the window 2019-11-19 20:06:31 +01:00
kwsys Merge branch 'upstream-KWSys' into win-no-error-popup 2019-11-15 09:21:08 -05:00
LexerParser Fortran: ignore CPP line directives in line-continued USE stmts 2019-11-13 11:30:19 -05:00
Modules Check for support before adding bigtoc linker flag 2019-12-09 11:39:12 -05:00
QtDialog GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
QtIFW
.gitattributes CMakeVersion: Preserve Git information during 'git archive' 2019-07-29 11:37:32 -04:00
bindexplib.cxx Add support for WINDOWS_EXPORT_ALL_SYMBOLS when cross-compiling to Windows 2019-12-06 09:30:25 -05: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
cm_get_date.h clang-tidy: modernize-deprecated-headers 2019-09-16 10:11:13 -04:00
cm_static_string_view.hxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -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 cmA*Command: Turn into free functions 2019-08-07 10:16:32 +02:00
cmAddCompileDefinitionsCommand.h cmA*Command: Turn into free functions 2019-08-07 10:16:32 +02:00
cmAddCompileOptionsCommand.cxx cmA*Command: Turn into free functions 2019-08-07 10:16:32 +02:00
cmAddCompileOptionsCommand.h cmA*Command: Turn into free functions 2019-08-07 10:16:32 +02:00
cmAddCustomCommandCommand.cxx cmAddCustomCommandCommand: remove unnecessary braces 2019-12-18 09:50:15 -05:00
cmAddCustomCommandCommand.h cmA*Command: Turn into free functions 2019-08-07 10:16:32 +02:00
cmAddCustomTargetCommand.cxx cmMakefile: Delay custom command creation 2019-11-24 20:32:43 +01:00
cmAddCustomTargetCommand.h cmA*Command: Turn into free functions 2019-08-07 10:16:32 +02:00
cmAddDefinitionsCommand.cxx cmA*Command: Turn into free functions 2019-08-07 10:16:32 +02:00
cmAddDefinitionsCommand.h cmA*Command: Turn into free functions 2019-08-07 10:16:32 +02:00
cmAddDependenciesCommand.cxx Refactor: Use cmStrCat to construct error strings 2019-09-18 14:18:46 -04:00
cmAddDependenciesCommand.h cmA*Command: Turn into free functions 2019-08-07 10:16:32 +02:00
cmAddExecutableCommand.cxx Refactor: Use cmStrCat to construct error strings 2019-09-18 14:18:46 -04:00
cmAddExecutableCommand.h cmA*Command: Turn into free functions 2019-08-07 10:16:32 +02:00
cmAddLibraryCommand.cxx Refactoring: use append functions from cmext/algorithm 2019-12-17 10:44:02 +01:00
cmAddLibraryCommand.h cmA*Command: Turn into free functions 2019-08-07 10:16:32 +02:00
cmAddLinkOptionsCommand.cxx cmA*Command: Turn into free functions 2019-08-07 10:16:32 +02:00
cmAddLinkOptionsCommand.h cmA*Command: Turn into free functions 2019-08-07 10:16:32 +02:00
cmAddSubDirectoryCommand.cxx Refactor: Use cmStrCat to construct error strings 2019-09-18 14:18:46 -04:00
cmAddSubDirectoryCommand.h cmA*Command: Turn into free functions 2019-08-07 10:16:32 +02:00
cmAddTestCommand.cxx Refactor: Use cmStrCat to construct error strings 2019-09-18 14:18:46 -04:00
cmAddTestCommand.h cmA*Command: Turn into free functions 2019-08-07 10:16:32 +02:00
cmAffinity.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmAffinity.h
cmake.cxx GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmake.h GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmake.version.manifest
CMakeInstallDestinations.cmake
CMakeInstallSignTool.cmake.in
CMakeLists.txt Add support for WINDOWS_EXPORT_ALL_SYMBOLS when cross-compiling to Windows 2019-12-06 09:30:25 -05:00
cmakemain.cxx Merge topic 'traceJSON' 2019-12-27 10:53:13 -05:00
CMakeSourceDir.txt.in
CMakeVersion.bash
CMakeVersion.cmake CMake Nightly Date Stamp 2020-01-13 00:01:10 -05:00
CMakeVersion.rc.in
cmAlgorithms.h Refactoring: suppress cmEraseIf in favor of cm::erase_if 2020-01-09 11:19:20 +01:00
cmArchiveWrite.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmArchiveWrite.h clang-tidy: modernize-deprecated-headers 2019-09-16 10:11:13 -04:00
cmArgumentParser.cxx cmArgumentParser: Record parsed keywords 2019-09-20 13:27:30 +02:00
cmArgumentParser.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmAuxSourceDirectoryCommand.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmAuxSourceDirectoryCommand.h cmA*Command: Turn into free functions 2019-08-07 10:16:32 +02:00
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 file: Add GET_RUNTIME_DEPENDENCIES mode 2019-06-10 14:35:28 -04:00
cmBinUtilsLinuxELFLinker.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04: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 file: Add GET_RUNTIME_DEPENDENCIES mode 2019-06-10 14:35:28 -04:00
cmBinUtilsMacOSMachOGetRuntimeDependenciesTool.h file: Add GET_RUNTIME_DEPENDENCIES mode 2019-06-10 14:35:28 -04:00
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 file: Add GET_RUNTIME_DEPENDENCIES mode 2019-06-10 14:35:28 -04:00
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 cmCommand refactor: cmBreakCommand 2019-08-20 14:42:18 -04:00
cmBreakCommand.h cmCommand refactor: cmBreakCommand 2019-08-20 14:42:18 -04:00
cmBuildCommand.cxx cmBuildCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmBuildCommand.h cmBuildCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmBuildNameCommand.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmBuildNameCommand.h cmBuildNameCommand: Implement as free function 2019-08-16 10:47:22 +02:00
cmCacheManager.cxx cmCacheManager: more members use std::string 2020-01-06 00:26:28 -05:00
cmCacheManager.h cmCacheManager: more members use std::string 2020-01-06 00:26:28 -05:00
cmCallVisualStudioMacro.cxx Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}With 2019-08-01 13:33:00 +02: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 Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmCLocaleEnvironmentScope.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmCLocaleEnvironmentScope.h clang-tidy: Replace typedef with using 2019-09-04 18:03:01 +02:00
cmCMakeHostSystemInformationCommand.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmCMakeHostSystemInformationCommand.h cmCommand refactor: cmCMakeHostSystemInformationCommand 2019-08-20 14:42:20 -04:00
cmCMakeMinimumRequired.cxx clang-tidy: modernize-deprecated-headers 2019-09-16 10:11:13 -04:00
cmCMakeMinimumRequired.h cmCommand refactor: cmCMakeMinimumRequired 2019-08-20 14:42:19 -04:00
cmCMakePolicyCommand.cxx Refactor: Use cmStrCat to construct error strings 2019-09-18 14:18:46 -04:00
cmCMakePolicyCommand.h cmCommand refactor: cmCMakePolicyCommand 2019-08-20 14:42:20 -04:00
cmcmd.cxx GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmcmd.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmCommand.cxx cmState: Hold commands by value 2019-07-21 09:25:32 +02:00
cmCommand.h cmCommand: De-virtualize function InvokeInitialPass 2019-07-21 09:25:32 +02:00
cmCommandArgumentParserHelper.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmCommandArgumentParserHelper.h
cmCommands.cxx Merge branch 'backport-3.16-toc_on_ppc' into toc_on_ppc 2019-12-09 11:41:15 -05:00
cmCommands.h
cmCommonTargetGenerator.cxx Ninja: Add multi-config variant 2019-12-13 10:51:46 -05:00
cmCommonTargetGenerator.h Ninja: Add multi-config variant 2019-12-13 10:51:46 -05:00
cmComputeComponentGraph.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmComputeComponentGraph.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmComputeLinkDepends.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmComputeLinkDepends.h clang-format: fix erroneous handling of header <queue> 2020-01-06 17:33:45 +01:00
cmComputeLinkInformation.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmComputeLinkInformation.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmComputeTargetDepends.cxx cmLocalGenerator: modernize memory management 2019-12-10 00:24:06 +01:00
cmComputeTargetDepends.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmConditionEvaluator.cxx Refactoring: use append functions from cmext/algorithm 2019-12-17 10:44:02 +01:00
cmConditionEvaluator.h clang-tidy: Replace typedef with using 2019-09-03 13:21:26 -04:00
cmConfigure.cmake.h.in cmConfigure.h: Tell windows.h not to define min/max macros 2019-08-20 09:36:45 -04:00
cmConfigureFileCommand.cxx Refactor: Use cmStrCat to construct error strings 2019-09-18 14:18:46 -04:00
cmConfigureFileCommand.h cmCommand refactor: cmConfigureFileCommand 2019-08-20 14:42:19 -04:00
cmConnection.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmConnection.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmContinueCommand.cxx cmCommand refactor: cmContinueCommand 2019-08-20 14:42:19 -04:00
cmContinueCommand.h cmCommand refactor: cmContinueCommand 2019-08-20 14:42:19 -04:00
cmConvertMSBuildXMLToJSON.py
cmCoreTryCompile.cxx cmCoreTryCompile::CleanupFiles now removes symlinks instead of their contents. 2019-12-26 17:39:36 +01: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 cmMakefile: Delay custom command creation 2019-11-24 20:32:43 +01:00
cmCPluginAPI.h cmPluginAPI: Correct typo in documentation of FinalPass 2019-11-24 20:13:23 +01:00
cmCreateTestSourceList.cxx cmCreateTestSourceList: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmCreateTestSourceList.h cmCreateTestSourceList: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmCryptoHash.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmCryptoHash.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmCTest.cxx Refactoring: use append functions from cmext/algorithm 2019-12-17 10:44:02 +01:00
cmCTest.h CTest: Rename internal APIs for --repeat options 2019-11-07 14:14:28 -05:00
cmCurl.cxx Source sweep: Use cmStrCat for string concatenation 2019-08-22 16:38:10 +02:00
cmCurl.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmCustomCommand.cxx Refactoring: use append functions from cmext/algorithm 2019-12-17 10:44:02 +01:00
cmCustomCommand.h cmCustomCommand: Explicitly pass backtrace on construction 2019-11-24 20:13:23 +01:00
cmCustomCommandGenerator.cxx add_custom_command: convert DEPENDS path arguments to absolute paths 2019-12-18 13:57:07 -05: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 cmDefinePropertyCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmDefinePropertyCommand.h cmDefinePropertyCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
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 Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmDepends.h clang-tidy: Replace typedef with using 2019-09-04 18:03:01 +02:00
cmDependsC.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmDependsC.h clang-format: fix erroneous handling of header <queue> 2020-01-06 17:33:45 +01:00
cmDependsFortran.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmDependsFortran.h
cmDependsJava.cxx
cmDependsJava.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmDependsJavaParserHelper.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmDependsJavaParserHelper.h
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 clang-tidy: Replace typedef with using 2019-09-04 18:03:01 +02:00
cmDynamicLoader.cxx clang-tidy: modernize-use-auto 2019-09-10 22:21:41 +02:00
cmDynamicLoader.h
cmELF.cxx Refactoring: use append functions from cmext/algorithm 2019-12-17 10:44:02 +01:00
cmELF.h clang-tidy: Replace typedef with using 2019-09-04 18:03:01 +02:00
cmEnableLanguageCommand.cxx cmEnableLanguageCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmEnableLanguageCommand.h cmEnableLanguageCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmEnableTestingCommand.cxx cmState: Support BuiltinCommands as free functions 2019-07-22 15:27:56 +02:00
cmEnableTestingCommand.h cmState: Support BuiltinCommands as free functions 2019-07-22 15:27:56 +02:00
cmExecProgramCommand.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmExecProgramCommand.h cmCommand refactor: cmExecProgramCommand 2019-08-20 14:42:19 -04:00
cmExecuteProcessCommand.cxx Refactoring: use append functions from cmext/algorithm 2019-12-17 10:44:02 +01:00
cmExecuteProcessCommand.h cmCommand refactor: cmExecuteProcessCommand 2019-08-20 14:42:19 -04:00
cmExecutionStatus.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmExpandedCommandArgument.cxx
cmExpandedCommandArgument.h
cmExportBuildAndroidMKGenerator.cxx Source sweep: Replace cmExpandList with the shorter cmExpandedList 2019-08-23 17:07:49 +02:00
cmExportBuildAndroidMKGenerator.h
cmExportBuildFileGenerator.cxx cmGlobalGenerator: modernize memrory managemenbt 2019-12-30 16:55:39 +01:00
cmExportBuildFileGenerator.h Refactoring: use append functions from cmext/algorithm 2019-12-17 10:44:02 +01:00
cmExportCommand.cxx cmGlobalGenerator: modernize memrory managemenbt 2019-12-30 16:55:39 +01:00
cmExportCommand.h cmExportCommand: Port away from cmCommand 2019-09-21 05:11:08 +02:00
cmExportFileGenerator.cxx Add set_property option: DEPRECATION 2020-01-02 17:11:31 -05:00
cmExportFileGenerator.h install,export: Do not treat language names as target names 2019-10-16 12:48:20 -04:00
cmExportInstallAndroidMKGenerator.cxx cmTarget: add std::string overloads 2019-12-14 09:30:28 -05: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 cmGlobalGenerator: modernize memrory managemenbt 2019-12-30 16:55:39 +01:00
cmExportLibraryDependenciesCommand.h cmCommand refactor: cmExportLibraryDependenciesCommand 2019-08-25 14:29:25 +02:00
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 Ninja: Add multi-config variant 2019-12-13 10:51:46 -05: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 Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04: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 Refactoring: use append functions from cmext/algorithm 2019-12-17 10:44:02 +01:00
cmExtraCodeBlocksGenerator.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmExtraCodeLiteGenerator.cxx cmLocalGenerator: modernize memory management 2019-12-10 00:24:06 +01:00
cmExtraCodeLiteGenerator.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmExtraEclipseCDT4Generator.cxx cmLocalGenerator: modernize memory management 2019-12-10 00:24:06 +01:00
cmExtraEclipseCDT4Generator.h cmLocalGenerator: modernize memory management 2019-12-10 00:24:06 +01:00
cmExtraKateGenerator.cxx cmLocalGenerator: modernize memory management 2019-12-10 00:24:06 +01:00
cmExtraKateGenerator.h cmLocalGenerator: modernize memory management 2019-12-10 00:24:06 +01:00
cmExtraSublimeTextGenerator.cxx cmLocalGenerator: modernize memory management 2019-11-11 16:41:13 +01:00
cmExtraSublimeTextGenerator.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmFileAPI.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmFileAPI.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmFileAPICache.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmFileAPICache.h
cmFileAPICMakeFiles.cxx cmLocalGenerator: modernize memory management 2019-12-10 00:24:06 +01:00
cmFileAPICMakeFiles.h
cmFileAPICodemodel.cxx cmGlobalGenerator: modernize memrory managemenbt 2019-12-30 16:55:39 +01:00
cmFileAPICodemodel.h
cmFileCommand.cxx Refactoring: use append functions from cmext/algorithm 2019-12-17 10:44:02 +01:00
cmFileCommand.h cmFileCommand: turn into free function 2019-08-06 12:25:12 +02:00
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 clang-tidy: Replace typedef with using 2019-09-04 18:03:01 +02:00
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 cmFileMonitor: modernize memory management 2019-12-19 11:15:17 +01: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 clang-tidy: Replace typedef with using 2019-09-03 13:21:26 -04:00
cmFileTimeCache.cxx clang-tidy: isolate declarations for readability 2019-08-21 00:20:49 +02:00
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 IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmFindBase.cxx Merge topic 'add_find_call_debugging' 2019-12-20 12:59:50 -05:00
cmFindBase.h find_*: Add debug logging infrastructure 2019-12-19 08:09:49 -05: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 cmFind*: Port away from cmCommand 2019-09-10 22:13:11 +02:00
cmFindFileCommand.h cmFind*: Port away from cmCommand 2019-09-10 22:13:11 +02:00
cmFindLibraryCommand.cxx find_*: Use debug logging infrastructure 2019-12-19 08:09:49 -05:00
cmFindLibraryCommand.h cmFind*: Port away from cmCommand 2019-09-10 22:13:11 +02:00
cmFindPackageCommand.cxx find_package: Improve debug logging output 2020-01-01 15:00:42 -05:00
cmFindPackageCommand.h find_package: Improve debug logging output 2020-01-01 15:00:42 -05:00
cmFindPathCommand.cxx find_*: Use debug logging infrastructure 2019-12-19 08:09:49 -05:00
cmFindPathCommand.h find_*: Use debug logging infrastructure 2019-12-19 08:09:49 -05:00
cmFindProgramCommand.cxx find_*: Use debug logging infrastructure 2019-12-19 08:09:49 -05:00
cmFindProgramCommand.h cmFind*: Port away from cmCommand 2019-09-10 22:13:11 +02:00
cmFLTKWrapUICommand.cxx cmMakefile: Delay CheckTargetProperties and FinalPass to generate time 2019-11-24 20:13:23 +01:00
cmFLTKWrapUICommand.h cmFLTKWrapUICommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmForEachCommand.cxx foreach: Allow multiple iteration variables for ZIP_LIST mode 2019-12-07 18:03:20 +02:00
cmForEachCommand.h cmCommand refactor: cmForEachCommand 2019-08-20 14:42:19 -04:00
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: Recycle functions 2019-07-31 13:22:42 -04:00
cmFunctionBlocker.h cmstd: Modernize CMake system headers 2019-09-20 10:01:37 -04:00
cmFunctionCommand.cxx Refactoring: use append functions from cmext/algorithm 2019-12-17 10:44:02 +01:00
cmFunctionCommand.h cmCommand refactor: cmFunctionCommand 2019-08-20 14:42:19 -04:00
cmGeneratedFileStream.cxx clang-tidy: modernize-deprecated-headers 2019-09-16 10:11:13 -04:00
cmGeneratedFileStream.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmGeneratorExpression.cxx cmGeneratorExpressionEvaluator: Modernize memory management 2019-12-05 17:20:56 +01:00
cmGeneratorExpression.h cmGeneratorExpressionEvaluator: Modernize memory management 2019-12-05 17:20:56 +01:00
cmGeneratorExpressionContext.cxx
cmGeneratorExpressionContext.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmGeneratorExpressionDAGChecker.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmGeneratorExpressionDAGChecker.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04: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 Revise include order using clang-format-6.0 2019-10-01 12:26:36 -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 clang-format: fix erroneous handling of header <queue> 2020-01-06 17:33:45 +01:00
cmGeneratorTarget.h Add set_property option: DEPRECATION 2020-01-02 17:11:31 -05:00
cmGetCMakePropertyCommand.cxx cmCommand refactor: cmGetCMakePropertyCommand 2019-08-20 14:42:19 -04:00
cmGetCMakePropertyCommand.h cmCommand refactor: cmGetCMakePropertyCommand 2019-08-20 14:42:19 -04:00
cmGetDirectoryPropertyCommand.cxx clang-tidy: modernize-use-auto 2019-09-10 22:21:41 +02:00
cmGetDirectoryPropertyCommand.h cmCommand refactor: cmGetDirectoryPropertyCommand 2019-08-20 14:42:19 -04:00
cmGetFilenameComponentCommand.cxx cmCommand refactor: cmGetFilenameComponentCommand 2019-08-20 14:42:19 -04:00
cmGetFilenameComponentCommand.h cmCommand refactor: cmGetFilenameComponentCommand 2019-08-20 14:42:19 -04:00
cmGetPipes.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmGetPipes.h
cmGetPropertyCommand.cxx Refactor: Use cmStrCat to construct error strings 2019-09-18 14:18:46 -04:00
cmGetPropertyCommand.h cmCommand_refactor: cmGetPropertyCommand 2019-08-20 14:42:19 -04:00
cmGetSourceFilePropertyCommand.cxx cmGetSourceFilePropertyCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmGetSourceFilePropertyCommand.h cmGetSourceFilePropertyCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmGetTargetPropertyCommand.cxx cmGetTargetPropertyCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmGetTargetPropertyCommand.h cmGetTargetPropertyCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmGetTestPropertyCommand.cxx cmGetTestPropertyCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmGetTestPropertyCommand.h cmGetTestPropertyCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmGhsMultiGpj.cxx
cmGhsMultiGpj.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmGhsMultiTargetGenerator.cxx cmGlobalGenerator: modernize memrory managemenbt 2019-12-30 16:55:39 +01: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 GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmGlobalCommonGenerator.cxx cmLocalGenerator: modernize memory management 2019-12-10 00:24:06 +01:00
cmGlobalCommonGenerator.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmGlobalGenerator.cxx GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmGlobalGenerator.h GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmGlobalGeneratorFactory.h GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmGlobalGhsMultiGenerator.cxx cmLocalGenerator: modernize memory management 2019-12-10 00:24:06 +01:00
cmGlobalGhsMultiGenerator.h GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01: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 cmMakefile: Let AddDefinition accept a value as cm::string_view 2019-07-24 11:11:25 +02:00
cmGlobalMinGWMakefileGenerator.h GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmGlobalMSYSMakefileGenerator.cxx Source sweep: Use cmStrCat for string concatenation 2019-08-22 16:38:10 +02:00
cmGlobalMSYSMakefileGenerator.h GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmGlobalNinjaGenerator.cxx Ninja Multi-Config: Make cross-config building opt-in 2020-01-10 16:31:29 -05:00
cmGlobalNinjaGenerator.h Ninja Multi-Config: Make cross-config building opt-in 2020-01-10 16:31:29 -05: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 cmGlobalGenerator: modernize memrory managemenbt 2019-12-30 16:55:39 +01:00
cmGlobalUnixMakefileGenerator3.h GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmGlobalVisualStudio7Generator.cxx cmLocalGenerator: modernize memory management 2019-12-10 00:24:06 +01:00
cmGlobalVisualStudio7Generator.h cmLocalGenerator: modernize memory management 2019-12-10 00:24:06 +01:00
cmGlobalVisualStudio8Generator.cxx Refactoring: use append functions from cmext/algorithm 2019-12-17 10:44:02 +01:00
cmGlobalVisualStudio8Generator.h
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 GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmGlobalVisualStudio10Generator.h GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01: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 Source sweep: Use cmStrCat for string concatenation 2019-08-22 16:38:10 +02:00
cmGlobalVisualStudio71Generator.h
cmGlobalVisualStudioGenerator.cxx cmMakefile: Delay custom command creation 2019-11-24 20:32:43 +01:00
cmGlobalVisualStudioGenerator.h VS: Fix access violation when calling Visual Studio macro 2019-09-24 17:44:28 +02: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 Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmGlobalWatcomWMakeGenerator.h GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmGlobalXCodeGenerator.cxx GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmGlobalXCodeGenerator.h GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmGlobVerificationManager.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmGlobVerificationManager.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmGraphAdjacencyList.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmGraphVizWriter.cxx cmLocalGenerator: modernize memory management 2019-12-10 00:24:06 +01: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 clang-tidy: Replace typedef with using 2019-09-04 18:03:01 +02:00
cmIfCommand.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmIfCommand.h cm*FunctionBlocker: Move to source file 2019-07-30 17:21:50 +02:00
cmIncludeCommand.cxx Source sweep: Use cmStrCat for string concatenation 2019-08-22 16:38:10 +02:00
cmIncludeCommand.h cmCommand refactor: cmIncludeCommand 2019-08-20 14:42:19 -04:00
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 cmTarget: add std::string overloads 2019-12-14 09:30:28 -05:00
cmIncludeExternalMSProjectCommand.h cmIncludeExternalMSProjectCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmIncludeGuardCommand.cxx cmCommand refactor: cmIncludeGuardCommand 2019-08-20 14:42:19 -04:00
cmIncludeGuardCommand.h cmCommand refactor: cmIncludeGuardCommand 2019-08-20 14:42:19 -04:00
cmIncludeRegularExpressionCommand.cxx cmIncludeRegularExpressionCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmIncludeRegularExpressionCommand.h cmIncludeRegularExpressionCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmInstallCommand.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmInstallCommand.h cmInstallCommand: Port away from cmCommand 2019-09-21 05:20:59 +02:00
cmInstallCommandArguments.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmInstallCommandArguments.h
cmInstallDirectoryGenerator.cxx cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utility 2019-09-23 21:19:15 +02:00
cmInstallDirectoryGenerator.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmInstalledFile.cxx cmInstalledFile: modernize memory management 2019-12-19 11:15:13 +01:00
cmInstalledFile.h cmInstalledFile: modernize memory management 2019-12-19 11:15:13 +01:00
cmInstallExportGenerator.cxx cmExportSet: default destructor 2019-09-19 19:20:29 +05:30
cmInstallExportGenerator.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmInstallFilesCommand.cxx cmMakefile: Delay CheckTargetProperties and FinalPass to generate time 2019-11-24 20:13:23 +01:00
cmInstallFilesCommand.h cmInstallFilesCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmInstallFilesGenerator.cxx cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utility 2019-09-23 21:19:15 +02:00
cmInstallFilesGenerator.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmInstallGenerator.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmInstallGenerator.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmInstallProgramsCommand.cxx cmMakefile: Delay CheckTargetProperties and FinalPass to generate time 2019-11-24 20:13:23 +01:00
cmInstallProgramsCommand.h cmInstallProgramsCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmInstallScriptGenerator.cxx cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utility 2019-09-23 21:19:15 +02:00
cmInstallScriptGenerator.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmInstallSubdirectoryGenerator.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmInstallSubdirectoryGenerator.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmInstallTargetGenerator.cxx Merge topic 'install-name-dir-genex' 2019-11-06 09:32:22 -05:00
cmInstallTargetGenerator.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04: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 cmGlobalGenerator: modernize memrory managemenbt 2019-12-30 16:55:39 +01:00
cmJsonObjects.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04: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 file: Add GET_RUNTIME_DEPENDENCIES mode 2019-06-10 14:35:28 -04:00
cmLDConfigTool.h file: Add GET_RUNTIME_DEPENDENCIES mode 2019-06-10 14:35:28 -04:00
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 Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmLinkItem.h cmAlgorithms: Add cmContains 2019-08-19 20:01:39 +02:00
cmLinkItemGraphVisitor.cxx Graphviz: added test suite, fixes, enhancements 2019-10-08 13:45:56 +11:00
cmLinkItemGraphVisitor.h Graphviz: added test suite, fixes, enhancements 2019-10-08 13:45:56 +11:00
cmLinkLibrariesCommand.cxx cmLinkLibrariesCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmLinkLibrariesCommand.h cmLinkLibrariesCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmLinkLineComputer.cxx Ninja: Add multi-config variant 2019-12-13 10:51:46 -05:00
cmLinkLineComputer.h Ninja: Add multi-config variant 2019-12-13 10:51:46 -05:00
cmLinkLineDeviceComputer.cxx Merge branch 'backport-3.15-cuda-device-link-only-cuda' 2020-01-09 11:13:51 -05:00
cmLinkLineDeviceComputer.h cmLinkLineComputer: Add ComputeLinkLibraries overload with backtraces 2019-09-18 14:00:37 -04:00
cmListCommand.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmListCommand.h cmCommand refactor: cmListCommand 2019-08-20 14:42:19 -04:00
cmListFileCache.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmListFileCache.h clang-tidy: modernize-deprecated-headers 2019-09-16 10:11:13 -04:00
cmListFileLexer.h clang-tidy: Enable check modernize-use-using 2019-09-04 19:47:30 +02:00
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 cmMakefile: Delay CheckTargetProperties and FinalPass to generate time 2019-11-24 20:13:23 +01:00
cmLoadCommandCommand.h cmCommand refactor: cmLoadCommandCommand 2019-08-25 14:31:16 +02:00
cmLocalCommonGenerator.cxx Refactor: Prepare Ninja generator for multi-config 2019-12-13 10:51:46 -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 'objc-visibility-inlines' 2020-01-13 10:22:06 -05:00
cmLocalGenerator.h Ninja: Add multi-config variant 2019-12-13 10:51:46 -05: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 Ninja: Add multi-config variant 2019-12-13 10:51:46 -05:00
cmLocalNinjaGenerator.h Ninja: Add multi-config variant 2019-12-13 10:51:46 -05:00
cmLocalUnixMakefileGenerator3.cxx Refactoring: suppress cmEraseIf in favor of cm::erase_if 2020-01-09 11:19:20 +01:00
cmLocalUnixMakefileGenerator3.h Refactor: Prepare Ninja generator for multi-config 2019-12-13 10:51:46 -05:00
cmLocalVisualStudio7Generator.cxx cmTarget: add std::string overloads 2019-12-14 09:30:28 -05:00
cmLocalVisualStudio7Generator.h cmVisualStudio10TargetGenerator: use std::string for tag 2019-11-10 09:29:27 -05:00
cmLocalVisualStudio10Generator.cxx Refactoring: use append functions from cmext/algorithm 2019-12-17 10:44:02 +01:00
cmLocalVisualStudio10Generator.h
cmLocalVisualStudioGenerator.cxx cmCustomCommand: Explicitly pass backtrace on construction 2019-11-24 20:13:23 +01:00
cmLocalVisualStudioGenerator.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmLocalXCodeGenerator.cxx cmLocalGenerator: modernize memory management 2019-11-11 16:41:13 +01:00
cmLocalXCodeGenerator.h
cmMachO.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmMachO.h modermize: replace some raw pointers w/ unique_ptr 2019-06-24 09:36:09 -04:00
cmMacroCommand.cxx Refactoring: use append functions from cmext/algorithm 2019-12-17 10:44:02 +01:00
cmMacroCommand.h cmCommand refactor: cmMacroCommand 2019-08-20 14:42:19 -04:00
cmMakeDirectoryCommand.cxx cmCommand refactor: cmMakeDirectoryCommand 2019-08-20 14:42:19 -04:00
cmMakeDirectoryCommand.h cmCommand refactor: cmMakeDirectoryCommand 2019-08-20 14:42:19 -04:00
cmMakefile.cxx Merge topic 'refactoring-STL-erase_if' 2020-01-13 10:31:05 -05:00
cmMakefile.h find_*: Add debug logging infrastructure 2019-12-19 08:09:49 -05:00
cmMakefileExecutableTargetGenerator.cxx cmGlobalGenerator: modernize memrory managemenbt 2019-12-30 16:55:39 +01:00
cmMakefileExecutableTargetGenerator.h
cmMakefileLibraryTargetGenerator.cxx cmGlobalGenerator: modernize memrory managemenbt 2019-12-30 16:55:39 +01:00
cmMakefileLibraryTargetGenerator.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmMakefileTargetGenerator.cxx ObjC: Add _COMPILE_LAUNCHER support 2020-01-09 13:52:37 -05:00
cmMakefileTargetGenerator.h cmGlobalGenerator: modernize memrory managemenbt 2019-12-30 16:55:39 +01:00
cmMakefileUtilityTargetGenerator.cxx Refactor: Prepare Ninja generator for multi-config 2019-12-13 10:51:46 -05:00
cmMakefileUtilityTargetGenerator.h
cmMarkAsAdvancedCommand.cxx cmCommand refactor: cmMarkAsAdvancedCommand 2019-08-20 14:42:19 -04:00
cmMarkAsAdvancedCommand.h cmCommand refactor: cmMarkAsAdvancedCommand 2019-08-20 14:42:19 -04:00
cmMathCommand.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmMathCommand.h cmCommand refactor: cmMathCommand 2019-08-20 14:42:19 -04:00
cmMessageCommand.cxx message: New message types to mark checks performed by CMake 2019-11-02 14:10:09 +02:00
cmMessageCommand.h cmCommand refactor: CmMessageCommand 2019-08-20 14:42:20 -04:00
cmMessageType.h
cmMessenger.cxx Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP 2019-08-09 10:41:44 -04:00
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 clang-tidy: Blacklist violations for version 8 2019-07-30 12:38:30 +02:00
cmNinjaLinkLineComputer.cxx
cmNinjaLinkLineComputer.h
cmNinjaLinkLineDeviceComputer.cxx
cmNinjaLinkLineDeviceComputer.h
cmNinjaNormalTargetGenerator.cxx Merge topic 'ninja-cross-build-disable' 2020-01-13 10:34:18 -05:00
cmNinjaNormalTargetGenerator.h Ninja: Add multi-config variant 2019-12-13 10:51:46 -05:00
cmNinjaTargetGenerator.cxx ObjC: Add _COMPILE_LAUNCHER support 2020-01-09 13:52:37 -05:00
cmNinjaTargetGenerator.h Ninja: Add multi-config variant 2019-12-13 10:51:46 -05:00
cmNinjaTypes.h clang-tidy: Replace typedef with using 2019-09-04 18:03:01 +02:00
cmNinjaUtilityTargetGenerator.cxx Ninja: Add multi-config variant 2019-12-13 10:51:46 -05:00
cmNinjaUtilityTargetGenerator.h Refactor: Prepare Ninja generator for multi-config 2019-12-13 10:51:46 -05:00
cmOptionCommand.cxx Refactor: Use cmStrCat to construct error strings 2019-09-18 14:18:46 -04:00
cmOptionCommand.h cmCommand refactor: cmOptionCommand 2019-08-20 14:42:20 -04:00
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 Refactor: Prepare Ninja generator for multi-config 2019-12-13 10:51:46 -05:00
cmOSXBundleGenerator.h Refactor: Prepare Ninja generator for multi-config 2019-12-13 10:51:46 -05:00
cmOutputConverter.cxx Ninja: Add multi-config variant 2019-12-13 10:51:46 -05:00
cmOutputConverter.h Ninja: Add multi-config variant 2019-12-13 10:51:46 -05:00
cmOutputRequiredFilesCommand.cxx cmOutputRequiredFilesCommand: Modernize memory management 2019-11-15 19:40:48 +01:00
cmOutputRequiredFilesCommand.h cmCommand refactor: cmOutputRequiredFilesCommand 2019-08-26 11:48:43 -04:00
cmParseArgumentsCommand.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmParseArgumentsCommand.h cmCommand refactor: cmParseArgumentsCommand 2019-08-20 14:42:20 -04:00
cmPathLabel.cxx
cmPathLabel.h
cmPipeConnection.cxx
cmPipeConnection.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmPolicies.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmPolicies.h target_compile_options: ensure BEFORE keyword is handled in all scopes 2020-01-11 01:25:25 +01:00
cmProcessOutput.cxx
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 Merge topic 'project-version-buffer-overflow' 2019-10-28 06:50:22 -04:00
cmProjectCommand.h cmProjectCommand: Port away from cmCommand 2019-09-21 05:13:30 +02:00
cmProperty.h cmPropertyMap: Use std::string as value container class 2019-06-08 12:25:35 +02:00
cmPropertyDefinition.cxx
cmPropertyDefinition.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmPropertyDefinitionMap.cxx clang-tidy: modernize-use-auto 2019-09-10 22:21:41 +02:00
cmPropertyDefinitionMap.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmPropertyMap.cxx clang-tidy: Replace typedef with using 2019-09-04 18:03:01 +02:00
cmPropertyMap.h cmPropertyMap: Use std::unordered_map as container instead of std::map 2019-06-08 12:25:35 +02:00
cmQtAutoGen.cxx Refactoring: use append functions from cmext/algorithm 2019-12-17 10:44:02 +01:00
cmQtAutoGen.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmQtAutoGenerator.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmQtAutoGenerator.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmQtAutoGenGlobalInitializer.cxx cmLocalGenerator: modernize memory management 2019-12-10 00:24:06 +01:00
cmQtAutoGenGlobalInitializer.h cmLocalGenerator: modernize memory management 2019-12-10 00:24:06 +01:00
cmQtAutoGenInitializer.cxx Autogen: Process .hh headers based on new policy CMP0100 settings 2020-01-04 11:33:04 +01:00
cmQtAutoGenInitializer.h Autogen: Process .hh headers based on new policy CMP0100 settings 2020-01-04 11:33:04 +01:00
cmQtAutoMocUic.cxx Refactoring: use append functions from cmext/algorithm 2019-12-17 10:44:02 +01: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 cmCustomCommandLine: Provide command line make functions 2019-09-16 20:45:41 +02: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 cmCommand refactor: cmRemoveCommand 2019-08-20 14:42:20 -04:00
cmRemoveCommand.h cmCommand refactor: cmRemoveCommand 2019-08-20 14:42:20 -04:00
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 cmState: Support BuiltinCommands as free functions 2019-07-22 15:27:56 +02:00
cmReturnCommand.h cmState: Support BuiltinCommands as free functions 2019-07-22 15:27:56 +02:00
cmRST.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmRST.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmRulePlaceholderExpander.cxx clang-tidy: modernize-deprecated-headers 2019-09-16 10:11:13 -04:00
cmRulePlaceholderExpander.h
cmRuntimeDependencyArchive.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -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 clang-tidy: modernize-return-braced-init-list 2019-09-06 22:27:39 +02:00
cmSearchPath.cxx Source sweep: Replace cmExpandList with the shorter cmExpandedList 2019-08-23 17:07:49 +02:00
cmSearchPath.h find_*: Add debug logging infrastructure 2019-12-19 08:09:49 -05:00
cmSeparateArgumentsCommand.cxx Refactor: Use cmStrCat to construct error strings 2019-09-18 14:18:46 -04:00
cmSeparateArgumentsCommand.h cmCommand refactor: cmSeparateArgumentsCommand 2019-08-20 14:42:20 -04:00
cmServer.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmServer.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmServerConnection.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmServerConnection.h
cmServerDictionary.h
cmServerProtocol.cxx GlobalGenerator family: modernize memory management 2020-01-07 11:03:11 +01:00
cmServerProtocol.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmSetCommand.cxx cmState: more members will use std::string 2020-01-02 07:56:34 -05:00
cmSetCommand.h cmCommand refactor: cmSetCommand 2019-08-20 14:42:20 -04:00
cmSetDirectoryPropertiesCommand.cxx cmCommand refactor: cmSetDirectoryPropertiesCommand 2019-08-20 14:42:20 -04:00
cmSetDirectoryPropertiesCommand.h cmCommand refactor: cmSetDirectoryPropertiesCommand 2019-08-20 14:42:20 -04:00
cmSetPropertyCommand.cxx Refactor: Use cmStrCat to construct error strings 2019-09-18 14:18:46 -04:00
cmSetPropertyCommand.h cmCommand refactor: cmSetPropertyCommand 2019-08-20 14:42:20 -04:00
cmSetSourceFilesPropertiesCommand.cxx cmSetSourceFilesPropertiesCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmSetSourceFilesPropertiesCommand.h cmSetSourceFilesPropertiesCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmSetTargetPropertiesCommand.cxx Merge topic 'add-header-cmext-algorithm' 2019-12-18 09:32:03 -05:00
cmSetTargetPropertiesCommand.h cmSetTargetPropertiesCommand: Port away from cmCommand 2019-09-21 05:14:05 +02:00
cmSetTestsPropertiesCommand.cxx Refactoring: use append functions from cmext/algorithm 2019-12-17 10:44:02 +01:00
cmSetTestsPropertiesCommand.h cmSetTestsPropertiesCommand: Port away from cmCommand 2019-09-12 18:16:17 +02:00
cmSiteNameCommand.cxx cmCommand refactor: cmSiteNameCommand 2019-08-20 14:42:20 -04:00
cmSiteNameCommand.h cmCommand refactor: cmSiteNameCommand 2019-08-20 14:42:20 -04:00
cmSourceFile.cxx cmSourceFile: Add backtraces for a few source properties 2019-09-26 10:56:52 -04:00
cmSourceFile.h Fortran: Add .F extension to Source Files group 2019-10-23 09:20:25 -04:00
cmSourceFileLocation.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmSourceFileLocation.h
cmSourceFileLocationKind.h
cmSourceGroup.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmSourceGroup.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmSourceGroupCommand.cxx source_group: ensure that passed file is not a directory 2019-11-04 13:37:41 -05:00
cmSourceGroupCommand.h cmSourceGroupCommand: Port away from cmCommand 2019-09-21 05:14:42 +02:00
cmStandardLexer.h
cmState.cxx cmCacheManager: more members use std::string 2020-01-06 00:26:28 -05:00
cmState.h cmState: more members will use std::string 2020-01-02 07:56:34 -05:00
cmStateDirectory.cxx Refactoring: use append functions from cmext/algorithm 2019-12-17 10:44:02 +01:00
cmStateDirectory.h cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h 2019-07-29 21:13:56 +02:00
cmStatePrivate.h clang-tidy: Replace typedef with using 2019-09-03 13:21:26 -04:00
cmStateSnapshot.cxx Android: add support for native compilation, such as with the Termux app 2019-10-15 21:13:51 +05:30
cmStateSnapshot.h cmstd: Modernize CMake system headers 2019-09-20 10:01:37 -04:00
cmStateTypes.h clang-tidy: Replace typedef with using 2019-09-03 13:21:26 -04:00
cmString.cxx
cmString.hxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmStringAlgorithms.cxx clang-tidy: modernize-deprecated-headers 2019-09-16 10:11:13 -04:00
cmStringAlgorithms.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmStringCommand.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmStringCommand.h cmCommand refactor: cmStringCommand 2019-08-20 14:42:20 -04:00
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 Introduce cmSubcommandTable 2019-08-06 17:21:52 +02:00
cmSubcommandTable.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04: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 cmCommand refactor: cmSubdirDependsCommand 2019-08-26 11:48:46 -04:00
cmSubdirDependsCommand.h cmCommand refactor: cmSubdirDependsCommand 2019-08-26 11:48:46 -04:00
cmSystemTools.cxx Refactoring: use append functions from cmext/algorithm 2019-12-17 10:44:02 +01:00
cmSystemTools.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmTarget.cxx Merge topic 'objc-compiler-launcher' 2020-01-10 13:18:35 -05:00
cmTarget.h Merge topic 'stdstring-target' 2019-12-17 11:09:20 -05: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 clang-tidy: Blacklist violations for version 8 2019-07-30 12:38:30 +02: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 target_link_libraries: Add FIXME comment for out-of-dir genex list 2020-01-10 11:40:18 -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: add std::string overloads 2019-12-14 09:30:28 -05: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 cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h 2019-07-29 21:13:56 +02: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 Source sweep: Use cmIsOn instead of cmSystemTools::IsOn 2019-08-17 12:14:14 +02:00
cmTest.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmTestGenerator.cxx Source sweep: Replace cmExpandList with the shorter cmExpandedList 2019-08-23 17:07:49 +02:00
cmTestGenerator.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmTimestamp.cxx clang-tidy: modernize-deprecated-headers 2019-09-16 10:11:13 -04: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 Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmTryRunCommand.h cmstd: Modernize CMake system headers 2019-09-20 10:01:37 -04:00
cmUnsetCommand.cxx cmCommand refactor: cmUnsetCommand 2019-08-20 14:42:20 -04:00
cmUnsetCommand.h cmCommand refactor: cmUnsetCommand 2019-08-20 14:42:20 -04:00
cmUseMangledMesaCommand.cxx use cmSystemTools::MoveFileIfDifferent() 2019-09-09 10:34:08 +02:00
cmUseMangledMesaCommand.h cmCommand refactor: cmUseMangledMesaCommand 2019-08-25 14:29:25 +02:00
cmUtilitySourceCommand.cxx clang-tidy: modernize-deprecated-headers 2019-09-16 10:11:13 -04:00
cmUtilitySourceCommand.h cmCommand refactor: cmUtilitySourceCommand 2019-08-26 11:48:46 -04:00
cmUtils.hxx
cmUuid.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmUuid.h
cmUVHandlePtr.cxx clang-tidy: modernize-deprecated-headers 2019-09-16 10:11:13 -04:00
cmUVHandlePtr.h clang-tidy: Replace typedef with using 2019-09-03 13:21:26 -04:00
cmUVProcessChain.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmUVProcessChain.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmUVSignalHackRAII.h
cmUVStreambuf.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmVariableRequiresCommand.cxx cmCommand refactor: cmVariableRequiresCommand 2019-08-26 11:48:46 -04:00
cmVariableRequiresCommand.h cmCommand refactor: cmVariableRequiresCommand 2019-08-26 11:48:46 -04:00
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: Delay CheckTargetProperties and FinalPass to generate time 2019-11-24 20:13:23 +01:00
cmVariableWatchCommand.h cmCommand refactor: cmVariableWatchCommand 2019-08-20 14:42:20 -04:00
cmVersion.cxx
cmVersion.h
cmVersionConfig.h.in
cmVersionMacros.h
cmVisualStudio10TargetGenerator.cxx Merge topic 'fix-vs-winrt-by-default' 2019-12-17 11:11:24 -05:00
cmVisualStudio10TargetGenerator.h cmVisualStudio10TargetGenerator: use std::string for tag 2019-11-10 09:29:27 -05:00
cmVisualStudio10ToolsetOptions.cxx VS: Add toolset v142 CSharp flag table 2019-10-11 11:11:20 -04:00
cmVisualStudio10ToolsetOptions.h
cmVisualStudioGeneratorOptions.cxx cmVisualStudio10TargetGenerator: use std::string for tag 2019-11-10 09:29:27 -05:00
cmVisualStudioGeneratorOptions.h cmVisualStudio10TargetGenerator: use std::string for tag 2019-11-10 09:29:27 -05:00
cmVisualStudioSlnData.cxx
cmVisualStudioSlnData.h clang-tidy: Replace typedef with using 2019-09-04 18:03:01 +02:00
cmVisualStudioSlnParser.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmVisualStudioSlnParser.h Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04: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 Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmWhileCommand.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmWhileCommand.h cm*FunctionBlocker: Move to source file 2019-07-30 17:21:50 +02:00
cmWorkerPool.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04: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
cmWriteFileCommand.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmWriteFileCommand.h cmCommand refactor: cmWriteFileCommand 2019-08-20 14:42:20 -04:00
cmXCode21Object.cxx
cmXCode21Object.h
cmXCodeObject.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmXCodeObject.h clang-tidy: modernize-use-auto 2019-09-10 22:21:41 +02:00
cmXCodeScheme.cxx Xcode: Add custom working directory property 2019-11-18 22:34:34 +01:00
cmXCodeScheme.h Xcode: Add custom working directory property 2019-11-18 22:34:34 +01:00
cmXMLParser.cxx Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
cmXMLParser.h clang-tidy: Replace typedef with using 2019-09-03 13:21:26 -04:00
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 Revise include order using clang-format-6.0 2019-10-01 12:26:36 -04:00
ctest.cxx Merge topic 'ctest-repeat' 2019-11-19 15:48:38 -05:00
dir.dox
dir.dox.in