CMake/Source
Daniel Pfeifer cbcf6458f4 cmServerProtocol: Do not move into json::Value::append()
CMake's copy of json-cpp is not aware of rvalues yet.  It is confusing
to pass the result of std::move to a function that takes a const&
because no move will actually happen.  This change may be reverted once
CMake upgrades to a new version of json-cpp.
2017-08-15 22:43:08 +02:00
..
Checks C++ feature checks: Improve exclusion of "0 Warning(s)" 2017-06-08 09:22:09 -04:00
CPack CPackIFW: Add CPACK_IFW_PACKAGE_FILE_EXTENSION variable 2017-08-10 00:20:11 +03:00
CTest CTest: Report lines matched by launchers 2017-08-07 11:01:49 -04:00
CursesDialog Access string npos without instance 2017-06-01 14:19:51 -04:00
kwsys Merge branch 'upstream-KWSys' into update-kwsys 2017-08-11 10:13:23 -04:00
LexerParser LexerParser: disable clang-tidy checks 2017-04-28 23:10:39 +02:00
Modules
QtDialog Merge topic 'qt-pass-point-by-value' 2017-06-09 10:34:06 -04:00
QtIFW
.gitattributes LexerParser: move to custom directory 2017-04-28 23:10:39 +02:00
bindexplib.cxx bindexplib: Revert support for constants symbols 2017-07-10 14:54:07 -04:00
bindexplib.h
cm_auto_ptr.hxx auto_ptr: silence clang-tidy warnings 2017-05-04 17:39:23 +02:00
cm_codecvt.cxx codecvt: Re-implement do_out and do_unshift 2017-05-25 15:03:03 -04:00
cm_codecvt.hxx codecvt: Re-implement do_out and do_unshift 2017-05-25 15:03:03 -04:00
cm_get_date.c
cm_get_date.h
cm_sys_stat.h CPackDeb: Enable the DEB generator on Windows 2017-06-28 19:55:12 +02:00
cm_unordered_map.hxx
cm_unordered_set.hxx
cm_utf8.c codecvt: Re-implement do_out and do_unshift 2017-05-25 15:03:03 -04:00
cm_utf8.h
cmAddCompileOptionsCommand.cxx
cmAddCompileOptionsCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmAddCustomCommandCommand.cxx Access string npos without instance 2017-06-01 14:19:51 -04:00
cmAddCustomCommandCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmAddCustomTargetCommand.cxx Access string npos without instance 2017-06-01 14:19:51 -04:00
cmAddCustomTargetCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmAddDefinitionsCommand.cxx
cmAddDefinitionsCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmAddDependenciesCommand.cxx Add const-reference qualifications 2017-05-26 19:50:11 +03:00
cmAddDependenciesCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmAddExecutableCommand.cxx Add const-reference qualifications 2017-05-26 19:50:11 +03:00
cmAddExecutableCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmAddLibraryCommand.cxx Add const-reference qualifications 2017-05-26 19:50:11 +03:00
cmAddLibraryCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmAddSubDirectoryCommand.cxx Add const-reference qualifications 2017-05-26 19:50:11 +03:00
cmAddSubDirectoryCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmAddTestCommand.cxx
cmAddTestCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmake.cxx Add const-reference qualifications 2017-05-26 19:50:11 +03:00
cmake.h cmake: initialize with Role that controls which commands to register 2017-05-08 22:29:44 +02:00
cmake.version.manifest
CMakeInstallDestinations.cmake
CMakeLists.txt Merge topic 'server-refactor' 2017-07-18 11:14:02 -04:00
cmakemain.cxx Make libuv available to all parts of CMake 2017-08-08 09:34:54 -04:00
CMakeSourceDir.txt.in
CMakeVersion.bash
CMakeVersion.cmake CMake Nightly Date Stamp 2017-08-15 00:01:04 -04:00
CMakeVersionCompute.cmake
CMakeVersionSource.cmake
cmakexbuild.cxx Access string npos without instance 2017-06-01 14:19:51 -04:00
cmAlgorithms.h
cmArchiveWrite.cxx
cmArchiveWrite.h
cmAuxSourceDirectoryCommand.cxx Improved checking for number of arguments passed 2017-05-26 19:51:40 +03:00
cmAuxSourceDirectoryCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmBase32.cxx cmBase32: Cast pointer subtraction result to size explicitly 2017-05-08 10:26:36 -04:00
cmBase32.h
cmBreakCommand.cxx cmExecutionStatus: Remove arguments from setters 2017-05-09 23:49:14 +02:00
cmBreakCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmBuildCommand.cxx Add const-reference qualifications 2017-05-26 19:50:11 +03:00
cmBuildCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmBuildNameCommand.cxx
cmBuildNameCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmCacheManager.cxx Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmCacheManager.h Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmCallVisualStudioMacro.cxx
cmCallVisualStudioMacro.h
cmcldeps.cxx
cmCLocaleEnvironmentScope.cxx
cmCLocaleEnvironmentScope.h
cmCMakeHostSystemInformationCommand.cxx cmake_host_system_information: Add more keywords 2017-06-05 13:51:30 -04:00
cmCMakeHostSystemInformationCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmCMakeMinimumRequired.cxx
cmCMakeMinimumRequired.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmCMakePolicyCommand.cxx
cmCMakePolicyCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmcmd.cxx Merge topic 'server-refactor' 2017-07-18 11:14:02 -04:00
cmcmd.h Add sha1sum, sha224sum, sha256sum, sha384sum and sha512sum to command mode 2017-07-14 19:49:45 +02:00
cmCommand.cxx
cmCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmCommandArgumentParserHelper.cxx
cmCommandArgumentParserHelper.h
cmCommandArgumentsHelper.cxx
cmCommandArgumentsHelper.h
cmCommands.cxx Add directory property 'LABELS' and CMAKE_DIRECTORY_LABELS variable 2017-07-10 16:25:18 -04:00
cmCommands.h cmake: register fake project commands in -P mode 2017-05-08 22:58:01 +02:00
cmCommonTargetGenerator.cxx cmCommonTargetGenerator: Rename member to avoid shadowing 2017-06-14 16:31:20 -04:00
cmCommonTargetGenerator.h cmCommonTargetGenerator: Rename member to avoid shadowing 2017-06-14 16:31:20 -04:00
cmComputeComponentGraph.cxx
cmComputeComponentGraph.h
cmComputeLinkDepends.cxx Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmComputeLinkDepends.h Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmComputeLinkInformation.cxx Access string npos without instance 2017-06-01 14:19:51 -04:00
cmComputeLinkInformation.h
cmComputeTargetDepends.cxx cmComputeTargetDepends: Avoid nested loops over configurations 2017-05-18 10:18:57 -04:00
cmComputeTargetDepends.h cmComputeTargetDepends: Avoid nested loops over configurations 2017-05-18 10:18:57 -04:00
cmConditionEvaluator.cxx Provide and use CM_FALLTHROUGH 2017-06-03 08:38:51 +02:00
cmConditionEvaluator.h
cmConfigure.cmake.h.in Make libuv available to all parts of CMake 2017-08-08 09:34:54 -04:00
cmConfigureFileCommand.cxx Add const-reference qualifications 2017-05-26 19:50:11 +03:00
cmConfigureFileCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmConnection.cxx server: Add support for connections that aren't event based 2017-07-10 18:12:05 -06:00
cmConnection.h server: Add support for connections that aren't event based 2017-07-10 18:12:05 -06:00
cmContinueCommand.cxx cmExecutionStatus: Remove arguments from setters 2017-05-09 23:49:14 +02:00
cmContinueCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmConvertMSBuildXMLToJSON.py
cmCoreTryCompile.cxx Provide and use CM_FALLTHROUGH 2017-06-03 08:38:51 +02:00
cmCoreTryCompile.h
cmCPackPropertiesGenerator.cxx
cmCPackPropertiesGenerator.h
cmCPluginAPI.cxx
cmCPluginAPI.h
cmCreateTestSourceList.cxx
cmCreateTestSourceList.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmCryptoHash.cxx
cmCryptoHash.h
cmCTest.cxx Merge topic 'labels-for-subprojects' 2017-07-13 07:46:09 -04:00
cmCTest.h Display subproject timing summary 2017-07-10 16:25:18 -04:00
cmCurl.cxx
cmCurl.h
cmCustomCommand.cxx
cmCustomCommand.h
cmCustomCommandGenerator.cxx
cmCustomCommandGenerator.h
cmCustomCommandLines.h
cmDefinePropertyCommand.cxx Add const-reference qualifications 2017-05-26 19:50:11 +03:00
cmDefinePropertyCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmDefinitions.cxx
cmDefinitions.h
cmDepends.cxx
cmDepends.h
cmDependsC.cxx Remove second arg: npos in substr usages 2017-06-01 14:19:52 -04:00
cmDependsC.h
cmDependsFortran.cxx
cmDependsFortran.h
cmDependsJava.cxx
cmDependsJava.h
cmDependsJavaParserHelper.cxx
cmDependsJavaParserHelper.h
cmDisallowedCommand.cxx
cmDisallowedCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmDocumentation.cxx
cmDocumentation.h
cmDocumentationEntry.h
cmDocumentationFormatter.cxx
cmDocumentationFormatter.h
cmDocumentationSection.cxx
cmDocumentationSection.h
cmDynamicLoader.cxx Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmDynamicLoader.h
cmELF.cxx Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmELF.h
cmEnableLanguageCommand.cxx
cmEnableLanguageCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmEnableTestingCommand.cxx
cmEnableTestingCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmExecProgramCommand.cxx
cmExecProgramCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmExecuteProcessCommand.cxx execute_process: Add option to get results of every child 2017-06-10 08:03:06 -04:00
cmExecuteProcessCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmExecutionStatus.h cmExecutionStatus: Remove arguments from setters 2017-05-09 23:49:14 +02:00
cmExpandedCommandArgument.cxx
cmExpandedCommandArgument.h
cmExportBuildAndroidMKGenerator.cxx
cmExportBuildAndroidMKGenerator.h
cmExportBuildFileGenerator.cxx
cmExportBuildFileGenerator.h
cmExportCommand.cxx
cmExportCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmExportFileGenerator.cxx Provide and use CM_FALLTHROUGH 2017-06-03 08:38:51 +02:00
cmExportFileGenerator.h
cmExportInstallAndroidMKGenerator.cxx
cmExportInstallAndroidMKGenerator.h
cmExportInstallFileGenerator.cxx Access string npos without instance 2017-06-01 14:19:51 -04:00
cmExportInstallFileGenerator.h
cmExportLibraryDependenciesCommand.cxx
cmExportLibraryDependenciesCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmExportSet.cxx
cmExportSet.h
cmExportSetMap.cxx
cmExportSetMap.h
cmExportTryCompileFileGenerator.cxx
cmExportTryCompileFileGenerator.h
cmExprParserHelper.cxx
cmExprParserHelper.h
cmExternalMakefileProjectGenerator.cxx
cmExternalMakefileProjectGenerator.h
cmExtraCodeBlocksGenerator.cxx Add const-reference qualifications 2017-05-26 19:50:11 +03:00
cmExtraCodeBlocksGenerator.h
cmExtraCodeLiteGenerator.cxx Provide and use CM_FALLTHROUGH 2017-06-03 08:38:51 +02:00
cmExtraCodeLiteGenerator.h
cmExtraEclipseCDT4Generator.cxx Add const-reference qualifications 2017-05-26 19:50:11 +03:00
cmExtraEclipseCDT4Generator.h
cmExtraKateGenerator.cxx
cmExtraKateGenerator.h
cmExtraSublimeTextGenerator.cxx
cmExtraSublimeTextGenerator.h
cmFileCommand.cxx CPackDeb: Enable the DEB generator on Windows 2017-06-28 19:55:12 +02:00
cmFileCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmFileLock.cxx
cmFileLock.h
cmFileLockPool.cxx
cmFileLockPool.h c++: prefer vectors over lists 2017-05-04 11:17:49 -04:00
cmFileLockResult.cxx cmFileLockResult: Avoid allocation for Windows error message 2017-07-07 14:04:20 -04:00
cmFileLockResult.h
cmFileLockUnix.cxx
cmFileLockWin32.cxx
cmFileMonitor.cxx server: Refactor to make the event loop owned by server object 2017-07-10 18:11:27 -06:00
cmFileMonitor.h cmServer: include what you use 2017-05-06 00:03:47 +02:00
cmFilePathChecksum.cxx
cmFilePathChecksum.h
cmFileTimeComparison.cxx
cmFileTimeComparison.h
cmFindBase.cxx find_*: Disable the PACKAGE_ROOT search path group for CMake 3.9 2017-08-08 11:52:28 -04:00
cmFindBase.h find_*: Add a new PackageRoot search path group 2017-05-16 15:19:40 -04:00
cmFindCommon.cxx find_*: Disable the PACKAGE_ROOT search path group for CMake 3.9 2017-08-08 11:52:28 -04:00
cmFindCommon.h find_*: Disable the PACKAGE_ROOT search path group for CMake 3.9 2017-08-08 11:52:28 -04:00
cmFindFileCommand.cxx
cmFindFileCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmFindLibraryCommand.cxx Access string npos without instance 2017-06-01 14:19:51 -04:00
cmFindLibraryCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmFindPackageCommand.cxx find_*: Disable the PACKAGE_ROOT search path group for CMake 3.9 2017-08-08 11:52:28 -04:00
cmFindPackageCommand.h find_package: Add missing PACKAGE_ROOT_PATH search path implementation. 2017-07-28 10:49:13 -04:00
cmFindPathCommand.cxx Access string npos without instance 2017-06-01 14:19:51 -04:00
cmFindPathCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmFindProgramCommand.cxx Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmFindProgramCommand.h Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmFLTKWrapUICommand.cxx
cmFLTKWrapUICommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmForEachCommand.cxx cmExecutionStatus: Remove arguments from setters 2017-05-09 23:49:14 +02:00
cmForEachCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmFortranParser.h
cmFortranParserImpl.cxx
cmFunctionBlocker.h
cmFunctionCommand.cxx cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmFunctionCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmGeneratedFileStream.cxx
cmGeneratedFileStream.h
cmGeneratorExpression.cxx Access string npos without instance 2017-06-01 14:19:51 -04:00
cmGeneratorExpression.h
cmGeneratorExpressionContext.cxx
cmGeneratorExpressionContext.h
cmGeneratorExpressionDAGChecker.cxx
cmGeneratorExpressionDAGChecker.h
cmGeneratorExpressionEvaluationFile.cxx file(GENERATE): Add policy CMP0070 to define relative path behavior 2017-06-09 10:38:43 -04:00
cmGeneratorExpressionEvaluationFile.h file(GENERATE): Add policy CMP0070 to define relative path behavior 2017-06-09 10:38:43 -04:00
cmGeneratorExpressionEvaluator.cxx
cmGeneratorExpressionEvaluator.h
cmGeneratorExpressionLexer.cxx
cmGeneratorExpressionLexer.h
cmGeneratorExpressionNode.cxx cmGeneratorExpressionNode: add some missing commas 2017-08-03 13:39:58 -04:00
cmGeneratorExpressionNode.h
cmGeneratorExpressionParser.cxx
cmGeneratorExpressionParser.h
cmGeneratorTarget.cxx Autogen: Clear sources meta data cache 2017-08-10 18:33:02 +02:00
cmGeneratorTarget.h Autogen: Clear sources meta data cache 2017-08-10 18:33:02 +02:00
cmGetCMakePropertyCommand.cxx Add const-reference qualifications 2017-05-26 19:50:11 +03:00
cmGetCMakePropertyCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmGetDirectoryPropertyCommand.cxx Provide and use CM_FALLTHROUGH 2017-06-03 08:38:51 +02:00
cmGetDirectoryPropertyCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmGetFilenameComponentCommand.cxx Access string npos without instance 2017-06-01 14:19:51 -04:00
cmGetFilenameComponentCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmGetPropertyCommand.cxx Provide and use CM_FALLTHROUGH 2017-06-03 08:38:51 +02:00
cmGetPropertyCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmGetSourceFilePropertyCommand.cxx Add const-reference qualifications 2017-05-26 19:50:11 +03:00
cmGetSourceFilePropertyCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmGetTargetPropertyCommand.cxx Add const-reference qualifications 2017-05-26 19:50:11 +03:00
cmGetTargetPropertyCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmGetTestPropertyCommand.cxx Add const-reference qualifications 2017-05-26 19:50:11 +03:00
cmGetTestPropertyCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmGhsMultiGpj.cxx
cmGhsMultiGpj.h
cmGhsMultiTargetGenerator.cxx
cmGhsMultiTargetGenerator.h
cmGlobalBorlandMakefileGenerator.cxx
cmGlobalBorlandMakefileGenerator.h
cmGlobalCommonGenerator.cxx
cmGlobalCommonGenerator.h
cmGlobalGenerator.cxx Autogen: Merge and remove redundant function calls 2017-08-10 18:48:15 +02:00
cmGlobalGenerator.h cmGlobalGenerator: Rename member to avoid shadowing 2017-06-14 16:24:45 -04:00
cmGlobalGeneratorFactory.h
cmGlobalGhsMultiGenerator.cxx
cmGlobalGhsMultiGenerator.h
cmGlobalJOMMakefileGenerator.cxx
cmGlobalJOMMakefileGenerator.h
cmGlobalKdevelopGenerator.cxx Add const-reference qualifications 2017-05-26 19:50:11 +03:00
cmGlobalKdevelopGenerator.h
cmGlobalMinGWMakefileGenerator.cxx
cmGlobalMinGWMakefileGenerator.h
cmGlobalMSYSMakefileGenerator.cxx
cmGlobalMSYSMakefileGenerator.h
cmGlobalNinjaGenerator.cxx Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmGlobalNinjaGenerator.h Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmGlobalNMakeMakefileGenerator.cxx
cmGlobalNMakeMakefileGenerator.h
cmGlobalUnixMakefileGenerator3.cxx
cmGlobalUnixMakefileGenerator3.h
cmGlobalVisualStudio7Generator.cxx VS: Add SolutionGuid to generated .sln files 2017-07-11 10:41:28 -04:00
cmGlobalVisualStudio7Generator.h
cmGlobalVisualStudio8Generator.cxx
cmGlobalVisualStudio8Generator.h
cmGlobalVisualStudio9Generator.cxx
cmGlobalVisualStudio9Generator.h
cmGlobalVisualStudio10Generator.cxx VS: Fix VCTargetsPath detection 2017-08-03 11:54:02 -04:00
cmGlobalVisualStudio10Generator.h VS: Fix GenerateDebugInformation values for v140 and v141 toolsets 2017-06-28 08:55:40 -04:00
cmGlobalVisualStudio11Generator.cxx
cmGlobalVisualStudio11Generator.h
cmGlobalVisualStudio12Generator.cxx
cmGlobalVisualStudio12Generator.h
cmGlobalVisualStudio14Generator.cxx cmGlobalVisualStudio14Generator: notify when the SDK version doesn't match 2017-07-13 08:10:57 -04:00
cmGlobalVisualStudio14Generator.h
cmGlobalVisualStudio15Generator.cxx VS: Split link flag table between v140 and v141 toolsets 2017-06-28 08:55:40 -04:00
cmGlobalVisualStudio15Generator.h
cmGlobalVisualStudio71Generator.cxx
cmGlobalVisualStudio71Generator.h
cmGlobalVisualStudioGenerator.cxx
cmGlobalVisualStudioGenerator.h
cmGlobalWatcomWMakeGenerator.cxx
cmGlobalWatcomWMakeGenerator.h
cmGlobalXCodeGenerator.cxx Merge topic 'xcode9support' 2017-07-17 10:26:37 -04:00
cmGlobalXCodeGenerator.h Xcode: Use correct Object Library paths for cross-SDK builds 2017-06-29 09:52:44 -04:00
cmGraphAdjacencyList.h
cmGraphVizWriter.cxx cmake: initialize with Role that controls which commands to register 2017-05-08 22:29:44 +02:00
cmGraphVizWriter.h
cmHexFileConverter.cxx
cmHexFileConverter.h
cmIDEFlagTable.h
cmIDEOptions.cxx
cmIDEOptions.h
cmIfCommand.cxx cmExecutionStatus: Remove arguments from setters 2017-05-09 23:49:14 +02:00
cmIfCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmIncludeCommand.cxx
cmIncludeCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmIncludeDirectoryCommand.cxx Access string npos without instance 2017-06-01 14:19:51 -04:00
cmIncludeDirectoryCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmIncludeExternalMSProjectCommand.cxx
cmIncludeExternalMSProjectCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmIncludeGuardCommand.cxx include_guard: implement new command 2017-06-22 10:53:42 +03:00
cmIncludeGuardCommand.h include_guard: implement new command 2017-06-22 10:53:42 +03:00
cmIncludeRegularExpressionCommand.cxx
cmIncludeRegularExpressionCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmInstallCommand.cxx Provide and use CM_FALLTHROUGH 2017-06-03 08:38:51 +02:00
cmInstallCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmInstallCommandArguments.cxx
cmInstallCommandArguments.h
cmInstallDirectoryGenerator.cxx
cmInstallDirectoryGenerator.h
cmInstalledFile.cxx
cmInstalledFile.h cmInstalledFile: add cmConfigure.h as first #include 2017-05-06 00:03:42 +02:00
cmInstallExportAndroidMKGenerator.cxx
cmInstallExportAndroidMKGenerator.h
cmInstallExportGenerator.cxx
cmInstallExportGenerator.h
cmInstallFilesCommand.cxx Add const-reference qualifications 2017-05-26 19:50:11 +03:00
cmInstallFilesCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmInstallFilesGenerator.cxx
cmInstallFilesGenerator.h
cmInstallGenerator.cxx Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmInstallGenerator.h Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmInstallProgramsCommand.cxx
cmInstallProgramsCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmInstallScriptGenerator.cxx
cmInstallScriptGenerator.h
cmInstallTargetGenerator.cxx
cmInstallTargetGenerator.h
cmInstallTargetsCommand.cxx
cmInstallTargetsCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmInstallType.h
cmLinkDirectoriesCommand.cxx Provide and use CM_FALLTHROUGH 2017-06-03 08:38:51 +02:00
cmLinkDirectoriesCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmLinkedTree.h
cmLinkItem.h
cmLinkLibrariesCommand.cxx
cmLinkLibrariesCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmLinkLineComputer.cxx Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmLinkLineComputer.h Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmLinkLineDeviceComputer.cxx Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmLinkLineDeviceComputer.h Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmListCommand.cxx
cmListCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmListFileCache.cxx Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmListFileCache.h Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmListFileLexer.h
cmLoadCacheCommand.cxx
cmLoadCacheCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmLoadCommandCommand.cxx cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmLoadCommandCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmLocalCommonGenerator.cxx cmLocalCommonGenerator: Save CMAKE_BUILD_TYPE on construction 2017-05-15 11:51:57 -04:00
cmLocalCommonGenerator.h cmLocalCommonGenerator: Save CMAKE_BUILD_TYPE on construction 2017-05-15 11:51:57 -04:00
cmLocale.h
cmLocalGenerator.cxx Merge branch 'backport-fix-lang-std-option-list' into release-3.9 2017-07-14 10:20:12 -04:00
cmLocalGenerator.h Add options for separate compile and link sysroots 2017-05-09 14:21:54 -04:00
cmLocalGhsMultiGenerator.cxx
cmLocalGhsMultiGenerator.h
cmLocalNinjaGenerator.cxx Add const-reference qualifications 2017-05-26 19:50:11 +03:00
cmLocalNinjaGenerator.h
cmLocalUnixMakefileGenerator3.cxx Remove second arg: npos in substr usages 2017-06-01 14:19:52 -04:00
cmLocalUnixMakefileGenerator3.h
cmLocalVisualStudio7Generator.cxx IPO: Consider support for each language separately 2017-06-14 10:36:57 -04:00
cmLocalVisualStudio7Generator.h
cmLocalVisualStudio10Generator.cxx
cmLocalVisualStudio10Generator.h
cmLocalVisualStudioGenerator.cxx
cmLocalVisualStudioGenerator.h
cmLocalXCodeGenerator.cxx
cmLocalXCodeGenerator.h
cmMachO.cxx
cmMachO.h
cmMacroCommand.cxx cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmMacroCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmMakeDirectoryCommand.cxx
cmMakeDirectoryCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmMakefile.cxx Features: Fix COMPILE_FEATURES genex for C++ 14 and 17 features 2017-08-08 13:28:38 -04:00
cmMakefile.h Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmMakefileExecutableTargetGenerator.cxx cmLocalGenerator: Add a hook for compiler flags used at link time 2017-05-01 10:33:05 -04:00
cmMakefileExecutableTargetGenerator.h
cmMakefileLibraryTargetGenerator.cxx IPO: Consider support for each language separately 2017-06-14 10:36:57 -04:00
cmMakefileLibraryTargetGenerator.h
cmMakefileTargetGenerator.cxx CUDA: Add option to run the compiler through launcher tools 2017-06-09 12:34:39 -04:00
cmMakefileTargetGenerator.h Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmMakefileUtilityTargetGenerator.cxx
cmMakefileUtilityTargetGenerator.h
cmMarkAsAdvancedCommand.cxx Add const-reference qualifications 2017-05-26 19:50:11 +03:00
cmMarkAsAdvancedCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmMathCommand.cxx
cmMathCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmMessageCommand.cxx
cmMessageCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmMessenger.cxx
cmMessenger.h
cmMSVC60LinkLineComputer.cxx Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmMSVC60LinkLineComputer.h Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmNewLineStyle.cxx Add const-reference qualifications 2017-05-26 19:50:11 +03:00
cmNewLineStyle.h
cmNinjaLinkLineComputer.cxx Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmNinjaLinkLineComputer.h Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmNinjaNormalTargetGenerator.cxx Ninja: Fix generated command lines for cmake_symlink_* on Windows 2017-06-23 10:58:39 +02:00
cmNinjaNormalTargetGenerator.h
cmNinjaTargetGenerator.cxx Merge topic 'ninja_cuda_export_compile_commands_support' 2017-07-14 08:23:58 -04:00
cmNinjaTargetGenerator.h
cmNinjaTypes.h
cmNinjaUtilityTargetGenerator.cxx
cmNinjaUtilityTargetGenerator.h
cmOptionCommand.cxx
cmOptionCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmOrderDirectories.cxx Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmOrderDirectories.h
cmOSXBundleGenerator.cxx Remove unused variables 2017-05-26 19:52:31 +03:00
cmOSXBundleGenerator.h
cmOutputConverter.cxx Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmOutputConverter.h Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmOutputRequiredFilesCommand.cxx
cmOutputRequiredFilesCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmParseArgumentsCommand.cxx
cmParseArgumentsCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmparseMSBuildXML.py
cmPathLabel.cxx
cmPathLabel.h
cmPipeConnection.cxx server: Add support for connections that aren't event based 2017-07-10 18:12:05 -06:00
cmPipeConnection.h server: Add support for connections that aren't event based 2017-07-10 18:12:05 -06:00
cmPolicies.cxx
cmPolicies.h Autogen: Process GENERATED files. Add CMP0071. 2017-07-18 18:11:31 +02:00
cmProcessOutput.cxx
cmProcessOutput.h
cmProcessTools.cxx
cmProcessTools.h
cmProjectCommand.cxx Add const-reference qualifications 2017-05-26 19:50:11 +03:00
cmProjectCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmProperty.cxx
cmProperty.h
cmPropertyDefinition.cxx
cmPropertyDefinition.h
cmPropertyDefinitionMap.cxx
cmPropertyDefinitionMap.h
cmPropertyMap.cxx
cmPropertyMap.h
cmQtAutoGeneratorCommon.cxx Access string npos without instance 2017-06-01 14:19:51 -04:00
cmQtAutoGeneratorCommon.h
cmQtAutoGeneratorInitializer.cxx Autogen: Merge and remove redundant function calls 2017-08-10 18:48:15 +02:00
cmQtAutoGeneratorInitializer.h Autogen: Merge and remove redundant function calls 2017-08-10 18:48:15 +02:00
cmQtAutoGenerators.cxx Autogen: Only print Qt Autogenerator messages when verbose 2017-08-12 09:29:36 +02:00
cmQtAutoGenerators.h Autogen: Per-config file suffixes. New AUTOGEN_BUILD_DIR target property. 2017-05-26 15:27:17 +02:00
cmQTWrapCPPCommand.cxx
cmQTWrapCPPCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmQTWrapUICommand.cxx
cmQTWrapUICommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmRemoveCommand.cxx Add const-reference qualifications 2017-05-26 19:50:11 +03:00
cmRemoveCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmRemoveDefinitionsCommand.cxx
cmRemoveDefinitionsCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmReturnCommand.cxx cmExecutionStatus: Remove arguments from setters 2017-05-09 23:49:14 +02:00
cmReturnCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmRST.cxx Remove second arg: npos in substr usages 2017-06-01 14:19:52 -04:00
cmRST.h
cmRulePlaceholderExpander.cxx Access string npos without instance 2017-06-01 14:19:51 -04:00
cmRulePlaceholderExpander.h Add options for separate compile and link sysroots 2017-05-09 14:21:54 -04:00
cmScriptGenerator.cxx
cmScriptGenerator.h
cmSearchPath.cxx
cmSearchPath.h
cmSeparateArgumentsCommand.cxx
cmSeparateArgumentsCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmServer.cxx Merge topic 'server-refactor' 2017-07-18 11:14:02 -04:00
cmServer.h server: Refactor to make the event loop owned by server object 2017-07-10 18:11:27 -06:00
cmServerConnection.cxx server: Add support for connections that aren't event based 2017-07-10 18:12:05 -06:00
cmServerConnection.h server: Add support for connections that aren't event based 2017-07-10 18:12:05 -06:00
cmServerDictionary.h server: Report backtraces in codemodel response 2017-07-11 07:50:22 -04:00
cmServerProtocol.cxx cmServerProtocol: Do not move into json::Value::append() 2017-08-15 22:43:08 +02:00
cmServerProtocol.h Merge topic 'server-refactor' 2017-07-18 11:14:02 -04:00
cmSetCommand.cxx
cmSetCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmSetDirectoryPropertiesCommand.cxx
cmSetDirectoryPropertiesCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmSetPropertyCommand.cxx Add const-reference qualifications 2017-05-26 19:50:11 +03:00
cmSetPropertyCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmSetSourceFilesPropertiesCommand.cxx
cmSetSourceFilesPropertiesCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmSetTargetPropertiesCommand.cxx
cmSetTargetPropertiesCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmSetTestsPropertiesCommand.cxx
cmSetTestsPropertiesCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmSiteNameCommand.cxx
cmSiteNameCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmSourceFile.cxx
cmSourceFile.h Add more extensions to Resources source group by default 2017-07-10 11:33:56 -04:00
cmSourceFileLocation.cxx
cmSourceFileLocation.h
cmSourceGroup.cxx
cmSourceGroup.h
cmSourceGroupCommand.cxx Merge topic 'source_group-TREE-relative-path' 2017-05-18 08:53:51 -04:00
cmSourceGroupCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmStandardLexer.h
cmState.cxx Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmState.h Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmStateDirectory.cxx
cmStateDirectory.h
cmStatePrivate.h
cmStateSnapshot.cxx Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmStateSnapshot.h Pass large types by const&, small types by value 2017-06-04 00:48:21 +02:00
cmStateTypes.h
cmStringCommand.cxx cmStringCommand: clear intermediate matches 2017-07-21 09:09:56 -04:00
cmStringCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmSubdirCommand.cxx
cmSubdirCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmSubdirDependsCommand.cxx
cmSubdirDependsCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmSystemTools.cxx Change ComputeFileMD5 to ComputeFileHash 2017-07-14 08:57:17 +02:00
cmSystemTools.h Change ComputeFileMD5 to ComputeFileHash 2017-07-14 08:57:17 +02:00
cmTarget.cxx CUDA: Add option to run the compiler through launcher tools 2017-06-09 12:34:39 -04:00
cmTarget.h
cmTargetCompileDefinitionsCommand.cxx
cmTargetCompileDefinitionsCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmTargetCompileFeaturesCommand.cxx
cmTargetCompileFeaturesCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmTargetCompileOptionsCommand.cxx
cmTargetCompileOptionsCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmTargetDepend.h
cmTargetExport.h
cmTargetIncludeDirectoriesCommand.cxx
cmTargetIncludeDirectoriesCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmTargetLinkLibrariesCommand.cxx
cmTargetLinkLibrariesCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmTargetLinkLibraryType.h
cmTargetPropCommandBase.cxx Add const-reference qualifications 2017-05-26 19:50:11 +03:00
cmTargetPropCommandBase.h
cmTargetPropertyComputer.cxx
cmTargetPropertyComputer.h
cmTargetSourcesCommand.cxx
cmTargetSourcesCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmTest.cxx
cmTest.h
cmTestGenerator.cxx
cmTestGenerator.h
cmTimestamp.cxx
cmTimestamp.h
cmTryCompileCommand.cxx
cmTryCompileCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmTryRunCommand.cxx
cmTryRunCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmUnexpectedCommand.cxx
cmUnexpectedCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmUnsetCommand.cxx
cmUnsetCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmUseMangledMesaCommand.cxx
cmUseMangledMesaCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmUtilitySourceCommand.cxx Add const-reference qualifications 2017-05-26 19:50:11 +03:00
cmUtilitySourceCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmUtils.hxx
cmUuid.cxx
cmUuid.h
cmVariableRequiresCommand.cxx Add const-reference qualifications 2017-05-26 19:50:11 +03:00
cmVariableRequiresCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmVariableWatch.cxx
cmVariableWatch.h
cmVariableWatchCommand.cxx Add const-reference qualifications 2017-05-26 19:50:11 +03:00
cmVariableWatchCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmVersion.cxx
cmVersion.h
cmVersionConfig.h.in
cmVersionMacros.h
cmVisualStudio10TargetGenerator.cxx VS: print comment in CSharp target only if it is actually set 2017-07-12 15:45:28 +02:00
cmVisualStudio10TargetGenerator.h Vs: fix CSharp custom command by introducing inline MSBuild <Targets>s 2017-06-22 21:40:48 +02:00
cmVisualStudio10ToolsetOptions.cxx VS: Split link flag table between v140 and v141 toolsets 2017-06-28 08:55:40 -04:00
cmVisualStudio10ToolsetOptions.h
cmVisualStudioGeneratorOptions.cxx
cmVisualStudioGeneratorOptions.h
cmVisualStudioSlnData.cxx
cmVisualStudioSlnData.h
cmVisualStudioSlnParser.cxx
cmVisualStudioSlnParser.h
cmVisualStudioWCEPlatformParser.cxx
cmVisualStudioWCEPlatformParser.h
cmVS10CLFlagTable.h VS: connect /Y- compiler option with "Not Using Precompiled Headers" 2017-07-05 10:58:04 +02:00
cmVS10CSharpFlagTable.h Vs: remove /nowin32manifest from C# flags to enable default VS behavior 2017-06-16 09:33:06 +02:00
cmVS10CudaFlagTable.h
cmVS10CudaHostFlagTable.h
cmVS10LibFlagTable.h
cmVS10LinkFlagTable.h
cmVS10MASMFlagTable.h VS: Fix MASM flag tables 2017-05-03 12:46:27 -04:00
cmVS10NASMFlagTable.h
cmVS10RCFlagTable.h VS: Fix support for rc /nologo flag in per-source COMPILE_FLAGS 2017-06-22 09:45:42 -04:00
cmVS11CLFlagTable.h VS: connect /Y- compiler option with "Not Using Precompiled Headers" 2017-07-05 10:58:04 +02:00
cmVS11CSharpFlagTable.h Vs: remove /nowin32manifest from C# flags to enable default VS behavior 2017-06-16 09:33:06 +02:00
cmVS11LibFlagTable.h
cmVS11LinkFlagTable.h
cmVS11MASMFlagTable.h VS: Fix MASM flag tables 2017-05-03 12:46:27 -04:00
cmVS11RCFlagTable.h VS: Fix support for rc /nologo flag in per-source COMPILE_FLAGS 2017-06-22 09:45:42 -04:00
cmVS12CLFlagTable.h VS: connect /Y- compiler option with "Not Using Precompiled Headers" 2017-07-05 10:58:04 +02:00
cmVS12CSharpFlagTable.h Vs: remove /nowin32manifest from C# flags to enable default VS behavior 2017-06-16 09:33:06 +02:00
cmVS12LibFlagTable.h
cmVS12LinkFlagTable.h
cmVS12MASMFlagTable.h VS: Fix MASM flag tables 2017-05-03 12:46:27 -04:00
cmVS12RCFlagTable.h VS: Fix support for rc /nologo flag in per-source COMPILE_FLAGS 2017-06-22 09:45:42 -04:00
cmVS14LibFlagTable.h
cmVS14MASMFlagTable.h VS: Fix MASM flag tables 2017-05-03 12:46:27 -04:00
cmVS14RCFlagTable.h VS: Fix support for rc /nologo flag in per-source COMPILE_FLAGS 2017-06-22 09:45:42 -04:00
cmVS140CLFlagTable.h VS: connect /Y- compiler option with "Not Using Precompiled Headers" 2017-07-05 10:58:04 +02:00
cmVS140CSharpFlagTable.h Vs: remove /nowin32manifest from C# flags to enable default VS behavior 2017-06-16 09:33:06 +02:00
cmVS140LinkFlagTable.h VS: Fix support for '/guard:cf' linker flag 2017-06-30 10:57:40 -04:00
cmVS141CLFlagTable.h VS: connect /Y- compiler option with "Not Using Precompiled Headers" 2017-07-05 10:58:04 +02:00
cmVS141CSharpFlagTable.h Vs: remove /nowin32manifest from C# flags to enable default VS behavior 2017-06-16 09:33:06 +02:00
cmVS141LinkFlagTable.h VS: Fix support for '/guard:cf' linker flag 2017-06-30 10:57:40 -04:00
cmVSSetupHelper.cxx VS: Choose VS 2017 instance via environment variable 2017-07-10 11:08:11 -04:00
cmVSSetupHelper.h
cmWhileCommand.cxx cmExecutionStatus: Remove arguments from setters 2017-05-09 23:49:14 +02:00
cmWhileCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmWorkingDirectory.cxx
cmWorkingDirectory.h
cmWriteFileCommand.cxx Add const-reference qualifications 2017-05-26 19:50:11 +03:00
cmWriteFileCommand.h cmCommand: remove unused methods from interface and all implementations 2017-05-11 19:49:06 +02:00
cmXCode21Object.cxx
cmXCode21Object.h
cmXCodeObject.cxx Access string npos without instance 2017-06-01 14:19:51 -04:00
cmXCodeObject.h
cmXCodeScheme.cxx Xcode: Add XCTest support to schema generator 2017-06-28 22:21:52 +02:00
cmXCodeScheme.h Xcode: Add XCTest support to schema generator 2017-06-28 22:21:52 +02:00
cmXMLParser.cxx
cmXMLParser.h
cmXMLSafe.cxx
cmXMLSafe.h
cmXMLWriter.cxx
cmXMLWriter.h
ctest.cxx Display subproject timing summary 2017-07-10 16:25:18 -04:00
dir.dox
dir.dox.in