CMake/Source
2018-03-29 10:58:03 -04:00
..
Checks ccmake: Check for curses more robustly before enabling 2018-03-21 13:57:45 -04:00
CPack cmake_minimum_required: Optionally set policies with version range 2018-03-21 08:00:28 -04:00
CTest Merge topic 'ctest_update-memory-problems' 2018-03-28 07:23:47 -04:00
CursesDialog ccmake: Fix compilation with ncurses on Solaris 2018-03-20 11:39:28 -04:00
kwsys Merge branch 'upstream-KWSys' into update-kwsys 2018-03-07 06:48:34 -05:00
LexerParser
Modules AIX: Add -pthread flag to enable std::thread with GCC 2017-11-28 11:24:26 -05:00
QtDialog Windows: Embed version information into cmake-gui 2018-01-30 11:51:03 -05:00
QtIFW
.gitattributes
bindexplib.cxx Address code review feedback 2017-12-18 18:26:55 +01:00
bindexplib.h
cm_codecvt.cxx
cm_codecvt.hxx
cm_get_date.c
cm_get_date.h
cm_sys_stat.h
cm_thread.hxx utilities: Swapped to use std C++11 mutex/threading constructs 2017-12-01 12:09:51 -07:00
cm_utf8.c
cm_utf8.h
cmAddCompileOptionsCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmAddCompileOptionsCommand.h
cmAddCustomCommandCommand.cxx Merge topic 'std-string-apis' 2018-02-01 08:05:33 -05:00
cmAddCustomCommandCommand.h
cmAddCustomTargetCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmAddCustomTargetCommand.h
cmAddDefinitionsCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmAddDefinitionsCommand.h
cmAddDependenciesCommand.cxx
cmAddDependenciesCommand.h
cmAddExecutableCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmAddExecutableCommand.h
cmAddLibraryCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmAddLibraryCommand.h
cmAddSubDirectoryCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmAddSubDirectoryCommand.h
cmAddTestCommand.cxx
cmAddTestCommand.h
cmAffinity.cxx CTest: Add options to control test process affinity to CPUs 2018-03-05 09:21:32 -05:00
cmAffinity.h CTest: Add options to control test process affinity to CPUs 2018-03-05 09:21:32 -05:00
cmake.cxx Add cmGlobVerificationManager class, integrate with cmake and cmState 2018-03-29 10:58:03 -04:00
cmake.h Add cmGlobVerificationManager class, integrate with cmake and cmState 2018-03-29 10:58:03 -04:00
cmake.version.manifest
CMakeInstallDestinations.cmake
CMakeLists.txt Add cmGlobVerificationManager class, integrate with cmake and cmState 2018-03-29 10:58:03 -04:00
cmakemain.cxx Extend libuv file translate mode workaround to all executables 2018-01-23 09:29:07 -05:00
CMakeSourceDir.txt.in
CMakeVersion.bash
CMakeVersion.cmake CMake Nightly Date Stamp 2018-03-29 00:01:07 -04:00
CMakeVersion.rc.in CMakeVersion RC file: Split patch into 2 components 2017-12-04 10:49:39 -08:00
CMakeVersionCompute.cmake CMakeVersion.rc: Avoid leading zeros in integer version components 2018-03-09 10:52:49 -05:00
CMakeVersionSource.cmake
cmakexbuild.cxx Make use of std::chrono throughout every component 2018-01-23 18:56:42 +00:00
cmAlgorithms.h
cmArchiveWrite.cxx
cmArchiveWrite.h
cmAuxSourceDirectoryCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmAuxSourceDirectoryCommand.h
cmBase32.cxx
cmBase32.h
cmBreakCommand.cxx
cmBreakCommand.h
cmBuildCommand.cxx
cmBuildCommand.h
cmBuildNameCommand.cxx
cmBuildNameCommand.h
cmCacheManager.cxx Refactor cmCacheManager::LoadCache to use ostringstream 2018-02-28 09:34:47 -05:00
cmCacheManager.h cmCacheManager: Truncate values containing newlines 2018-01-15 09:27:44 -05:00
cmCallVisualStudioMacro.cxx
cmCallVisualStudioMacro.h
cmcldeps.cxx
cmCLocaleEnvironmentScope.cxx
cmCLocaleEnvironmentScope.h
cmCMakeHostSystemInformationCommand.cxx
cmCMakeHostSystemInformationCommand.h
cmCMakeMinimumRequired.cxx cmake_minimum_required: Tolerate unknown future arguments 2018-03-26 11:31:08 -04:00
cmCMakeMinimumRequired.h cmake_minimum_required: Tolerate unknown future arguments 2018-03-26 11:31:08 -04:00
cmCMakePolicyCommand.cxx cmake_minimum_required: Optionally set policies with version range 2018-03-21 08:00:28 -04:00
cmCMakePolicyCommand.h
cmcmd.cxx Fix combined use of compiler launcher with lint tools 2018-02-27 13:07:04 -05:00
cmcmd.h
cmCommand.cxx
cmCommand.h
cmCommandArgumentParserHelper.cxx
cmCommandArgumentParserHelper.h
cmCommandArgumentsHelper.cxx
cmCommandArgumentsHelper.h
cmCommands.cxx Various typo fixes 2018-01-04 06:52:01 +11:00
cmCommands.h
cmCommonTargetGenerator.cxx Reduce allocation of temporary values on heap. 2018-01-26 13:24:45 +03:00
cmCommonTargetGenerator.h
cmComputeComponentGraph.cxx Reduce allocation of temporary values on heap. 2018-01-26 13:24:45 +03:00
cmComputeComponentGraph.h
cmComputeLinkDepends.cxx Reduce allocation of temporary values on heap. 2018-01-26 13:24:45 +03:00
cmComputeLinkDepends.h
cmComputeLinkInformation.cxx cmComputeLinkInformation: make some members const 2018-03-22 18:31:29 -04:00
cmComputeLinkInformation.h cmComputeLinkInformation: make some members const 2018-03-22 18:31:29 -04:00
cmComputeTargetDepends.cxx objlib: Allow other libraries to link to OBJECT libraries. 2018-03-01 09:24:24 -05:00
cmComputeTargetDepends.h
cmConditionEvaluator.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmConditionEvaluator.h
cmConfigure.cmake.h.in Simplify CM_FALLTHROUGH implementation 2017-11-30 09:50:39 -05:00
cmConfigureFileCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmConfigureFileCommand.h
cmConnection.cxx server: Switched to a auto model for handles 2017-11-29 16:36:31 -05:00
cmConnection.h server: Switched to a auto model for handles 2017-11-29 16:36:31 -05:00
cmContinueCommand.cxx
cmContinueCommand.h
cmConvertMSBuildXMLToJSON.py
cmCoreTryCompile.cxx Genex: Fix COMPILE_LANGUAGE propagation through try_compile 2018-03-12 13:30:14 -04:00
cmCoreTryCompile.h Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmCPackPropertiesGenerator.cxx
cmCPackPropertiesGenerator.h
cmCPluginAPI.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmCPluginAPI.h
cmCreateTestSourceList.cxx
cmCreateTestSourceList.h
cmCryptoHash.cxx
cmCryptoHash.h
cmCTest.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmCTest.h Fix misc typos in documentation and comments 2018-03-07 10:54:46 -05:00
cmCurl.cxx
cmCurl.h
cmCustomCommand.cxx
cmCustomCommand.h
cmCustomCommandGenerator.cxx cmCustomCommandGenerator: Simplify cmOutputConverter access 2018-02-01 14:58:25 -05:00
cmCustomCommandGenerator.h
cmCustomCommandLines.h
cmDefinePropertyCommand.cxx
cmDefinePropertyCommand.h
cmDefinitions.cxx
cmDefinitions.h
cmDepends.cxx cmDepends: Remove attempt to change directory that always fails 2018-03-08 20:14:42 +11:00
cmDepends.h cmDepends: Remove attempt to change directory that always fails 2018-03-08 20:14:42 +11:00
cmDependsC.cxx Makefile: Restore use of dependency scanning cache 2018-03-20 08:40:04 -04:00
cmDependsC.h
cmDependsFortran.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmDependsFortran.h Various typo fixes 2018-01-04 06:52:01 +11:00
cmDependsJava.cxx
cmDependsJava.h
cmDependsJavaParserHelper.cxx Reduce allocation of temporary values on heap. 2018-01-26 13:24:45 +03:00
cmDependsJavaParserHelper.h
cmDisallowedCommand.cxx
cmDisallowedCommand.h
cmDocumentation.cxx Reduce allocation of temporary values on heap. 2018-01-26 13:24:45 +03:00
cmDocumentation.h
cmDocumentationEntry.h
cmDocumentationFormatter.cxx
cmDocumentationFormatter.h
cmDocumentationSection.cxx Reduce allocation of temporary values on heap. 2018-01-26 13:24:45 +03:00
cmDocumentationSection.h
cmDuration.cxx CTest: add safe conversion from cmDuration to integer types 2018-01-23 10:05:12 -05:00
cmDuration.h CTest: add safe conversion from cmDuration to integer types 2018-01-23 10:05:12 -05:00
cmDynamicLoader.cxx
cmDynamicLoader.h
cmELF.cxx Reduce allocation of temporary values on heap. 2018-01-26 13:24:45 +03:00
cmELF.h
cmEnableLanguageCommand.cxx
cmEnableLanguageCommand.h
cmEnableTestingCommand.cxx
cmEnableTestingCommand.h
cmExecProgramCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmExecProgramCommand.h
cmExecuteProcessCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmExecuteProcessCommand.h
cmExecutionStatus.h
cmExpandedCommandArgument.cxx cmExpandedCommandArgument: add an overload for const char* 2018-01-31 11:04:36 -05:00
cmExpandedCommandArgument.h cmExpandedCommandArgument: add an overload for const char* 2018-01-31 11:04:36 -05:00
cmExportBuildAndroidMKGenerator.cxx Merge topic 'object-library-export-as-interface' 2018-03-01 07:54:20 -05:00
cmExportBuildAndroidMKGenerator.h install,export: Maybe transform OBJECT libraries to INTERFACE libraries 2018-02-28 10:58:10 -05:00
cmExportBuildFileGenerator.cxx Export: allow exporting of additional properties 2018-03-16 09:00:56 -04:00
cmExportBuildFileGenerator.h install,export: Maybe transform OBJECT libraries to INTERFACE libraries 2018-02-28 10:58:10 -05:00
cmExportCommand.cxx install,export: Maybe transform OBJECT libraries to INTERFACE libraries 2018-02-28 10:58:10 -05:00
cmExportCommand.h
cmExportFileGenerator.cxx Export: allow exporting of additional properties 2018-03-16 09:00:56 -04:00
cmExportFileGenerator.h Export: allow exporting of additional properties 2018-03-16 09:00:56 -04:00
cmExportInstallAndroidMKGenerator.cxx install,export: Maybe transform OBJECT libraries to INTERFACE libraries 2018-02-28 10:58:10 -05:00
cmExportInstallAndroidMKGenerator.h install,export: Maybe transform OBJECT libraries to INTERFACE libraries 2018-02-28 10:58:10 -05:00
cmExportInstallFileGenerator.cxx Export: allow exporting of additional properties 2018-03-16 09:00:56 -04:00
cmExportInstallFileGenerator.h install,export: Maybe transform OBJECT libraries to INTERFACE libraries 2018-02-28 10:58:10 -05:00
cmExportLibraryDependenciesCommand.cxx
cmExportLibraryDependenciesCommand.h
cmExportSet.cxx
cmExportSet.h
cmExportSetMap.cxx
cmExportSetMap.h
cmExportTryCompileFileGenerator.cxx Merge topic 'genex-COMPILE_LANGUAGE-system-include' 2018-03-13 13:42:45 -04:00
cmExportTryCompileFileGenerator.h Genex: Fix COMPILE_LANGUAGE propagation through try_compile 2018-03-12 13:30:14 -04:00
cmExprParserHelper.cxx
cmExprParserHelper.h
cmExternalMakefileProjectGenerator.cxx
cmExternalMakefileProjectGenerator.h Generators: remove KDevelop3 generator 2018-01-24 08:30:02 -05:00
cmExtraCodeBlocksGenerator.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmExtraCodeBlocksGenerator.h
cmExtraCodeLiteGenerator.cxx CodeLite: Prefer CMAKE_RUNTIME_OUTPUT_DIRECTORY for output path 2018-03-14 13:23:28 -04:00
cmExtraCodeLiteGenerator.h
cmExtraEclipseCDT4Generator.cxx Reduce allocation of temporary values on heap. 2018-01-26 13:24:45 +03:00
cmExtraEclipseCDT4Generator.h
cmExtraKateGenerator.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmExtraKateGenerator.h Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmExtraSublimeTextGenerator.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmExtraSublimeTextGenerator.h sourceFile properties: add property INCLUDE_DIRECTORIES 2018-01-24 15:10:10 +01:00
cmFileCommand.cxx Add CONFIGURE_DEPENDS flag support to cmFileCommand::HandleGlobCommand 2018-03-29 10:58:03 -04:00
cmFileCommand.h Adds file(TOUCH) and file(TOUCH_NOCREATE) sub-commands 2018-02-15 10:54:18 -05:00
cmFileLock.cxx
cmFileLock.h
cmFileLockPool.cxx
cmFileLockPool.h
cmFileLockResult.cxx
cmFileLockResult.h
cmFileLockUnix.cxx
cmFileLockWin32.cxx
cmFileMonitor.cxx
cmFileMonitor.h
cmFilePathChecksum.cxx
cmFilePathChecksum.h Various typo fixes 2018-01-04 06:52:01 +11:00
cmFileTimeComparison.cxx
cmFileTimeComparison.h Adjust class description in cmFileTimeComparison.h 2018-02-28 09:34:47 -05:00
cmFindBase.cxx find_package: Use PackageName_ROOT variables as search prefixes 2018-03-16 09:19:28 -04:00
cmFindBase.h
cmFindCommon.cxx find_package: Use PackageName_ROOT variables as search prefixes 2018-03-16 09:19:28 -04:00
cmFindCommon.h find_package: Use PackageName_ROOT variables as search prefixes 2018-03-16 09:19:28 -04:00
cmFindFileCommand.cxx
cmFindFileCommand.h
cmFindLibraryCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmFindLibraryCommand.h
cmFindPackageCommand.cxx Help: Add 'lib32|libx32|lib64' paths to find_package prefixes 2018-03-21 20:59:09 +03:00
cmFindPackageCommand.h
cmFindPathCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmFindPathCommand.h
cmFindProgramCommand.cxx Reduce allocation of temporary values on heap. 2018-01-26 13:24:45 +03:00
cmFindProgramCommand.h
cmFLTKWrapUICommand.cxx
cmFLTKWrapUICommand.h
cmForEachCommand.cxx
cmForEachCommand.h
cmFortranParser.h
cmFortranParserImpl.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmFSPermissions.cxx
cmFSPermissions.h
cmFunctionBlocker.h
cmFunctionCommand.cxx
cmFunctionCommand.h
cmGeneratedFileStream.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmGeneratedFileStream.h
cmGeneratorExpression.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmGeneratorExpression.h Genex: Per-source $<COMPILE_LANGUAGE:...> support 2017-12-13 16:35:22 +01:00
cmGeneratorExpressionContext.cxx
cmGeneratorExpressionContext.h
cmGeneratorExpressionDAGChecker.cxx
cmGeneratorExpressionDAGChecker.h
cmGeneratorExpressionEvaluationFile.cxx Reduce allocation of temporary values on heap. 2018-01-26 13:24:45 +03:00
cmGeneratorExpressionEvaluationFile.h
cmGeneratorExpressionEvaluator.cxx Reduce allocation of temporary values on heap. 2018-01-26 13:24:45 +03:00
cmGeneratorExpressionEvaluator.h cmGeneratorExpression: Use std::move to avoid vector copies 2018-02-21 11:11:50 -05:00
cmGeneratorExpressionLexer.cxx cmGeneratorExpressionLexer: only tokenize strings with a '$' 2018-01-31 11:04:36 -05:00
cmGeneratorExpressionLexer.h
cmGeneratorExpressionNode.cxx genex: Add TARGET_EXISTS to check for target existence 2018-03-09 08:24:05 -05:00
cmGeneratorExpressionNode.h
cmGeneratorExpressionParser.cxx cmGeneratorExpression: Use std::move to avoid vector copies 2018-02-21 11:11:50 -05:00
cmGeneratorExpressionParser.h
cmGeneratorTarget.cxx Merge topic 'compile-options-shell' 2018-03-15 07:55:14 -04:00
cmGeneratorTarget.h Genex: Fix COMPILE_LANGUAGE in SYSTEM include directories 2018-03-12 11:45:01 -04:00
cmGetCMakePropertyCommand.cxx
cmGetCMakePropertyCommand.h
cmGetDirectoryPropertyCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmGetDirectoryPropertyCommand.h
cmGetFilenameComponentCommand.cxx
cmGetFilenameComponentCommand.h
cmGetPropertyCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmGetPropertyCommand.h
cmGetSourceFilePropertyCommand.cxx
cmGetSourceFilePropertyCommand.h
cmGetTargetPropertyCommand.cxx
cmGetTargetPropertyCommand.h
cmGetTestPropertyCommand.cxx
cmGetTestPropertyCommand.h
cmGhsMultiGpj.cxx
cmGhsMultiGpj.h
cmGhsMultiTargetGenerator.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmGhsMultiTargetGenerator.h
cmGlobalBorlandMakefileGenerator.cxx
cmGlobalBorlandMakefileGenerator.h
cmGlobalCommonGenerator.cxx
cmGlobalCommonGenerator.h
cmGlobalGenerator.cxx cmWorkingDirectory: Check success of current dir changes 2018-03-08 20:07:14 +11:00
cmGlobalGenerator.h Make use of std::chrono throughout every component 2018-01-23 18:56:42 +00:00
cmGlobalGeneratorFactory.h
cmGlobalGhsMultiGenerator.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmGlobalGhsMultiGenerator.h
cmGlobalJOMMakefileGenerator.cxx
cmGlobalJOMMakefileGenerator.h
cmGlobalMinGWMakefileGenerator.cxx
cmGlobalMinGWMakefileGenerator.h
cmGlobalMSYSMakefileGenerator.cxx
cmGlobalMSYSMakefileGenerator.h
cmGlobalNinjaGenerator.cxx Document and extend the CMAKE_SUPPRESS_REGENERATION variable 2018-02-23 11:20:15 -05:00
cmGlobalNinjaGenerator.h
cmGlobalNMakeMakefileGenerator.cxx
cmGlobalNMakeMakefileGenerator.h
cmGlobalUnixMakefileGenerator3.cxx Makefile: Fix "make clean" when there are no targets 2018-03-08 09:01:53 -05:00
cmGlobalUnixMakefileGenerator3.h Makefiles: Drop 'requires' step and its supporting infrastructure 2017-12-14 08:22:07 -05:00
cmGlobalVisualStudio7Generator.cxx VS: Use range-based 'for' loops in generator code 2017-12-21 14:52:49 -05:00
cmGlobalVisualStudio7Generator.h VS: Use 'override' keyword for overridden methods in generator classes 2017-12-15 21:17:49 -05:00
cmGlobalVisualStudio8Generator.cxx Document and extend the CMAKE_SUPPRESS_REGENERATION variable 2018-02-23 11:20:15 -05:00
cmGlobalVisualStudio8Generator.h VS: Use 'override' keyword for overridden methods in generator classes 2017-12-15 21:17:49 -05:00
cmGlobalVisualStudio9Generator.cxx VS: Use range-based 'for' loops in generator code 2017-12-21 14:52:49 -05:00
cmGlobalVisualStudio9Generator.h VS: Use 'override' keyword for overridden methods in generator classes 2017-12-15 21:17:49 -05:00
cmGlobalVisualStudio10Generator.cxx cmGlobalVisualStudio10Generator: Use cmXMLWriter RAII helpers 2018-03-09 10:11:11 -05:00
cmGlobalVisualStudio10Generator.h VS: Use 'override' keyword for overridden methods in generator classes 2017-12-15 21:17:49 -05:00
cmGlobalVisualStudio11Generator.cxx VS: Use range-based 'for' loops in generator code 2017-12-21 14:52:49 -05:00
cmGlobalVisualStudio11Generator.h VS: Use 'override' keyword for overridden methods in generator classes 2017-12-15 21:17:49 -05:00
cmGlobalVisualStudio12Generator.cxx
cmGlobalVisualStudio12Generator.h VS: Use 'override' keyword for overridden methods in generator classes 2017-12-15 21:17:49 -05:00
cmGlobalVisualStudio14Generator.cxx VS: Use range-based 'for' loops in generator code 2017-12-21 14:52:49 -05:00
cmGlobalVisualStudio14Generator.h VS: Use 'override' keyword for overridden methods in generator classes 2017-12-15 21:17:49 -05:00
cmGlobalVisualStudio15Generator.cxx
cmGlobalVisualStudio15Generator.h VS: Use 'override' keyword for overridden methods in generator classes 2017-12-15 21:17:49 -05:00
cmGlobalVisualStudio71Generator.cxx VS: Use range-based 'for' loops in generator code 2017-12-21 14:52:49 -05:00
cmGlobalVisualStudio71Generator.h VS: Use 'override' keyword for overridden methods in generator classes 2017-12-15 21:17:49 -05:00
cmGlobalVisualStudioGenerator.cxx VS: Support C# project references 2018-02-23 08:53:17 -06:00
cmGlobalVisualStudioGenerator.h VS: Use 'override' keyword for overridden methods in generator classes 2017-12-15 21:17:49 -05:00
cmGlobalWatcomWMakeGenerator.cxx
cmGlobalWatcomWMakeGenerator.h
cmGlobalXCodeGenerator.cxx Merge topic 'genex-COMPILE_LANGUAGE-system-include' 2018-03-13 13:42:45 -04:00
cmGlobalXCodeGenerator.h Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmGlobVerificationManager.cxx Add cmGlobVerificationManager class, integrate with cmake and cmState 2018-03-29 10:58:03 -04:00
cmGlobVerificationManager.h Add cmGlobVerificationManager class, integrate with cmake and cmState 2018-03-29 10:58:03 -04:00
cmGraphAdjacencyList.h
cmGraphVizWriter.cxx Reduce allocation of temporary values on heap. 2018-01-26 13:24:45 +03:00
cmGraphVizWriter.h cmGraphVizWriter: Updated to create and follow dependers for interface targets 2017-12-14 08:03:02 -05:00
cmHexFileConverter.cxx
cmHexFileConverter.h
cmIDEFlagTable.h
cmIDEOptions.cxx cmIDEOptions: use std::string 2018-02-26 11:24:45 -05:00
cmIDEOptions.h cmIDEOptions: use std::string 2018-02-26 11:24:45 -05:00
cmIfCommand.cxx
cmIfCommand.h
cmIncludeCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmIncludeCommand.h
cmIncludeDirectoryCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmIncludeDirectoryCommand.h
cmIncludeExternalMSProjectCommand.cxx include_external_msproject: Support non-Windows target platforms 2017-12-04 11:23:38 -05:00
cmIncludeExternalMSProjectCommand.h
cmIncludeGuardCommand.cxx
cmIncludeGuardCommand.h
cmIncludeRegularExpressionCommand.cxx
cmIncludeRegularExpressionCommand.h
cmInstallCommand.cxx Identify DLL platforms via CMAKE_IMPORT_LIBRARY_SUFFIX 2018-03-09 08:09:21 -05:00
cmInstallCommand.h
cmInstallCommandArguments.cxx Reduce allocation of temporary values on heap. 2018-01-26 13:24:45 +03:00
cmInstallCommandArguments.h
cmInstallDirectoryGenerator.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmInstallDirectoryGenerator.h
cmInstalledFile.cxx
cmInstalledFile.h
cmInstallExportAndroidMKGenerator.cxx
cmInstallExportAndroidMKGenerator.h
cmInstallExportGenerator.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmInstallExportGenerator.h
cmInstallFilesCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmInstallFilesCommand.h
cmInstallFilesGenerator.cxx
cmInstallFilesGenerator.h
cmInstallGenerator.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmInstallGenerator.h
cmInstallProgramsCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmInstallProgramsCommand.h
cmInstallScriptGenerator.cxx
cmInstallScriptGenerator.h
cmInstallTargetGenerator.cxx Reduce allocation of temporary values on heap. 2018-01-26 13:24:45 +03:00
cmInstallTargetGenerator.h
cmInstallTargetsCommand.cxx
cmInstallTargetsCommand.h
cmInstallType.h
cmLinkDirectoriesCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmLinkDirectoriesCommand.h
cmLinkedTree.h
cmLinkItem.h
cmLinkLibrariesCommand.cxx
cmLinkLibrariesCommand.h
cmLinkLineComputer.cxx
cmLinkLineComputer.h
cmLinkLineDeviceComputer.cxx
cmLinkLineDeviceComputer.h
cmListCommand.cxx list: Add SUBLIST sub-command 2018-03-21 12:54:53 -04:00
cmListCommand.h list: Add SUBLIST sub-command 2018-03-21 12:54:53 -04:00
cmListFileCache.cxx Reduce allocation of temporary values on heap. 2018-01-26 13:24:45 +03:00
cmListFileCache.h
cmListFileLexer.h
cmLoadCacheCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmLoadCacheCommand.h
cmLoadCommandCommand.cxx
cmLoadCommandCommand.h
cmLocalCommonGenerator.cxx Makefile,Ninja: De-duplicate ComputeObjectFilenames method 2018-01-29 10:51:22 -05:00
cmLocalCommonGenerator.h Makefile,Ninja: De-duplicate ComputeObjectFilenames method 2018-01-29 10:51:22 -05:00
cmLocale.h
cmLocalGenerator.cxx Revert "Remove CTestTestfile.cmake when BUILD_TESTING is OFF" 2018-03-26 07:44:22 -04:00
cmLocalGenerator.h Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmLocalGhsMultiGenerator.cxx
cmLocalGhsMultiGenerator.h
cmLocalNinjaGenerator.cxx Ninja: Generate scripts for long custom command sequences 2018-02-06 13:24:46 -05:00
cmLocalNinjaGenerator.h Ninja: Generate scripts for long custom command sequences 2018-02-06 13:24:46 -05:00
cmLocalUnixMakefileGenerator3.cxx Document and extend the CMAKE_SUPPRESS_REGENERATION variable 2018-02-23 11:20:15 -05:00
cmLocalUnixMakefileGenerator3.h Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmLocalVisualStudio7Generator.cxx cmVisualStudioGeneratorOptions: Move XML code to subclasses 2018-03-26 09:35:58 -04:00
cmLocalVisualStudio7Generator.h cmVisualStudioGeneratorOptions: Move XML code to subclasses 2018-03-26 09:35:58 -04:00
cmLocalVisualStudio10Generator.cxx VS: Use range-based 'for' loops in generator code 2017-12-21 14:52:49 -05:00
cmLocalVisualStudio10Generator.h VS: Use 'override' keyword for overridden methods in generator classes 2017-12-15 21:17:49 -05:00
cmLocalVisualStudioGenerator.cxx VS: Use range-based 'for' loops in generator code 2017-12-21 14:52:49 -05:00
cmLocalVisualStudioGenerator.h VS: Use 'override' keyword for overridden methods in generator classes 2017-12-15 21:17:49 -05:00
cmLocalXCodeGenerator.cxx LocalGenerator: refactoring 2018-01-23 10:24:47 +01:00
cmLocalXCodeGenerator.h LocalGenerator: refactoring 2018-01-23 10:24:47 +01:00
cmMachO.cxx
cmMachO.h
cmMacroCommand.cxx Reduce allocation of temporary values on heap. 2018-01-26 13:24:45 +03:00
cmMacroCommand.h
cmMakeDirectoryCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmMakeDirectoryCommand.h
cmMakefile.cxx Merge topic 'policy-version-range' 2018-03-22 15:24:49 -04:00
cmMakefile.h Merge topic 'policy-version-range' 2018-03-22 15:24:49 -04:00
cmMakefileExecutableTargetGenerator.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmMakefileExecutableTargetGenerator.h
cmMakefileLibraryTargetGenerator.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmMakefileLibraryTargetGenerator.h
cmMakefileTargetGenerator.cxx Fix combined use of compiler launcher with lint tools 2018-02-27 13:07:04 -05:00
cmMakefileTargetGenerator.h Makefiles: Drop 'requires' step and its supporting infrastructure 2017-12-14 08:22:07 -05:00
cmMakefileUtilityTargetGenerator.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmMakefileUtilityTargetGenerator.h
cmMarkAsAdvancedCommand.cxx
cmMarkAsAdvancedCommand.h
cmMathCommand.cxx
cmMathCommand.h
cmMessageCommand.cxx
cmMessageCommand.h
cmMessenger.cxx
cmMessenger.h
cmMSVC60LinkLineComputer.cxx
cmMSVC60LinkLineComputer.h
cmNewLineStyle.cxx
cmNewLineStyle.h
cmNinjaLinkLineComputer.cxx
cmNinjaLinkLineComputer.h
cmNinjaNormalTargetGenerator.cxx Ninja: Generate scripts for long custom command sequences 2018-02-06 13:24:46 -05:00
cmNinjaNormalTargetGenerator.h
cmNinjaTargetGenerator.cxx Merge topic 'co-compile-with-launcher' 2018-02-28 08:17:33 -05:00
cmNinjaTargetGenerator.h sourceFile properties: add property INCLUDE_DIRECTORIES 2018-01-24 15:10:10 +01:00
cmNinjaTypes.h
cmNinjaUtilityTargetGenerator.cxx Ninja: Generate scripts for long custom command sequences 2018-02-06 13:24:46 -05:00
cmNinjaUtilityTargetGenerator.h
cmOptionCommand.cxx
cmOptionCommand.h
cmOrderDirectories.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmOrderDirectories.h
cmOSXBundleGenerator.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmOSXBundleGenerator.h
cmOutputConverter.cxx cmOutputConverter: mark helper functions static 2018-03-06 18:13:33 +01:00
cmOutputConverter.h cmOutputConverter: Inline some functions and avoid string re-allocations 2018-02-23 17:23:10 +01:00
cmOutputRequiredFilesCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmOutputRequiredFilesCommand.h
cmParseArgumentsCommand.cxx Solaris: Fix shadowed declaration warning 2017-12-20 21:49:47 +11:00
cmParseArgumentsCommand.h
cmparseMSBuildXML.py
cmPathLabel.cxx
cmPathLabel.h
cmPipeConnection.cxx server: Switched to a auto model for handles 2017-11-29 16:36:31 -05:00
cmPipeConnection.h server: Switched to a auto model for handles 2017-11-29 16:36:31 -05:00
cmPolicies.cxx cmake_minimum_required: Optionally set policies with version range 2018-03-21 08:00:28 -04:00
cmPolicies.h Merge topic 'policy-version-range' 2018-03-22 15:24:49 -04:00
cmProcessOutput.cxx execute_process: Allow UTF-8 as a synonym for the UTF8 keyword 2017-12-27 21:56:00 +11:00
cmProcessOutput.h
cmProcessTools.cxx
cmProcessTools.h
cmProjectCommand.cxx project: Add HOMEPAGE_URL named parameter 2018-03-17 08:25:48 +11:00
cmProjectCommand.h
cmProperty.cxx
cmProperty.h
cmPropertyDefinition.cxx
cmPropertyDefinition.h
cmPropertyDefinitionMap.cxx
cmPropertyDefinitionMap.h
cmPropertyMap.cxx
cmPropertyMap.h
cmQtAutoGen.cxx Autogen: Improved multi-config include scheme 2018-02-02 09:10:40 +01:00
cmQtAutoGen.h Autogen: Improved multi-config include scheme 2018-02-02 09:10:40 +01:00
cmQtAutoGenerator.cxx cmake_minimum_required: Optionally set policies with version range 2018-03-21 08:00:28 -04:00
cmQtAutoGenerator.h De-duplicate cmUVSignalHackRAII 2018-01-25 09:22:47 -05:00
cmQtAutoGeneratorMocUic.cxx MAINT: Misc. typos 2018-02-13 11:24:30 -05:00
cmQtAutoGeneratorMocUic.h Autogen: Improved multi-config include scheme 2018-02-02 09:10:40 +01:00
cmQtAutoGeneratorRcc.cxx Autogen: Improved multi-config include scheme 2018-02-02 09:10:40 +01:00
cmQtAutoGeneratorRcc.h Autogen: Improved multi-config include scheme 2018-02-02 09:10:40 +01:00
cmQtAutoGenInitializer.cxx Autogen: Overwrite info files when changed only 2018-02-06 11:20:08 -05:00
cmQtAutoGenInitializer.h Autogen: Improved multi-config include scheme 2018-02-02 09:10:40 +01:00
cmQTWrapCPPCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmQTWrapCPPCommand.h
cmQTWrapUICommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmQTWrapUICommand.h
cmRemoveCommand.cxx
cmRemoveCommand.h
cmRemoveDefinitionsCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmRemoveDefinitionsCommand.h
cmReturnCommand.cxx
cmReturnCommand.h
cmRST.cxx
cmRST.h
cmRulePlaceholderExpander.cxx
cmRulePlaceholderExpander.h MAINT: Misc. typos 2018-02-13 11:24:30 -05:00
cmScriptGenerator.cxx
cmScriptGenerator.h
cmSearchPath.cxx Reduce allocation of temporary values on heap. 2018-01-26 13:24:45 +03:00
cmSearchPath.h find_package: Use PackageName_ROOT variables as search prefixes 2018-03-16 09:19:28 -04:00
cmSeparateArgumentsCommand.cxx
cmSeparateArgumentsCommand.h
cmServer.cxx utilities: Swapped to use std C++11 mutex/threading constructs 2017-12-01 12:09:51 -07:00
cmServer.h server: Switched to a auto model for handles 2017-11-29 16:36:31 -05:00
cmServerConnection.cxx server: Switched to a auto model for handles 2017-11-29 16:36:31 -05:00
cmServerConnection.h server: Switched to a auto model for handles 2017-11-29 16:36:31 -05:00
cmServerDictionary.h Merge branch 'backport-revert-server-target-backtraces' into revert-server-target-backtraces 2017-12-06 11:49:52 -05:00
cmServerProtocol.cxx Genex: Fix COMPILE_LANGUAGE in SYSTEM include directories 2018-03-12 11:45:01 -04:00
cmServerProtocol.h
cmSetCommand.cxx
cmSetCommand.h
cmSetDirectoryPropertiesCommand.cxx
cmSetDirectoryPropertiesCommand.h
cmSetPropertyCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmSetPropertyCommand.h
cmSetSourceFilesPropertiesCommand.cxx
cmSetSourceFilesPropertiesCommand.h
cmSetTargetPropertiesCommand.cxx
cmSetTargetPropertiesCommand.h
cmSetTestsPropertiesCommand.cxx
cmSetTestsPropertiesCommand.h
cmSiteNameCommand.cxx
cmSiteNameCommand.h
cmSourceFile.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmSourceFile.h cmSourceFile: mark known locations as such 2018-01-10 11:21:11 -05:00
cmSourceFileLocation.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmSourceFileLocation.h cmSourceFileLocation: allow skipping ambiguous extensions 2018-01-10 11:21:11 -05:00
cmSourceFileLocationKind.h cmSourceFileLocation: allow skipping ambiguous extensions 2018-01-10 11:21:11 -05:00
cmSourceGroup.cxx cmSourceGroup: code improvements; use std::string and C++11 loops 2018-01-10 19:01:49 -05:00
cmSourceGroup.h cmSourceGroup: code improvements; use std::string and C++11 loops 2018-01-10 19:01:49 -05:00
cmSourceGroupCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmSourceGroupCommand.h source_group: Fix TREE argument parsing 2018-01-30 12:49:26 -05:00
cmStandardLexer.h cmStandardLexer.h: Do not include a C++ header 2017-11-30 08:46:06 -05:00
cmState.cxx Add cmGlobVerificationManager class, integrate with cmake and cmState 2018-03-29 10:58:03 -04:00
cmState.h Add cmGlobVerificationManager class, integrate with cmake and cmState 2018-03-29 10:58:03 -04:00
cmStateDirectory.cxx
cmStateDirectory.h
cmStatePrivate.h
cmStateSnapshot.cxx include_regular_expression: Fix propagation to subdirectories 2018-01-24 08:20:19 -05:00
cmStateSnapshot.h
cmStateTypes.h
cmStringCommand.cxx string: Add JOIN subcommand 2018-02-16 10:04:47 -05:00
cmStringCommand.h string: Add JOIN subcommand 2018-02-16 10:04:47 -05:00
cmSubdirCommand.cxx
cmSubdirCommand.h
cmSubdirDependsCommand.cxx
cmSubdirDependsCommand.h
cmSystemTools.cxx cmSystemTools: Fix ParseArguments out-of-bounds read 2018-03-27 08:46:20 -04:00
cmSystemTools.h Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmTarget.cxx Merge topic 'update-dllplatform' 2018-03-12 13:40:44 -04:00
cmTarget.h cmTarget: Remove unnecessary RecordDependencies member 2018-03-06 14:38:23 -05:00
cmTargetCompileDefinitionsCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmTargetCompileDefinitionsCommand.h
cmTargetCompileFeaturesCommand.cxx
cmTargetCompileFeaturesCommand.h
cmTargetCompileOptionsCommand.cxx
cmTargetCompileOptionsCommand.h
cmTargetDepend.h
cmTargetExport.h
cmTargetIncludeDirectoriesCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmTargetIncludeDirectoriesCommand.h
cmTargetLinkLibrariesCommand.cxx objlib: Allow other libraries to link to OBJECT libraries. 2018-03-01 09:24:24 -05:00
cmTargetLinkLibrariesCommand.h target_link_libraries: Simplify implementation and add comments. 2017-11-30 17:35:25 +01:00
cmTargetLinkLibraryType.h
cmTargetPropCommandBase.cxx
cmTargetPropCommandBase.h
cmTargetPropertyComputer.cxx cmTargetPropertyComputer: whitelist custom properties 2017-11-21 11:35:41 -05:00
cmTargetPropertyComputer.h
cmTargetSourcesCommand.cxx
cmTargetSourcesCommand.h
cmTest.cxx
cmTest.h
cmTestGenerator.cxx
cmTestGenerator.h
cmTimestamp.cxx
cmTimestamp.h
cmTryCompileCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmTryCompileCommand.h
cmTryRunCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmTryRunCommand.h
cmUnexpectedCommand.cxx
cmUnexpectedCommand.h
cmUnsetCommand.cxx
cmUnsetCommand.h
cmUseMangledMesaCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmUseMangledMesaCommand.h
cmUtilitySourceCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmUtilitySourceCommand.h
cmUtils.hxx Generators: remove KDevelop3 generator 2018-01-24 08:30:02 -05:00
cmUuid.cxx
cmUuid.h
cmUVHandlePtr.cxx utilities: Swapped to use std C++11 mutex/threading constructs 2017-12-01 12:09:51 -07:00
cmUVHandlePtr.h cmUVHandlePtr: Add uv_process_ptr 2017-11-30 13:43:43 -05:00
cmUVSignalHackRAII.h De-duplicate cmUVSignalHackRAII 2018-01-25 09:22:47 -05:00
cmVariableRequiresCommand.cxx
cmVariableRequiresCommand.h
cmVariableWatch.cxx
cmVariableWatch.h
cmVariableWatchCommand.cxx Reduce allocation of temporary values on heap. 2018-01-26 13:24:45 +03:00
cmVariableWatchCommand.h
cmVersion.cxx
cmVersion.h
cmVersionConfig.h.in
cmVersionMacros.h
cmVisualStudio10TargetGenerator.cxx cmVisualStudioGeneratorOptions: Move XML code to subclasses 2018-03-26 09:35:58 -04:00
cmVisualStudio10TargetGenerator.h cmVisualStudioGeneratorOptions: Move XML code to subclasses 2018-03-26 09:35:58 -04:00
cmVisualStudio10ToolsetOptions.cxx
cmVisualStudio10ToolsetOptions.h
cmVisualStudioGeneratorOptions.cxx cmVisualStudioGeneratorOptions: Move XML code to subclasses 2018-03-26 09:35:58 -04:00
cmVisualStudioGeneratorOptions.h cmVisualStudioGeneratorOptions: Move XML code to subclasses 2018-03-26 09:35:58 -04:00
cmVisualStudioSlnData.cxx
cmVisualStudioSlnData.h
cmVisualStudioSlnParser.cxx
cmVisualStudioSlnParser.h
cmVisualStudioWCEPlatformParser.cxx
cmVisualStudioWCEPlatformParser.h
cmVS10CLFlagTable.h
cmVS10CSharpFlagTable.h
cmVS10CudaFlagTable.h
cmVS10CudaHostFlagTable.h
cmVS10LibFlagTable.h
cmVS10LinkFlagTable.h
cmVS10MASMFlagTable.h
cmVS10NASMFlagTable.h
cmVS10RCFlagTable.h
cmVS11CLFlagTable.h
cmVS11CSharpFlagTable.h
cmVS11LibFlagTable.h
cmVS11LinkFlagTable.h
cmVS11MASMFlagTable.h
cmVS11RCFlagTable.h
cmVS12CLFlagTable.h
cmVS12CSharpFlagTable.h
cmVS12LibFlagTable.h
cmVS12LinkFlagTable.h
cmVS12MASMFlagTable.h
cmVS12RCFlagTable.h
cmVS14LibFlagTable.h
cmVS14MASMFlagTable.h
cmVS14RCFlagTable.h
cmVS140CLFlagTable.h
cmVS140CSharpFlagTable.h
cmVS140LinkFlagTable.h
cmVS141CLFlagTable.h
cmVS141CSharpFlagTable.h
cmVS141LinkFlagTable.h
cmVSSetupHelper.cxx
cmVSSetupHelper.h
cmWhileCommand.cxx
cmWhileCommand.h
cmWorkingDirectory.cxx cmWorkingDirectory: Check success of current dir changes 2018-03-08 20:07:14 +11:00
cmWorkingDirectory.h cmWorkingDirectory: Check success of current dir changes 2018-03-08 20:07:14 +11:00
cmWriteFileCommand.cxx Reduce raw string pointers usage. 2018-01-31 18:23:03 +03:00
cmWriteFileCommand.h
cmXCode21Object.cxx
cmXCode21Object.h
cmXCodeObject.cxx
cmXCodeObject.h
cmXCodeScheme.cxx
cmXCodeScheme.h
cmXMLParser.cxx
cmXMLParser.h
cmXMLSafe.cxx
cmXMLSafe.h
cmXMLWriter.cxx
cmXMLWriter.h cmGlobalVisualStudio10Generator: Use cmXMLWriter RAII helpers 2018-03-09 10:11:11 -05:00
ctest.cxx Extend libuv file translate mode workaround to all executables 2018-01-23 09:29:07 -05:00
dir.dox
dir.dox.in