CMake/Source
Brad King 71fbebd1dc IWYU: Fix handling of <memory> standard header
An old workaround for `std::allocator_traits<>::value_type` lints from
IWYU on `std::vector<>` usage breaks IWYU's handling of `<memory>`.
Convert the workaround to use the same approach we already use for a
workaround of `std::__decay_and_strip<>::::__type` lints.  Then update
the `<memory>` inclusions to follow the now-correct IWYU lints.
2019-07-10 11:48:56 -04:00
..
Checks Merge topic 'cxx-checks-warning-match' 2019-03-08 07:31:36 -05:00
CPack IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
CTest IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
CursesDialog cmSystemTools::Error(): remove const char* overload 2019-05-22 10:51:06 -04:00
kwsys Merge branch 'upstream-KWSys' into update-kwsys 2019-05-30 09:31:35 -04:00
LexerParser Modernize: Enable modernize-raw-string-literal in clang-tidy 2019-04-02 19:59:54 +02:00
Modules
QtDialog QtDialog: Use QPalette::WindowText instead of QPalette::Foreground 2019-07-01 09:18:24 -04:00
QtIFW
.gitattributes
bindexplib.cxx
bindexplib.h
cm_codecvt.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cm_codecvt.hxx
cm_get_date.c
cm_get_date.h
cm_static_string_view.hxx String: Add support for a ""_s string literal syntax 2018-12-12 08:10:15 -05:00
cm_string_view.cxx Add support for using C++17 string_view or a fallback 2018-12-11 13:19:39 -05:00
cm_string_view.hxx Add support for using C++17 string_view or a fallback 2018-12-11 13:19:39 -05:00
cm_sys_stat.h
cm_thread.hxx clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cm_utf8.c cm_utf8: add an is_valid function 2019-03-18 14:18:13 -04:00
cm_utf8.h cm_utf8: add an is_valid function 2019-03-18 14:18:13 -04:00
cmAddCompileDefinitionsCommand.cxx
cmAddCompileDefinitionsCommand.h
cmAddCompileOptionsCommand.cxx
cmAddCompileOptionsCommand.h
cmAddCustomCommandCommand.cxx cmAddCustomCommand: Initialize static std::unordered_set on construction 2019-06-04 18:11:19 +02:00
cmAddCustomCommandCommand.h
cmAddCustomTargetCommand.cxx Support job pools in custom commands and targets 2019-05-14 15:58:00 +02:00
cmAddCustomTargetCommand.h
cmAddDefinitionsCommand.cxx
cmAddDefinitionsCommand.h
cmAddDependenciesCommand.cxx cmRange: Move to dedicated header file 2019-02-21 08:24:25 -05:00
cmAddDependenciesCommand.h
cmAddExecutableCommand.cxx
cmAddExecutableCommand.h
cmAddLibraryCommand.cxx Use cmAppend to append ranges to std::vector instances 2019-05-23 16:19:49 +02:00
cmAddLibraryCommand.h
cmAddLinkOptionsCommand.cxx
cmAddLinkOptionsCommand.h
cmAddSubDirectoryCommand.cxx cmRange: Move to dedicated header file 2019-02-21 08:24:25 -05:00
cmAddSubDirectoryCommand.h
cmAddTestCommand.cxx add_test: Add COMMAND_EXPAND_LISTS option 2019-06-07 13:14:29 -04:00
cmAddTestCommand.h
cmAffinity.cxx
cmAffinity.h
cmake.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmake.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmake.version.manifest
CMakeInstallDestinations.cmake
CMakeInstallSignTool.cmake.in Add undocumented option to sign CMake's own binaries on Windows 2019-05-08 13:18:31 -04:00
CMakeLists.txt Merge topic 'cmPropertyMap_unordered_map' 2019-06-12 12:46:18 -04:00
cmakemain.cxx Help: Use consistent levels for cmake --loglevel and message() 2019-07-08 20:11:33 +10:00
CMakeSourceDir.txt.in
CMakeVersion.bash
CMakeVersion.cmake CMake Nightly Date Stamp 2019-07-10 00:01:08 -04:00
CMakeVersion.rc.in CMakeVersion.rc: Avoid preprocessor definitions to support llvm-rc 2019-02-27 08:31:46 -05:00
CMakeVersionCompute.cmake
CMakeVersionSource.cmake
cmAlgorithms.h cmAlgorithms: Add cmAppend function 2019-05-23 15:32:23 +02:00
cmArchiveWrite.cxx cmake: Teach cmake -E tar command, Zstandard compression 2019-05-22 03:46:55 +02:00
cmArchiveWrite.h cmake: Teach cmake -E tar command, Zstandard compression 2019-05-22 03:46:55 +02:00
cmArgumentParser.cxx cmArgumentParser: Fix -Wcomma warning 2019-04-11 10:44:38 -04:00
cmArgumentParser.h Introduce cmArgumentParser 2019-04-04 13:24:39 -04:00
cmAuxSourceDirectoryCommand.cxx IWYU: Update CMake code for IWYU built with Clang 6 2019-01-15 10:00:50 -05:00
cmAuxSourceDirectoryCommand.h
cmBase32.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmBase32.h
cmBinUtilsLinker.cxx file: Add GET_RUNTIME_DEPENDENCIES mode 2019-06-10 14:35:28 -04:00
cmBinUtilsLinker.h file: Add GET_RUNTIME_DEPENDENCIES mode 2019-06-10 14:35:28 -04:00
cmBinUtilsLinuxELFGetRuntimeDependenciesTool.cxx file: Add GET_RUNTIME_DEPENDENCIES mode 2019-06-10 14:35:28 -04:00
cmBinUtilsLinuxELFGetRuntimeDependenciesTool.h file: Add GET_RUNTIME_DEPENDENCIES mode 2019-06-10 14:35:28 -04:00
cmBinUtilsLinuxELFLinker.cxx file: Add GET_RUNTIME_DEPENDENCIES mode 2019-06-10 14:35:28 -04:00
cmBinUtilsLinuxELFLinker.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmBinUtilsLinuxELFObjdumpGetRuntimeDependenciesTool.cxx file: Add GET_RUNTIME_DEPENDENCIES mode 2019-06-10 14:35:28 -04:00
cmBinUtilsLinuxELFObjdumpGetRuntimeDependenciesTool.h file: Add GET_RUNTIME_DEPENDENCIES mode 2019-06-10 14:35:28 -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 file: Add GET_RUNTIME_DEPENDENCIES mode 2019-06-10 14:35:28 -04:00
cmBinUtilsMacOSMachOLinker.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmBinUtilsMacOSMachOOToolGetRuntimeDependenciesTool.cxx file: Add GET_RUNTIME_DEPENDENCIES mode 2019-06-10 14:35:28 -04:00
cmBinUtilsMacOSMachOOToolGetRuntimeDependenciesTool.h file: Add GET_RUNTIME_DEPENDENCIES mode 2019-06-10 14:35:28 -04:00
cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool.cxx file: Add GET_RUNTIME_DEPENDENCIES mode 2019-06-10 14:35:28 -04:00
cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool.h file: Add GET_RUNTIME_DEPENDENCIES mode 2019-06-10 14:35:28 -04:00
cmBinUtilsWindowsPEGetRuntimeDependenciesTool.cxx file: Add GET_RUNTIME_DEPENDENCIES mode 2019-06-10 14:35:28 -04:00
cmBinUtilsWindowsPEGetRuntimeDependenciesTool.h file: Add GET_RUNTIME_DEPENDENCIES mode 2019-06-10 14:35:28 -04:00
cmBinUtilsWindowsPELinker.cxx file: Add GET_RUNTIME_DEPENDENCIES mode 2019-06-10 14:35:28 -04:00
cmBinUtilsWindowsPELinker.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmBinUtilsWindowsPEObjdumpGetRuntimeDependenciesTool.cxx file: Add GET_RUNTIME_DEPENDENCIES mode 2019-06-10 14:35:28 -04:00
cmBinUtilsWindowsPEObjdumpGetRuntimeDependenciesTool.h file: Add GET_RUNTIME_DEPENDENCIES mode 2019-06-10 14:35:28 -04:00
cmBreakCommand.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmBreakCommand.h
cmBuildCommand.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmBuildCommand.h
cmBuildNameCommand.cxx
cmBuildNameCommand.h
cmCacheManager.cxx cmPropertyMap: Rename GetPropertyList method to GetKeys 2019-06-08 12:25:35 +02:00
cmCacheManager.h Fix invalid ///! doxygen comment line starts 2019-03-31 11:27:12 +02:00
cmCallVisualStudioMacro.cxx Fixing warnings generated by clang 8.0 on Windows 2019-05-29 18:18:09 +02:00
cmCallVisualStudioMacro.h Fix invalid ///! doxygen comment line starts 2019-03-31 11:27:12 +02:00
cmcldeps.cxx RC: Pass output file in a way that llvm-rc 7 and below understand 2019-02-27 08:39:02 -05:00
cmCLocaleEnvironmentScope.cxx
cmCLocaleEnvironmentScope.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmCMakeHostSystemInformationCommand.cxx VS: Add Visual Studio 16 2019 generator 2019-01-11 11:04:51 -05:00
cmCMakeHostSystemInformationCommand.h
cmCMakeMinimumRequired.cxx Modernize: Enable modernize-raw-string-literal in clang-tidy 2019-04-02 19:59:54 +02:00
cmCMakeMinimumRequired.h
cmCMakePolicyCommand.cxx Modernize: Enable modernize-raw-string-literal in clang-tidy 2019-04-02 19:59:54 +02:00
cmCMakePolicyCommand.h
cmcmd.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmcmd.h cmcmd: Pass args vector by const& 2019-03-30 15:34:59 +01:00
cmCommand.cxx
cmCommand.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmCommandArgumentParserHelper.cxx cmake: Enable --warn-uninitialized inside string(CONFIGURE) and configure_file 2018-12-30 08:31:09 +11:00
cmCommandArgumentParserHelper.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmCommands.cxx
cmCommands.h
cmCommonTargetGenerator.cxx Merge topic 'tidy-use-equals-default' 2019-01-29 14:07:24 -05:00
cmCommonTargetGenerator.h
cmComputeComponentGraph.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmComputeComponentGraph.h
cmComputeLinkDepends.cxx modermize: replace some raw pointers w/ unique_ptr 2019-06-24 09:36:09 -04:00
cmComputeLinkDepends.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmComputeLinkInformation.cxx BUILD_RPATH/INSTALL_RPATH: Add generator expression support 2019-06-25 10:55:03 -04:00
cmComputeLinkInformation.h clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmComputeTargetDepends.cxx cmRange: Move to dedicated header file 2019-02-21 08:24:25 -05:00
cmComputeTargetDepends.h
cmConditionEvaluator.cxx Use cmAppend to append ranges to std::vector instances 2019-05-23 16:19:49 +02:00
cmConditionEvaluator.h clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmConfigure.cmake.h.in clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmConfigureFileCommand.cxx cmMakefile::ConfigureFile: Accept std::string parameters 2019-02-18 20:48:19 -05:00
cmConfigureFileCommand.h
cmConnection.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmConnection.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmContinueCommand.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmContinueCommand.h
cmConvertMSBuildXMLToJSON.py Update XML->JSON generation script 2018-11-28 07:43:24 -08:00
cmCoreTryCompile.cxx Source: std::string related cleanup 2019-05-15 10:20:05 -04:00
cmCoreTryCompile.h
cmCPackPropertiesGenerator.cxx
cmCPackPropertiesGenerator.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmCPluginAPI.cxx cmSystemTools::Error(): remove const char* overload 2019-05-22 10:51:06 -04:00
cmCPluginAPI.h
cmCreateTestSourceList.cxx cmMakefile::ConfigureFile: Accept std::string parameters 2019-02-18 20:48:19 -05:00
cmCreateTestSourceList.h
cmCryptoHash.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmCryptoHash.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmCTest.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmCTest.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmCurl.cxx Fix most clang -Wextra-semi-stmt warnings in C++ files 2019-01-15 14:09:46 -05:00
cmCurl.h
cmCustomCommand.cxx Use cmAppend to append ranges to std::vector instances 2019-05-23 16:19:49 +02:00
cmCustomCommand.h Support job pools in custom commands and targets 2019-05-14 15:58:00 +02:00
cmCustomCommandGenerator.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmCustomCommandGenerator.h Teach CROSSCOMPILING_EMULATOR to support arguments 2019-06-03 10:17:17 -04:00
cmCustomCommandLines.h
cmDefinePropertyCommand.cxx
cmDefinePropertyCommand.h
cmDefinitions.cxx cmDefinitions: Avoid string copy when setting a definition 2019-06-13 12:01:08 +02:00
cmDefinitions.h clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmDepends.cxx cmDepends: Define DependencyMap instead of DependencyVector 2019-03-27 18:12:43 +01:00
cmDepends.h cmDepends: Define DependencyMap instead of DependencyVector 2019-03-27 18:12:43 +01:00
cmDependsC.cxx cmDepends: Define DependencyMap instead of DependencyVector 2019-03-27 18:12:43 +01:00
cmDependsC.h cmDepends: Define DependencyMap instead of DependencyVector 2019-03-27 18:12:43 +01:00
cmDependsFortran.cxx Modernize: Prefer .substr in place of .c_str() + int 2019-03-30 16:15:05 +01:00
cmDependsFortran.h Fortran: Fix submodule file names across compilers 2019-02-14 10:23:02 -05:00
cmDependsJava.cxx cmDepends: Define DependencyMap instead of DependencyVector 2019-03-27 18:12:43 +01:00
cmDependsJava.h cmDepends: Define DependencyMap instead of DependencyVector 2019-03-27 18:12:43 +01:00
cmDependsJavaParserHelper.cxx Modernize: Prefer .substr in place of .c_str() + int 2019-03-30 16:15:05 +01:00
cmDependsJavaParserHelper.h Delete some default constructors and assignment operators 2019-02-15 07:25:47 -05:00
cmDisallowedCommand.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmDisallowedCommand.h
cmDocumentation.cxx Help: Mark default CMake generator with asterisk 2019-01-18 12:57:34 -05:00
cmDocumentation.h cleanup: Prefer compiler provided special member functions 2019-01-25 06:45:00 -05:00
cmDocumentationEntry.h clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmDocumentationFormatter.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmDocumentationFormatter.h clang-tidy: Use default member initialization 2018-12-15 10:52:37 +01:00
cmDocumentationSection.cxx
cmDocumentationSection.h Use cmAppend to append ranges to std::vector instances 2019-05-23 16:19:49 +02:00
cmDuration.cxx
cmDuration.h
cmDynamicLoader.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmDynamicLoader.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmELF.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmELF.h Delete some default constructors and assignment operators 2019-02-15 07:25:47 -05:00
cmEnableLanguageCommand.cxx
cmEnableLanguageCommand.h
cmEnableTestingCommand.cxx
cmEnableTestingCommand.h
cmExecProgramCommand.cxx Source: change parameters to std::string 2019-05-19 10:33:26 -04:00
cmExecProgramCommand.h Source: change parameters to std::string 2019-05-19 10:33:26 -04:00
cmExecuteProcessCommand.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmExecuteProcessCommand.h
cmExecutionStatus.h cleanup: Prefer compiler provided special member functions 2019-01-25 06:45:00 -05:00
cmExpandedCommandArgument.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmExpandedCommandArgument.h clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmExportBuildAndroidMKGenerator.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmExportBuildAndroidMKGenerator.h
cmExportBuildFileGenerator.cxx cmExportBuildFileGenerator: improve error message 2019-06-27 10:57:34 -04:00
cmExportBuildFileGenerator.h cmExportBuildFileGenerator: improve error message 2019-06-27 10:57:34 -04:00
cmExportCommand.cxx export: Restore support for empty TARGETS list 2019-06-25 17:23:34 -04:00
cmExportCommand.h cmExportCommand: Port to cmArgumentParser 2019-04-04 13:24:39 -04:00
cmExportFileGenerator.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmExportFileGenerator.h clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmExportInstallAndroidMKGenerator.cxx
cmExportInstallAndroidMKGenerator.h
cmExportInstallFileGenerator.cxx cmSystemTools::Error(): new overload accepting std::string 2019-01-23 10:19:30 -05:00
cmExportInstallFileGenerator.h
cmExportLibraryDependenciesCommand.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmExportLibraryDependenciesCommand.h
cmExportSet.cxx
cmExportSet.h Delete some default constructors and assignment operators 2019-02-15 07:25:47 -05:00
cmExportSetMap.cxx Delete some default constructors and assignment operators 2019-02-15 07:25:47 -05:00
cmExportSetMap.h Delete some default constructors and assignment operators 2019-02-15 07:25:47 -05:00
cmExportTryCompileFileGenerator.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmExportTryCompileFileGenerator.h
cmExprParserHelper.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmExprParserHelper.h
cmExternalMakefileProjectGenerator.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmExternalMakefileProjectGenerator.h Fix invalid ///! doxygen comment line starts 2019-03-31 11:27:12 +02:00
cmExtraCodeBlocksGenerator.cxx Use cmAppend to append ranges to std::vector instances 2019-05-23 16:19:49 +02:00
cmExtraCodeBlocksGenerator.h Source: std::string related cleanup 2019-05-15 10:20:05 -04:00
cmExtraCodeLiteGenerator.cxx cmExtraCodeLiteGenerator: Use cmake::Is*Extension for file type detection 2019-07-04 13:46:19 +02:00
cmExtraCodeLiteGenerator.h clang-tidy: Use default member initialization 2018-12-15 10:52:37 +01:00
cmExtraEclipseCDT4Generator.cxx Eclpise: Fix compiler warnings about uninitialized member variables 2019-07-09 11:08:50 -04:00
cmExtraEclipseCDT4Generator.h
cmExtraKateGenerator.cxx Modernize: Enable modernize-raw-string-literal in clang-tidy 2019-04-02 19:59:54 +02:00
cmExtraKateGenerator.h
cmExtraSublimeTextGenerator.cxx Modernize: Enable modernize-raw-string-literal in clang-tidy 2019-04-02 19:59:54 +02:00
cmExtraSublimeTextGenerator.h
cmFileAPI.cxx fileapi: Suppress lint warning about non-move with old jsoncpp 2019-06-12 12:51:32 -04:00
cmFileAPI.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmFileAPICache.cxx IWYU: Update CMake code for IWYU built with Clang 6 2019-01-15 10:00:50 -05:00
cmFileAPICache.h fileapi: add cache v2 2018-12-12 09:46:13 -05:00
cmFileAPICMakeFiles.cxx IWYU: Update CMake code for IWYU built with Clang 6 2019-01-15 10:00:50 -05:00
cmFileAPICMakeFiles.h fileapi: add cmakeFiles v1 2018-12-12 09:46:13 -05:00
cmFileAPICodemodel.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmFileAPICodemodel.h fileapi: add codemodel v2 2018-12-12 06:40:10 -05:00
cmFileCommand.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmFileCommand.h file: Add GET_RUNTIME_DEPENDENCIES mode 2019-06-10 14:35:28 -04:00
cmFileCopier.cxx Use cmFileTimes instead of cmSystemToolsFileTime interface 2019-05-22 10:57:10 +02:00
cmFileCopier.h file(INSTALL): Add FOLLOW_SYMLINK_CHAIN argument 2019-05-16 15:25:33 -04:00
cmFileInstaller.cxx Modernize: Prefer .substr in place of .c_str() + int 2019-03-30 16:15:05 +01:00
cmFileInstaller.h cmFileCommand: Factor out cmFileCopier and cmFileInstaller 2019-03-13 14:06:32 -04:00
cmFileLock.cxx
cmFileLock.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmFileLockPool.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmFileLockPool.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmFileLockResult.cxx
cmFileLockResult.h
cmFileLockUnix.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmFileLockWin32.cxx clang-tidy: Use default member initialization 2018-12-15 10:52:37 +01:00
cmFileMonitor.cxx cleanup: Prefer compiler provided special member functions 2019-01-25 06:45:00 -05:00
cmFileMonitor.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmFilePathChecksum.cxx Prefer front/back/data over dereferencing begin/rbegin iter 2019-02-06 10:43:16 -05:00
cmFilePathChecksum.h
cmFileTime.cxx New cmFileTime class 2019-03-18 15:09:10 +01:00
cmFileTime.h cmFileTime: Make cmFileTime::Compare method const 2019-03-27 18:09:53 +01:00
cmFileTimeCache.cxx cmFiletimeCache: Add cmFiletimeCache::Remove method 2019-03-27 18:09:53 +01:00
cmFileTimeCache.h cmFiletimeCache: Add cmFiletimeCache::Remove method 2019-03-27 18:09:53 +01:00
cmFileTimes.cxx cmFileTimes: New RAII based cmFileTimes class 2019-05-22 10:57:10 +02:00
cmFileTimes.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmFindBase.cxx Find: Provide global controls for the NO_[]_PATH call options 2019-06-21 11:06:39 -04:00
cmFindBase.h
cmFindCommon.cxx Find: Correct spelling and layout issues in CMAKE_FIND_USE_ docs 2019-07-09 09:37:55 -04:00
cmFindCommon.h Find: Provide global controls for the NO_[]_PATH call options 2019-06-21 11:06:39 -04:00
cmFindFileCommand.cxx
cmFindFileCommand.h
cmFindLibraryCommand.cxx cleanup: Prefer compiler provided special member functions 2019-01-25 06:45:00 -05:00
cmFindLibraryCommand.h
cmFindPackageCommand.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmFindPackageCommand.h find_package: Fixed CMAKE_FIND_PACKAGE_PREFER_CONFIG Module fallback 2019-06-13 23:58:30 +02:00
cmFindPathCommand.cxx
cmFindPathCommand.h
cmFindProgramCommand.cxx find_program: Restore leading double slash on Windows network path 2019-03-14 14:46:23 -04:00
cmFindProgramCommand.h
cmFLTKWrapUICommand.cxx cmRange: Move to dedicated header file 2019-02-21 08:24:25 -05:00
cmFLTKWrapUICommand.h
cmForEachCommand.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmForEachCommand.h
cmFortranParser.h Delete some default constructors and assignment operators 2019-02-15 07:25:47 -05:00
cmFortranParserImpl.cxx Fortran: Support compilers using no module prefix on submodule files 2019-07-08 11:28:27 -04:00
cmFSPermissions.cxx
cmFSPermissions.h
cmFunctionBlocker.h clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmFunctionCommand.cxx Use cmAppend to append ranges to std::vector instances 2019-05-23 16:19:49 +02:00
cmFunctionCommand.h cleanup: Prefer compiler provided special member functions 2019-01-25 06:45:00 -05:00
cmGeneratedFileStream.cxx cmSystemTools::Error: consolidate parameters into single std::string 2019-02-20 11:18:11 -05:00
cmGeneratedFileStream.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmGeneratorExpression.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmGeneratorExpression.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmGeneratorExpressionContext.cxx clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmGeneratorExpressionContext.h clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmGeneratorExpressionDAGChecker.cxx genex: Fix erroneous handling of recursion for $<GENEX_EVAL:> 2019-02-13 08:37:02 -05:00
cmGeneratorExpressionDAGChecker.h clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmGeneratorExpressionEvaluationFile.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmGeneratorExpressionEvaluationFile.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmGeneratorExpressionEvaluator.cxx Genex: Add more extensive support for an unbounded number of parameters 2019-06-03 10:20:22 -04:00
cmGeneratorExpressionEvaluator.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmGeneratorExpressionLexer.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmGeneratorExpressionLexer.h clang-tidy: Use default member initialization 2018-12-15 10:52:37 +01:00
cmGeneratorExpressionNode.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmGeneratorExpressionNode.h Genex: Add more extensive support for an unbounded number of parameters 2019-06-03 10:20:22 -04:00
cmGeneratorExpressionParser.cxx Use cmAppend to append ranges to std::vector instances 2019-05-23 16:19:49 +02:00
cmGeneratorExpressionParser.h clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmGeneratorTarget.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmGeneratorTarget.h BUILD_RPATH/INSTALL_RPATH: Add generator expression support 2019-06-25 10:55:03 -04:00
cmGetCMakePropertyCommand.cxx
cmGetCMakePropertyCommand.h
cmGetDirectoryPropertyCommand.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmGetDirectoryPropertyCommand.h
cmGetFilenameComponentCommand.cxx cmGetFilenameComponentCommand: Add more components 2019-01-24 22:38:52 +05:30
cmGetFilenameComponentCommand.h
cmGetPipes.cxx Refactor: Move/rename cmProcessGetPipes() to cmGetPipes() 2019-04-25 12:03:08 -04:00
cmGetPipes.h Refactor: Move/rename cmProcessGetPipes() to cmGetPipes() 2019-04-25 12:03:08 -04:00
cmGetPropertyCommand.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmGetPropertyCommand.h
cmGetSourceFilePropertyCommand.cxx
cmGetSourceFilePropertyCommand.h
cmGetTargetPropertyCommand.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmGetTargetPropertyCommand.h
cmGetTestPropertyCommand.cxx
cmGetTestPropertyCommand.h
cmGhsMultiGpj.cxx GHS: Support add_custom_target() command 2019-04-11 13:15:50 -04:00
cmGhsMultiGpj.h GHS: Support add_custom_target() command 2019-04-11 13:15:50 -04:00
cmGhsMultiTargetGenerator.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmGhsMultiTargetGenerator.h GHS: Update project layout to accommodate gbuild inconsistencies 2019-04-11 13:15:51 -04:00
cmGlobalBorlandMakefileGenerator.cxx Fix invalid ///! doxygen comment line starts 2019-03-31 11:27:12 +02:00
cmGlobalBorlandMakefileGenerator.h Fix invalid ///! doxygen comment line starts 2019-03-31 11:27:12 +02:00
cmGlobalCommonGenerator.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmGlobalCommonGenerator.h
cmGlobalGenerator.cxx Merge topic 'ccmake-clear-aliases' 2019-07-09 09:36:04 -04:00
cmGlobalGenerator.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmGlobalGeneratorFactory.h clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmGlobalGhsMultiGenerator.cxx GHS: Update ExternalProject for GHS tools 2019-04-11 13:15:51 -04:00
cmGlobalGhsMultiGenerator.h GHS: Update project layout to accommodate gbuild inconsistencies 2019-04-11 13:15:51 -04:00
cmGlobalJOMMakefileGenerator.cxx Use cmAppend to append ranges to std::vector instances 2019-05-23 16:19:49 +02:00
cmGlobalJOMMakefileGenerator.h Fix invalid ///! doxygen comment line starts 2019-03-31 11:27:12 +02:00
cmGlobalMinGWMakefileGenerator.cxx cmMakefile::GetRequiredDefinition: return const std::string& 2019-02-07 07:35:16 -05:00
cmGlobalMinGWMakefileGenerator.h Fix invalid ///! doxygen comment line starts 2019-03-31 11:27:12 +02:00
cmGlobalMSYSMakefileGenerator.cxx Source: std::string related cleanup 2019-05-15 10:20:05 -04:00
cmGlobalMSYSMakefileGenerator.h Fix invalid ///! doxygen comment line starts 2019-03-31 11:27:12 +02:00
cmGlobalNinjaGenerator.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmGlobalNinjaGenerator.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmGlobalNMakeMakefileGenerator.cxx Use cmAppend to append ranges to std::vector instances 2019-05-23 16:19:49 +02:00
cmGlobalNMakeMakefileGenerator.h Fix invalid ///! doxygen comment line starts 2019-03-31 11:27:12 +02:00
cmGlobalUnixMakefileGenerator3.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmGlobalUnixMakefileGenerator3.h Makefiles: Process ADDTIONAL_CLEAN_FILES dir prop at directory level 2019-05-18 12:27:24 +02:00
cmGlobalVisualStudio7Generator.cxx Source: std::string related cleanup 2019-05-15 10:20:05 -04:00
cmGlobalVisualStudio7Generator.h Source: std::string related cleanup 2019-05-15 10:20:05 -04:00
cmGlobalVisualStudio8Generator.cxx Use cmAppend to append ranges to std::vector instances 2019-05-23 16:19:49 +02:00
cmGlobalVisualStudio8Generator.h Fix invalid ///! doxygen comment line starts 2019-03-31 11:27:12 +02:00
cmGlobalVisualStudio9Generator.cxx Add global generator factory method to get default platform name 2019-01-18 12:30:19 -05:00
cmGlobalVisualStudio9Generator.h VS: Clarify global generator constructor interface 2019-01-10 09:38:35 -05:00
cmGlobalVisualStudio10Generator.cxx VS: Fix ApplicationTypeRevision in builtin check projects 2019-05-21 08:50:37 -04:00
cmGlobalVisualStudio10Generator.h VS: Factor out helper to compute ApplicationTypeRevision 2019-05-21 08:50:01 -04:00
cmGlobalVisualStudio11Generator.cxx VS: support suppressing deployment of selected targets 2019-02-25 09:14:15 -05:00
cmGlobalVisualStudio11Generator.h VS: support suppressing deployment of selected targets 2019-02-25 09:14:15 -05:00
cmGlobalVisualStudio12Generator.cxx VS: Add support for explicit 32-bit toolset selection via host=x86 2019-01-28 11:22:50 -05:00
cmGlobalVisualStudio12Generator.h VS: Clarify global generator constructor interface 2019-01-10 09:38:35 -05:00
cmGlobalVisualStudio14Generator.cxx Merge topic 'vs-win-sdk' 2019-02-20 08:54:36 -05:00
cmGlobalVisualStudio14Generator.h VS: Factor out a method to set the Windows SDK version internally 2019-02-19 09:31:50 -05:00
cmGlobalVisualStudio71Generator.cxx cmSystemTools::Error(): new overload accepting std::string 2019-01-23 10:19:30 -05:00
cmGlobalVisualStudio71Generator.h VS: Convert WriteSLNHeader to non-virtual lookup table 2019-01-10 07:52:51 -05:00
cmGlobalVisualStudioGenerator.cxx cmGlobalVisualStudioGenerator: remove redundant variables 2019-04-24 17:18:11 +03:00
cmGlobalVisualStudioGenerator.h VS: Provide the default platform name to project code 2019-04-19 07:46:13 -04:00
cmGlobalVisualStudioVersionedGenerator.cxx Merge topic 'vs2019-wow64' 2019-03-15 10:19:01 -04:00
cmGlobalVisualStudioVersionedGenerator.h VS: Add Visual Studio 16 2019 generator 2019-01-11 11:04:51 -05:00
cmGlobalWatcomWMakeGenerator.cxx cmake: Teach --build mode to support multiple targets 2019-03-05 08:55:28 -05:00
cmGlobalWatcomWMakeGenerator.h Fix invalid ///! doxygen comment line starts 2019-03-31 11:27:12 +02:00
cmGlobalXCodeGenerator.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmGlobalXCodeGenerator.h Fix invalid ///! doxygen comment line starts 2019-03-31 11:27:12 +02:00
cmGlobVerificationManager.cxx cmSystemTools::Error: consolidate parameters into single std::string 2019-02-20 11:18:11 -05:00
cmGlobVerificationManager.h Fix invalid ///! doxygen comment line starts 2019-03-31 11:27:12 +02:00
cmGraphAdjacencyList.h clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmGraphVizWriter.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmGraphVizWriter.h Source: change parameters to std::string 2019-05-19 10:33:26 -04:00
cmHexFileConverter.cxx Source: change parameters to std::string 2019-05-19 10:33:26 -04:00
cmHexFileConverter.h Source: change parameters to std::string 2019-05-19 10:33:26 -04:00
cmIDEFlagTable.h VS: Fix nowarn compiler option to accept warning numbers. 2019-02-07 06:39:45 -05:00
cmIDEOptions.cxx Use cmAppend to append ranges to std::vector instances 2019-05-23 16:19:49 +02:00
cmIDEOptions.h VS: Fix nowarn compiler option to accept warning numbers. 2019-02-07 06:39:45 -05:00
cmIfCommand.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmIfCommand.h cleanup: Prefer compiler provided special member functions 2019-01-25 06:45:00 -05:00
cmIncludeCommand.cxx cmMakefile: GetModulesFile() accepts std::string param 2019-01-21 12:56:51 -05:00
cmIncludeCommand.h
cmIncludeDirectoryCommand.cxx Use cmAppend to append ranges to std::vector instances 2019-05-23 16:19:49 +02:00
cmIncludeDirectoryCommand.h
cmIncludeExternalMSProjectCommand.cxx include_external_msproject: Restore support for EXCLUDE_FROM_ALL 2019-02-26 10:20:01 -05:00
cmIncludeExternalMSProjectCommand.h
cmIncludeGuardCommand.cxx
cmIncludeGuardCommand.h
cmIncludeRegularExpressionCommand.cxx
cmIncludeRegularExpressionCommand.h
cmInstallCommand.cxx Merge topic 'iface-headers' 2019-04-12 10:20:20 -04:00
cmInstallCommand.h
cmInstallCommandArguments.cxx cmInstallCommand: Port to cmArgumentParser 2019-04-04 13:24:39 -04:00
cmInstallCommandArguments.h cmInstallCommand: Port to cmArgumentParser 2019-04-04 13:24:39 -04:00
cmInstallDirectoryGenerator.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmInstallDirectoryGenerator.h Refactor: Allow cmInstallGenerator::Compute() to return an error 2019-05-13 10:45:36 -04:00
cmInstalledFile.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmInstalledFile.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmInstallExportAndroidMKGenerator.cxx cmSystemTools::Error(): remove const char* overload 2019-05-22 10:51:06 -04:00
cmInstallExportAndroidMKGenerator.h Refactor: Allow cmInstallGenerator::Compute() to return an error 2019-05-13 10:45:36 -04:00
cmInstallExportGenerator.cxx Refactor: Allow cmInstallGenerator::Compute() to return an error 2019-05-13 10:45:36 -04:00
cmInstallExportGenerator.h Refactor: Allow cmInstallGenerator::Compute() to return an error 2019-05-13 10:45:36 -04:00
cmInstallFilesCommand.cxx Use cmAppend to append ranges to std::vector instances 2019-05-23 16:19:49 +02:00
cmInstallFilesCommand.h
cmInstallFilesGenerator.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmInstallFilesGenerator.h Refactor: Allow cmInstallGenerator::Compute() to return an error 2019-05-13 10:45:36 -04:00
cmInstallGenerator.cxx Modernize: Enable modernize-raw-string-literal in clang-tidy 2019-04-02 19:59:54 +02:00
cmInstallGenerator.h Refactor: Allow cmInstallGenerator::Compute() to return an error 2019-05-13 10:45:36 -04:00
cmInstallProgramsCommand.cxx Use cmAppend to append ranges to std::vector instances 2019-05-23 16:19:49 +02:00
cmInstallProgramsCommand.h
cmInstallScriptGenerator.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmInstallScriptGenerator.h Refactor: Allow cmInstallGenerator::Compute() to return an error 2019-05-13 10:45:36 -04:00
cmInstallSubdirectoryGenerator.cxx Refactor: Allow cmInstallGenerator::Compute() to return an error 2019-05-13 10:45:36 -04:00
cmInstallSubdirectoryGenerator.h Refactor: Allow cmInstallGenerator::Compute() to return an error 2019-05-13 10:45:36 -04:00
cmInstallTargetGenerator.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmInstallTargetGenerator.h cmInstallTargetGenerator: Introduce CMP0095 2019-06-13 16:41:04 +02:00
cmInstallTargetsCommand.cxx cmMakefile: Define cmTargetMap type in cmMakefile instead of cmTarget 2019-05-23 13:00:33 +02:00
cmInstallTargetsCommand.h
cmInstallType.h
cmJsonObjectDictionary.h
cmJsonObjects.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmJsonObjects.h
cmLDConfigLDConfigTool.cxx file: Add GET_RUNTIME_DEPENDENCIES mode 2019-06-10 14:35:28 -04:00
cmLDConfigLDConfigTool.h file: Add GET_RUNTIME_DEPENDENCIES mode 2019-06-10 14:35:28 -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 Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmLinkDirectoriesCommand.h
cmLinkedTree.h cmLinkedTree: Remove deprecated std::iterator 2019-01-01 16:51:50 -05:00
cmLinkItem.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmLinkItem.h cleanup: Prefer compiler provided special member functions 2019-01-25 06:45:00 -05:00
cmLinkLibrariesCommand.cxx
cmLinkLibrariesCommand.h
cmLinkLineComputer.cxx Swift: Add library search paths for dependencies 2019-06-17 14:09:15 -04:00
cmLinkLineComputer.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmLinkLineDeviceComputer.cxx Merge topic 'cuda-imported-library-device-linking' 2019-07-10 09:20:32 -04:00
cmLinkLineDeviceComputer.h CUDA: More exhaustive checks to determine when to do device linking 2019-05-21 11:40:07 -04:00
cmListCommand.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmListCommand.h list: add sub-commands PREPEND, POP_BACK, POP_FRONT 2019-02-19 09:42:36 -05:00
cmListFileCache.cxx cmListFileCache: When missing ending ) print starting line instead of last one 2019-06-03 10:03:53 -04:00
cmListFileCache.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmListFileLexer.h
cmLoadCacheCommand.cxx
cmLoadCacheCommand.h
cmLoadCommandCommand.cxx Fix invalid ///! doxygen comment line starts 2019-03-31 11:27:12 +02:00
cmLoadCommandCommand.h
cmLocalCommonGenerator.cxx Merge topic 'tidy-use-equals-default' 2019-01-29 14:07:24 -05:00
cmLocalCommonGenerator.h clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmLocale.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmLocalGenerator.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmLocalGenerator.h Merge topic 'implicit-includes-CPATH' 2019-05-31 09:03:28 -04:00
cmLocalGhsMultiGenerator.cxx GHS: Fix include-what-you-use and clang-tidy diagnostics 2019-03-20 09:48:29 -04:00
cmLocalGhsMultiGenerator.h GHS: Fix include-what-you-use and clang-tidy diagnostics 2019-03-20 09:48:29 -04:00
cmLocalNinjaGenerator.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmLocalNinjaGenerator.h Ninja: Add support for ADDITIONAL_CLEAN_FILES directory property 2019-05-14 17:50:14 +02:00
cmLocalUnixMakefileGenerator3.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmLocalUnixMakefileGenerator3.h Makefiles: Process ADDTIONAL_CLEAN_FILES dir prop at directory level 2019-05-18 12:27:24 +02:00
cmLocalVisualStudio7Generator.cxx VS: Use AddLanguageFlags to de-duplicate CMAKE_<LANG>_FLAGS* lookup 2019-04-02 14:23:46 -04:00
cmLocalVisualStudio7Generator.h Fix invalid ///! doxygen comment line starts 2019-03-31 11:27:12 +02:00
cmLocalVisualStudio10Generator.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmLocalVisualStudio10Generator.h Fix invalid ///! doxygen comment line starts 2019-03-31 11:27:12 +02:00
cmLocalVisualStudioGenerator.cxx cmTarget: Move member *Commands to impl 2019-03-23 22:22:34 +01:00
cmLocalVisualStudioGenerator.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmLocalXCodeGenerator.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmLocalXCodeGenerator.h Fix invalid ///! doxygen comment line starts 2019-03-31 11:27:12 +02:00
cmMachO.cxx modermize: replace some raw pointers w/ unique_ptr 2019-06-24 09:36:09 -04:00
cmMachO.h modermize: replace some raw pointers w/ unique_ptr 2019-06-24 09:36:09 -04:00
cmMacroCommand.cxx Use cmAppend to append ranges to std::vector instances 2019-05-23 16:19:49 +02:00
cmMacroCommand.h cleanup: Prefer compiler provided special member functions 2019-01-25 06:45:00 -05:00
cmMakeDirectoryCommand.cxx
cmMakeDirectoryCommand.h
cmMakefile.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmMakefile.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmMakefileExecutableTargetGenerator.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmMakefileExecutableTargetGenerator.h
cmMakefileLibraryTargetGenerator.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmMakefileLibraryTargetGenerator.h
cmMakefileTargetGenerator.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmMakefileTargetGenerator.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmMakefileUtilityTargetGenerator.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmMakefileUtilityTargetGenerator.h
cmMarkAsAdvancedCommand.cxx
cmMarkAsAdvancedCommand.h
cmMathCommand.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmMathCommand.h
cmMessageCommand.cxx message(): Minor code modernization 2019-04-28 22:45:44 +10:00
cmMessageCommand.h
cmMessageType.h Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmMessenger.cxx cmSystemTools::Message: Add overload accepting std::string 2019-01-28 09:35:51 -05:00
cmMessenger.h Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmMSVC60LinkLineComputer.cxx
cmMSVC60LinkLineComputer.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmNewLineStyle.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmNewLineStyle.h clang-tidy: Use default member initialization 2018-12-15 10:52:37 +01:00
cmNinjaLinkLineComputer.cxx
cmNinjaLinkLineComputer.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmNinjaLinkLineDeviceComputer.cxx cmNinjaLinkLineDeviceComputer now lives in the correct source file 2019-05-20 11:05:16 -04:00
cmNinjaLinkLineDeviceComputer.h cmNinjaLinkLineDeviceComputer now lives in the correct source file 2019-05-20 11:05:16 -04:00
cmNinjaNormalTargetGenerator.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmNinjaNormalTargetGenerator.h Create and use cmGeneratorTarget::Names 2019-02-11 10:44:24 -08:00
cmNinjaTargetGenerator.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmNinjaTargetGenerator.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmNinjaTypes.h Ninja: Add cmNinjaBuild utility class 2019-05-30 16:44:30 +02:00
cmNinjaUtilityTargetGenerator.cxx Ninja: Use cmNinjaBuild instead of WritePhonyBuild 2019-05-30 18:38:14 +02:00
cmNinjaUtilityTargetGenerator.h
cmOptionCommand.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmOptionCommand.h
cmOrderDirectories.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmOrderDirectories.h Delete some default constructors and assignment operators 2019-02-15 07:25:47 -05:00
cmOSXBundleGenerator.cxx cmMakefile::ConfigureFile: Accept std::string parameters 2019-02-18 20:48:19 -05:00
cmOSXBundleGenerator.h clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmOutputConverter.cxx cmOutputConverter: Initialize static std::set on construction 2019-06-04 18:11:19 +02:00
cmOutputConverter.h Fix invalid ///! doxygen comment line starts 2019-03-31 11:27:12 +02:00
cmOutputRequiredFilesCommand.cxx cmMakefile: Define cmTargetMap type in cmMakefile instead of cmTarget 2019-05-23 13:00:33 +02:00
cmOutputRequiredFilesCommand.h
cmParseArgumentsCommand.cxx cmParseArgumentsCommand: Port to cmArgumentParser 2019-04-04 13:24:40 -04:00
cmParseArgumentsCommand.h
cmPathLabel.cxx clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmPathLabel.h clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmPipeConnection.cxx clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmPipeConnection.h clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmPolicies.cxx Modernize: Enable modernize-raw-string-literal in clang-tidy 2019-04-02 19:59:54 +02:00
cmPolicies.h cmInstallTargetGenerator: Introduce CMP0095 2019-06-13 16:41:04 +02:00
cmProcessOutput.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmProcessOutput.h
cmProcessTools.cxx Fixed all but one clang -Wcomma warning 2019-01-11 20:48:19 -05:00
cmProcessTools.h clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmProjectCommand.cxx Merge topic 'pr.projectbefore' 2019-04-04 11:32:41 -04:00
cmProjectCommand.h project: Add variable CMAKE_PROJECT_INCLUDE 2019-03-27 22:39:02 +03:00
cmProperty.h cmPropertyMap: Use std::string as value container class 2019-06-08 12:25:35 +02:00
cmPropertyDefinition.cxx
cmPropertyDefinition.h
cmPropertyDefinitionMap.cxx
cmPropertyDefinitionMap.h
cmPropertyMap.cxx cmPropertyMap: Use std::unordered_map as container instead of std::map 2019-06-08 12:25:35 +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 Use cmAppend to append ranges to std::vector instances 2019-05-23 16:19:49 +02:00
cmQtAutoGen.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmQtAutoGenerator.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmQtAutoGenerator.h Autogen: Refactor AUTOMOC and AUTOUIC and add source file parse data caching 2019-05-07 12:42:19 +02:00
cmQtAutoGenGlobalInitializer.cxx Autogen: Evaluate compiler features for the same exectuable only once 2019-05-22 12:25:17 +02:00
cmQtAutoGenGlobalInitializer.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmQtAutoGenInitializer.cxx Autogen: Use cmake::IsHeader/SourceExtension for file type detection 2019-07-04 12:30:40 +02:00
cmQtAutoGenInitializer.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmQtAutoMocUic.cxx Autogen: Deprecation message for CMAKE_AUTOMOC_RELAXED_MODE 2019-05-27 13:06:01 +02:00
cmQtAutoMocUic.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmQtAutoRcc.cxx Use cmAppend to append ranges to std::vector instances 2019-05-23 16:19:49 +02:00
cmQtAutoRcc.h AutoRcc: Rebuild if the rcc executable is newer than its output 2019-05-11 22:15:47 +02:00
cmQTWrapCPPCommand.cxx cmRange: Move to dedicated header file 2019-02-21 08:24:25 -05:00
cmQTWrapCPPCommand.h
cmQTWrapUICommand.cxx cmRange: Move to dedicated header file 2019-02-21 08:24:25 -05:00
cmQTWrapUICommand.h
cmRange.h cmRange: Add unit tests 2019-02-21 08:24:26 -05:00
cmRemoveCommand.cxx cmSystemTools: Add ExpandedListArgument and ExpandedLists methods 2019-05-13 15:37:18 +02:00
cmRemoveCommand.h
cmRemoveDefinitionsCommand.cxx
cmRemoveDefinitionsCommand.h
cmReturnCommand.cxx
cmReturnCommand.h
cmRST.cxx cmRST: Fix crash on empty markup block 2019-04-05 08:18:14 -04:00
cmRST.h clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmRulePlaceholderExpander.cxx Ninja: add placeholders to support Swift build 2019-05-16 14:41:05 -04:00
cmRulePlaceholderExpander.h Ninja: add placeholders to support Swift build 2019-05-16 14:41:05 -04:00
cmRuntimeDependencyArchive.cxx Fix Xcode 6.1.1 compilation issue 2019-06-25 17:34:56 +02:00
cmRuntimeDependencyArchive.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmScriptGenerator.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmScriptGenerator.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmSearchPath.cxx Prefer front/back/data over dereferencing begin/rbegin iter 2019-02-06 10:43:16 -05:00
cmSearchPath.h
cmSeparateArgumentsCommand.cxx
cmSeparateArgumentsCommand.h
cmServer.cxx cmake: Progress functions use std::string param 2019-02-11 10:32:43 -05:00
cmServer.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmServerConnection.cxx cmServerConnection: make return conversions explicit 2019-02-22 11:02:13 -05:00
cmServerConnection.h
cmServerDictionary.h
cmServerProtocol.cxx cmake: Simplify implementation of -E capabilities 2019-06-07 11:08:38 -04:00
cmServerProtocol.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmSetCommand.cxx cmRange: Move to dedicated header file 2019-02-21 08:24:25 -05:00
cmSetCommand.h
cmSetDirectoryPropertiesCommand.cxx
cmSetDirectoryPropertiesCommand.h
cmSetPropertyCommand.cxx Modernize: Enable modernize-raw-string-literal in clang-tidy 2019-04-02 19:59:54 +02:00
cmSetPropertyCommand.h
cmSetSourceFilesPropertiesCommand.cxx clang-tidy: Use emplace 2019-01-17 13:12:02 -05:00
cmSetSourceFilesPropertiesCommand.h
cmSetTargetPropertiesCommand.cxx Use cmAppend to append ranges to std::vector instances 2019-05-23 16:19:49 +02:00
cmSetTargetPropertiesCommand.h
cmSetTestsPropertiesCommand.cxx Use cmAppend to append ranges to std::vector instances 2019-05-23 16:19:49 +02:00
cmSetTestsPropertiesCommand.h
cmSiteNameCommand.cxx cmSystemTools::RunSingleCommand: Accept std::string argument 2019-02-06 11:02:10 -05:00
cmSiteNameCommand.h
cmSourceFile.cxx cmSourceFile: Check if a file is GENERATED first in the full path computation 2019-02-02 18:39:22 +01:00
cmSourceFile.h Fix invalid ///! doxygen comment line starts 2019-03-31 11:27:12 +02:00
cmSourceFileLocation.cxx cmSourceFile: Refactor FindFullPath method 2019-02-02 18:39:22 +01:00
cmSourceFileLocation.h cmSourceFile: Refactor FindFullPath method 2019-02-02 18:39:22 +01:00
cmSourceFileLocationKind.h
cmSourceGroup.cxx clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmSourceGroup.h clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmSourceGroupCommand.cxx source_group command ensures that FILES arguments are actually files 2019-04-25 20:51:40 +02:00
cmSourceGroupCommand.h
cmStandardLexer.h
cmState.cxx modermize: replace some raw pointers w/ unique_ptr 2019-06-24 09:36:09 -04:00
cmState.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmStateDirectory.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmStateDirectory.h cmOutputConverter: move ConvertToRelativePath to cmStateDirectory. 2019-01-27 15:48:57 +00:00
cmStatePrivate.h clang-tidy: Remove redundant member initializations 2018-12-15 10:51:47 +01:00
cmStateSnapshot.cxx cmake: inlined files dir constant and removed it from cmake.h 2019-01-21 15:34:16 +00:00
cmStateSnapshot.h cmStateSnapshot: Add method to get current directory snapshot 2018-12-11 12:50:21 -05:00
cmStateTypes.h
cmString.cxx String: Add str_if_stable() as a const alternative to str() 2018-12-12 08:10:16 -05:00
cmString.hxx IWYU: Update CMake code for IWYU built with Clang 6 2019-01-15 10:00:50 -05:00
cmStringCommand.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmStringCommand.h string: introduce REPEAT sub-command 2019-04-15 11:06:06 -04:00
cmStringReplaceHelper.cxx clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmStringReplaceHelper.h clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmSubdirCommand.cxx
cmSubdirCommand.h
cmSubdirDependsCommand.cxx
cmSubdirDependsCommand.h
cmSystemTools.cxx cmSystemTools: Remove cmSystemTools::FileFormat method 2019-07-04 13:46:19 +02:00
cmSystemTools.h cmSystemTools: Remove cmSystemTools::FileFormat method 2019-07-04 13:46:19 +02:00
cmTarget.cxx cmTarget: Initialize static std::unordered_set on construction 2019-06-04 18:11:19 +02:00
cmTarget.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmTargetCompileDefinitionsCommand.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmTargetCompileDefinitionsCommand.h
cmTargetCompileFeaturesCommand.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmTargetCompileFeaturesCommand.h
cmTargetCompileOptionsCommand.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmTargetCompileOptionsCommand.h
cmTargetDepend.h
cmTargetExport.h
cmTargetIncludeDirectoriesCommand.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmTargetIncludeDirectoriesCommand.h
cmTargetLinkDirectoriesCommand.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmTargetLinkDirectoriesCommand.h
cmTargetLinkLibrariesCommand.cxx Merge topic 'out-of-dir-linking-private-deps' 2019-05-01 11:50:33 -04:00
cmTargetLinkLibrariesCommand.h
cmTargetLinkLibraryType.h
cmTargetLinkOptionsCommand.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmTargetLinkOptionsCommand.h
cmTargetPropCommandBase.cxx
cmTargetPropCommandBase.h
cmTargetPropertyComputer.cxx cmTargetPropertyComputer: Initialize static std::unordered_set on construction 2019-06-04 18:11:19 +02:00
cmTargetPropertyComputer.h Modernize: Prefer .substr in place of .c_str() + int 2019-03-30 16:15:05 +01:00
cmTargetSourcesCommand.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmTargetSourcesCommand.h
cmTest.cxx add_test: Add COMMAND_EXPAND_LISTS option 2019-06-07 13:14:29 -04:00
cmTest.h add_test: Add COMMAND_EXPAND_LISTS option 2019-06-07 13:14:29 -04:00
cmTestGenerator.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmTestGenerator.h add_test: Add COMMAND_EXPAND_LISTS option 2019-06-07 13:14:29 -04:00
cmTimestamp.cxx
cmTimestamp.h cleanup: Prefer compiler provided special member functions 2019-01-25 06:45:00 -05:00
cmTryCompileCommand.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmTryCompileCommand.h
cmTryRunCommand.cxx Source: std::string related cleanup 2019-05-15 10:20:05 -04:00
cmTryRunCommand.h
cmUnexpectedCommand.cxx
cmUnexpectedCommand.h clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmUnsetCommand.cxx
cmUnsetCommand.h
cmUseMangledMesaCommand.cxx Source: change parameters to std::string 2019-05-19 10:33:26 -04:00
cmUseMangledMesaCommand.h Source: change parameters to std::string 2019-05-19 10:33:26 -04:00
cmUtilitySourceCommand.cxx cmMakefile::GetRequiredDefinition: return const std::string& 2019-02-07 07:35:16 -05:00
cmUtilitySourceCommand.h
cmUtils.hxx
cmUuid.cxx cmUuid: Hide UUID group info in implementation 2019-02-19 08:49:41 -05:00
cmUuid.h cmUuid: Hide UUID group info in implementation 2019-02-19 08:49:41 -05:00
cmUVHandlePtr.cxx cmUVProcessChain: Add cmUVProcessChain 2019-05-07 13:40:06 -04:00
cmUVHandlePtr.h cmUVHandlePtr: Add cm::uv_loop_ptr 2019-04-25 12:03:08 -04:00
cmUVProcessChain.cxx cmUVProcessChain: Add assert() for static analysis tools 2019-05-14 14:00:13 -04:00
cmUVProcessChain.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmUVSignalHackRAII.h
cmUVStreambuf.h cmUVProcessChain: Add cmUVProcessChain 2019-05-07 13:40:06 -04:00
cmVariableRequiresCommand.cxx cmSystemTools::Error(): new overload accepting std::string 2019-01-23 10:19:30 -05:00
cmVariableRequiresCommand.h
cmVariableWatch.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmVariableWatch.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmVariableWatchCommand.cxx Merge topic 'tidy-use-equals-default' 2019-01-29 14:07:24 -05:00
cmVariableWatchCommand.h
cmVersion.cxx
cmVersion.h
cmVersionConfig.h.in
cmVersionMacros.h
cmVisualStudio10TargetGenerator.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmVisualStudio10TargetGenerator.h Merge topic 'vs-add-package-reference' 2019-05-31 13:18:31 -04:00
cmVisualStudio10ToolsetOptions.cxx VS: Update for Visual Studio 2019 Preview 2 2019-01-24 13:49:25 -05:00
cmVisualStudio10ToolsetOptions.h GlobalVisualStudio10Generator: Support non-standard toolset json flag files. 2019-01-03 13:25:19 -08:00
cmVisualStudioGeneratorOptions.cxx VS: Fix Fortran runtime library flag map special case for '-' options 2019-04-10 13:40:25 -04:00
cmVisualStudioGeneratorOptions.h
cmVisualStudioSlnData.cxx
cmVisualStudioSlnData.h
cmVisualStudioSlnParser.cxx
cmVisualStudioSlnParser.h
cmVisualStudioWCEPlatformParser.cxx
cmVisualStudioWCEPlatformParser.h
cmVSSetupHelper.cxx VS: Drop workaround needed only for VS 2019 preview 2 and 3 2019-02-28 11:04:29 -05:00
cmVSSetupHelper.h cleanup: Prefer compiler provided special member functions 2019-01-25 06:45:00 -05:00
cmWhileCommand.cxx IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmWhileCommand.h
cmWorkerPool.cxx cmWorkerPool: Factor our worker thread class (internals) 2019-04-24 12:54:19 +02:00
cmWorkerPool.h IWYU: Fix handling of <memory> standard header 2019-07-10 11:48:56 -04:00
cmWorkingDirectory.cxx
cmWorkingDirectory.h Delete some default constructors and assignment operators 2019-02-15 07:25:47 -05:00
cmWriteFileCommand.cxx Source: Fix various compiler warnings in Visual Studio 2017 2019-01-09 08:25:10 -05:00
cmWriteFileCommand.h
cmXCode21Object.cxx
cmXCode21Object.h
cmXCodeObject.cxx
cmXCodeObject.h
cmXCodeScheme.cxx XCode: Add scheme option XCODE_SCHEME_DEBUG_AS_ROOT 2019-03-11 13:30:35 +00:00
cmXCodeScheme.h clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmXMLParser.cxx
cmXMLParser.h
cmXMLSafe.cxx
cmXMLSafe.h
cmXMLWriter.cxx Modernize: Enable modernize-raw-string-literal in clang-tidy 2019-04-02 19:59:54 +02:00
cmXMLWriter.h Delete some default constructors and assignment operators 2019-02-15 07:25:47 -05:00
ctest.cxx Ensure stdin, stdout, and stderr pipes are always open 2019-05-02 14:34:58 -04:00
dir.dox
dir.dox.in