CMake/Source
Tobias Hunger d341d077c5 cmake-server: Implement ServerProtocol 1.0
Enable the initial handshake of the client to complete the connection
to the server.

The handshake sets the protocol version that client and server will
use to talk to each other. The only way to change this is to quit the
server and start over.

CMake specific information is also set during the initial handshake.
Since cmake so far never had to change basic information about any project
while running, it was decided to keep this information static and
require a restart of the cmake server to change any of these.
2016-09-19 08:57:57 -04:00
..
CPack CPackIFW: Add USER_INTERFACES option 2016-09-16 10:29:00 -04:00
CTest CTestSVN: Fix segfault when CTEST_UPDATE_VERSION_ONLY is enabled 2016-09-12 19:40:13 +02:00
Checks Check for availability of unique_ptr and make_unique when building CMake 2016-09-16 13:22:10 -04:00
CursesDialog ccmake: Fix recent compilation regression with GCC on Solaris 2016-09-14 10:51:27 -04:00
Modules FindLibUV: Add module to find libuv package 2016-08-31 09:05:14 -04:00
QtDialog cmake-gui: Add button to open the generated project 2016-09-13 16:11:29 -04:00
QtIFW QtIFW: Developer Reference installation 2016-08-16 19:02:35 +03:00
kwsys Merge branch 'upstream-KWSys' into update-kwsys 2016-09-14 09:49:37 -04:00
.gitattributes cmFortranLexer: Update to flex 2.6 2016-09-06 15:52:40 -04:00
CMakeInstallDestinations.cmake Add option to control 'bin' directory of CMake's own installation (#16076) 2016-06-01 11:12:36 -04:00
CMakeLists.txt cmake-server: Bare-bones server implementation 2016-09-19 08:57:57 -04:00
CMakeSourceDir.txt.in
CMakeVersion.bash
CMakeVersion.cmake CMake Nightly Date Stamp 2016-09-19 00:01:03 -04:00
CMakeVersionCompute.cmake Version: Always define CMake_VERSION_IS_DIRTY to 0 or 1 2016-08-23 09:11:57 -04:00
CMakeVersionSource.cmake Version: Always define CMake_VERSION_IS_DIRTY to 0 or 1 2016-08-23 09:11:57 -04:00
bindexplib.cxx bindexplib: Export symbols from objects even with explicit markup 2016-07-05 15:19:56 -04:00
bindexplib.h make sure to include cmConfigure.h before cmStandardIncludes.h 2016-09-03 08:04:22 -04:00
cmAddCompileOptionsCommand.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmAddCompileOptionsCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmAddCustomCommandCommand.cxx Make the add_custom_command output more predictable 2016-09-19 08:49:46 -04:00
cmAddCustomCommandCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmAddCustomTargetCommand.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmAddCustomTargetCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmAddDefinitionsCommand.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmAddDefinitionsCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmAddDependenciesCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmAddDependenciesCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmAddExecutableCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmAddExecutableCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmAddLibraryCommand.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmAddLibraryCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmAddSubDirectoryCommand.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmAddSubDirectoryCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmAddTestCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmAddTestCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmAlgorithms.h make sure to include cmConfigure.h before cmStandardIncludes.h 2016-09-03 08:04:22 -04:00
cmArchiveWrite.cxx Merge topic 'else-after-return' 2016-08-23 09:00:00 -04:00
cmArchiveWrite.h fix a batch of include-what-you-use violations 2016-08-23 08:56:59 -04:00
cmAuxSourceDirectoryCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmAuxSourceDirectoryCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmBase32.cxx Add cmBase32Encoder class 2016-09-02 09:18:59 -04:00
cmBase32.h Add cmBase32Encoder class 2016-09-02 09:18:59 -04:00
cmBootstrapCommands1.cxx Format include directive blocks and ordering with clang-format 2016-04-29 13:58:54 -04:00
cmBootstrapCommands2.cxx Format include directive blocks and ordering with clang-format 2016-04-29 13:58:54 -04:00
cmBreakCommand.cxx fix a batch of include-what-you-use violations 2016-08-24 00:29:15 +02:00
cmBreakCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmBuildCommand.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmBuildCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmBuildNameCommand.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmBuildNameCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmCLocaleEnvironmentScope.cxx fix a batch of include-what-you-use violations 2016-08-23 08:56:59 -04:00
cmCLocaleEnvironmentScope.h fix a batch of include-what-you-use violations 2016-08-23 08:56:59 -04:00
cmCMakeHostSystemInformationCommand.cxx Use braces around statements 2016-09-16 22:52:02 +02:00
cmCMakeHostSystemInformationCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmCMakeMinimumRequired.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCMakeMinimumRequired.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmCMakePolicyCommand.cxx Avoid else after return 2016-09-16 22:45:24 +02:00
cmCMakePolicyCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmCPackPropertiesGenerator.cxx fix a batch of include-what-you-use violations 2016-08-23 08:56:59 -04:00
cmCPackPropertiesGenerator.h fix a batch of include-what-you-use violations 2016-08-23 08:56:59 -04:00
cmCPluginAPI.cxx Avoid else after return 2016-09-16 22:45:24 +02:00
cmCPluginAPI.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCTest.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmCTest.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmCacheManager.cxx Merge topic 'else-after-return' 2016-08-23 09:00:00 -04:00
cmCacheManager.h fix a batch of include-what-you-use violations 2016-08-23 08:56:59 -04:00
cmCallVisualStudioMacro.cxx Remove c_str() calls from stream arguments. 2016-06-06 23:53:32 +02:00
cmCallVisualStudioMacro.h make sure to include cmConfigure.h before cmStandardIncludes.h 2016-09-03 08:04:22 -04:00
cmCommand.h use CM_NULLPTR 2016-06-28 09:02:26 -04:00
cmCommandArgumentLexer.cxx
cmCommandArgumentLexer.h
cmCommandArgumentLexer.in.l
cmCommandArgumentParser.cxx
cmCommandArgumentParser.y
cmCommandArgumentParserHelper.cxx tidy: Fix readability-redundant-string-cstr issues 2016-09-04 16:55:05 +02:00
cmCommandArgumentParserHelper.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmCommandArgumentParserTokens.h
cmCommandArgumentsHelper.cxx cmCommandArgumentsHelper: simplify boolean expression 2016-09-16 23:16:54 +02:00
cmCommandArgumentsHelper.h make sure to include cmConfigure.h before cmStandardIncludes.h 2016-09-03 08:04:22 -04:00
cmCommands.cxx.in
cmCommands.h fix a batch of include-what-you-use violations 2016-08-23 08:56:59 -04:00
cmCommandsForBootstrap.cxx
cmCommonTargetGenerator.cxx fix a batch of include-what-you-use violations 2016-08-23 08:56:59 -04:00
cmCommonTargetGenerator.h Convert: Remove UNCHANGED enum value 2016-08-27 15:41:17 +02:00
cmComputeComponentGraph.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmComputeComponentGraph.h fix a batch of include-what-you-use violations 2016-08-23 08:56:59 -04:00
cmComputeLinkDepends.cxx fix a batch of include-what-you-use violations 2016-08-23 08:56:59 -04:00
cmComputeLinkDepends.h fix a batch of include-what-you-use violations 2016-08-23 08:56:59 -04:00
cmComputeLinkInformation.cxx fix a batch of include-what-you-use violations 2016-08-23 08:56:59 -04:00
cmComputeLinkInformation.h fix a batch of include-what-you-use violations 2016-08-23 08:56:59 -04:00
cmComputeTargetDepends.cxx fix a batch of include-what-you-use violations 2016-08-23 08:56:59 -04:00
cmComputeTargetDepends.h fix a batch of include-what-you-use violations 2016-08-23 08:56:59 -04:00
cmConditionEvaluator.cxx Avoid else after return 2016-09-16 22:45:24 +02:00
cmConditionEvaluator.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmConfigure.cmake.h.in Check for availability of unique_ptr and make_unique when building CMake 2016-09-16 13:22:10 -04:00
cmConfigureFileCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmConfigureFileCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmContinueCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmContinueCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmCoreTryCompile.cxx Avoid else after return 2016-09-16 22:45:24 +02:00
cmCoreTryCompile.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmCreateTestSourceList.cxx Use std::replace for replacing chars in strings. 2016-05-24 23:22:20 +02:00
cmCreateTestSourceList.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmCryptoHash.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmCryptoHash.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmCurl.cxx surround macro arguments with parentheses 2016-09-05 22:09:49 +02:00
cmCurl.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmCustomCommand.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmCustomCommand.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmCustomCommandGenerator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmCustomCommandGenerator.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmCustomCommandLines.h cmCustomCommandLines: Extract from cmStandardIncludes.h 2016-06-16 09:25:22 -04:00
cmDefinePropertyCommand.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmDefinePropertyCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmDefinitions.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmDefinitions.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmDepends.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmDepends.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmDependsC.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmDependsC.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmDependsFortran.cxx cmDependsFortran: simplify boolean expression 2016-09-12 09:28:21 -04:00
cmDependsFortran.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmDependsJava.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmDependsJava.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmDependsJavaLexer.cxx make sure to include cmConfigure.h before cmStandardIncludes.h 2016-09-03 08:04:22 -04:00
cmDependsJavaLexer.h
cmDependsJavaLexer.in.l
cmDependsJavaParser.cxx
cmDependsJavaParser.y
cmDependsJavaParserHelper.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmDependsJavaParserHelper.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmDependsJavaParserTokens.h
cmDocumentation.cxx surround macro arguments with parentheses 2016-09-05 22:09:49 +02:00
cmDocumentation.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmDocumentationEntry.h cmDocumentationEntry: Extract from cmStandardIncludes 2016-06-13 22:41:29 +02:00
cmDocumentationFormatter.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmDocumentationFormatter.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmDocumentationSection.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmDocumentationSection.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmDynamicLoader.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmDynamicLoader.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmELF.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmELF.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmElseCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmElseCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmElseIfCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmElseIfCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmEnableLanguageCommand.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmEnableLanguageCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmEnableTestingCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmEnableTestingCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmEndForEachCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmEndForEachCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmEndFunctionCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmEndFunctionCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmEndIfCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmEndIfCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmEndMacroCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmEndMacroCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmEndWhileCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmEndWhileCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmExecProgramCommand.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmExecProgramCommand.h use CM_NULLPTR 2016-06-28 09:02:26 -04:00
cmExecuteProcessCommand.cxx Avoid else after return 2016-09-16 22:45:24 +02:00
cmExecuteProcessCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmExecutionStatus.h cmMakefile: Restore nested error logic use of cmExecutionStatus 2016-09-06 16:20:39 -04:00
cmExpandedCommandArgument.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmExpandedCommandArgument.h make sure to include cmConfigure.h before cmStandardIncludes.h 2016-09-03 08:04:22 -04:00
cmExportBuildAndroidMKGenerator.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmExportBuildAndroidMKGenerator.h Mark overridden functions with CM_OVERRIDE 2016-09-16 22:14:19 +02:00
cmExportBuildFileGenerator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmExportBuildFileGenerator.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmExportCommand.cxx Avoid else after return 2016-09-16 22:45:24 +02:00
cmExportCommand.h Add support for creating prebuilt Android.mk files 2016-09-13 12:47:43 -04:00
cmExportFileGenerator.cxx Export: Factor out file generation steps into helpers 2016-09-08 10:37:31 -04:00
cmExportFileGenerator.h Export: Virtualize file generation step helpers 2016-09-08 10:37:33 -04:00
cmExportInstallAndroidMKGenerator.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmExportInstallAndroidMKGenerator.h Mark overridden functions with CM_OVERRIDE 2016-09-16 22:14:19 +02:00
cmExportInstallFileGenerator.cxx Export: Factor out file generation steps into helpers 2016-09-08 10:37:31 -04:00
cmExportInstallFileGenerator.h Export: Virtualize file generation step helpers 2016-09-08 10:37:33 -04:00
cmExportLibraryDependenciesCommand.cxx Remove redundant get() call on smart pointer 2016-09-16 22:16:27 +02:00
cmExportLibraryDependenciesCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmExportSet.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmExportSet.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmExportSetMap.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmExportSetMap.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmExportTryCompileFileGenerator.cxx cmTarget: Construct with basic information up front 2016-09-14 14:50:39 -04:00
cmExportTryCompileFileGenerator.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmExprLexer.cxx make sure to include cmConfigure.h before cmStandardIncludes.h 2016-09-03 08:04:22 -04:00
cmExprLexer.h
cmExprLexer.in.l
cmExprParser.cxx
cmExprParser.y
cmExprParserHelper.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmExprParserHelper.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmExprParserTokens.h
cmExternalMakefileProjectGenerator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmExternalMakefileProjectGenerator.h Mark overridden functions with CM_OVERRIDE 2016-09-16 22:14:19 +02:00
cmExtraCodeBlocksGenerator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmExtraCodeBlocksGenerator.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmExtraCodeLiteGenerator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmExtraCodeLiteGenerator.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmExtraEclipseCDT4Generator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmExtraEclipseCDT4Generator.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmExtraKateGenerator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmExtraKateGenerator.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmExtraSublimeTextGenerator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmExtraSublimeTextGenerator.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmFLTKWrapUICommand.cxx use CM_NULLPTR 2016-06-28 09:02:26 -04:00
cmFLTKWrapUICommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmFileCommand.cxx Use braces around statements 2016-09-16 22:52:02 +02:00
cmFileCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmFileLock.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmFileLock.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmFileLockPool.cxx CMake: don't use else after return 2016-08-18 20:36:29 +02:00
cmFileLockPool.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmFileLockResult.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmFileLockResult.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmFileLockUnix.cxx Avoid else after return 2016-09-16 22:45:24 +02:00
cmFileLockWin32.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmFilePathUuid.cxx tidy: Fix readability-redundant-string-cstr issues 2016-09-04 16:55:05 +02:00
cmFilePathUuid.h use CM_NULLPTR 2016-09-05 23:18:05 +02:00
cmFileTimeComparison.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmFileTimeComparison.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmFindBase.cxx Avoid else after return 2016-09-16 22:45:24 +02:00
cmFindBase.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmFindCommon.cxx use CM_NULLPTR 2016-06-28 09:02:26 -04:00
cmFindCommon.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmFindFileCommand.cxx Source: Stabilize include order 2016-04-29 13:58:31 -04:00
cmFindFileCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmFindLibraryCommand.cxx Avoid else after return 2016-09-16 22:45:24 +02:00
cmFindLibraryCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmFindPackageCommand.cxx Avoid else after return 2016-09-16 22:45:24 +02:00
cmFindPackageCommand.h find_package: Optionally sort globbed directories in a meaningful order 2016-09-15 13:35:25 -04:00
cmFindPathCommand.cxx Avoid else after return 2016-09-16 22:45:24 +02:00
cmFindPathCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmFindProgramCommand.cxx Avoid else after return 2016-09-16 22:45:24 +02:00
cmFindProgramCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmForEachCommand.cxx Avoid else after return 2016-09-16 22:45:24 +02:00
cmForEachCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmFortranLexer.cxx cmFortranParser: Parse keywords as lexical tokens 2016-09-08 09:40:02 -04:00
cmFortranLexer.h cmFortranParser: Parse keywords as lexical tokens 2016-09-08 09:40:02 -04:00
cmFortranLexer.in.l cmFortranParser: Parse keywords as lexical tokens 2016-09-08 09:40:02 -04:00
cmFortranParser.cxx cmFortranParser: Parse keywords as lexical tokens 2016-09-08 09:40:02 -04:00
cmFortranParser.h cmFortranParser: Inject a newline at end-of-file when missing 2016-09-06 15:52:40 -04:00
cmFortranParser.y cmFortranParser: Parse keywords as lexical tokens 2016-09-08 09:40:02 -04:00
cmFortranParserImpl.cxx cmFortranParser: Inject a newline at end-of-file when missing 2016-09-06 15:52:40 -04:00
cmFortranParserTokens.h cmFortranParser: Parse keywords as lexical tokens 2016-09-08 09:40:02 -04:00
cmFunctionBlocker.h make sure to include cmConfigure.h before cmStandardIncludes.h 2016-09-03 08:04:22 -04:00
cmFunctionCommand.cxx Avoid else after return 2016-09-16 22:45:24 +02:00
cmFunctionCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmGeneratedFileStream.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGeneratedFileStream.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGeneratorExpression.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGeneratorExpression.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGeneratorExpressionContext.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGeneratorExpressionContext.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmGeneratorExpressionDAGChecker.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGeneratorExpressionDAGChecker.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGeneratorExpressionEvaluationFile.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGeneratorExpressionEvaluationFile.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGeneratorExpressionEvaluator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGeneratorExpressionEvaluator.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGeneratorExpressionLexer.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmGeneratorExpressionLexer.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGeneratorExpressionNode.cxx Genex: Diagnose invalid LINK_ONLY usage instead of crashing 2016-09-05 09:06:00 -04:00
cmGeneratorExpressionNode.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGeneratorExpressionParser.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGeneratorExpressionParser.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGeneratorTarget.cxx ninja: error out on relink requirements 2016-09-15 13:44:58 -04:00
cmGeneratorTarget.h cmGeneratorTarget: factor out common part of AddSources commands 2016-09-08 23:47:16 +02:00
cmGetCMakePropertyCommand.cxx use CM_NULLPTR 2016-06-28 09:02:26 -04:00
cmGetCMakePropertyCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmGetDirectoryPropertyCommand.cxx use CM_NULLPTR 2016-06-28 09:02:26 -04:00
cmGetDirectoryPropertyCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmGetFilenameComponentCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmGetFilenameComponentCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmGetPropertyCommand.cxx Use CM_NULLPTR 2016-09-16 23:01:40 +02:00
cmGetPropertyCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmGetSourceFilePropertyCommand.cxx use CM_NULLPTR 2016-06-28 09:02:26 -04:00
cmGetSourceFilePropertyCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmGetTargetPropertyCommand.cxx use CM_NULLPTR 2016-06-28 09:02:26 -04:00
cmGetTargetPropertyCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmGetTestPropertyCommand.cxx use CM_NULLPTR 2016-06-28 09:02:26 -04:00
cmGetTestPropertyCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmGhsMultiGpj.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmGhsMultiGpj.h make sure to include cmConfigure.h before cmStandardIncludes.h 2016-09-03 08:04:22 -04:00
cmGhsMultiTargetGenerator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGhsMultiTargetGenerator.h fix a batch of include-what-you-use violations 2016-08-17 01:08:13 +02:00
cmGlobalBorlandMakefileGenerator.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmGlobalBorlandMakefileGenerator.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmGlobalCommonGenerator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGlobalCommonGenerator.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGlobalGenerator.cxx Merge topic 'find-package-mode-fixes' 2016-09-19 08:55:03 -04:00
cmGlobalGenerator.h cmGlobalGenerator: Refactor global target construction 2016-09-15 15:56:49 -04:00
cmGlobalGeneratorFactory.h make sure to include cmConfigure.h before cmStandardIncludes.h 2016-09-03 08:04:22 -04:00
cmGlobalGhsMultiGenerator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGlobalGhsMultiGenerator.h CMake: Report whether generators support platforms 2016-07-14 10:35:58 -04:00
cmGlobalJOMMakefileGenerator.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmGlobalJOMMakefileGenerator.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmGlobalKdevelopGenerator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGlobalKdevelopGenerator.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGlobalMSYSMakefileGenerator.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmGlobalMSYSMakefileGenerator.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmGlobalMinGWMakefileGenerator.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmGlobalMinGWMakefileGenerator.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmGlobalNMakeMakefileGenerator.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmGlobalNMakeMakefileGenerator.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmGlobalNinjaGenerator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGlobalNinjaGenerator.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGlobalUnixMakefileGenerator3.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGlobalUnixMakefileGenerator3.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGlobalVisualStudio7Generator.cxx VS15: Add Visual Studio 15 generator 2016-09-07 15:49:08 -04:00
cmGlobalVisualStudio7Generator.h CMake: Report whether generators support platforms 2016-07-14 10:35:58 -04:00
cmGlobalVisualStudio8Generator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGlobalVisualStudio8Generator.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmGlobalVisualStudio9Generator.cxx CMake: Report whether generators support platforms 2016-07-14 10:35:58 -04:00
cmGlobalVisualStudio9Generator.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmGlobalVisualStudio10Generator.cxx Merge topic 'vs-default-v100' 2016-09-12 09:31:32 -04:00
cmGlobalVisualStudio10Generator.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmGlobalVisualStudio11Generator.cxx CMake: Report whether generators support platforms 2016-07-14 10:35:58 -04:00
cmGlobalVisualStudio11Generator.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmGlobalVisualStudio12Generator.cxx CMake: Report whether generators support platforms 2016-07-14 10:35:58 -04:00
cmGlobalVisualStudio12Generator.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmGlobalVisualStudio14Generator.cxx CMake: Report whether generators support platforms 2016-07-14 10:35:58 -04:00
cmGlobalVisualStudio14Generator.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmGlobalVisualStudio15Generator.cxx VS15: Add Visual Studio 15 generator 2016-09-07 15:49:08 -04:00
cmGlobalVisualStudio15Generator.h VS15: Add Visual Studio 15 generator 2016-09-07 15:49:08 -04:00
cmGlobalVisualStudio71Generator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGlobalVisualStudio71Generator.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmGlobalVisualStudioGenerator.cxx VS: Fix WINDOWS_EXPORT_ALL_SYMBOLS for object libraries 2016-07-21 11:05:22 -04:00
cmGlobalVisualStudioGenerator.h VS15: Add Visual Studio 15 generator 2016-09-07 15:49:08 -04:00
cmGlobalWatcomWMakeGenerator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGlobalWatcomWMakeGenerator.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmGlobalXCodeGenerator.cxx tidy: Fix readability-redundant-string-cstr issues 2016-09-04 16:55:05 +02:00
cmGlobalXCodeGenerator.h Xcode: Add targets marked as EXCLUDE_FROM_ALL to project (#16101) 2016-08-31 09:16:44 -04:00
cmGraphAdjacencyList.h make sure to include cmConfigure.h before cmStandardIncludes.h 2016-09-03 08:04:22 -04:00
cmGraphVizWriter.cxx surround macro arguments with parentheses 2016-09-05 22:09:49 +02:00
cmGraphVizWriter.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmHexFileConverter.cxx Avoid else after return 2016-09-16 22:45:24 +02:00
cmHexFileConverter.h make sure to include cmConfigure.h before cmStandardIncludes.h 2016-09-03 08:04:22 -04:00
cmIDEFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmIDEOptions.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmIDEOptions.h make sure to include cmConfigure.h before cmStandardIncludes.h 2016-09-03 08:04:22 -04:00
cmIfCommand.cxx Avoid else after return 2016-09-16 22:45:24 +02:00
cmIfCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmIncludeCommand.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmIncludeCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmIncludeDirectoryCommand.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmIncludeDirectoryCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmIncludeExternalMSProjectCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmIncludeExternalMSProjectCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmIncludeRegularExpressionCommand.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmIncludeRegularExpressionCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmInstallCommand.cxx Use CM_NULLPTR 2016-09-16 23:01:40 +02:00
cmInstallCommand.h Add support for creating prebuilt Android.mk files 2016-09-13 12:47:43 -04:00
cmInstallCommandArguments.cxx use CM_NULLPTR 2016-06-28 09:02:26 -04:00
cmInstallCommandArguments.h make sure to include cmConfigure.h before cmStandardIncludes.h 2016-09-03 08:04:22 -04:00
cmInstallDirectoryGenerator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmInstallDirectoryGenerator.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmInstallExportAndroidMKGenerator.cxx Add support for creating prebuilt Android.mk files 2016-09-13 12:47:43 -04:00
cmInstallExportAndroidMKGenerator.h Add support for creating prebuilt Android.mk files 2016-09-13 12:47:43 -04:00
cmInstallExportGenerator.cxx Add support for creating prebuilt Android.mk files 2016-09-13 12:47:43 -04:00
cmInstallExportGenerator.h Add support for creating prebuilt Android.mk files 2016-09-13 12:47:43 -04:00
cmInstallFilesCommand.cxx Avoid else after return 2016-09-16 22:45:24 +02:00
cmInstallFilesCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmInstallFilesGenerator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmInstallFilesGenerator.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmInstallGenerator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmInstallGenerator.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmInstallProgramsCommand.cxx Avoid else after return 2016-09-16 22:45:24 +02:00
cmInstallProgramsCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmInstallScriptGenerator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmInstallScriptGenerator.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmInstallTargetGenerator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmInstallTargetGenerator.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmInstallTargetsCommand.cxx Avoid requiring default cmTarget constructor for map indexing 2016-09-14 14:50:39 -04:00
cmInstallTargetsCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmInstallType.h
cmInstalledFile.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmInstalledFile.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmLinkDirectoriesCommand.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmLinkDirectoriesCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmLinkItem.h use CM_NULLPTR 2016-06-28 09:02:26 -04:00
cmLinkLibrariesCommand.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmLinkLibrariesCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmLinkedTree.h use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmListCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmListCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmListFileCache.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmListFileCache.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmListFileLexer.c cmListFileLexer: Revise C++ coding style using clang-format 2016-05-17 13:27:23 -04:00
cmListFileLexer.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmListFileLexer.in.l cmListFileLexer: Revise C++ coding style using clang-format 2016-05-17 13:27:23 -04:00
cmLoadCacheCommand.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmLoadCacheCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmLoadCommandCommand.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmLoadCommandCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmLocalCommonGenerator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmLocalCommonGenerator.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmLocalGenerator.cxx Fix CTest test file generation for spaces in subdirectory names 2016-09-13 13:58:46 -04:00
cmLocalGenerator.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmLocalGhsMultiGenerator.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmLocalGhsMultiGenerator.h
cmLocalNinjaGenerator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmLocalNinjaGenerator.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmLocalUnixMakefileGenerator3.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmLocalUnixMakefileGenerator3.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmLocalVisualStudio7Generator.cxx Convert: Replace Convert(FULL) with equivalent 2016-08-27 15:41:17 +02:00
cmLocalVisualStudio7Generator.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmLocalVisualStudio10Generator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmLocalVisualStudio10Generator.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmLocalVisualStudioGenerator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmLocalVisualStudioGenerator.h Avoid using KWSys auto_ptr by adopting it ourselves 2016-06-29 09:47:58 -04:00
cmLocalXCodeGenerator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmLocalXCodeGenerator.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmLocale.h make sure to include cmConfigure.h before cmStandardIncludes.h 2016-09-03 08:04:22 -04:00
cmMachO.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmMachO.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmMacroCommand.cxx Avoid else after return 2016-09-16 22:45:24 +02:00
cmMacroCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmMakeDirectoryCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmMakeDirectoryCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmMakefile.cxx cmTarget: Construct with basic information up front 2016-09-14 14:50:39 -04:00
cmMakefile.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmMakefileExecutableTargetGenerator.cxx Convert: Replace UNCHANGED conversions with new API call 2016-08-27 15:26:37 +02:00
cmMakefileExecutableTargetGenerator.h fix a batch of include-what-you-use violations 2016-08-24 00:29:15 +02:00
cmMakefileLibraryTargetGenerator.cxx Convert: Replace UNCHANGED conversions with new API call 2016-08-27 15:26:37 +02:00
cmMakefileLibraryTargetGenerator.h fix a batch of include-what-you-use violations 2016-08-24 00:29:15 +02:00
cmMakefileTargetGenerator.cxx Convert: Replace Convert(FULL) with equivalent 2016-08-27 15:41:17 +02:00
cmMakefileTargetGenerator.h fix a batch of include-what-you-use violations 2016-08-24 00:29:15 +02:00
cmMakefileUtilityTargetGenerator.cxx Makefiles: Change AppendCustomCommand API to strings 2016-08-27 13:44:53 +02:00
cmMakefileUtilityTargetGenerator.h fix a batch of include-what-you-use violations 2016-08-24 00:29:15 +02:00
cmMarkAsAdvancedCommand.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmMarkAsAdvancedCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmMathCommand.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmMathCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmMessageCommand.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmMessageCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmMessenger.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmMessenger.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmNewLineStyle.cxx fix a batch of include-what-you-use violations 2016-08-24 00:29:15 +02:00
cmNewLineStyle.h fix a batch of include-what-you-use violations 2016-08-24 00:29:15 +02:00
cmNinjaNormalTargetGenerator.cxx cmNinjaNormalTargetGenerator: make sure comments match parameter names 2016-09-16 23:31:37 +02:00
cmNinjaNormalTargetGenerator.h fix a batch of include-what-you-use violations 2016-08-24 00:29:15 +02:00
cmNinjaTargetGenerator.cxx fix a batch of include-what-you-use violations 2016-08-24 00:29:15 +02:00
cmNinjaTargetGenerator.h fix a batch of include-what-you-use violations 2016-08-24 00:29:15 +02:00
cmNinjaTypes.h make sure to include cmConfigure.h before cmStandardIncludes.h 2016-09-03 08:04:22 -04:00
cmNinjaUtilityTargetGenerator.cxx add_custom_command: Add DEPFILE option for Ninja 2016-08-30 09:05:18 -04:00
cmNinjaUtilityTargetGenerator.h fix a batch of include-what-you-use violations 2016-08-24 00:29:15 +02:00
cmOSXBundleGenerator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmOSXBundleGenerator.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmObject.h make sure to include cmConfigure.h before cmStandardIncludes.h 2016-09-03 08:04:22 -04:00
cmOptionCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmOptionCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmOrderDirectories.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmOrderDirectories.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmOutputConverter.cxx cmOutputConverter: use new ConvertToRelativePath signature internally 2016-09-17 10:29:49 +02:00
cmOutputConverter.h cmOutputConverter: split ConvertToRelativePath 2016-09-17 10:29:48 +02:00
cmOutputRequiredFilesCommand.cxx Avoid else after return 2016-09-16 22:45:24 +02:00
cmOutputRequiredFilesCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmParseArgumentsCommand.cxx cmake_parse_arguments: Add option to read arguments from ARGC/ARGV# 2016-09-08 11:33:46 -04:00
cmParseArgumentsCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmPathLabel.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmPathLabel.h make sure to include cmConfigure.h before cmStandardIncludes.h 2016-09-03 08:04:22 -04:00
cmPolicies.cxx surround macro arguments with parentheses 2016-09-05 22:09:49 +02:00
cmPolicies.h fix a batch of include-what-you-use violations 2016-08-24 00:29:15 +02:00
cmProcessTools.cxx fix a batch of include-what-you-use violations 2016-08-24 00:29:15 +02:00
cmProcessTools.h fix a batch of include-what-you-use violations 2016-08-24 00:29:15 +02:00
cmProjectCommand.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmProjectCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmProperty.cxx fix a batch of include-what-you-use violations 2016-08-24 00:29:15 +02:00
cmProperty.h fix a batch of include-what-you-use violations 2016-08-24 00:29:15 +02:00
cmPropertyDefinition.cxx fix a batch of include-what-you-use violations 2016-08-24 00:29:15 +02:00
cmPropertyDefinition.h fix a batch of include-what-you-use violations 2016-08-24 00:29:15 +02:00
cmPropertyDefinitionMap.cxx fix a batch of include-what-you-use violations 2016-08-24 00:29:15 +02:00
cmPropertyDefinitionMap.h fix a batch of include-what-you-use violations 2016-08-24 00:29:15 +02:00
cmPropertyMap.cxx fix a batch of include-what-you-use violations 2016-08-24 00:29:15 +02:00
cmPropertyMap.h fix a batch of include-what-you-use violations 2016-08-24 00:29:15 +02:00
cmQTWrapCPPCommand.cxx use CM_NULLPTR 2016-06-28 09:02:26 -04:00
cmQTWrapCPPCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmQTWrapUICommand.cxx use CM_NULLPTR 2016-06-28 09:02:26 -04:00
cmQTWrapUICommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmQtAutoGeneratorInitializer.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmQtAutoGeneratorInitializer.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmQtAutoGenerators.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmQtAutoGenerators.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmRST.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmRST.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmRemoveCommand.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmRemoveCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmRemoveDefinitionsCommand.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmRemoveDefinitionsCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmReturnCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmReturnCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmScriptGenerator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmScriptGenerator.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmSearchPath.cxx Avoid else after return 2016-09-16 22:45:24 +02:00
cmSearchPath.h make sure to include cmConfigure.h before cmStandardIncludes.h 2016-09-03 08:04:22 -04:00
cmSeparateArgumentsCommand.cxx Use std::replace for replacing chars in strings. 2016-05-24 23:22:20 +02:00
cmSeparateArgumentsCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmServer.cxx cmake-server: Implement ServerProtocol 1.0 2016-09-19 08:57:57 -04:00
cmServer.h cmake-server: Bare-bones server implementation 2016-09-19 08:57:57 -04:00
cmServerProtocol.cxx cmake-server: Implement ServerProtocol 1.0 2016-09-19 08:57:57 -04:00
cmServerProtocol.h cmake-server: Implement ServerProtocol 1.0 2016-09-19 08:57:57 -04:00
cmSetCommand.cxx Avoid else after return 2016-09-16 22:45:24 +02:00
cmSetCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmSetDirectoryPropertiesCommand.cxx Avoid else after return 2016-09-16 22:45:24 +02:00
cmSetDirectoryPropertiesCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmSetPropertyCommand.cxx use CM_NULLPTR 2016-06-28 09:02:26 -04:00
cmSetPropertyCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmSetSourceFilesPropertiesCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmSetSourceFilesPropertiesCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmSetTargetPropertiesCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmSetTargetPropertiesCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmSetTestsPropertiesCommand.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmSetTestsPropertiesCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmSiteNameCommand.cxx use CM_NULLPTR 2016-06-28 09:02:26 -04:00
cmSiteNameCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmSourceFile.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmSourceFile.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmSourceFileLocation.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmSourceFileLocation.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmSourceGroup.cxx use CM_NULLPTR 2016-06-28 09:02:26 -04:00
cmSourceGroup.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmSourceGroupCommand.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmSourceGroupCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmStandardIncludes.h cmTargetLinkLibraryType: Extract from cmStandardIncludes.h 2016-06-16 09:26:50 -04:00
cmStandardLexer.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmState.cxx cmState: remove unused code 2016-09-17 19:49:21 +02:00
cmState.h cmState: remove unused code 2016-09-17 19:49:21 +02:00
cmStringCommand.cxx Avoid else after return 2016-09-16 22:45:24 +02:00
cmStringCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmSubdirCommand.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmSubdirCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmSubdirDependsCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmSubdirDependsCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmSystemTools.cxx Merge topic 'add-strverscmp' 2016-09-15 08:46:45 -04:00
cmSystemTools.h cmSystemTools: Add strverscmp 2016-09-13 11:52:28 -04:00
cmTarget.cxx cmTarget: Remove unused support for partial construction 2016-09-15 16:02:27 -04:00
cmTarget.h cmTarget: Remove unused support for partial construction 2016-09-15 16:02:27 -04:00
cmTargetCompileDefinitionsCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmTargetCompileDefinitionsCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmTargetCompileFeaturesCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmTargetCompileFeaturesCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmTargetCompileOptionsCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmTargetCompileOptionsCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmTargetDepend.h make sure to include cmConfigure.h before cmStandardIncludes.h 2016-09-03 08:04:22 -04:00
cmTargetExport.h make sure to include cmConfigure.h before cmStandardIncludes.h 2016-09-03 08:04:22 -04:00
cmTargetIncludeDirectoriesCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmTargetIncludeDirectoriesCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmTargetLinkLibrariesCommand.cxx Avoid else after return 2016-09-16 22:45:24 +02:00
cmTargetLinkLibrariesCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmTargetLinkLibraryType.h cmTargetLinkLibraryType: Extract from cmStandardIncludes.h 2016-06-16 09:26:50 -04:00
cmTargetPropCommandBase.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmTargetPropCommandBase.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmTargetSourcesCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmTargetSourcesCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmTest.cxx fix a batch of include-what-you-use violations 2016-08-17 01:08:13 +02:00
cmTest.h fix a batch of include-what-you-use violations 2016-08-17 01:08:13 +02:00
cmTestGenerator.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmTestGenerator.h fix a batch of include-what-you-use violations 2016-08-17 01:08:13 +02:00
cmTimestamp.cxx string(TIMESTAMP ...): add '%a' and '%b' format specifiers 2016-09-12 19:07:38 +03:00
cmTimestamp.h make sure to include cmConfigure.h before cmStandardIncludes.h 2016-09-03 08:04:22 -04:00
cmTryCompileCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmTryCompileCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmTryRunCommand.cxx use CM_NULLPTR 2016-06-28 09:02:26 -04:00
cmTryRunCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmTypeMacro.h cmTypeMacro: mark overridden functions with CM_OVERRIDE 2016-06-29 11:48:50 +02:00
cmUnsetCommand.cxx Avoid else after return 2016-09-16 22:45:24 +02:00
cmUnsetCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmUseMangledMesaCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmUseMangledMesaCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmUtilitySourceCommand.cxx use CM_NULLPTR 2016-06-28 09:02:26 -04:00
cmUtilitySourceCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmUtils.hxx Use better KWSys SystemTools::GetEnv and HasEnv signatures 2016-07-18 09:51:01 -04:00
cmUuid.cxx CMake: don't use else after return 2016-08-18 20:36:29 +02:00
cmUuid.h fix a batch of include-what-you-use violations 2016-08-17 01:08:13 +02:00
cmVS10CLFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS10LibFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS10LinkFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS10MASMFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS10RCFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS11CLFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS11LibFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS11LinkFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS11MASMFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS11RCFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS12CLFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS12LibFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS12LinkFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS12MASMFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS12RCFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS14CLFlagTable.h VS: Update v140 flag tables from VS 15 MSBuild files 2016-09-06 10:22:39 -04:00
cmVS14LibFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS14LinkFlagTable.h VS: Update v140 flag tables from VS 15 MSBuild files 2016-09-06 10:22:39 -04:00
cmVS14MASMFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS14RCFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVariableRequiresCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVariableRequiresCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmVariableWatch.cxx fix a batch of include-what-you-use violations 2016-08-17 01:08:13 +02:00
cmVariableWatch.h fix a batch of include-what-you-use violations 2016-08-17 01:08:13 +02:00
cmVariableWatchCommand.cxx use empty method to check for emptyness 2016-09-15 23:59:29 +02:00
cmVariableWatchCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmVersion.cxx fix a batch of include-what-you-use violations 2016-08-17 01:08:13 +02:00
cmVersion.h fix a batch of include-what-you-use violations 2016-08-17 01:08:13 +02:00
cmVersionConfig.h.in Make CMake version dirty state available to code 2016-07-14 10:35:58 -04:00
cmVersionMacros.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVisualStudio10TargetGenerator.cxx Merge topic 'vs14-debug-enum-older-toolsets' 2016-09-02 09:22:25 -04:00
cmVisualStudio10TargetGenerator.h make sure to include cmConfigure.h before cmStandardIncludes.h 2016-09-03 08:04:22 -04:00
cmVisualStudioGeneratorOptions.cxx VS15: Add Visual Studio 15 generator 2016-09-07 15:49:08 -04:00
cmVisualStudioGeneratorOptions.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVisualStudioSlnData.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVisualStudioSlnData.h make sure to include cmConfigure.h before cmStandardIncludes.h 2016-09-03 08:04:22 -04:00
cmVisualStudioSlnParser.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVisualStudioSlnParser.h make sure to include cmConfigure.h before cmStandardIncludes.h 2016-09-03 08:04:22 -04:00
cmVisualStudioWCEPlatformParser.cxx Use std::replace for replacing chars in strings. 2016-05-24 23:22:20 +02:00
cmVisualStudioWCEPlatformParser.h make sure to include cmConfigure.h before cmStandardIncludes.h 2016-09-03 08:04:22 -04:00
cmWhileCommand.cxx Avoid else after return 2016-09-16 22:45:24 +02:00
cmWhileCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmWriteFileCommand.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmWriteFileCommand.h mark functions with CM_OVERRIDE 2016-06-27 23:24:38 +02:00
cmXCode21Object.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmXCode21Object.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmXCodeObject.cxx Xcode: Add function to conditionally add Xcode Attributes 2016-06-17 10:49:05 -04:00
cmXCodeObject.h make sure to include cmConfigure.h before cmStandardIncludes.h 2016-09-03 08:04:22 -04:00
cmXMLParser.cxx use CM_NULLPTR 2016-09-05 23:18:05 +02:00
cmXMLParser.h fix a batch of include-what-you-use violations 2016-08-17 01:08:13 +02:00
cmXMLSafe.cxx fix a batch of include-what-you-use violations 2016-08-17 01:08:13 +02:00
cmXMLSafe.h fix a batch of include-what-you-use violations 2016-08-17 01:08:13 +02:00
cmXMLWriter.cxx fix a batch of include-what-you-use violations 2016-08-17 01:08:13 +02:00
cmXMLWriter.h fix a batch of include-what-you-use violations 2016-08-17 01:08:13 +02:00
cm_auto_ptr.hxx Use CM_NULLPTR 2016-09-16 23:01:40 +02:00
cm_get_date.c
cm_get_date.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cm_sha2.c Port CMake from cmIML to KWIML 2015-12-18 10:02:07 -05:00
cm_sha2.h Port CMake from cmIML to KWIML 2015-12-18 10:02:07 -05:00
cm_sha2_mangle.h
cm_utf8.c Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cm_utf8.h
cmake.cxx cmake-server: Report server mode availablitily in Capabilities 2016-09-19 08:57:28 -04:00
cmake.h cmake-server: Report server mode availablitily in Capabilities 2016-09-19 08:57:28 -04:00
cmake.version.manifest
cmakemain.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmakexbuild.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmcldeps.cxx fix a batch of include-what-you-use violations 2016-08-17 01:08:13 +02:00
cmcmd.cxx cmake-server: Bare-bones server implementation 2016-09-19 08:57:57 -04:00
cmcmd.h fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
cmparseMSBuildXML.py VS: Update v140 flag tables from VS 15 MSBuild files 2016-09-06 10:22:39 -04:00
ctest.cxx fix a load of include-what-you-use violations 2016-09-03 08:04:56 -04:00
dir.dox Added CMake_BUILD_DEVELOPER_REFERENCE option 2016-08-16 19:02:35 +03:00
dir.dox.in Added CMake_BUILD_DEVELOPER_REFERENCE option 2016-08-16 19:02:35 +03:00