CMake/Source
Brad King 4e2185cbd0 Make std::map usage more portable in language=>flags/defines maps
Older versions of GCC, the HP compiler, and the SGI MIPSpro compiler do
not like the use of make_pair in this case and the conversions it
requires:

  a value of type "const char *" cannot be used to initialize an entity
  of type "char [1]"

  /usr/include/g++-3/stl_pair.h:68: assignment of read-only location

Instead use a map lookup pattern already used throughout the rest of our
source tree.
2011-05-17 08:50:55 -04:00
..
CPack CPackRPM Fix #12096: handle absolute install path with component install 2011-04-17 17:12:38 +02:00
CTest Merge topic 'upload-built-files' 2011-04-05 14:28:38 -04:00
CursesDialog ccmake: Remove extra parens around comparison 2011-02-15 08:46:50 -05:00
QtDialog Fix grouping bug where "Ungrouped Entries" showed up as a child. 2011-01-28 08:50:56 -07:00
kwsys KWSys Nightly Date Stamp 2011-04-25 00:13:02 -04:00
.cvsignore
CMakeLists.txt Implement ctest_upload command 2011-03-15 15:07:37 -04:00
CMakeVersionSource.cmake Report commit hash in CMake development versions 2010-04-23 10:01:49 -04:00
cmAddCustomCommandCommand.cxx Normalize slashes of add_custom_(command|target) DEPENDS (#11973) 2011-03-30 09:52:07 -04:00
cmAddCustomCommandCommand.h Handle relative WORKING_DIRECTORY in add_custom_(command|target) 2011-01-26 18:02:02 -05: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
cmAddExecutableCommand.h
cmAddLibraryCommand.cxx
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 cmArchiveWrite: Clear xattr and acl from entries (#11958) 2011-04-07 08:27:56 -04:00
cmArchiveWrite.h Add Compress compress support to libarchive-wrapper 2010-08-16 20:45:05 +02:00
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
cmBuildNameCommand.cxx
cmBuildNameCommand.h
cmCMakeMinimumRequired.cxx Teach cmake_minimum_required about tweak version 2010-04-23 09:50:02 -04:00
cmCMakeMinimumRequired.h Teach cmake_minimum_required about tweak version 2010-04-23 09:50:02 -04:00
cmCMakePolicyCommand.cxx
cmCMakePolicyCommand.h Allow users to specify defaults for unset policies 2011-01-04 07:46:10 -05:00
cmCPluginAPI.cxx
cmCPluginAPI.h
cmCTest.cxx Don't tar/gz ctest_upload() files 2011-03-15 15:07:37 -04:00
cmCTest.h Don't tar/gz ctest_upload() files 2011-03-15 15:07:37 -04:00
cmCacheManager.cxx Correct misspelling in error message text. 2010-12-06 08:44:26 -05:00
cmCacheManager.h Condense parsing of cache entries 2010-11-22 15:45:30 -05:00
cmCallVisualStudioMacro.cxx
cmCallVisualStudioMacro.h
cmCommand.h
cmCommandArgumentLexer.cxx
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 Add a flag to warn about system files 2010-09-01 13:09:08 -04:00
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 Distinguish "strong" and "weak" target dependency edges 2010-08-25 17:10:00 -04:00
cmComputeComponentGraph.h Split notion of node lists and edge lists 2010-08-25 17:10:00 -04:00
cmComputeLinkDepends.cxx Distinguish "strong" and "weak" target dependency edges 2010-08-25 17:10:00 -04:00
cmComputeLinkDepends.h Split notion of node lists and edge lists 2010-08-25 17:10:00 -04:00
cmComputeLinkInformation.cxx Add target property LINK_SEARCH_START_STATIC to aid static linking 2011-03-03 17:12:32 -05:00
cmComputeLinkInformation.h OpenBSD: Work-around static/runtime linker inconsistency 2010-03-26 09:33:28 -04:00
cmComputeTargetDepends.cxx Allow add_dependencies() on imported targets (#10395) 2010-11-19 17:19:21 -05:00
cmComputeTargetDepends.h Allow add_dependencies() on imported targets (#10395) 2010-11-19 17:19:21 -05:00
cmConfigure.cmake.h.in
cmConfigureFileCommand.cxx
cmConfigureFileCommand.h
cmCoreTryCompile.cxx Merge topic 'dev/strict-mode' 2011-01-27 15:34:07 -05:00
cmCoreTryCompile.h
cmCreateTestSourceList.cxx
cmCreateTestSourceList.h
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 Only return local keys that are defined 2010-09-16 16:07:34 -04:00
cmDefinitions.h Add method to get the local scope variables 2010-09-01 13:08:14 -04:00
cmDepends.cxx Remove call to SystemTools::GetMaximumFilePathLength 2010-12-16 17:41:27 -05:00
cmDepends.h
cmDependsC.cxx Normalize slashes in scanned #include lines (#10281) 2011-01-17 15:03:53 -05:00
cmDependsC.h
cmDependsFortran.cxx Fix escapes in Fortran depend.make entries 2010-01-04 10:18:44 -05:00
cmDependsFortran.h
cmDependsFortranLexer.cxx
cmDependsFortranLexer.h
cmDependsFortranLexer.in.l
cmDependsFortranParser.cxx
cmDependsFortranParser.h
cmDependsFortranParser.y
cmDependsFortranParserTokens.h
cmDependsJava.cxx
cmDependsJava.h
cmDependsJavaLexer.cxx
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
cmDocumentVariables.cxx Merge topic 'include-flags-response-file' 2011-03-22 14:45:44 -04:00
cmDocumentVariables.h
cmDocumentation.cxx -fix documentation from a module which has *only* documentation 2010-05-08 10:10:19 +02:00
cmDocumentation.h
cmDocumentationFormatter.cxx
cmDocumentationFormatter.h
cmDocumentationFormatterDocbook.cxx
cmDocumentationFormatterDocbook.h
cmDocumentationFormatterHTML.cxx Documentation: Comply with "XHTML 1.0 Strict" 2010-03-01 08:51:20 -05:00
cmDocumentationFormatterHTML.h
cmDocumentationFormatterMan.cxx
cmDocumentationFormatterMan.h
cmDocumentationFormatterText.cxx Remove conversion warning. 2010-05-12 10:22:55 -04:00
cmDocumentationFormatterText.h
cmDocumentationFormatterUsage.cxx
cmDocumentationFormatterUsage.h
cmDocumentationSection.cxx
cmDocumentationSection.h
cmDynamicLoader.cxx
cmDynamicLoader.h
cmELF.cxx Fix line-too-long style errors 2010-09-10 14:42:09 -04:00
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
cmExportBuildFileGenerator.h
cmExportCommand.cxx No CMAKE_CONFIGURATION_TYPES in single-config generators (#10202) 2010-09-08 14:54:49 -04:00
cmExportCommand.h
cmExportFileGenerator.cxx Add support for CFBundle targets on the Mac (#11295) 2011-01-11 12:54:44 -05:00
cmExportFileGenerator.h
cmExportInstallFileGenerator.cxx Add support for CFBundle targets on the Mac (#11295) 2011-01-11 12:54:44 -05:00
cmExportInstallFileGenerator.h
cmExportLibraryDependencies.cxx
cmExportLibraryDependencies.h
cmExprLexer.cxx
cmExprLexer.h
cmExprLexer.in.l
cmExprParser.cxx
cmExprParser.y
cmExprParserHelper.cxx
cmExprParserHelper.h
cmExprParserTokens.h
cmExternalMakefileProjectGenerator.cxx
cmExternalMakefileProjectGenerator.h
cmExtraCodeBlocksGenerator.cxx Also add the SOURCES from add_custom_target() to CodeBlocks projects (#11736) 2011-02-13 22:53:43 +01:00
cmExtraCodeBlocksGenerator.h Don't disable colors in the CodeBlocks generator and minor cleanup. 2010-11-11 22:13:39 +01:00
cmExtraEclipseCDT4Generator.cxx Eclipse projects: created one linked resource for each subproject 2011-02-13 01:15:11 +01:00
cmExtraEclipseCDT4Generator.h Add cache var CMAKE_ECLIPSE_MAKE_ARGUMENTS when using the Eclipse generator 2010-12-12 16:52:20 +01:00
cmFLTKWrapUICommand.cxx
cmFLTKWrapUICommand.h
cmFileCommand.cxx Merge topic 'require-cmake-2.6.3' 2011-03-01 15:30:38 -05:00
cmFileCommand.h Implement file(UPLOAD (#11286) 2011-02-25 17:26:34 -05:00
cmFileTimeComparison.cxx
cmFileTimeComparison.h
cmFindBase.cxx Fix find_* argument parsing crash (#11513) 2010-11-30 08:39:16 -05:00
cmFindBase.h Speedup find_* commands (#11412) 2010-11-12 10:47:28 -05:00
cmFindCommon.cxx Speedup find_* commands (#11412) 2010-11-12 10:47:28 -05:00
cmFindCommon.h Speedup find_* commands (#11412) 2010-11-12 10:47:28 -05:00
cmFindFileCommand.cxx Speedup find_* commands (#11412) 2010-11-12 10:47:28 -05:00
cmFindFileCommand.h Speedup find_* commands (#11412) 2010-11-12 10:47:28 -05:00
cmFindLibraryCommand.cxx Speedup find_* commands (#11412) 2010-11-12 10:47:28 -05:00
cmFindLibraryCommand.h Speedup find_* commands (#11412) 2010-11-12 10:47:28 -05:00
cmFindPackageCommand.cxx find_package: Check both 32-bit and 64-bit registry views 2011-04-13 13:17:42 -04:00
cmFindPackageCommand.h find_package: Check both 32-bit and 64-bit registry views 2011-04-13 13:17:42 -04:00
cmFindPathCommand.cxx Speedup find_* commands (#11412) 2010-11-12 10:47:28 -05:00
cmFindPathCommand.h Speedup find_* commands (#11412) 2010-11-12 10:47:28 -05:00
cmFindProgramCommand.cxx Speedup find_* commands (#11412) 2010-11-12 10:47:28 -05:00
cmFindProgramCommand.h Speedup find_* commands (#11412) 2010-11-12 10:47:28 -05:00
cmForEachCommand.cxx
cmForEachCommand.h
cmFunctionBlocker.h
cmFunctionCommand.cxx Remove old false positive avoidance code 2010-09-17 10:02:15 -04:00
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 -minor doc fixes 2010-05-08 09:27:48 +02:00
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 Refine unused cache variable warning 2011-03-24 09:45:33 -04:00
cmGlobalGenerator.h Merge topic 'recursive-CMAKE_USER_MAKE_RULES_OVERRIDE' 2011-01-26 15:25:18 -05:00
cmGlobalJOMMakefileGenerator.cxx
cmGlobalJOMMakefileGenerator.h change the name to be closer to NMake Makefiles which is basically what jom parses 2010-01-08 13:31:37 -05:00
cmGlobalKdevelopGenerator.cxx disable cmake's verbose output in the Eclipse and KDevelop generators 2009-12-23 13:51:46 -05:00
cmGlobalKdevelopGenerator.h
cmGlobalMSYSMakefileGenerator.cxx Add support for windows resources with mingw/msys. 2010-12-23 17:04:49 -05:00
cmGlobalMSYSMakefileGenerator.h
cmGlobalMinGWMakefileGenerator.cxx Add support for windows resources with mingw/msys. 2010-12-23 17:04:49 -05:00
cmGlobalMinGWMakefileGenerator.h
cmGlobalNMakeMakefileGenerator.cxx
cmGlobalNMakeMakefileGenerator.h
cmGlobalUnixMakefileGenerator3.cxx Fix signed/unsigned comparison in EscapeJSON 2011-05-16 11:55:56 -04:00
cmGlobalUnixMakefileGenerator3.h implement cxx command output 2011-04-25 13:27:58 -04:00
cmGlobalVisualStudio6Generator.cxx Remove unused variable "rootdir" in VS generators 2010-12-10 14:21:18 -05:00
cmGlobalVisualStudio6Generator.h Refactor VS <= 7.1 utility-depends workaround 2010-08-24 18:47:56 -04:00
cmGlobalVisualStudio7Generator.cxx Avoid msbuild ".\" idiosyncrasy that builds multiple configs (#11594) 2010-12-20 11:56:18 -05:00
cmGlobalVisualStudio7Generator.h Revert "Remove unused parameter "root" in some VS generator methods" 2010-12-20 11:15:55 -05:00
cmGlobalVisualStudio8Generator.cxx VS8/9: Add flag map entries for /Zc:wchar_t (#10397) 2011-02-01 15:03:10 -05:00
cmGlobalVisualStudio8Generator.h Skip VS <= 7.1 dependency analysis for VS >= 8 2010-12-01 11:43:30 -05:00
cmGlobalVisualStudio8Win64Generator.cxx VS: Add ArchitectureId to VS 8 and 9 generators 2010-08-26 16:39:01 -04:00
cmGlobalVisualStudio8Win64Generator.h VS: Convert PlatformName member to a virtual method 2010-08-24 17:36:09 -04:00
cmGlobalVisualStudio9Generator.cxx VS: Add ArchitectureId to VS 8 and 9 generators 2010-08-26 16:39:01 -04:00
cmGlobalVisualStudio9Generator.h
cmGlobalVisualStudio9Win64Generator.cxx VS: Add ArchitectureId to VS 8 and 9 generators 2010-08-26 16:39:01 -04:00
cmGlobalVisualStudio9Win64Generator.h VS: Convert PlatformName member to a virtual method 2010-08-24 17:36:09 -04:00
cmGlobalVisualStudio10Generator.cxx VS10: Enable using devenv as CMAKE_MAKE_PROGRAM (#11459) 2011-01-21 13:18:06 -05:00
cmGlobalVisualStudio10Generator.h Enable 64-bit tools with VS 2010 Express (#9981, #10722) 2010-12-01 12:48:32 -05:00
cmGlobalVisualStudio10Win64Generator.cxx Enable 64-bit tools with VS 2010 Express (#9981, #10722) 2010-12-01 12:48:32 -05:00
cmGlobalVisualStudio10Win64Generator.h Enable 64-bit tools with VS 2010 Express (#9981, #10722) 2010-12-01 12:48:32 -05:00
cmGlobalVisualStudio71Generator.cxx Avoid msbuild ".\" idiosyncrasy that builds multiple configs (#11594) 2010-12-20 11:56:18 -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 Merge topic 'fix-8914-allow-config-types-override' 2011-02-22 14:31:26 -05:00
cmGlobalXCodeGenerator.h Xcode: Make generation depend on all input directories 2011-01-13 12:07:23 -05:00
cmGraphAdjacencyList.h Distinguish "strong" and "weak" target dependency edges 2010-08-25 17:10:00 -04:00
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 Fix spelling errors reported by Lintian. 2010-07-13 09:41:37 -04:00
cmIncludeDirectoryCommand.h Fix typo in include_directories documentation (#12020) 2011-03-29 15:55:22 -04:00
cmIncludeExternalMSProjectCommand.cxx
cmIncludeExternalMSProjectCommand.h -minor doc fixes 2010-05-08 09:27:48 +02:00
cmIncludeRegularExpressionCommand.cxx
cmIncludeRegularExpressionCommand.h
cmInstallCommand.cxx
cmInstallCommand.h Clarify install(TARGETS) docs for EXPORT option 2010-08-24 10:53:19 -04:00
cmInstallCommandArguments.cxx
cmInstallCommandArguments.h
cmInstallDirectoryGenerator.cxx
cmInstallDirectoryGenerator.h
cmInstallExportGenerator.cxx
cmInstallExportGenerator.h
cmInstallFilesCommand.cxx
cmInstallFilesCommand.h
cmInstallFilesGenerator.cxx
cmInstallFilesGenerator.h
cmInstallGenerator.cxx InstallGen/CPack fix handling absolute installed file regression 2010-09-20 23:33:35 +02:00
cmInstallGenerator.h
cmInstallProgramsCommand.cxx
cmInstallProgramsCommand.h
cmInstallScriptGenerator.cxx
cmInstallScriptGenerator.h
cmInstallTargetGenerator.cxx
cmInstallTargetGenerator.h
cmInstallTargetsCommand.cxx
cmInstallTargetsCommand.h
cmLinkDirectoriesCommand.cxx
cmLinkDirectoriesCommand.h
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 Merge topic 'custom-command-slashes' 2011-03-31 13:23:32 -04:00
cmLocalGenerator.h Optionally pass include directories with response files 2011-03-17 17:56:13 -04:00
cmLocalUnixMakefileGenerator3.cxx Change working drive only in MinGW Makefiles 2011-04-08 16:12:18 -04:00
cmLocalUnixMakefileGenerator3.h Optionally pass include directories with response files 2011-03-17 17:56:13 -04:00
cmLocalVisualStudio6Generator.cxx VS: Create a Fortran DLL's import library directory 2011-02-10 16:17:44 -05:00
cmLocalVisualStudio6Generator.h
cmLocalVisualStudio7Generator.cxx Merge topic 'vs-intel-dll-implib-outdir' 2011-02-22 14:32:16 -05:00
cmLocalVisualStudio7Generator.h Honor VS_SCC_* properties in Fortran targets (#10237) 2011-01-17 15:41:24 -05:00
cmLocalVisualStudio10Generator.cxx VS10: Fix working directory of consecutive custom commands (#11938) 2011-04-08 15:36:16 -04:00
cmLocalVisualStudio10Generator.h VS: Use setlocal/endlocal only in VS 10 custom commands 2011-04-11 11:53:31 -04:00
cmLocalVisualStudioGenerator.cxx VS10: Fix exit code of custom commands with setlocal/endlocal (#11938) 2011-04-11 11:54:01 -04:00
cmLocalVisualStudioGenerator.h VS: Use setlocal/endlocal only in VS 10 custom commands 2011-04-11 11:53:31 -04:00
cmLocalXCodeGenerator.cxx
cmLocalXCodeGenerator.h
cmMacroCommand.cxx For macros make sure the FilePath points to a valid pointer in the args. 2010-09-01 13:08:13 -04:00
cmMacroCommand.h For macros make sure the FilePath points to a valid pointer in the args. 2010-09-01 13:08:13 -04:00
cmMakeDepend.cxx
cmMakeDepend.h
cmMakeDirectoryCommand.cxx
cmMakeDirectoryCommand.h
cmMakefile.cxx Merge topic 'validate-custom-commands-issue-11963' 2011-03-15 14:47:51 -04:00
cmMakefile.h Add CMAKE_ARGC and CMAKE_ARGV0..N-1 variables (#2828) 2011-02-02 21:19:01 -05:00
cmMakefileExecutableTargetGenerator.cxx Generate target-wide flags before individual build rules 2011-03-17 15:21:59 -04:00
cmMakefileExecutableTargetGenerator.h
cmMakefileLibraryTargetGenerator.cxx Merge topic 'include-flags-response-file' 2011-03-22 14:45:44 -04:00
cmMakefileLibraryTargetGenerator.h Add support for CFBundle targets on the Mac (#11295) 2011-01-11 12:54:44 -05:00
cmMakefileTargetGenerator.cxx Make std::map usage more portable in language=>flags/defines maps 2011-05-17 08:50:55 -04:00
cmMakefileTargetGenerator.h Make std::map usage more portable in language=>flags/defines maps 2011-05-17 08:50:55 -04:00
cmMakefileUtilityTargetGenerator.cxx
cmMakefileUtilityTargetGenerator.h
cmMarkAsAdvancedCommand.cxx
cmMarkAsAdvancedCommand.h
cmMathCommand.cxx
cmMathCommand.h
cmMessageCommand.cxx
cmMessageCommand.h
cmObject.h
cmOptionCommand.cxx
cmOptionCommand.h Improve documentation of OPTION command. 2010-08-25 15:23:18 -04:00
cmOrderDirectories.cxx
cmOrderDirectories.h
cmOutputRequiredFilesCommand.cxx
cmOutputRequiredFilesCommand.h
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 CTest: Parse empty Git commits correctly 2010-06-23 09:14:43 -04:00
cmProcessTools.h CTest: Parse empty Git commits correctly 2010-06-23 09:14:43 -04:00
cmProjectCommand.cxx
cmProjectCommand.h Fix spelling errors reported by Lintian. 2010-07-13 09:41:37 -04:00
cmProperty.cxx
cmProperty.h
cmPropertyDefinition.cxx
cmPropertyDefinition.h
cmPropertyDefinitionMap.cxx
cmPropertyDefinitionMap.h
cmPropertyMap.cxx
cmPropertyMap.h
cmQTWrapCPPCommand.cxx
cmQTWrapCPPCommand.h
cmQTWrapUICommand.cxx
cmQTWrapUICommand.h
cmRemoveCommand.cxx
cmRemoveCommand.h
cmRemoveDefinitionsCommand.cxx
cmRemoveDefinitionsCommand.h
cmReturnCommand.cxx
cmReturnCommand.h
cmScriptGenerator.cxx
cmScriptGenerator.h
cmSeparateArgumentsCommand.cxx
cmSeparateArgumentsCommand.h
cmSetCommand.cxx Fix spelling errors reported by Lintian. 2010-07-13 09:41:37 -04:00
cmSetCommand.h
cmSetDirectoryPropertiesCommand.cxx
cmSetDirectoryPropertiesCommand.h
cmSetPropertyCommand.cxx
cmSetPropertyCommand.h Document scope of source file properties 2010-06-09 13:18:42 -04:00
cmSetSourceFilesPropertiesCommand.cxx
cmSetSourceFilesPropertiesCommand.h Document scope of source file properties 2010-06-09 13:18:42 -04:00
cmSetTargetPropertiesCommand.cxx
cmSetTargetPropertiesCommand.h
cmSetTestsPropertiesCommand.cxx
cmSetTestsPropertiesCommand.h Move documentation for new set_tests_properties properties. 2009-12-17 14:34:47 -05:00
cmSiteNameCommand.cxx
cmSiteNameCommand.h
cmSourceFile.cxx Merge topic 'fix-11295-support-plugin-bundles-on-mac' 2011-02-22 14:30:58 -05:00
cmSourceFile.h Report missing source files with context of target 2010-09-13 16:17:20 -04:00
cmSourceFileLocation.cxx
cmSourceFileLocation.h
cmSourceGroup.cxx
cmSourceGroup.h
cmSourceGroupCommand.cxx
cmSourceGroupCommand.h
cmStandardIncludes.cxx Tru64: Place cmOStringStream vtable uniquely (#10541) 2010-06-10 15:22:40 -04:00
cmStandardIncludes.h Tru64: Place cmOStringStream vtable uniquely (#10541) 2010-06-10 15:22:40 -04:00
cmStandardLexer.h
cmStringCommand.cxx Avoid direct use of std::stringstream 2011-02-17 08:44:22 -05:00
cmStringCommand.h Add a string(FIND) sub-command (#11795) 2011-02-15 13:17:51 -05:00
cmSubdirCommand.cxx
cmSubdirCommand.h
cmSubdirDependsCommand.cxx
cmSubdirDependsCommand.h
cmSystemTools.cxx Merge topic 'style-line-length' 2010-09-14 13:19:53 -04:00
cmSystemTools.h CPack Backward-compatibly enforce DESTDIR for DEB and RPM 2010-08-23 16:14:40 +02:00
cmTarget.cxx Merge topic 'module-link-interface-issue-11945' 2011-03-15 14:47:42 -04:00
cmTarget.h Documentation: Fix a few typos (#11883) 2011-02-22 17:24:51 -05:00
cmTargetDepend.h Record edge type in global dependency graph 2010-11-18 10:51:00 -05:00
cmTargetLinkLibrariesCommand.cxx New CMP0016 for deciding whether an unknown target in TLL() is an error. 2010-08-28 16:06:45 +02:00
cmTargetLinkLibrariesCommand.h Document target_link_libraries target scope (#11058) 2010-12-15 12:18:59 -05:00
cmTest.cxx Add the WORKING_DIRECTORY property to tests 2010-12-16 16:23:18 -05:00
cmTest.h
cmTestGenerator.cxx
cmTestGenerator.h
cmTryCompileCommand.cxx
cmTryCompileCommand.h CMake: Clarify the --debug-trycompile help text 2011-04-12 16:21:54 -04:00
cmTryRunCommand.cxx Fix spelling errors reported by Lintian. 2010-07-13 09:41:37 -04: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 New version scheme to support branchy workflow 2010-04-23 09:44:23 -04:00
cmVersion.h New version scheme to support branchy workflow 2010-04-23 09:44:23 -04:00
cmVersionConfig.h.in New version scheme to support branchy workflow 2010-04-23 09:44:23 -04:00
cmVersionMacros.h New version scheme to support branchy workflow 2010-04-23 09:44:23 -04:00
cmVisualStudio10TargetGenerator.cxx Fix for bug where VS2010 did not use .obj files as part of the build. 2011-04-01 16:28:41 -04:00
cmVisualStudio10TargetGenerator.h VS10: Skip targets with no linker language (#11230) 2010-09-30 08:48:38 -04:00
cmVisualStudioGeneratorOptions.cxx VS10: Escape double quote chars in defines for rc files (#11695) 2011-01-25 19:01:13 -05:00
cmVisualStudioGeneratorOptions.h VS10: Escape double quote chars in defines for rc files (#11695) 2011-01-25 19:01:13 -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 Borland: No S_IWGRP is available 2010-06-03 11:18:39 -04:00
cmWriteFileCommand.h
cmXCode21Object.cxx
cmXCode21Object.h
cmXCodeObject.cxx XCode: Also qoute [] as needed to set build-configurations. 2011-04-07 13:17:03 -04:00
cmXCodeObject.h XCode: Also qoute [] as needed to set build-configurations. 2011-04-07 13:17:03 -04:00
cmXMLParser.cxx
cmXMLParser.h
cmXMLSafe.cxx CTest: Do not munge UTF-8 output in XML files 2009-12-08 15:43:55 -05:00
cmXMLSafe.h
cm_utf8.c Fix or cast more integer conversions in cmake 2010-06-29 09:52:12 -04:00
cm_utf8.h CTest: Do not munge UTF-8 output in XML files 2009-12-08 15:43:55 -05:00
cmake.cxx Merge topic 'MoreGraphVizFeatures' 2011-04-19 14:07:36 -04:00
cmake.h Merge topic 'cleanup-unused-variable-check' 2011-03-31 13:22:54 -04:00
cmakemain.cxx CMake: Clarify the --debug-trycompile help text 2011-04-12 16:21:54 -04:00
cmaketest.h.in
cmakewizard.cxx
cmakewizard.h
cmakexbuild.cxx
cmparseMSBuildXML.py
cmw9xcom.cxx
ctest.cxx Added CTest command --print-labels 2010-08-31 10:41:23 -04:00