CMake/Source
2019-03-12 11:01:48 +01:00
..
Checks Merge topic 'cxx-checks-warning-match' 2019-03-08 07:31:36 -05:00
CPack cmSystemTools: More functions accept std::string params 2019-02-20 14:53:39 -05:00
CTest Merge topic 'feature/cleanup-ctest' 2019-03-07 09:46:03 -05:00
CursesDialog ccmake: fix curses dialog broken by refactoring 2019-03-04 09:12:41 -05:00
kwsys Merge branch 'upstream-KWSys' into update-kwsys 2019-02-25 09:04:03 -05:00
LexerParser cmListFileLexer: Add missing include to avoid possible pointer truncation 2019-02-13 10:22:59 -05:00
Modules FindLibUV: Also check uv/version.h for version detection 2018-06-25 10:16:46 -04:00
QtDialog cmake: Progress functions use std::string param 2019-02-11 10:32:43 -05:00
QtIFW
.gitattributes clang-format.bash: update to clang-format-6.0 2018-06-01 09:52:02 -04:00
bindexplib.cxx Fix misc. typos 2018-06-04 10:32:49 -04:00
bindexplib.h
cm_codecvt.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cm_codecvt.hxx Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
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.h
cmAddCompileDefinitionsCommand.cxx
cmAddCompileDefinitionsCommand.h
cmAddCompileOptionsCommand.cxx
cmAddCompileOptionsCommand.h
cmAddCustomCommandCommand.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmAddCustomCommandCommand.h
cmAddCustomTargetCommand.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05: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 Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmAddLibraryCommand.h
cmAddLinkOptionsCommand.cxx LINK_OPTIONS: Add new family of properties 2018-06-06 17:22:39 +02:00
cmAddLinkOptionsCommand.h LINK_OPTIONS: Add new family of properties 2018-06-06 17:22:39 +02:00
cmAddSubDirectoryCommand.cxx cmRange: Move to dedicated header file 2019-02-21 08:24:25 -05:00
cmAddSubDirectoryCommand.h
cmAddTestCommand.cxx
cmAddTestCommand.h
cmAffinity.cxx Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
cmAffinity.h
cmake.cxx Merge topic 'vs-no-stamp-messages' 2019-03-06 08:37:14 -05:00
cmake.h cmake: Teach --build mode to support multiple targets 2019-03-05 08:55:28 -05:00
cmake.version.manifest
CMakeInstallDestinations.cmake Utilities/Sphinx: Add option to build and install Info manual 2018-06-12 10:25:37 -04:00
CMakeLists.txt cmcompress: Delete unused 3rdParty module 2019-02-25 09:36:27 +01:00
cmakemain.cxx cmake: Teach --build mode to support multiple targets 2019-03-05 08:55:28 -05:00
CMakeSourceDir.txt.in
CMakeVersion.bash
CMakeVersion.cmake CMake Nightly Date Stamp 2019-03-11 00:01:05 -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: Refactor cmRemoveDuplicates 2019-03-06 08:57:47 -05:00
cmArchiveWrite.cxx Delete some default constructors and assignment operators 2019-02-15 07:25:47 -05:00
cmArchiveWrite.h Delete some default constructors and assignment operators 2019-02-15 07:25:47 -05: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
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 Remove unnecessary c_str() in RegularExpression::find calls 2018-08-07 15:28:24 -04:00
cmBuildNameCommand.h
cmCacheManager.cxx cmSystemTools::Error: consolidate parameters into single std::string 2019-02-20 11:18:11 -05:00
cmCacheManager.h cleanup: Prefer compiler provided special member functions 2019-01-25 06:45:00 -05:00
cmCallVisualStudioMacro.cxx cmSystemTools::Message: Add overload accepting std::string 2019-01-28 09:35:51 -05:00
cmCallVisualStudioMacro.h
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 Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmCMakeMinimumRequired.h
cmCMakePolicyCommand.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmCMakePolicyCommand.h cmake_policy: Add undocumented GET_WARNING command 2018-10-10 10:56:00 -04:00
cmcmd.cxx Merge topic 'llvm-rc' 2019-03-04 08:42:49 -05:00
cmcmd.h
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
cmCommandArgumentsHelper.cxx
cmCommandArgumentsHelper.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmCommands.cxx Merge topic 'set_directory_properties-script-mode' 2018-10-30 11:01:36 -04:00
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 cmRange: Move to dedicated header file 2019-02-21 08:24:25 -05:00
cmComputeLinkDepends.h Delete some default constructors and assignment operators 2019-02-15 07:25:47 -05:00
cmComputeLinkInformation.cxx Merge topic 'error-consolidate' 2019-02-25 08:02:07 -05: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 Track backtraces in target dependencies internally 2018-10-18 08:11:19 -04:00
cmConditionEvaluator.cxx Prefer front/back/data over dereferencing begin/rbegin iter 2019-02-06 10:43:16 -05: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 cmSystemTools::Error: consolidate parameters into single std::string 2019-02-20 11:18:11 -05:00
cmCoreTryCompile.h
cmCPackPropertiesGenerator.cxx
cmCPackPropertiesGenerator.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmCPluginAPI.cxx Delete some default constructors and assignment operators 2019-02-15 07:25:47 -05:00
cmCPluginAPI.h Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
cmCreateTestSourceList.cxx cmMakefile::ConfigureFile: Accept std::string parameters 2019-02-18 20:48:19 -05:00
cmCreateTestSourceList.h
cmCryptoHash.cxx
cmCryptoHash.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmCTest.cxx cmSystemTools: More functions accept std::string params 2019-02-20 14:53:39 -05:00
cmCTest.h cmSystemTools: More functions accept std::string params 2019-02-20 14:53:39 -05: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 clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmCustomCommand.h clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmCustomCommandGenerator.cxx clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmCustomCommandGenerator.h Delete some default constructors and assignment operators 2019-02-15 07:25:47 -05:00
cmCustomCommandLines.h
cmDefinePropertyCommand.cxx
cmDefinePropertyCommand.h
cmDefinitions.cxx cmStateSnapshot::GetDefinition(): Return std::string const* 2018-09-05 20:08:17 -04:00
cmDefinitions.h clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmDepends.cxx cmFileTimeComparison: use std::string arguments 2019-01-28 09:09:59 -05:00
cmDepends.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmDependsC.cxx cmSystemTools::Error: consolidate parameters into single std::string 2019-02-20 11:18:11 -05:00
cmDependsC.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmDependsFortran.cxx Fortran: Fix submodule file names across compilers 2019-02-14 10:23:02 -05:00
cmDependsFortran.h Fortran: Fix submodule file names across compilers 2019-02-14 10:23:02 -05:00
cmDependsJava.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmDependsJava.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmDependsJavaParserHelper.cxx clang-tidy: Use emplace 2019-01-17 13:12:02 -05: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 cmDocumentationSection: Remove unused parameter in constructor 2019-01-11 14:51:30 -05: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 clang-tidy: fix warnings from version 7 2018-11-20 10:36:08 -05: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 Merge topic 'error-consolidate' 2019-02-25 08:02:07 -05:00
cmExecProgramCommand.h
cmExecuteProcessCommand.cxx Prefer front/back/data over dereferencing begin/rbegin iter 2019-02-06 10:43:16 -05: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 Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmExportBuildAndroidMKGenerator.h
cmExportBuildFileGenerator.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmExportBuildFileGenerator.h
cmExportCommand.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmExportCommand.h
cmExportFileGenerator.cxx Work around clang-cl breakage on make_unique/std::forward 2019-02-11 15:04:28 +01: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 Fix misc. typos 2018-06-04 10:32:49 -04:00
cmExportLibraryDependenciesCommand.cxx cmSystemTools::Error: consolidate parameters into single std::string 2019-02-20 11:18:11 -05: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 Fix transitive usage requirements through same-name imported targets 2018-09-10 07:51:44 -04:00
cmExportTryCompileFileGenerator.h Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
cmExprParserHelper.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmExprParserHelper.h math: Restore toleration of unexpected characters in an expression 2018-07-16 14:46:43 -04:00
cmExternalMakefileProjectGenerator.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmExternalMakefileProjectGenerator.h clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmExtraCodeBlocksGenerator.cxx cmRange: Move to dedicated header file 2019-02-21 08:24:25 -05:00
cmExtraCodeBlocksGenerator.h
cmExtraCodeLiteGenerator.cxx cmMakefile::GetRequiredDefinition: return const std::string& 2019-02-07 07:35:16 -05:00
cmExtraCodeLiteGenerator.h clang-tidy: Use default member initialization 2018-12-15 10:52:37 +01:00
cmExtraEclipseCDT4Generator.cxx cmMakefile::GetRequiredDefinition: return const std::string& 2019-02-07 07:35:16 -05:00
cmExtraEclipseCDT4Generator.h
cmExtraKateGenerator.cxx cmMakefile::GetRequiredDefinition: return const std::string& 2019-02-07 07:35:16 -05:00
cmExtraKateGenerator.h
cmExtraSublimeTextGenerator.cxx cmMakefile::GetRequiredDefinition: return const std::string& 2019-02-07 07:35:16 -05:00
cmExtraSublimeTextGenerator.h
cmFileAPI.cxx cmSystemTools::RenameFile: Accepts std::string args 2019-01-22 20:37:59 -05:00
cmFileAPI.h fileapi: add cmakeFiles v1 2018-12-12 09:46:13 -05: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 Use cmSourceFile::GetIsGenerated 2019-02-01 17:02:53 +01:00
cmFileAPICodemodel.h fileapi: add codemodel v2 2018-12-12 06:40:10 -05:00
cmFileCommand.cxx cmFileCommand: Refactor HandleCMakePathCommand 2019-02-26 21:39:10 +01:00
cmFileCommand.h cmFileCommand: Add CREATE_LINK subcommand 2019-01-16 10:03:35 -05:00
cmFileLock.cxx Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
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 Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
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
cmFileTimeComparison.cxx cmFileTimeComparison: use std::string arguments 2019-01-28 09:09:59 -05:00
cmFileTimeComparison.h Delete some default constructors and assignment operators 2019-02-15 07:25:47 -05:00
cmFindBase.cxx cmRange: Move to dedicated header file 2019-02-21 08:24:25 -05:00
cmFindBase.h
cmFindCommon.cxx Prefer front/back/data over dereferencing begin/rbegin iter 2019-02-06 10:43:16 -05:00
cmFindCommon.h
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 cmRange: Move to dedicated header file 2019-02-21 08:24:25 -05:00
cmFindPackageCommand.h ReadListFile: Accept std::string argument 2019-01-31 09:27:54 -05:00
cmFindPathCommand.cxx
cmFindPathCommand.h
cmFindProgramCommand.cxx find_program: Consider CWD only for paths with separator 2018-06-14 14:28:03 -04:00
cmFindProgramCommand.h
cmFLTKWrapUICommand.cxx cmRange: Move to dedicated header file 2019-02-21 08:24:25 -05:00
cmFLTKWrapUICommand.h
cmForEachCommand.cxx cmRange: Move to dedicated header file 2019-02-21 08:24:25 -05:00
cmForEachCommand.h
cmFortranParser.h Delete some default constructors and assignment operators 2019-02-15 07:25:47 -05:00
cmFortranParserImpl.cxx Fortran: Fix submodule file names across compilers 2019-02-14 10:23:02 -05:00
cmFSPermissions.cxx
cmFSPermissions.h
cmFunctionBlocker.h clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmFunctionCommand.cxx cmRange: Move to dedicated header file 2019-02-21 08:24:25 -05: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 clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmGeneratorExpression.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05: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 clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmGeneratorExpressionEvaluationFile.h clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmGeneratorExpressionEvaluator.cxx Modernize: Use ranged for-loops when possible 2019-02-07 22:39:05 +01: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 cmGeneratorExpressionNode: Initialize node key map in class constructor 2019-02-27 13:25:22 +01:00
cmGeneratorExpressionNode.h clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmGeneratorExpressionParser.cxx Prefer front/back/data over dereferencing begin/rbegin iter 2019-02-06 10:43:16 -05:00
cmGeneratorExpressionParser.h clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmGeneratorTarget.cxx Optimize target properties processing at generation step 2019-03-07 09:25:43 -05:00
cmGeneratorTarget.h Create and use cmGeneratorTarget::Names 2019-02-11 10:44:24 -08: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
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: Cleanup unused file handling functions and file output updates 2019-01-16 10:41:31 -05:00
cmGhsMultiGpj.h GHS: Cleanup unused file handling functions and file output updates 2019-01-16 10:41:31 -05:00
cmGhsMultiTargetGenerator.cxx cmSystemTools: More functions accept std::string params 2019-02-20 14:53:39 -05:00
cmGhsMultiTargetGenerator.h GHS: Integrity Application updates 2019-01-16 10:41:49 -05:00
cmGlobalBorlandMakefileGenerator.cxx cmake: Teach --build mode to support multiple targets 2019-03-05 08:55:28 -05:00
cmGlobalBorlandMakefileGenerator.h cmake: Teach --build mode to support multiple targets 2019-03-05 08:55:28 -05:00
cmGlobalCommonGenerator.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmGlobalCommonGenerator.h
cmGlobalGenerator.cxx cmake: Teach --build mode to support multiple targets 2019-03-05 08:55:28 -05:00
cmGlobalGenerator.h cmake: Teach --build mode to support multiple targets 2019-03-05 08:55:28 -05:00
cmGlobalGeneratorFactory.h clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmGlobalGhsMultiGenerator.cxx cmake: Teach --build mode to support multiple targets 2019-03-05 08:55:28 -05:00
cmGlobalGhsMultiGenerator.h cmake: Teach --build mode to support multiple targets 2019-03-05 08:55:28 -05:00
cmGlobalJOMMakefileGenerator.cxx cmake: Teach --build mode to support multiple targets 2019-03-05 08:55:28 -05:00
cmGlobalJOMMakefileGenerator.h cmake: Teach --build mode to support multiple targets 2019-03-05 08:55:28 -05:00
cmGlobalMinGWMakefileGenerator.cxx cmMakefile::GetRequiredDefinition: return const std::string& 2019-02-07 07:35:16 -05:00
cmGlobalMinGWMakefileGenerator.h
cmGlobalMSYSMakefileGenerator.cxx cmMakefile::GetRequiredDefinition: return const std::string& 2019-02-07 07:35:16 -05:00
cmGlobalMSYSMakefileGenerator.h
cmGlobalNinjaGenerator.cxx cmake: Teach --build mode to support multiple targets 2019-03-05 08:55:28 -05:00
cmGlobalNinjaGenerator.h cmake: Teach --build mode to support multiple targets 2019-03-05 08:55:28 -05:00
cmGlobalNMakeMakefileGenerator.cxx cmake: Teach --build mode to support multiple targets 2019-03-05 08:55:28 -05:00
cmGlobalNMakeMakefileGenerator.h cmake: Teach --build mode to support multiple targets 2019-03-05 08:55:28 -05:00
cmGlobalUnixMakefileGenerator3.cxx cmake: Teach --build mode to support multiple targets 2019-03-05 08:55:28 -05:00
cmGlobalUnixMakefileGenerator3.h cmake: Teach --build mode to support multiple targets 2019-03-05 08:55:28 -05:00
cmGlobalVisualStudio7Generator.cxx cmake: Teach --build mode to support multiple targets 2019-03-05 08:55:28 -05:00
cmGlobalVisualStudio7Generator.h cmake: Teach --build mode to support multiple targets 2019-03-05 08:55:28 -05:00
cmGlobalVisualStudio8Generator.cxx Merge topic 'vs-wince-no-deploy' 2019-02-26 11:10:08 -05:00
cmGlobalVisualStudio8Generator.h VS: support suppressing deployment of selected targets 2019-02-25 09:14:15 -05: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 cmake: Teach --build mode to support multiple targets 2019-03-05 08:55:28 -05:00
cmGlobalVisualStudio10Generator.h cmake: Teach --build mode to support multiple targets 2019-03-05 08:55:28 -05: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 Merge topic 'vs-fortran-rc' 2019-03-04 08:35:46 -05:00
cmGlobalVisualStudioGenerator.h VS: Add Visual Studio 16 2019 generator 2019-01-11 11:04:51 -05:00
cmGlobalVisualStudioVersionedGenerator.cxx Fix missing override 2019-03-04 19:55:31 -05: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 cmake: Teach --build mode to support multiple targets 2019-03-05 08:55:28 -05:00
cmGlobalXCodeGenerator.cxx cmake: Teach --build mode to support multiple targets 2019-03-05 08:55:28 -05:00
cmGlobalXCodeGenerator.h cmake: Teach --build mode to support multiple targets 2019-03-05 08:55:28 -05:00
cmGlobVerificationManager.cxx cmSystemTools::Error: consolidate parameters into single std::string 2019-02-20 11:18:11 -05:00
cmGlobVerificationManager.h cleanup: Prefer compiler provided special member functions 2019-01-25 06:45:00 -05:00
cmGraphAdjacencyList.h clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmGraphVizWriter.cxx Properties: Add CMAKE_ROLE global property 2019-01-17 09:44:29 -05:00
cmGraphVizWriter.h graphviz: dereference ALIAS targets 2018-10-26 11:17:49 -04:00
cmHexFileConverter.cxx Use isxdigit() to determine if a character is a hex digit 2018-07-13 13:55:39 -04:00
cmHexFileConverter.h
cmIDEFlagTable.h VS: Fix nowarn compiler option to accept warning numbers. 2019-02-07 06:39:45 -05:00
cmIDEOptions.cxx VS: Fix nowarn compiler option to accept warning numbers. 2019-02-07 06:39:45 -05:00
cmIDEOptions.h VS: Fix nowarn compiler option to accept warning numbers. 2019-02-07 06:39:45 -05:00
cmIfCommand.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05: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 IWYU: Update CMake code for IWYU built with Clang 6 2019-01-15 10:00:50 -05: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 install: Do not crash on imported global target 2019-03-07 09:00:56 -05:00
cmInstallCommand.h install: Add sane set of defaults for DESTINATION and file type parameters 2018-11-07 14:08:48 -05:00
cmInstallCommandArguments.cxx cmRange: Move to dedicated header file 2019-02-21 08:24:25 -05:00
cmInstallCommandArguments.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmInstallDirectoryGenerator.cxx Modernize: Use ranged for-loops when possible 2019-02-07 22:39:05 +01:00
cmInstallDirectoryGenerator.h
cmInstalledFile.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmInstalledFile.h Delete some default constructors and assignment operators 2019-02-15 07:25:47 -05:00
cmInstallExportAndroidMKGenerator.cxx Modernize: Use ranged for-loops when possible 2019-02-07 22:39:05 +01:00
cmInstallExportAndroidMKGenerator.h
cmInstallExportGenerator.cxx Merge topic 'cmake-files-directory' 2019-01-25 08:01:26 -05:00
cmInstallExportGenerator.h
cmInstallFilesCommand.cxx cmRange: Move to dedicated header file 2019-02-21 08:24:25 -05:00
cmInstallFilesCommand.h
cmInstallFilesGenerator.cxx Modernize: Use ranged for-loops when possible 2019-02-07 22:39:05 +01:00
cmInstallFilesGenerator.h
cmInstallGenerator.cxx Modernize: Use ranged for-loops when possible 2019-02-07 22:39:05 +01:00
cmInstallGenerator.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmInstallProgramsCommand.cxx
cmInstallProgramsCommand.h
cmInstallScriptGenerator.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmInstallScriptGenerator.h install: Teach CODE,SCRIPT modes to evaluate generator expressions 2018-12-23 09:03:38 +11:00
cmInstallSubdirectoryGenerator.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmInstallSubdirectoryGenerator.h add_subdirectory: Run subdirectory install rules in correct order 2018-10-10 10:26:39 -04:00
cmInstallTargetGenerator.cxx Merge topic 'remove-exclude-from-all-warning' 2019-02-25 07:49:53 -05:00
cmInstallTargetGenerator.h EXCLUDE_FROM_ALL: Don't warn if installing target excluded from all 2019-02-22 07:55:56 +11:00
cmInstallTargetsCommand.cxx
cmInstallTargetsCommand.h
cmInstallType.h
cmJsonObjectDictionary.h cmake-server: Revert "Support codemodel filegroups for INTERFACE_SOURCES" 2018-10-17 14:02:39 -04:00
cmJsonObjects.cxx Use cmSourceFile::GetIsGenerated 2019-02-01 17:02:53 +01:00
cmJsonObjects.h server: Compile json object generation source separately 2018-09-21 11:39:59 -04:00
cmLinkDirectoriesCommand.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmLinkDirectoriesCommand.h link_directories(): enhance capabilities 2018-09-25 23:59:59 +10:00
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 Fix misc. typos 2018-06-04 10:32:49 -04:00
cmLinkLibrariesCommand.h
cmLinkLineComputer.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmLinkLineComputer.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmLinkLineDeviceComputer.cxx CUDA: Filter out -framework arguments during device linking 2019-02-28 14:56:11 -05:00
cmLinkLineDeviceComputer.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmListCommand.cxx Merge topic 'cmrange-improvements' 2019-02-25 08:03:01 -05:00
cmListCommand.h list: add sub-commands PREPEND, POP_BACK, POP_FRONT 2019-02-19 09:42:36 -05:00
cmListFileCache.cxx Delete some default constructors and assignment operators 2019-02-15 07:25:47 -05:00
cmListFileCache.h cleanup: Prefer compiler provided special member functions 2019-01-25 06:45:00 -05:00
cmListFileLexer.h Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
cmLoadCacheCommand.cxx
cmLoadCacheCommand.h
cmLoadCommandCommand.cxx Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04: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 Merge topic 'error-consolidate' 2019-02-25 08:02:07 -05:00
cmLocalGenerator.h cmMakefile::ConfigureFile: Accept std::string parameters 2019-02-18 20:48:19 -05:00
cmLocalGhsMultiGenerator.cxx GHS: Add support for object libraries 2019-01-16 10:41:42 -05:00
cmLocalGhsMultiGenerator.h Fix missing override 2019-03-04 19:55:31 -05:00
cmLocalNinjaGenerator.cxx cmSystemTools::Error: consolidate parameters into single std::string 2019-02-20 11:18:11 -05:00
cmLocalNinjaGenerator.h
cmLocalUnixMakefileGenerator3.cxx cmLocalUnixMakefileGenerator3: Move local strings into local brace scopes 2019-03-12 11:01:48 +01:00
cmLocalUnixMakefileGenerator3.h Merge topic 'tidy-use-equals-default' 2019-01-29 14:07:24 -05:00
cmLocalVisualStudio7Generator.cxx cmSystemTools::Error: consolidate parameters into single std::string 2019-02-20 11:18:11 -05:00
cmLocalVisualStudio7Generator.h
cmLocalVisualStudio10Generator.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmLocalVisualStudio10Generator.h
cmLocalVisualStudioGenerator.cxx cmOutputConverter: move ConvertToRelativePath to cmStateDirectory. 2019-01-27 15:48:57 +00:00
cmLocalVisualStudioGenerator.h
cmLocalXCodeGenerator.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmLocalXCodeGenerator.h
cmMachO.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmMachO.h Mark operator bool explicit 2018-11-19 23:35:09 +01:00
cmMacroCommand.cxx cmRange: Move to dedicated header file 2019-02-21 08:24:25 -05:00
cmMacroCommand.h cleanup: Prefer compiler provided special member functions 2019-01-25 06:45:00 -05:00
cmMakeDirectoryCommand.cxx
cmMakeDirectoryCommand.h
cmMakefile.cxx Features: Do not use a lower-than-default standard for requested features 2019-02-26 14:35:55 -05:00
cmMakefile.h cmMakefile::ConfigureFile: Accept std::string parameters 2019-02-18 20:48:19 -05:00
cmMakefileExecutableTargetGenerator.cxx cmSystemTools::Error: consolidate parameters into single std::string 2019-02-20 11:18:11 -05:00
cmMakefileExecutableTargetGenerator.h
cmMakefileLibraryTargetGenerator.cxx cmSystemTools::Error: consolidate parameters into single std::string 2019-02-20 11:18:11 -05:00
cmMakefileLibraryTargetGenerator.h Makefile generator: link flags management refactoring 2018-06-06 17:02:33 +02:00
cmMakefileTargetGenerator.cxx cmRange: Move to dedicated header file 2019-02-21 08:24:25 -05:00
cmMakefileTargetGenerator.h Create and use cmGeneratorTarget::Names 2019-02-11 10:44:24 -08:00
cmMakefileUtilityTargetGenerator.cxx
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 cmRange: Move to dedicated header file 2019-02-21 08:24:25 -05: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 Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
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
cmNinjaNormalTargetGenerator.cxx Merge topic 'error-consolidate' 2019-02-25 08:02:07 -05:00
cmNinjaNormalTargetGenerator.h Create and use cmGeneratorTarget::Names 2019-02-11 10:44:24 -08:00
cmNinjaTargetGenerator.cxx ninja: name dyndep internal files using the object file 2019-02-25 10:14:11 -05:00
cmNinjaTargetGenerator.h ninja: do not assume explicit preprocessing uses that output 2019-02-25 10:14:11 -05:00
cmNinjaTypes.h
cmNinjaUtilityTargetGenerator.cxx Merge topic 'tidy-use-equals-default' 2019-01-29 14:07:24 -05:00
cmNinjaUtilityTargetGenerator.h
cmOptionCommand.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmOptionCommand.h
cmOrderDirectories.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05: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: move ConvertToRelativePath to cmStateDirectory. 2019-01-27 15:48:57 +00:00
cmOutputConverter.h cmOutputConverter: move ConvertToRelativePath to cmStateDirectory. 2019-01-27 15:48:57 +00:00
cmOutputRequiredFilesCommand.cxx cmSystemTools::Error: consolidate parameters into single std::string 2019-02-20 11:18:11 -05:00
cmOutputRequiredFilesCommand.h
cmParseArgumentsCommand.cxx cmRange: Move to dedicated header file 2019-02-21 08:24:25 -05: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 Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmPolicies.h XLClang: Add policy CMP0089 to present as XL for compatibility 2019-02-25 08:24:28 -05:00
cmProcessOutput.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmProcessOutput.h Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
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 clang-tidy: Use emplace 2019-01-17 13:12:02 -05:00
cmProjectCommand.h
cmProperty.cxx
cmProperty.h
cmPropertyDefinition.cxx
cmPropertyDefinition.h
cmPropertyDefinitionMap.cxx
cmPropertyDefinitionMap.h
cmPropertyMap.cxx
cmPropertyMap.h
cmQtAutoGen.cxx Autogen: Use more readable variable names for static const AUTO* strings 2019-02-26 19:33:26 +01:00
cmQtAutoGen.h Autogen: Use more readable variable names for static const AUTO* strings 2019-02-26 19:33:26 +01:00
cmQtAutoGenerator.cxx Autogen: Rename cmQtAutoGen::GeneratorT enum to cmQtAutoGen::GenT 2019-02-21 11:38:30 +01:00
cmQtAutoGenerator.h Autogen: Rename cmQtAutoGen::GeneratorT enum to cmQtAutoGen::GenT 2019-02-21 11:38:30 +01:00
cmQtAutoGeneratorMocUic.cxx Autogen: Move additional source header search to configuration stage 2019-02-25 08:20:19 -05:00
cmQtAutoGeneratorMocUic.h Autogen: Use cm::make_unique to allocate jobs 2019-02-22 10:10:42 +01:00
cmQtAutoGeneratorRcc.cxx Autogen: Rename cmQtAutoGen::GeneratorT enum to cmQtAutoGen::GenT 2019-02-21 11:38:30 +01:00
cmQtAutoGeneratorRcc.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmQtAutoGenGlobalInitializer.cxx Autogen: Use more readable variable names for static const AUTO* strings 2019-02-26 19:33:26 +01:00
cmQtAutoGenGlobalInitializer.h Autogen: Add output caching GetExecutableTestOutput 2019-02-19 13:11:44 -05:00
cmQtAutoGenInitializer.cxx Autogen: Fallback on internal qrc parser when RCC isn't built yet 2019-03-04 12:45:16 +01:00
cmQtAutoGenInitializer.h Autogen: Fallback on internal qrc parser when RCC isn't built yet 2019-03-04 12:45:16 +01: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
cmRemoveCommand.h
cmRemoveDefinitionsCommand.cxx
cmRemoveDefinitionsCommand.h
cmReturnCommand.cxx
cmReturnCommand.h
cmRST.cxx cmRange: Move to dedicated header file 2019-02-21 08:24:25 -05:00
cmRST.h clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmRulePlaceholderExpander.cxx Ninja: add final placeholders to merge Swift partials 2019-02-20 09:25:34 -08:00
cmRulePlaceholderExpander.h Ninja: add final placeholders to merge Swift partials 2019-02-20 09:25:34 -08: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 cmake: Progress functions use std::string param 2019-02-11 10:32:43 -05:00
cmServerConnection.cxx cmServerConnection: make return conversions explicit 2019-02-22 11:02:13 -05:00
cmServerConnection.h
cmServerDictionary.h server: Split json dictionary into separate header 2018-09-21 11:39:21 -04:00
cmServerProtocol.cxx cmake-server: Normalize build and source directories 2019-01-31 12:49:56 -05: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 cmRange: Move to dedicated header file 2019-02-21 08:24:25 -05:00
cmSetPropertyCommand.h
cmSetSourceFilesPropertiesCommand.cxx clang-tidy: Use emplace 2019-01-17 13:12:02 -05:00
cmSetSourceFilesPropertiesCommand.h
cmSetTargetPropertiesCommand.cxx
cmSetTargetPropertiesCommand.h
cmSetTestsPropertiesCommand.cxx
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 Delete some default constructors and assignment operators 2019-02-15 07:25:47 -05: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 clang-tidy: Use emplace 2019-01-17 13:12:02 -05:00
cmSourceGroupCommand.h
cmStandardLexer.h Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
cmState.cxx set: warn if CACHE type is not recognized 2019-01-30 10:47:24 -05:00
cmState.h Delete some default constructors and assignment operators 2019-02-15 07:25:47 -05:00
cmStateDirectory.cxx cmRange: Move to dedicated header file 2019-02-21 08:24:25 -05: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 cmRange: Move to dedicated header file 2019-02-21 08:24:25 -05:00
cmStringCommand.h
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 cmMakefile: return directories as const std::string& 2018-08-27 14:07:43 -04:00
cmSubdirCommand.h
cmSubdirDependsCommand.cxx
cmSubdirDependsCommand.h
cmSystemTools.cxx Merge topic 'cmrange-improvements' 2019-02-25 08:03:01 -05:00
cmSystemTools.h cmSystemTools: More functions accept std::string params 2019-02-20 14:53:39 -05:00
cmTarget.cxx cmRange: Move to dedicated header file 2019-02-21 08:24:25 -05:00
cmTarget.h cmTarget,cmGeneratorTarget: Add optional before parameter to AddSource 2019-01-18 13:47:23 +01: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 Track backtraces in target dependencies internally 2018-10-18 08:11:19 -04:00
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 LINK_DIRECTORIES: Add new properties and commands 2018-09-25 23:59:58 +10:00
cmTargetLinkLibrariesCommand.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmTargetLinkLibrariesCommand.h
cmTargetLinkLibraryType.h
cmTargetLinkOptionsCommand.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmTargetLinkOptionsCommand.h LINK_OPTIONS: Add new family of properties 2018-06-06 17:22:39 +02:00
cmTargetPropCommandBase.cxx cmTargetPropCommandBase: check keywords after parsing 2018-10-26 12:09:41 -04:00
cmTargetPropCommandBase.h
cmTargetPropertyComputer.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmTargetPropertyComputer.h
cmTargetSourcesCommand.cxx Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmTargetSourcesCommand.h target_sources: Interpret relative paths as relative to the calling directory 2018-06-18 21:01:57 +02:00
cmTest.cxx clang-tidy: Use = default 2019-01-25 06:44:32 -05:00
cmTest.h
cmTestGenerator.cxx cmRange: Move to dedicated header file 2019-02-21 08:24:25 -05:00
cmTestGenerator.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmTimestamp.cxx string(TIMESTAMP): Fix unset TZ 2018-10-09 07:26:40 -04:00
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 Maint: misc. typos 2018-08-24 14:58:49 -04:00
cmTryRunCommand.cxx Merge topic 'cmrange-improvements' 2019-02-25 08:03:01 -05:00
cmTryRunCommand.h Maint: misc. typos 2018-08-24 14:58:49 -04:00
cmUnexpectedCommand.cxx
cmUnexpectedCommand.h clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmUnsetCommand.cxx
cmUnsetCommand.h
cmUseMangledMesaCommand.cxx cmSystemTools::Error: consolidate parameters into single std::string 2019-02-20 11:18:11 -05:00
cmUseMangledMesaCommand.h
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 Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
cmUVHandlePtr.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05:00
cmUVSignalHackRAII.h Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -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 Delete some default constructors and assignment operators 2019-02-15 07:25:47 -05: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 Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
cmVisualStudio10TargetGenerator.cxx Merge topic 'vs-explicit-newline' 2019-03-07 09:15:57 -05:00
cmVisualStudio10TargetGenerator.h clang-tidy: Use = delete 2019-01-29 14:09:21 -05: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 Modernize: Use ranged for-loops when possible 2019-02-07 22:39:05 +01:00
cmVisualStudioGeneratorOptions.h cmVisualStudioGeneratorOptions::Parse(): const std::string& argument 2018-08-13 18:22:11 -04:00
cmVisualStudioSlnData.cxx
cmVisualStudioSlnData.h
cmVisualStudioSlnParser.cxx Using front() and back() instead of calculations 2018-11-06 21:43:33 +03:00
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 Factor out enum MessageType into dedicated header 2019-01-16 08:16:31 -05:00
cmWhileCommand.h
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 clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmXCodeScheme.h clang-tidy: Pass by value 2019-01-22 13:03:04 -05:00
cmXMLParser.cxx cmXMLParser: Avoid -Wconversion warning 2018-07-31 09:34:55 -04:00
cmXMLParser.h
cmXMLSafe.cxx
cmXMLSafe.h
cmXMLWriter.cxx
cmXMLWriter.h Delete some default constructors and assignment operators 2019-02-15 07:25:47 -05:00
ctest.cxx clang-tidy: Use emplace 2019-01-17 13:12:02 -05:00
dir.dox
dir.dox.in