CMake/Source
Brad King 8e756d2b9b Tolerate cycles in shared library link interfaces (#12647)
Since commit 183b9509 (Follow all dependencies of shared library private
dependencies, 2011-12-14) we honor LINK_INTERFACE_LIBRARIES when
following dependent shared libraries.  The link interface properties may
form a cycle if set incorrectly by a project.  Furthermore, the property
LINK_DEPENDENT_LIBRARIES may form a cycle if set incorrectly by hand
(though CMake should never generate one).  In either case, do not follow
the cycle forever when following the dependent shared library closure.
We only need to add dependency edges to the constraint graph once.

Add "LinkInterfaceLoop" test to cover this case.
2012-01-13 14:22:24 -05:00
..
CPack Document undocumented (but existing) cpack options (fix #0010134) 2012-01-03 16:47:35 +01:00
CTest CTest: Recognize Intel errors without space before colon (#12627) 2011-12-15 09:31:12 -05:00
CursesDialog ccmake: Factor toggle key help instructions. 2011-10-23 22:18:14 +02:00
QtDialog Merge topic 'qtdialog-quit' 2011-12-16 10:15:39 -05:00
kwsys KWSys Nightly Date Stamp 2012-01-11 00:05:34 -05:00
.cvsignore
.gitattributes Import sha2 implementation 1.0 from Aaron D. Gifford 2011-06-27 14:52:25 -04:00
CMakeLists.txt Factor out target location undefined behavior helper macro 2011-12-01 15:58:47 -05:00
CMakeVersionSource.cmake
cmAddCustomCommandCommand.cxx Normalize slashes of add_custom_(command|target) DEPENDS (#11973) 2011-03-30 09:52:07 -04:00
cmAddCustomCommandCommand.h Document caveat of custom commands in multiple targets (#12311) 2011-06-30 08:43:32 -04:00
cmAddCustomTargetCommand.cxx Normalize slashes of add_custom_(command|target) DEPENDS (#11973) 2011-03-30 09:52:07 -04:00
cmAddCustomTargetCommand.h Handle relative WORKING_DIRECTORY in add_custom_(command|target) 2011-01-26 18:02:02 -05:00
cmAddDefinitionsCommand.cxx
cmAddDefinitionsCommand.h
cmAddDependenciesCommand.cxx Allow add_dependencies() on imported targets (#10395) 2010-11-19 17:19:21 -05:00
cmAddDependenciesCommand.h Allow add_dependencies() on imported targets (#10395) 2010-11-19 17:19:21 -05:00
cmAddExecutableCommand.cxx Move automoc processing from add_executable/library to cmGlobalGenerator 2011-08-16 01:45:05 +02:00
cmAddExecutableCommand.h
cmAddLibraryCommand.cxx Move automoc processing from add_executable/library to cmGlobalGenerator 2011-08-16 01:45:05 +02:00
cmAddLibraryCommand.h
cmAddSubDirectoryCommand.cxx
cmAddSubDirectoryCommand.h
cmAddTestCommand.cxx Only set the property if the property was given 2011-01-20 14:05:39 -05:00
cmAddTestCommand.h Merge topic 'dev/add_test-working-directory' 2010-12-28 15:25:49 -05:00
cmArchiveWrite.cxx CMake: Write symlinks to directories as files in archives (#12284) 2011-09-06 13:58:00 -04:00
cmArchiveWrite.h
cmAuxSourceDirectoryCommand.cxx
cmAuxSourceDirectoryCommand.h
cmBootstrapCommands.cxx Build enable_language command during bootstrap 2010-12-30 12:59:57 -05:00
cmBreakCommand.cxx
cmBreakCommand.h
cmBuildCommand.cxx
cmBuildCommand.h Documentation: Fix comments in the source code (#10941) 2011-08-04 19:03:24 -04:00
cmBuildNameCommand.cxx
cmBuildNameCommand.h Documentation: Fix comments in the source code (#10941) 2011-08-04 19:03:24 -04:00
cmCMakeMinimumRequired.cxx
cmCMakeMinimumRequired.h Documentation: Fix comments in the source code (#10941) 2011-08-04 19:03:24 -04:00
cmCMakePolicyCommand.cxx
cmCMakePolicyCommand.h Allow users to specify defaults for unset policies 2011-01-04 07:46:10 -05:00
cmCPluginAPI.cxx Fix plugin API for gcc 2.9-aix51-020209 (#12233) 2011-05-31 09:08:59 -04:00
cmCPluginAPI.h
cmCTest.cxx CTest: Do not get CDash version without drop site (#12618) 2011-12-12 09:35:09 -05:00
cmCTest.h CTest: Disallow problem chars in build and site names (#11792) 2011-11-18 17:13:07 -05:00
cmCacheManager.cxx Fix #12342: Add APPEND_STRING option to set_property() 2011-07-15 20:57:33 +02:00
cmCacheManager.h Fix #12342: Add APPEND_STRING option to set_property() 2011-07-15 20:57:33 +02:00
cmCallVisualStudioMacro.cxx
cmCallVisualStudioMacro.h
cmCommand.h
cmCommandArgumentLexer.cxx Doxygen: Fix warnings. 2011-10-23 22:18:08 +02:00
cmCommandArgumentLexer.h
cmCommandArgumentLexer.in.l
cmCommandArgumentParser.cxx
cmCommandArgumentParser.y
cmCommandArgumentParserHelper.cxx Use cmake::IssueMessage for warnings 2010-12-07 16:38:25 -05:00
cmCommandArgumentParserHelper.h
cmCommandArgumentParserTokens.h
cmCommandArgumentsHelper.cxx
cmCommandArgumentsHelper.h
cmCommands.cxx Build enable_language command during bootstrap 2010-12-30 12:59:57 -05:00
cmCommands.h
cmComputeComponentGraph.cxx
cmComputeComponentGraph.h
cmComputeLinkDepends.cxx Tolerate cycles in shared library link interfaces (#12647) 2012-01-13 14:22:24 -05:00
cmComputeLinkDepends.h Tolerate cycles in shared library link interfaces (#12647) 2012-01-13 14:22:24 -05:00
cmComputeLinkInformation.cxx Do not link private dependent shared libraries on OS X > 10.4 2011-12-15 08:14:30 -05:00
cmComputeLinkInformation.h
cmComputeTargetDepends.cxx Refactor TargetTypeNames. 2011-10-02 18:30:42 +01:00
cmComputeTargetDepends.h Allow add_dependencies() on imported targets (#10395) 2010-11-19 17:19:21 -05:00
cmConfigure.cmake.h.in
cmConfigureFileCommand.cxx Add NEWLINE_STYLE option to configure_file (#3957) 2011-11-28 13:48:59 -05:00
cmConfigureFileCommand.h Add NEWLINE_STYLE option to configure_file (#3957) 2011-11-28 13:48:59 -05:00
cmCoreTryCompile.cxx Remove trailing whitespace 2011-09-15 16:20:33 +02:00
cmCoreTryCompile.h Remove trailing whitespace 2011-09-15 16:20:33 +02:00
cmCreateTestSourceList.cxx
cmCreateTestSourceList.h
cmCryptoHash.cxx cmCryptoHash: Provide factory "New" method 2011-11-16 10:15:44 -05:00
cmCryptoHash.h cmCryptoHash: Add virtual destructor 2011-11-16 11:32:01 -05:00
cmCustomCommand.cxx Record backtrace in cmCustomCommand 2010-12-15 14:53:24 -05:00
cmCustomCommand.h Record backtrace in cmCustomCommand 2010-12-15 14:53:24 -05:00
cmCustomCommandGenerator.cxx Introduce "generator expression" syntax to custom commands (#11209) 2010-12-15 14:53:48 -05:00
cmCustomCommandGenerator.h Introduce "generator expression" syntax to custom commands (#11209) 2010-12-15 14:53:48 -05:00
cmDefinePropertyCommand.cxx
cmDefinePropertyCommand.h
cmDefinitions.cxx
cmDefinitions.h
cmDepends.cxx Remove call to SystemTools::GetMaximumFilePathLength 2010-12-16 17:41:27 -05:00
cmDepends.h
cmDependsC.cxx Add comment about one more problem of the C depency scanner. 2011-12-18 15:44:33 +01:00
cmDependsC.h
cmDependsFortran.cxx
cmDependsFortran.h
cmDependsFortranLexer.cxx Doxygen: Fix warnings. 2011-10-23 22:18:08 +02:00
cmDependsFortranLexer.h
cmDependsFortranLexer.in.l
cmDependsFortranParser.cxx
cmDependsFortranParser.h
cmDependsFortranParser.y
cmDependsFortranParserTokens.h
cmDependsJava.cxx
cmDependsJava.h
cmDependsJavaLexer.cxx Doxygen: Fix warnings. 2011-10-23 22:18:08 +02:00
cmDependsJavaLexer.h
cmDependsJavaLexer.in.l
cmDependsJavaParser.cxx
cmDependsJavaParser.y
cmDependsJavaParserHelper.cxx
cmDependsJavaParserHelper.h
cmDependsJavaParserTokens.h
cmDocumentCompileDefinitions.h Document COMPILE_DEFINITIONS known limitations (#11660, #11712) 2011-01-17 08:17:38 -05:00
cmDocumentGeneratorExpressions.h Factor generator expression docs out of add_test 2010-12-15 14:53:31 -05:00
cmDocumentLocationUndefined.h Factor out target location undefined behavior helper macro 2011-12-01 15:58:47 -05:00
cmDocumentVariables.cxx automoc: default to strict mode, use CMAKE_AUTOMOC_RELAXED_MODE 2011-12-13 22:11:47 +01:00
cmDocumentVariables.h
cmDocumentation.cxx Usage: Document all options printing the version number. 2011-10-23 22:18:14 +02:00
cmDocumentation.h
cmDocumentationFormatter.cxx
cmDocumentationFormatter.h Doxygen: Fix warnings. 2011-10-23 22:18:08 +02:00
cmDocumentationFormatterDocbook.cxx
cmDocumentationFormatterDocbook.h
cmDocumentationFormatterHTML.cxx
cmDocumentationFormatterHTML.h
cmDocumentationFormatterMan.cxx
cmDocumentationFormatterMan.h
cmDocumentationFormatterText.cxx
cmDocumentationFormatterText.h
cmDocumentationFormatterUsage.cxx
cmDocumentationFormatterUsage.h
cmDocumentationSection.cxx
cmDocumentationSection.h
cmDynamicLoader.cxx
cmDynamicLoader.h
cmELF.cxx
cmELF.h
cmElseCommand.cxx
cmElseCommand.h
cmElseIfCommand.cxx
cmElseIfCommand.h
cmEnableLanguageCommand.cxx
cmEnableLanguageCommand.h
cmEnableTestingCommand.cxx
cmEnableTestingCommand.h
cmEndForEachCommand.cxx
cmEndForEachCommand.h
cmEndFunctionCommand.cxx
cmEndFunctionCommand.h
cmEndIfCommand.cxx
cmEndIfCommand.h
cmEndMacroCommand.cxx
cmEndMacroCommand.h
cmEndWhileCommand.cxx
cmEndWhileCommand.h
cmExecProgramCommand.cxx
cmExecProgramCommand.h
cmExecuteProcessCommand.cxx
cmExecuteProcessCommand.h
cmExecutionStatus.h
cmExportBuildFileGenerator.cxx Add CMAKE_GNUtoMS option to convert GNU .dll.a to MS .lib 2011-12-05 18:13:49 -05:00
cmExportBuildFileGenerator.h
cmExportCommand.cxx
cmExportCommand.h export(): Document undefined behavior of location properties 2011-12-01 16:00:12 -05:00
cmExportFileGenerator.cxx install(EXPORT): Improve target import failure message format 2011-11-22 15:55:04 -05:00
cmExportFileGenerator.h install(EXPORT): Enforce existence of imported target files 2011-11-22 15:55:00 -05:00
cmExportInstallFileGenerator.cxx install(EXPORT): Enforce existence of imported target files 2011-11-22 15:55:00 -05:00
cmExportInstallFileGenerator.h install(EXPORT): Enforce existence of imported target files 2011-11-22 15:55:00 -05:00
cmExportLibraryDependencies.cxx
cmExportLibraryDependencies.h
cmExprLexer.cxx Doxygen: Fix warnings. 2011-10-23 22:18:08 +02:00
cmExprLexer.h
cmExprLexer.in.l
cmExprParser.cxx
cmExprParser.y
cmExprParserHelper.cxx
cmExprParserHelper.h
cmExprParserTokens.h
cmExternalMakefileProjectGenerator.cxx
cmExternalMakefileProjectGenerator.h
cmExtraCodeBlocksGenerator.cxx Merge topic 'CodeBlocks-quoting' 2011-10-11 14:45:17 -04:00
cmExtraCodeBlocksGenerator.h
cmExtraEclipseCDT4Generator.cxx Eclipse: use new variable CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT 2011-11-19 11:18:51 +01:00
cmExtraEclipseCDT4Generator.h Eclipse: create links to subprojects also in the source-project (#12579) 2011-11-19 11:01:03 +01:00
cmFLTKWrapUICommand.cxx
cmFLTKWrapUICommand.h
cmFileCommand.cxx Disable file() and string() hash commands during bootstrap 2011-11-16 11:03:30 -05:00
cmFileCommand.h Add file(SHA*) commands to compute cryptographic hashes 2011-11-16 10:15:44 -05:00
cmFileTimeComparison.cxx
cmFileTimeComparison.h
cmFindBase.cxx Refactor find_* command final path list computation 2011-09-23 14:36:27 -04:00
cmFindBase.h
cmFindCommon.cxx Refactor find_* command final path list computation 2011-09-23 14:36:27 -04:00
cmFindCommon.h Refactor find_* command final path list computation 2011-09-23 14:36:27 -04:00
cmFindFileCommand.cxx
cmFindFileCommand.h
cmFindLibraryCommand.cxx find_library: Use lib->lib64 conversion in CXX-only projects (#12247,#12248) 2011-06-15 08:32:22 -04:00
cmFindLibraryCommand.h
cmFindPackageCommand.cxx Refactor find_* command final path list computation 2011-09-23 14:36:27 -04:00
cmFindPackageCommand.h Refactor find_* command final path list computation 2011-09-23 14:36:27 -04:00
cmFindPathCommand.cxx Teach find_(library|package) about Linux multiarch (#12037) 2011-06-08 10:04:44 -04:00
cmFindPathCommand.h
cmFindProgramCommand.cxx Teach find_(library|package) about Linux multiarch (#12037) 2011-06-08 10:04:44 -04:00
cmFindProgramCommand.h
cmForEachCommand.cxx
cmForEachCommand.h
cmFunctionBlocker.h
cmFunctionCommand.cxx
cmFunctionCommand.h
cmGeneratedFileStream.cxx
cmGeneratedFileStream.h
cmGeneratorExpression.cxx Allow '.' in target names in generator expressions (#12002) 2011-03-22 16:26:20 -04:00
cmGeneratorExpression.h Record set of targets used in cmGeneratorExpression 2010-12-15 14:53:46 -05:00
cmGetCMakePropertyCommand.cxx Add CMAKE_SCRIPT_MODE_FILE variable (#2828) 2011-02-02 18:18:14 -05:00
cmGetCMakePropertyCommand.h Reference get_property() from old get_*_property() commands 2011-01-17 09:19:45 -05:00
cmGetDirectoryPropertyCommand.cxx
cmGetDirectoryPropertyCommand.h Reference get_property() from old get_*_property() commands 2011-01-17 09:19:45 -05:00
cmGetFilenameComponentCommand.cxx
cmGetFilenameComponentCommand.h
cmGetPropertyCommand.cxx
cmGetPropertyCommand.h
cmGetSourceFilePropertyCommand.cxx
cmGetSourceFilePropertyCommand.h Reference get_property() from old get_*_property() commands 2011-01-17 09:19:45 -05:00
cmGetTargetPropertyCommand.cxx
cmGetTargetPropertyCommand.h Reference get_property() from old get_*_property() commands 2011-01-17 09:19:45 -05:00
cmGetTestPropertyCommand.cxx
cmGetTestPropertyCommand.h Reference get_property() from old get_*_property() commands 2011-01-17 09:19:45 -05:00
cmGlobalBorlandMakefileGenerator.cxx
cmGlobalBorlandMakefileGenerator.h
cmGlobalGenerator.cxx Introduce a cmGlobalGenerator::ResolveLanguageCompiler function 2011-10-02 18:30:43 +01:00
cmGlobalGenerator.h Fix typo. 2011-10-23 22:15:30 +02:00
cmGlobalJOMMakefileGenerator.cxx
cmGlobalJOMMakefileGenerator.h
cmGlobalKdevelopGenerator.cxx
cmGlobalKdevelopGenerator.h Doxygen: Fix warnings. 2011-10-23 22:18:08 +02:00
cmGlobalMSYSMakefileGenerator.cxx Add support for windows resources with mingw/msys. 2010-12-23 17:04:49 -05:00
cmGlobalMSYSMakefileGenerator.h
cmGlobalMinGWMakefileGenerator.cxx MinGW: Remove old workaround and use native echo (#12283) 2011-06-16 15:43:17 -04:00
cmGlobalMinGWMakefileGenerator.h
cmGlobalNMakeMakefileGenerator.cxx
cmGlobalNMakeMakefileGenerator.h
cmGlobalUnixMakefileGenerator3.cxx Introduce a cmGlobalGenerator::ResolveLanguageCompiler function 2011-10-02 18:30:43 +01:00
cmGlobalUnixMakefileGenerator3.h Doxygen: Fix warnings. 2011-10-23 22:18:08 +02:00
cmGlobalVisualStudio6Generator.cxx Remove unused variable "rootdir" in VS generators 2010-12-10 14:21:18 -05:00
cmGlobalVisualStudio6Generator.h
cmGlobalVisualStudio7Generator.cxx Order VS local generator Version ivar values consistently 2011-11-14 09:47:31 -05:00
cmGlobalVisualStudio7Generator.h Fix typo. 2011-10-23 22:15:30 +02:00
cmGlobalVisualStudio8Generator.cxx Order VS local generator Version ivar values consistently 2011-11-14 09:47:31 -05:00
cmGlobalVisualStudio8Generator.h Skip VS <= 7.1 dependency analysis for VS >= 8 2010-12-01 11:43:30 -05:00
cmGlobalVisualStudio8Win64Generator.cxx Order VS local generator Version ivar values consistently 2011-11-14 09:47:31 -05:00
cmGlobalVisualStudio8Win64Generator.h
cmGlobalVisualStudio9Generator.cxx Order VS local generator Version ivar values consistently 2011-11-14 09:47:31 -05:00
cmGlobalVisualStudio9Generator.h
cmGlobalVisualStudio9IA64Generator.cxx Order VS local generator Version ivar values consistently 2011-11-14 09:47:31 -05:00
cmGlobalVisualStudio9IA64Generator.h Add VisualStudio 9 and 10 generators for Itanium platform 2011-06-20 08:31:13 -04:00
cmGlobalVisualStudio9Win64Generator.cxx Order VS local generator Version ivar values consistently 2011-11-14 09:47:31 -05:00
cmGlobalVisualStudio9Win64Generator.h
cmGlobalVisualStudio10Generator.cxx Order VS local generator Version ivar values consistently 2011-11-14 09:47:31 -05:00
cmGlobalVisualStudio10Generator.h Add Visual Studio 11 generator for x86 and x64 tools 2011-09-23 10:10:01 -04:00
cmGlobalVisualStudio10IA64Generator.cxx Add VisualStudio 9 and 10 generators for Itanium platform 2011-06-20 08:31:13 -04:00
cmGlobalVisualStudio10IA64Generator.h Add VisualStudio 9 and 10 generators for Itanium platform 2011-06-20 08:31:13 -04:00
cmGlobalVisualStudio10Win64Generator.cxx VS: Factor Find64BitTools out of Win64 generator to parent 2011-06-20 08:29:40 -04:00
cmGlobalVisualStudio10Win64Generator.h VS: Factor Find64BitTools out of Win64 generator to parent 2011-06-20 08:29:40 -04:00
cmGlobalVisualStudio11Generator.cxx Enumerate VS11 version explicitly in local generators 2011-11-14 09:50:47 -05:00
cmGlobalVisualStudio11Generator.h Enumerate VS11 version explicitly in local generators 2011-11-14 09:50:47 -05:00
cmGlobalVisualStudio11Win64Generator.cxx Add Visual Studio 11 generator for x86 and x64 tools 2011-09-23 10:10:01 -04:00
cmGlobalVisualStudio11Win64Generator.h Add Visual Studio 11 generator for x86 and x64 tools 2011-09-23 10:10:01 -04:00
cmGlobalVisualStudio71Generator.cxx Order VS local generator Version ivar values consistently 2011-11-14 09:47:31 -05:00
cmGlobalVisualStudio71Generator.h
cmGlobalVisualStudioGenerator.cxx Avoid passing string literal to char* type 2010-12-28 09:57:35 -05:00
cmGlobalVisualStudioGenerator.h Use modern global dependency graph for VS < 8 deps 2010-11-18 10:51:34 -05:00
cmGlobalWatcomWMakeGenerator.cxx
cmGlobalWatcomWMakeGenerator.h
cmGlobalXCodeGenerator.cxx Xcode: Create separate rerun dependencies for subprojects (#12616) 2011-12-09 13:00:22 -05:00
cmGlobalXCodeGenerator.h Constify XCode generator getters to match cmGlobalGenerator 2011-10-07 08:22:05 -04:00
cmGraphAdjacencyList.h
cmGraphVizWriter.cxx Also generate dependers-graphviz files. 2011-02-06 18:34:48 +01:00
cmGraphVizWriter.h Also generate dependers-graphviz files. 2011-02-06 18:34:48 +01:00
cmHexFileConverter.cxx
cmHexFileConverter.h
cmIDEFlagTable.h
cmIDEOptions.cxx VS2010: Fixed GenerateManifest flag (#10704) 2011-02-09 13:01:19 -05:00
cmIDEOptions.h VS2010: Fixed GenerateManifest flag (#10704) 2011-02-09 13:01:19 -05:00
cmIfCommand.cxx
cmIfCommand.h Clarify auto-dereference cases in if() command (#11701) 2011-01-17 09:43:41 -05:00
cmIncludeCommand.cxx Remove trailing whitespace 2011-01-04 07:59:24 -05:00
cmIncludeCommand.h Improve documentation and messages for the new CMP0017 2011-01-04 08:19:33 -05:00
cmIncludeDirectoryCommand.cxx
cmIncludeDirectoryCommand.h Fix typo in include_directories documentation (#12020) 2011-03-29 15:55:22 -04:00
cmIncludeExternalMSProjectCommand.cxx
cmIncludeExternalMSProjectCommand.h
cmIncludeRegularExpressionCommand.cxx
cmIncludeRegularExpressionCommand.h
cmInstallCommand.cxx
cmInstallCommand.h
cmInstallCommandArguments.cxx
cmInstallCommandArguments.h
cmInstallDirectoryGenerator.cxx
cmInstallDirectoryGenerator.h
cmInstallExportGenerator.cxx
cmInstallExportGenerator.h
cmInstallFilesCommand.cxx
cmInstallFilesCommand.h
cmInstallFilesGenerator.cxx
cmInstallFilesGenerator.h
cmInstallGenerator.cxx
cmInstallGenerator.h
cmInstallProgramsCommand.cxx
cmInstallProgramsCommand.h
cmInstallScriptGenerator.cxx
cmInstallScriptGenerator.h
cmInstallTargetGenerator.cxx Add CMAKE_GNUtoMS option to convert GNU .dll.a to MS .lib 2011-12-05 18:13:49 -05:00
cmInstallTargetGenerator.h
cmInstallTargetsCommand.cxx
cmInstallTargetsCommand.h
cmLinkDirectoriesCommand.cxx
cmLinkDirectoriesCommand.h Tell people that link_directories() is not what they are searching for 2011-10-27 09:23:05 -04:00
cmLinkLibrariesCommand.cxx
cmLinkLibrariesCommand.h
cmListCommand.cxx
cmListCommand.h Clarify list subcommand documentation (#8154) 2011-02-07 16:55:07 -05:00
cmListFileCache.cxx
cmListFileCache.h
cmListFileLexer.c
cmListFileLexer.h
cmListFileLexer.in.l
cmLoadCacheCommand.cxx Condense parsing of cache entries 2010-11-22 15:45:30 -05:00
cmLoadCacheCommand.h Use cmCacheManager to load entries from the cache 2010-11-22 15:14:21 -05:00
cmLoadCommandCommand.cxx
cmLoadCommandCommand.h
cmLocalGenerator.cxx Remove trailing whitespace from cmLocalGenerator 2011-11-29 08:58:45 -05:00
cmLocalGenerator.h Doxygen: Improve code documentation. 2011-10-23 22:15:30 +02:00
cmLocalUnixMakefileGenerator3.cxx Exit the loop when we have determined the language. 2012-01-08 15:41:05 +01:00
cmLocalUnixMakefileGenerator3.h Watcom: Use shortpath to CMake if full path has parens (#12548) 2011-11-03 09:23:55 -04:00
cmLocalVisualStudio6Generator.cxx Order VS local generator Version ivar values consistently 2011-11-14 09:47:31 -05:00
cmLocalVisualStudio6Generator.h
cmLocalVisualStudio7Generator.cxx Fix Intel Fortran .vfproj files for VS 10 2011-12-13 16:35:35 -05:00
cmLocalVisualStudio7Generator.h Order VS local generator Version ivar values consistently 2011-11-14 09:47:31 -05:00
cmLocalVisualStudio10Generator.cxx Order VS local generator Version ivar values consistently 2011-11-14 09:47:31 -05:00
cmLocalVisualStudio10Generator.h Order VS local generator Version ivar values consistently 2011-11-14 09:47:31 -05:00
cmLocalVisualStudioGenerator.cxx VS: Use "call " keyword with .cmd and .bat file custom commands (#12445) 2011-11-18 10:15:58 -05:00
cmLocalVisualStudioGenerator.h Enumerate VS11 version explicitly in local generators 2011-11-14 09:50:47 -05:00
cmLocalXCodeGenerator.cxx
cmLocalXCodeGenerator.h
cmMacroCommand.cxx
cmMacroCommand.h
cmMakeDepend.cxx
cmMakeDepend.h
cmMakeDirectoryCommand.cxx
cmMakeDirectoryCommand.h
cmMakefile.cxx Add NEWLINE_STYLE option to configure_file (#3957) 2011-11-28 13:48:59 -05:00
cmMakefile.h Add NEWLINE_STYLE option to configure_file (#3957) 2011-11-28 13:48:59 -05:00
cmMakefileExecutableTargetGenerator.cxx Add CMAKE_GNUtoMS option to convert GNU .dll.a to MS .lib 2011-12-05 18:13:49 -05:00
cmMakefileExecutableTargetGenerator.h
cmMakefileLibraryTargetGenerator.cxx Add CMAKE_GNUtoMS option to convert GNU .dll.a to MS .lib 2011-12-05 18:13:49 -05:00
cmMakefileLibraryTargetGenerator.h Add support for CFBundle targets on the Mac (#11295) 2011-01-11 12:54:44 -05:00
cmMakefileTargetGenerator.cxx Add CMAKE_GNUtoMS option to convert GNU .dll.a to MS .lib 2011-12-05 18:13:49 -05:00
cmMakefileTargetGenerator.h Factor makefile generator link rule lookup into helper function 2011-12-05 16:37:43 -05:00
cmMakefileUtilityTargetGenerator.cxx CMake: Fix progress reporting for custom targets (#12441) 2011-12-13 20:06:27 -05:00
cmMakefileUtilityTargetGenerator.h
cmMarkAsAdvancedCommand.cxx
cmMarkAsAdvancedCommand.h Documentation: Fix comments in the source code (#10941) 2011-08-04 19:03:24 -04:00
cmMathCommand.cxx
cmMathCommand.h
cmMessageCommand.cxx
cmMessageCommand.h
cmNewLineStyle.cxx Add NEWLINE_STYLE option to configure_file (#3957) 2011-11-28 13:48:59 -05:00
cmNewLineStyle.h cmNewLineStyle: Use cmStandardIncludes.h 2011-11-30 09:19:32 -05:00
cmObject.h
cmOptionCommand.cxx
cmOptionCommand.h
cmOrderDirectories.cxx
cmOrderDirectories.h
cmOutputRequiredFilesCommand.cxx
cmOutputRequiredFilesCommand.h Document status of output_required_files command (#12214) 2011-05-23 13:21:15 -04:00
cmPolicies.cxx Documentation: Fix a few typos (#11883) 2011-02-22 17:24:51 -05:00
cmPolicies.h Prefer files from CMAKE_ROOT when including from CMAKE_ROOT 2011-01-04 08:06:20 -05:00
cmProcessTools.cxx
cmProcessTools.h
cmProjectCommand.cxx Fix the case where cmake --build failed with two project cmds in one file. 2011-12-20 14:16:25 -05:00
cmProjectCommand.h
cmProperty.cxx Fix #12342: Add APPEND_STRING option to set_property() 2011-07-15 20:57:33 +02:00
cmProperty.h Fix #12342: Add APPEND_STRING option to set_property() 2011-07-15 20:57:33 +02:00
cmPropertyDefinition.cxx
cmPropertyDefinition.h
cmPropertyDefinitionMap.cxx
cmPropertyDefinitionMap.h
cmPropertyMap.cxx Fix #12342: Add APPEND_STRING option to set_property() 2011-07-15 20:57:33 +02:00
cmPropertyMap.h Fix #12342: Add APPEND_STRING option to set_property() 2011-07-15 20:57:33 +02:00
cmQTWrapCPPCommand.cxx
cmQTWrapCPPCommand.h
cmQTWrapUICommand.cxx
cmQTWrapUICommand.h
cmQtAutomoc.cxx automoc: improved warning message in relaxed mode 2011-12-14 19:12:15 +01:00
cmQtAutomoc.h automoc: default to strict mode, use CMAKE_AUTOMOC_RELAXED_MODE 2011-12-13 22:11:47 +01:00
cmRemoveCommand.cxx
cmRemoveCommand.h Documentation: Fix comments in the source code (#10941) 2011-08-04 19:03:24 -04:00
cmRemoveDefinitionsCommand.cxx
cmRemoveDefinitionsCommand.h
cmReturnCommand.cxx
cmReturnCommand.h
cmScriptGenerator.cxx Use cascading-if for per-config test and install code 2011-06-10 09:25:46 -04:00
cmScriptGenerator.h Use cascading-if for per-config test and install code 2011-06-10 09:25:46 -04:00
cmSeparateArgumentsCommand.cxx
cmSeparateArgumentsCommand.h Documentation: Fix comments in the source code (#10941) 2011-08-04 19:03:24 -04:00
cmSetCommand.cxx
cmSetCommand.h
cmSetDirectoryPropertiesCommand.cxx
cmSetDirectoryPropertiesCommand.h
cmSetPropertyCommand.cxx Fix #12342: Add APPEND_STRING option to set_property() 2011-07-15 20:57:33 +02:00
cmSetPropertyCommand.h Fix #12342: Add APPEND_STRING option to set_property() 2011-07-15 20:57:33 +02:00
cmSetSourceFilesPropertiesCommand.cxx
cmSetSourceFilesPropertiesCommand.h
cmSetTargetPropertiesCommand.cxx
cmSetTargetPropertiesCommand.h VS: Add VS_SCC_AUXPATH target property (#12549) 2011-11-01 11:29:08 -04:00
cmSetTestsPropertiesCommand.cxx
cmSetTestsPropertiesCommand.h
cmSiteNameCommand.cxx RunSingleCommand: Replace verbose boolean with enum 2011-07-28 10:42:03 -04:00
cmSiteNameCommand.h Documentation: Fix comments in the source code (#10941) 2011-08-04 19:03:24 -04:00
cmSourceFile.cxx Fortran: Add support for free- and fixed-form flags 2011-08-31 10:24:43 -04:00
cmSourceFile.h Fix #12342: Add APPEND_STRING option to set_property() 2011-07-15 20:57:33 +02:00
cmSourceFileLocation.cxx
cmSourceFileLocation.h
cmSourceGroup.cxx
cmSourceGroup.h
cmSourceGroupCommand.cxx Fix style errors added by parent and grandparent 2011-06-08 07:54:33 -04:00
cmSourceGroupCommand.h
cmStandardIncludes.cxx
cmStandardIncludes.h Provide std::ios_base typedef on GCC < 3 2011-11-30 09:27:18 -05:00
cmStandardLexer.h
cmStringCommand.cxx Disable file() and string() hash commands during bootstrap 2011-11-16 11:03:30 -05:00
cmStringCommand.h Add string(MD5) and string(SHA*) commands to compute hashes 2011-11-16 10:29:35 -05:00
cmSubdirCommand.cxx
cmSubdirCommand.h
cmSubdirDependsCommand.cxx
cmSubdirDependsCommand.h
cmSystemTools.cxx Handle libarchive API change in archive_read_data_block 2011-12-22 10:52:03 -05:00
cmSystemTools.h Fix typos arguement -> argument. 2012-01-08 15:32:51 +01:00
cmTarget.cxx automoc: default to strict mode, use CMAKE_AUTOMOC_RELAXED_MODE 2011-12-13 22:11:47 +01:00
cmTarget.h Merge topic 'refactor-versioned-lib-names' 2011-12-07 16:46:35 -05:00
cmTargetDepend.h Record edge type in global dependency graph 2010-11-18 10:51:00 -05:00
cmTargetLinkLibrariesCommand.cxx target_link_libraries: Simplify argument processing state tests 2011-11-22 17:21:36 -05:00
cmTargetLinkLibrariesCommand.h target_link_libraries: Add missing space in documentation 2011-11-22 17:19:04 -05:00
cmTest.cxx Fix #12342: Add APPEND_STRING option to set_property() 2011-07-15 20:57:33 +02:00
cmTest.h Fix #12342: Add APPEND_STRING option to set_property() 2011-07-15 20:57:33 +02:00
cmTestGenerator.cxx CTest: Report tests not run due to unknown configuration 2011-06-10 09:52:18 -04:00
cmTestGenerator.h CTest: Report tests not run due to unknown configuration 2011-06-10 09:52:18 -04:00
cmTryCompileCommand.cxx Use makefile->IssueMessage() for better error messages 2011-09-27 18:59:42 +02:00
cmTryCompileCommand.h Minor fix to try_compile() docs (#12333) 2011-07-12 22:37:38 +02:00
cmTryRunCommand.cxx Use makefile->IssueMessage() for better error messages 2011-09-27 18:59:42 +02:00
cmTryRunCommand.h Document CMAKE_TRY_COMPILE_CONFIGURATION variable 2011-01-17 17:23:15 -05:00
cmUnsetCommand.cxx
cmUnsetCommand.h
cmUseMangledMesaCommand.cxx
cmUseMangledMesaCommand.h Make use_mangled_mesa() available in cmake script mode (#11926) 2011-03-10 21:44:02 +01:00
cmUtilitySourceCommand.cxx
cmUtilitySourceCommand.h
cmVS10CLFlagTable.h
cmVS10LibFlagTable.h
cmVS10LinkFlagTable.h
cmVariableRequiresCommand.cxx
cmVariableRequiresCommand.h
cmVariableWatch.cxx
cmVariableWatch.h
cmVariableWatchCommand.cxx
cmVariableWatchCommand.h
cmVersion.cxx
cmVersion.h
cmVersionConfig.h.in
cmVersionMacros.h
cmVisualStudio10TargetGenerator.cxx VS: Add support for three new project properties (#12586) 2011-11-28 11:44:04 -05:00
cmVisualStudio10TargetGenerator.h VS: Add support for three new project properties (#12586) 2011-11-28 11:44:04 -05:00
cmVisualStudioGeneratorOptions.cxx Enumerate VS11 version explicitly in local generators 2011-11-14 09:50:47 -05:00
cmVisualStudioGeneratorOptions.h Order VS local generator Version ivar values consistently 2011-11-14 09:47:31 -05:00
cmWhileCommand.cxx
cmWhileCommand.h
cmWin32ProcessExecution.cxx Avoid passing string literal to char* type 2010-12-28 09:57:35 -05:00
cmWin32ProcessExecution.h
cmWriteFileCommand.cxx
cmWriteFileCommand.h
cmXCode21Object.cxx
cmXCode21Object.h
cmXCodeObject.cxx Xcode: Save object id values in CMakeCache.txt (#11690) 2011-08-24 18:11:32 -04:00
cmXCodeObject.h Xcode: Save object id values in CMakeCache.txt (#11690) 2011-08-24 18:11:32 -04:00
cmXMLParser.cxx
cmXMLParser.h
cmXMLSafe.cxx
cmXMLSafe.h
cm_sha2.c sha2: Zero entire SHA_CTX structure during cleanup 2011-11-17 11:18:08 -05:00
cm_sha2.h sha2: Wrap long lines in third-party declarations 2011-11-16 11:05:13 -05:00
cm_sha2_mangle.h sha2: Build as part of CMakeLib 2011-11-16 10:15:44 -05:00
cm_utf8.c
cm_utf8.h
cmake.cxx Fix typo. 2011-10-23 22:15:30 +02:00
cmake.h Merge topic 'UsingCMakeLikePkgConfig2' 2011-08-25 15:40:49 -04:00
cmakemain.cxx CMake: Remove documentation for -E build (#12446) 2011-09-06 17:42:32 -04:00
cmaketest.h.in
cmakewizard.cxx
cmakewizard.h
cmakexbuild.cxx
cmparseMSBuildXML.py
cmw9xcom.cxx
ctest.cxx Usage: Print help, version and copyright options in usage information. 2011-10-23 22:18:14 +02:00