CMake/Source
Stephen Kelly f59e877929 cmGlobalGenerator: Add API to get settings from top-level cmMakefile
At generate-time, definitions are sometimes read from a nearby cmMakefile,
making the value directory-specific because they are read once per
directory.  Often however, the intention is more
often to create a 'global' setting, such that the user writes for
example:

 set(CMAKE_IMPORT_LIBRARY_SUFFIX something)

once at the top level of their project.

Many of these are also set by internal platform files, such as
CMAKE_EXTRA_LINK_EXTENSIONS.

The set() definitions are not really suitable for 'global' settings
because they can be different for each directory, and code consuming the
settings must assume they are different for each directory, and read it
freshly each time with new allocations.

CMake has other variable types which are global in scope, such as global
properties, and cache variables.  These are less convenient to populate
for users, so establish a convention and API using the value as it is at
the end of the top-level CMakeLists file.
2016-10-06 18:41:06 +02:00
..
CPack Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
CTest Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
Checks Add a feature check to test availability of auto_ptr 2016-09-26 09:03:46 -04:00
CursesDialog Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
Modules Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
QtDialog Simplify CMake per-source license notices 2016-09-27 15:14:44 -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-29 10:56: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 Merge topic 'cmake-server-filewatcher' 2016-09-30 08:07:29 -04:00
CMakeSourceDir.txt.in
CMakeVersion.bash
CMakeVersion.cmake CMake Nightly Date Stamp 2016-10-03 00:01:02 -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 Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
bindexplib.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmAddCompileOptionsCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmAddCompileOptionsCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmAddCustomCommandCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmAddCustomCommandCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmAddCustomTargetCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmAddCustomTargetCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmAddDefinitionsCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmAddDefinitionsCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmAddDependenciesCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmAddDependenciesCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmAddExecutableCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmAddExecutableCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmAddLibraryCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmAddLibraryCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmAddSubDirectoryCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmAddSubDirectoryCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmAddTestCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmAddTestCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmAlgorithms.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmArchiveWrite.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmArchiveWrite.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmAuxSourceDirectoryCommand.cxx aux_source_directory: Sort results to make it deterministic 2016-09-30 10:30:15 -04:00
cmAuxSourceDirectoryCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmBase32.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmBase32.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmBootstrapCommands1.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmBootstrapCommands2.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmBreakCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmBreakCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmBuildCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmBuildCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmBuildNameCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmBuildNameCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCLocaleEnvironmentScope.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCLocaleEnvironmentScope.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCMakeHostSystemInformationCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCMakeHostSystemInformationCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCMakeMinimumRequired.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCMakeMinimumRequired.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCMakePolicyCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCMakePolicyCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCPackPropertiesGenerator.cxx fix a batch of include-what-you-use violations 2016-08-23 08:56:59 -04:00
cmCPackPropertiesGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCPluginAPI.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCPluginAPI.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCTest.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCTest.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCacheManager.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCacheManager.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCallVisualStudioMacro.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCallVisualStudioMacro.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCommandArgumentLexer.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCommandArgumentLexer.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCommandArgumentLexer.in.l Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCommandArgumentParser.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCommandArgumentParser.y Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCommandArgumentParserHelper.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCommandArgumentParserHelper.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCommandArgumentParserTokens.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCommandArgumentsHelper.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCommandArgumentsHelper.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCommands.cxx.in Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCommands.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCommandsForBootstrap.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCommonTargetGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCommonTargetGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmComputeComponentGraph.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmComputeComponentGraph.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmComputeLinkDepends.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmComputeLinkDepends.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmComputeLinkInformation.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmComputeLinkInformation.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmComputeTargetDepends.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmComputeTargetDepends.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmConditionEvaluator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmConditionEvaluator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmConfigure.cmake.h.in Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmConfigureFileCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmConfigureFileCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmContinueCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmContinueCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCoreTryCompile.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCoreTryCompile.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCreateTestSourceList.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCreateTestSourceList.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCryptoHash.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCryptoHash.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCurl.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCurl.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCustomCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCustomCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCustomCommandGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCustomCommandGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCustomCommandLines.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDefinePropertyCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDefinePropertyCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDefinitions.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDefinitions.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDepends.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDepends.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDependsC.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDependsC.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDependsFortran.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDependsFortran.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDependsJava.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDependsJava.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDependsJavaLexer.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDependsJavaLexer.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDependsJavaLexer.in.l Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDependsJavaParser.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDependsJavaParser.y Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDependsJavaParserHelper.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDependsJavaParserHelper.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDependsJavaParserTokens.h
cmDocumentation.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDocumentation.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDocumentationEntry.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDocumentationFormatter.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDocumentationFormatter.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDocumentationSection.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDocumentationSection.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDynamicLoader.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDynamicLoader.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmELF.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmELF.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmElseCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmElseCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmElseIfCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmElseIfCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmEnableLanguageCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmEnableLanguageCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmEnableTestingCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmEnableTestingCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmEndForEachCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmEndForEachCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmEndFunctionCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmEndFunctionCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmEndIfCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmEndIfCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmEndMacroCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmEndMacroCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmEndWhileCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmEndWhileCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExecProgramCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExecProgramCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExecuteProcessCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExecuteProcessCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExecutionStatus.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExpandedCommandArgument.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExpandedCommandArgument.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExportBuildAndroidMKGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExportBuildAndroidMKGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExportBuildFileGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExportBuildFileGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExportCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExportCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExportFileGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExportFileGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExportInstallAndroidMKGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExportInstallAndroidMKGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExportInstallFileGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExportInstallFileGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExportLibraryDependenciesCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExportLibraryDependenciesCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExportSet.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExportSet.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExportSetMap.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExportSetMap.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExportTryCompileFileGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExportTryCompileFileGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExprLexer.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExprLexer.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExprLexer.in.l Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExprParser.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExprParser.y Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExprParserHelper.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExprParserHelper.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExprParserTokens.h
cmExternalMakefileProjectGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExternalMakefileProjectGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExtraCodeBlocksGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExtraCodeBlocksGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExtraCodeLiteGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExtraCodeLiteGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExtraEclipseCDT4Generator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExtraEclipseCDT4Generator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExtraKateGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExtraKateGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExtraSublimeTextGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExtraSublimeTextGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFLTKWrapUICommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFLTKWrapUICommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFileCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFileCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFileLock.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFileLock.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFileLockPool.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFileLockPool.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFileLockResult.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFileLockResult.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFileLockUnix.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFileLockWin32.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFileMonitor.cxx server-mode: Add infrastructure to watch the filesystem 2016-09-29 21:47:05 +02:00
cmFileMonitor.h server-mode: Add infrastructure to watch the filesystem 2016-09-29 21:47:05 +02:00
cmFilePathUuid.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFilePathUuid.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFileTimeComparison.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFileTimeComparison.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFindBase.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFindBase.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFindCommon.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFindCommon.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFindFileCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFindFileCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFindLibraryCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFindLibraryCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFindPackageCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFindPackageCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFindPathCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFindPathCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFindProgramCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFindProgramCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmForEachCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmForEachCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFortranLexer.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFortranLexer.h Fortran: Add support for submodule syntax in dependency scanning 2016-09-20 09:18:47 -04:00
cmFortranLexer.in.l Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFortranParser.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFortranParser.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFortranParser.y Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFortranParserImpl.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFortranParserTokens.h Fortran: Add support for submodule syntax in dependency scanning 2016-09-20 09:18:47 -04:00
cmFunctionBlocker.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFunctionCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFunctionCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratedFileStream.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratedFileStream.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratorExpression.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratorExpression.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratorExpressionContext.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratorExpressionContext.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratorExpressionDAGChecker.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratorExpressionDAGChecker.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratorExpressionEvaluationFile.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratorExpressionEvaluationFile.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratorExpressionEvaluator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratorExpressionEvaluator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratorExpressionLexer.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratorExpressionLexer.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratorExpressionNode.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratorExpressionNode.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratorExpressionParser.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratorExpressionParser.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratorTarget.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratorTarget.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGetCMakePropertyCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGetCMakePropertyCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGetDirectoryPropertyCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGetDirectoryPropertyCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGetFilenameComponentCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGetFilenameComponentCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGetPropertyCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGetPropertyCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGetSourceFilePropertyCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGetSourceFilePropertyCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGetTargetPropertyCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGetTargetPropertyCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGetTestPropertyCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGetTestPropertyCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGhsMultiGpj.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGhsMultiGpj.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGhsMultiTargetGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGhsMultiTargetGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalBorlandMakefileGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalBorlandMakefileGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalCommonGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalCommonGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalGenerator.cxx cmGlobalGenerator: Add API to get settings from top-level cmMakefile 2016-10-06 18:41:06 +02:00
cmGlobalGenerator.h cmGlobalGenerator: Add API to get settings from top-level cmMakefile 2016-10-06 18:41:06 +02:00
cmGlobalGeneratorFactory.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalGhsMultiGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalGhsMultiGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalJOMMakefileGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalJOMMakefileGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalKdevelopGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalKdevelopGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalMSYSMakefileGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalMSYSMakefileGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalMinGWMakefileGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalMinGWMakefileGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalNMakeMakefileGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalNMakeMakefileGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalNinjaGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalNinjaGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalUnixMakefileGenerator3.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalUnixMakefileGenerator3.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalVisualStudio7Generator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalVisualStudio7Generator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalVisualStudio8Generator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalVisualStudio8Generator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalVisualStudio9Generator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalVisualStudio9Generator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalVisualStudio10Generator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalVisualStudio10Generator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalVisualStudio11Generator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalVisualStudio11Generator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalVisualStudio12Generator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalVisualStudio12Generator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalVisualStudio14Generator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalVisualStudio14Generator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalVisualStudio15Generator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalVisualStudio15Generator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalVisualStudio71Generator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalVisualStudio71Generator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalVisualStudioGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalVisualStudioGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalWatcomWMakeGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalWatcomWMakeGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalXCodeGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalXCodeGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGraphAdjacencyList.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGraphVizWriter.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGraphVizWriter.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmHexFileConverter.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmHexFileConverter.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmIDEFlagTable.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmIDEOptions.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmIDEOptions.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmIfCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmIfCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmIncludeCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmIncludeCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmIncludeDirectoryCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmIncludeDirectoryCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmIncludeExternalMSProjectCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmIncludeExternalMSProjectCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmIncludeRegularExpressionCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmIncludeRegularExpressionCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallCommandArguments.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallCommandArguments.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallDirectoryGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallDirectoryGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallExportAndroidMKGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallExportAndroidMKGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallExportGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallExportGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallFilesCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallFilesCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallFilesGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallFilesGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallProgramsCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallProgramsCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallScriptGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallScriptGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallTargetGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallTargetGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallTargetsCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallTargetsCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallType.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstalledFile.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstalledFile.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLinkDirectoriesCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLinkDirectoriesCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLinkItem.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLinkLibrariesCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLinkLibrariesCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLinkedTree.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmListCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmListCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmListFileCache.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmListFileCache.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmListFileLexer.c Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmListFileLexer.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmListFileLexer.in.l Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLoadCacheCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLoadCacheCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLoadCommandCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLoadCommandCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLocalCommonGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLocalCommonGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLocalGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLocalGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLocalGhsMultiGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLocalGhsMultiGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLocalNinjaGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLocalNinjaGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLocalUnixMakefileGenerator3.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLocalUnixMakefileGenerator3.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLocalVisualStudio7Generator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLocalVisualStudio7Generator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLocalVisualStudio10Generator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLocalVisualStudio10Generator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLocalVisualStudioGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLocalVisualStudioGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLocalXCodeGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLocalXCodeGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLocale.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmMachO.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmMachO.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmMacroCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmMacroCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmMakeDirectoryCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmMakeDirectoryCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmMakefile.cxx project: Fix support for explicit RC language 2016-09-28 10:34:57 -04:00
cmMakefile.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmMakefileExecutableTargetGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmMakefileExecutableTargetGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmMakefileLibraryTargetGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmMakefileLibraryTargetGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmMakefileTargetGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmMakefileTargetGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmMakefileUtilityTargetGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmMakefileUtilityTargetGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmMarkAsAdvancedCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmMarkAsAdvancedCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmMathCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmMathCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmMessageCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmMessageCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmMessenger.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmMessenger.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmNewLineStyle.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmNewLineStyle.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmNinjaNormalTargetGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmNinjaNormalTargetGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmNinjaTargetGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmNinjaTargetGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmNinjaTypes.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmNinjaUtilityTargetGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmNinjaUtilityTargetGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmOSXBundleGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmOSXBundleGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmObject.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmOptionCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmOptionCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmOrderDirectories.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmOrderDirectories.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmOutputConverter.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmOutputConverter.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmOutputRequiredFilesCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmOutputRequiredFilesCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmParseArgumentsCommand.cxx cmake_parse_arguments: Fix PARSE_ARGV multi-value argument handling 2016-09-28 14:18:20 -04:00
cmParseArgumentsCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmPathLabel.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmPathLabel.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmPolicies.cxx surround macro arguments with parentheses 2016-09-05 22:09:49 +02:00
cmPolicies.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmProcessTools.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmProcessTools.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmProjectCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmProjectCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmProperty.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmProperty.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmPropertyDefinition.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmPropertyDefinition.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmPropertyDefinitionMap.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmPropertyDefinitionMap.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmPropertyMap.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmPropertyMap.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmQTWrapCPPCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmQTWrapCPPCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmQTWrapUICommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmQTWrapUICommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmQtAutoGeneratorInitializer.cxx QtAutogen: Use cmSystemTools::Error instead of std::cerr 2016-09-30 10:12:59 -04:00
cmQtAutoGeneratorInitializer.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmQtAutoGenerators.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmQtAutoGenerators.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmRST.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmRST.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmRemoveCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmRemoveCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmRemoveDefinitionsCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmRemoveDefinitionsCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmReturnCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmReturnCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmScriptGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmScriptGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSearchPath.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSearchPath.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSeparateArgumentsCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSeparateArgumentsCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmServer.cxx server-mode: Add infrastructure to watch the filesystem 2016-09-29 21:47:05 +02:00
cmServer.h server-mode: Add infrastructure to watch the filesystem 2016-09-29 21:47:05 +02:00
cmServerConnection.cxx cmake-server: Stop the file monitor on client disconnect 2016-09-30 15:05:42 -04:00
cmServerConnection.h server-mode: Add infrastructure to watch the filesystem 2016-09-29 21:47:05 +02:00
cmServerDictionary.h server-mode: Watch CMakeLists.txt files 2016-09-29 22:34:10 +02:00
cmServerProtocol.cxx server-mode: Watch CMakeLists.txt files 2016-09-29 22:34:10 +02:00
cmServerProtocol.h server-mode: Watch CMakeLists.txt files 2016-09-29 22:34:10 +02:00
cmSetCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSetCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSetDirectoryPropertiesCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSetDirectoryPropertiesCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSetPropertyCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSetPropertyCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSetSourceFilesPropertiesCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSetSourceFilesPropertiesCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSetTargetPropertiesCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSetTargetPropertiesCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSetTestsPropertiesCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSetTestsPropertiesCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSiteNameCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSiteNameCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSourceFile.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSourceFile.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSourceFileLocation.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSourceFileLocation.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSourceGroup.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSourceGroup.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSourceGroupCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSourceGroupCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmStandardIncludes.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmStandardLexer.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmState.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmState.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmStringCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmStringCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSubdirCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSubdirCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSubdirDependsCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSubdirDependsCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSystemTools.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSystemTools.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTarget.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTarget.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTargetCompileDefinitionsCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTargetCompileDefinitionsCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTargetCompileFeaturesCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTargetCompileFeaturesCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTargetCompileOptionsCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTargetCompileOptionsCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTargetDepend.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTargetExport.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTargetIncludeDirectoriesCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTargetIncludeDirectoriesCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTargetLinkLibrariesCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTargetLinkLibrariesCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTargetLinkLibraryType.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTargetPropCommandBase.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTargetPropCommandBase.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTargetSourcesCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTargetSourcesCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTest.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTest.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTestGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTestGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTimestamp.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTimestamp.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTryCompileCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTryCompileCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTryRunCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTryRunCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTypeMacro.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmUnsetCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmUnsetCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmUseMangledMesaCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmUseMangledMesaCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmUtilitySourceCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmUtilitySourceCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmUtils.hxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmUuid.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmUuid.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04: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 Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmVariableRequiresCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmVariableWatch.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmVariableWatch.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmVariableWatchCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmVariableWatchCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmVersion.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmVersion.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmVersionConfig.h.in Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmVersionMacros.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmVisualStudio10TargetGenerator.cxx Merge topic 'vs-clang-llvm-support' 2016-09-29 08:09:39 -04:00
cmVisualStudio10TargetGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmVisualStudioGeneratorOptions.cxx VS15: Add Visual Studio 15 generator 2016-09-07 15:49:08 -04:00
cmVisualStudioGeneratorOptions.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmVisualStudioSlnData.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmVisualStudioSlnData.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmVisualStudioSlnParser.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmVisualStudioSlnParser.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmVisualStudioWCEPlatformParser.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmVisualStudioWCEPlatformParser.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmWhileCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmWhileCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmWriteFileCommand.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmWriteFileCommand.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmXCode21Object.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmXCode21Object.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmXCodeObject.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmXCodeObject.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmXMLParser.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmXMLParser.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmXMLSafe.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmXMLSafe.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmXMLWriter.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmXMLWriter.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cm_auto_ptr.hxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cm_get_date.c Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cm_get_date.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cm_sha2.c
cm_sha2.h
cm_sha2_mangle.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cm_utf8.c Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cm_utf8.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmake.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmake.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmake.version.manifest
cmakemain.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmakexbuild.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmcldeps.cxx fix a batch of include-what-you-use violations 2016-08-17 01:08:13 +02:00
cmcmd.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmcmd.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmparseMSBuildXML.py VS: Update v140 flag tables from VS 15 MSBuild files 2016-09-06 10:22:39 -04:00
ctest.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -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