CMake/Source
Brad King ed7cef5634 Factor Compute(File|String)MD5 into cmCryptoHash helper
Define an abstract API around the backend hash algorithm.  Expose
ifstream errors to HashFile callers.  Always try opening the file.
Succeed only if the end of file is reached without error.
2011-11-16 10:14:53 -05:00
..
CPack Usage: Print help, version and copyright options in usage information. 2011-10-23 22:18:14 +02:00
CTest Merge topic 'some-documentation-fixes' 2011-10-25 15:34:26 -04:00
CursesDialog ccmake: Factor toggle key help instructions. 2011-10-23 22:18:14 +02: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-11-14 00:05:04 -05:00
.cvsignore
CMakeLists.txt Factor Compute(File|String)MD5 into cmCryptoHash helper 2011-11-16 10:14:53 -05: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 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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmAddDefinitionsCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmAddLibraryCommand.cxx Move automoc processing from add_executable/library to cmGlobalGenerator 2011-08-16 01:45:05 +02:00
cmAddLibraryCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmAddSubDirectoryCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmAddSubDirectoryCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
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 Add Compress compress support to libarchive-wrapper 2010-08-16 20:45:05 +02:00
cmAuxSourceDirectoryCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmAuxSourceDirectoryCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmBootstrapCommands.cxx Build enable_language command during bootstrap 2010-12-30 12:59:57 -05:00
cmBreakCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmBreakCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmBuildCommand.cxx Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of running -D dashboards from the command line and running ctest_configure, ctest_build and ctest_test commands in -S scripts. Also, allow a script to change it by setting the CTEST_CONFIGURATION_TYPE variable: allows for multiple configuration build/test cycles within one script. Add a new signature for the cmake command build_command that accepts CONFIGURATION as one argument. The original build_command signature is still there, but now marked as deprecated in the documentation. Of course... also add CTestConfig tests to verify that -C is honored for -D dashboards and -S scripts. 2009-12-04 12:09:01 -05:00
cmBuildCommand.h Documentation: Fix comments in the source code (#10941) 2011-08-04 19:03:24 -04:00
cmBuildNameCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmBuildNameCommand.h Documentation: Fix comments in the source code (#10941) 2011-08-04 19:03:24 -04:00
cmCMakeMinimumRequired.cxx Teach cmake_minimum_required about tweak version 2010-04-23 09:50:02 -04:00
cmCMakeMinimumRequired.h Documentation: Fix comments in the source code (#10941) 2011-08-04 19:03:24 -04:00
cmCMakePolicyCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCTest.cxx Merge topic 'fix-12539-ctestconfig-from-build-dir' 2011-11-01 14:26:21 -04:00
cmCTest.h We will actually compress memcheck output if the server supports it. 2011-05-26 14:50:07 -04: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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCallVisualStudioMacro.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCommandArgumentLexer.cxx Doxygen: Fix warnings. 2011-10-23 22:18:08 +02:00
cmCommandArgumentLexer.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCommandArgumentLexer.in.l Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCommandArgumentParser.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCommandArgumentParser.y Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCommandArgumentsHelper.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCommandArgumentsHelper.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCommands.cxx Build enable_language command during bootstrap 2010-12-30 12:59:57 -05:00
cmCommands.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
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 Documentation: Fix spelling / formatting errors (#12287) 2011-06-19 18:08:05 -04:00
cmComputeLinkDepends.h Split notion of node lists and edge lists 2010-08-25 17:10:00 -04:00
cmComputeLinkInformation.cxx Fix linking to OS X Frameworks named with spaces (#12550) 2011-11-02 08:58:41 -04:00
cmComputeLinkInformation.h OpenBSD: Work-around static/runtime linker inconsistency 2010-03-26 09:33:28 -04:00
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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmConfigureFileCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmConfigureFileCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCreateTestSourceList.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCryptoHash.cxx Factor Compute(File|String)MD5 into cmCryptoHash helper 2011-11-16 10:14:53 -05:00
cmCryptoHash.h Factor Compute(File|String)MD5 into cmCryptoHash helper 2011-11-16 10:14:53 -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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDefinePropertyCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDependsC.cxx Normalize slashes in scanned #include lines (#10281) 2011-01-17 15:03:53 -05:00
cmDependsC.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDependsFortran.cxx Fix escapes in Fortran depend.make entries 2010-01-04 10:18:44 -05:00
cmDependsFortran.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDependsFortranLexer.cxx Doxygen: Fix warnings. 2011-10-23 22:18:08 +02:00
cmDependsFortranLexer.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDependsFortranLexer.in.l Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDependsFortranParser.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDependsFortranParser.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDependsFortranParser.y Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDependsFortranParserTokens.h ENH: Use KWSys String strcasecmp to parse Fortran 2009-06-12 10:46:25 -04:00
cmDependsJava.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDependsJava.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDependsJavaLexer.cxx Doxygen: Fix warnings. 2011-10-23 22:18:08 +02:00
cmDependsJavaLexer.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDependsJavaLexer.in.l Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDependsJavaParser.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDependsJavaParser.y Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDependsJavaParserHelper.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDependsJavaParserHelper.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDependsJavaParserTokens.h STYLE: fix line lengths 2006-03-10 13:54:57 -05:00
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 'AddMocOptionsToAutomoc' 2011-11-08 14:42:51 -05:00
cmDocumentVariables.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDocumentation.cxx Usage: Document all options printing the version number. 2011-10-23 22:18:14 +02:00
cmDocumentation.h BUG 9961: ctest --help should not display a Generators section 2009-11-24 11:46:06 -05:00
cmDocumentationFormatter.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDocumentationFormatter.h Doxygen: Fix warnings. 2011-10-23 22:18:08 +02:00
cmDocumentationFormatterDocbook.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDocumentationFormatterDocbook.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDocumentationFormatterHTML.cxx Documentation: Comply with "XHTML 1.0 Strict" 2010-03-01 08:51:20 -05:00
cmDocumentationFormatterHTML.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDocumentationFormatterMan.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDocumentationFormatterMan.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDocumentationFormatterText.cxx Remove conversion warning. 2010-05-12 10:22:55 -04:00
cmDocumentationFormatterText.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDocumentationFormatterUsage.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDocumentationFormatterUsage.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDocumentationSection.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDocumentationSection.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDynamicLoader.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDynamicLoader.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmELF.cxx Fix line-too-long style errors 2010-09-10 14:42:09 -04:00
cmELF.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmElseCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmElseCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmElseIfCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmElseIfCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmEnableLanguageCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmEnableLanguageCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmEnableTestingCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmEnableTestingCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmEndForEachCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmEndForEachCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmEndFunctionCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmEndFunctionCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmEndIfCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmEndIfCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmEndMacroCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmEndMacroCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmEndWhileCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmEndWhileCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmExecProgramCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmExecProgramCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmExecuteProcessCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmExecuteProcessCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmExecutionStatus.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmExportBuildFileGenerator.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmExportBuildFileGenerator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmExportCommand.cxx No CMAKE_CONFIGURATION_TYPES in single-config generators (#10202) 2010-09-08 14:54:49 -04:00
cmExportCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmExportFileGenerator.cxx Add support for CFBundle targets on the Mac (#11295) 2011-01-11 12:54:44 -05:00
cmExportFileGenerator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmExportInstallFileGenerator.cxx Add support for CFBundle targets on the Mac (#11295) 2011-01-11 12:54:44 -05:00
cmExportInstallFileGenerator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmExportLibraryDependencies.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmExportLibraryDependencies.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmExprLexer.cxx Doxygen: Fix warnings. 2011-10-23 22:18:08 +02:00
cmExprLexer.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmExprLexer.in.l Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmExprParser.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmExprParser.y Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmExprParserHelper.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmExprParserHelper.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmExprParserTokens.h STYLE: fix line lengths 2006-03-10 13:54:57 -05:00
cmExternalMakefileProjectGenerator.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmExternalMakefileProjectGenerator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmExtraCodeBlocksGenerator.cxx Merge topic 'CodeBlocks-quoting' 2011-10-11 14:45:17 -04:00
cmExtraCodeBlocksGenerator.h Don't disable colors in the CodeBlocks generator and minor cleanup. 2010-11-11 22:13:39 +01:00
cmExtraEclipseCDT4Generator.cxx Merge topic 'FixTargetsInVirtualFoldersForEclipseIndigo' 2011-11-08 14:43:10 -05:00
cmExtraEclipseCDT4Generator.h Eclipse: add Build and Clean targets to targets 2011-10-23 12:25:33 +02:00
cmFLTKWrapUICommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmFLTKWrapUICommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmFileCommand.cxx Make file(DOWNLOAD) fail on http error 2011-09-19 17:41:48 -04:00
cmFileCommand.h Teach file(DOWNLOAD|UPLOAD) to timeout after inactivity 2011-06-01 09:55:42 -04:00
cmFileTimeComparison.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmFileTimeComparison.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmFindBase.cxx Refactor find_* command final path list computation 2011-09-23 14:36:27 -04:00
cmFindBase.h Speedup find_* commands (#11412) 2010-11-12 10:47:28 -05:00
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 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 find_library: Use lib->lib64 conversion in CXX-only projects (#12247,#12248) 2011-06-15 08:32:22 -04:00
cmFindLibraryCommand.h Speedup find_* commands (#11412) 2010-11-12 10:47:28 -05:00
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 Speedup find_* commands (#11412) 2010-11-12 10:47:28 -05:00
cmFindProgramCommand.cxx Teach find_(library|package) about Linux multiarch (#12037) 2011-06-08 10:04:44 -04:00
cmFindProgramCommand.h Speedup find_* commands (#11412) 2010-11-12 10:47:28 -05:00
cmForEachCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmForEachCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmFunctionBlocker.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmFunctionCommand.cxx Remove old false positive avoidance code 2010-09-17 10:02:15 -04:00
cmFunctionCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGeneratedFileStream.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGeneratedFileStream.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGetDirectoryPropertyCommand.h Reference get_property() from old get_*_property() commands 2011-01-17 09:19:45 -05:00
cmGetFilenameComponentCommand.cxx Fix get_filename_component(... REALPATH) work dir 2009-11-18 10:56:40 -05:00
cmGetFilenameComponentCommand.h -minor doc fixes 2010-05-08 09:27:48 +02:00
cmGetPropertyCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGetPropertyCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGetSourceFilePropertyCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGetSourceFilePropertyCommand.h Reference get_property() from old get_*_property() commands 2011-01-17 09:19:45 -05:00
cmGetTargetPropertyCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGetTargetPropertyCommand.h Reference get_property() from old get_*_property() commands 2011-01-17 09:19:45 -05:00
cmGetTestPropertyCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGetTestPropertyCommand.h Reference get_property() from old get_*_property() commands 2011-01-17 09:19:45 -05:00
cmGlobalBorlandMakefileGenerator.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGlobalBorlandMakefileGenerator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
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 Add JOM support and clean up some of the tar -E stuff 2009-11-05 15:00:15 -05:00
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 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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGlobalMinGWMakefileGenerator.cxx MinGW: Remove old workaround and use native echo (#12283) 2011-06-16 15:43:17 -04:00
cmGlobalMinGWMakefileGenerator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGlobalNMakeMakefileGenerator.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGlobalNMakeMakefileGenerator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
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 Refactor VS <= 7.1 utility-depends workaround 2010-08-24 18:47:56 -04:00
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 VS: Convert PlatformName member to a virtual method 2010-08-24 17:36:09 -04:00
cmGlobalVisualStudio9Generator.cxx Order VS local generator Version ivar values consistently 2011-11-14 09:47:31 -05:00
cmGlobalVisualStudio9Generator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
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 VS: Convert PlatformName member to a virtual method 2010-08-24 17:36:09 -04:00
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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGlobalWatcomWMakeGenerator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGlobalXCodeGenerator.cxx Xcode: Avoid spewing the environment on every script run (#12522) 2011-10-20 19:14:28 -04:00
cmGlobalXCodeGenerator.h Constify XCode generator getters to match cmGlobalGenerator 2011-10-07 08:22:05 -04: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 Fix warnings in CMake source code. 2009-10-02 15:30:01 -04:00
cmHexFileConverter.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmIDEFlagTable.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
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 Remove unreachable code in cmIfCommand 2009-10-28 08:45:46 -04:00
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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmIncludeExternalMSProjectCommand.h -minor doc fixes 2010-05-08 09:27:48 +02:00
cmIncludeRegularExpressionCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmIncludeRegularExpressionCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmInstallCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmInstallCommand.h Clarify install(TARGETS) docs for EXPORT option 2010-08-24 10:53:19 -04:00
cmInstallCommandArguments.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmInstallCommandArguments.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmInstallDirectoryGenerator.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmInstallDirectoryGenerator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmInstallExportGenerator.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmInstallExportGenerator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmInstallFilesCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmInstallFilesCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmInstallFilesGenerator.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmInstallFilesGenerator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmInstallGenerator.cxx InstallGen/CPack fix handling absolute installed file regression 2010-09-20 23:33:35 +02:00
cmInstallGenerator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmInstallProgramsCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmInstallProgramsCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmInstallScriptGenerator.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmInstallScriptGenerator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmInstallTargetGenerator.cxx Tweak all files during target installation 2009-10-21 13:11:42 -04:00
cmInstallTargetGenerator.h Tweak all files during target installation 2009-10-21 13:11:42 -04:00
cmInstallTargetsCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmInstallTargetsCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmLinkDirectoriesCommand.cxx Teach link_directories to recognize relative paths 2009-11-24 11:16:38 -05:00
cmLinkDirectoriesCommand.h Tell people that link_directories() is not what they are searching for 2011-10-27 09:23:05 -04:00
cmLinkLibrariesCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmLinkLibrariesCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmListCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmListCommand.h Clarify list subcommand documentation (#8154) 2011-02-07 16:55:07 -05:00
cmListFileCache.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmListFileCache.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmListFileLexer.c Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmListFileLexer.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmListFileLexer.in.l Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmLoadCommandCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmLocalGenerator.cxx Fix configuration-dependent flag lookup in cmLocalGenerator::GetTargetFlags 2011-10-02 18:30:43 +01:00
cmLocalGenerator.h Doxygen: Improve code documentation. 2011-10-23 22:15:30 +02:00
cmLocalUnixMakefileGenerator3.cxx Merge topic 'fix-typo' 2011-11-08 14:43:44 -05: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 Create a static library's output dir for VS 6 2009-10-28 12:19:15 -04:00
cmLocalVisualStudio7Generator.cxx Order VS local generator Version ivar values consistently 2011-11-14 09:47:31 -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 Order VS local generator Version ivar values consistently 2011-11-14 09:47:31 -05:00
cmLocalVisualStudioGenerator.h Enumerate VS11 version explicitly in local generators 2011-11-14 09:50:47 -05:00
cmLocalXCodeGenerator.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmLocalXCodeGenerator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmMakeDepend.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmMakeDirectoryCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmMakeDirectoryCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmMakefile.cxx Refactor TargetTypeNames. 2011-10-02 18:30:42 +01:00
cmMakefile.h Doxygen: Fix warnings. 2011-10-23 22:18:08 +02:00
cmMakefileExecutableTargetGenerator.cxx Generate target-wide flags before individual build rules 2011-03-17 15:21:59 -04:00
cmMakefileExecutableTargetGenerator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
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 Fortran: Add support for free- and fixed-form flags 2011-08-31 10:24:43 -04:00
cmMakefileTargetGenerator.h Fortran: Add support for free- and fixed-form flags 2011-08-31 10:24:43 -04:00
cmMakefileUtilityTargetGenerator.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmMakefileUtilityTargetGenerator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmMarkAsAdvancedCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmMarkAsAdvancedCommand.h Documentation: Fix comments in the source code (#10941) 2011-08-04 19:03:24 -04:00
cmMathCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmMathCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmMessageCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmMessageCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmObject.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmOptionCommand.cxx Remove CMake Policy CMP0015 until it is revised 2009-10-08 14:56:15 -04:00
cmOptionCommand.h Improve documentation of OPTION command. 2010-08-25 15:23:18 -04:00
cmOrderDirectories.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmOrderDirectories.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmOutputRequiredFilesCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
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 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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmProjectCommand.h Fix spelling errors reported by Lintian. 2010-07-13 09:41:37 -04:00
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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmPropertyDefinition.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmPropertyDefinitionMap.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmPropertyDefinitionMap.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmQTWrapCPPCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmQTWrapUICommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmQTWrapUICommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmQtAutomoc.cxx Merge topic 'automoc_qt5' 2011-11-15 14:39:00 -05:00
cmQtAutomoc.h Merge topic 'automoc_qt5' 2011-11-15 14:39:00 -05:00
cmRemoveCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmRemoveCommand.h Documentation: Fix comments in the source code (#10941) 2011-08-04 19:03:24 -04:00
cmRemoveDefinitionsCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmRemoveDefinitionsCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmReturnCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmReturnCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmSeparateArgumentsCommand.h Documentation: Fix comments in the source code (#10941) 2011-08-04 19:03:24 -04:00
cmSetCommand.cxx Fix spelling errors reported by Lintian. 2010-07-13 09:41:37 -04:00
cmSetCommand.h Remove CMake Policy CMP0015 until it is revised 2009-10-08 14:56:15 -04:00
cmSetDirectoryPropertiesCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmSetDirectoryPropertiesCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmSetSourceFilesPropertiesCommand.h Document scope of source file properties 2010-06-09 13:18:42 -04:00
cmSetTargetPropertiesCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmSetTargetPropertiesCommand.h VS: Add VS_SCC_AUXPATH target property (#12549) 2011-11-01 11:29:08 -04:00
cmSetTestsPropertiesCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmSetTestsPropertiesCommand.h Move documentation for new set_tests_properties properties. 2009-12-17 14:34:47 -05:00
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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmSourceFileLocation.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmSourceGroup.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmSourceGroup.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmSourceGroupCommand.cxx Fix style errors added by parent and grandparent 2011-06-08 07:54:33 -04:00
cmSourceGroupCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmStringCommand.cxx CMake: Update documentation of STRING(SUBSTRING) for length -1 (#10740) 2011-05-27 16:25:08 -04:00
cmStringCommand.h CMake: Update documentation of STRING(SUBSTRING) for length -1 (#10740) 2011-05-27 16:25:08 -04:00
cmSubdirCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmSubdirCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmSubdirDependsCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmSubdirDependsCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmSystemTools.cxx Factor Compute(File|String)MD5 into cmCryptoHash helper 2011-11-16 10:14:53 -05:00
cmSystemTools.h RunSingleCommand: Add a OUTPUT_NORMAL flag. 2011-07-28 10:43:09 -04:00
cmTarget.cxx Merge topic 'AddMocOptionsToAutomoc' 2011-11-08 14:42:51 -05:00
cmTarget.h Refactor TargetTypeNames. 2011-10-02 18:30:42 +01: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 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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmUnsetCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmUseMangledMesaCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmUseMangledMesaCommand.h Make use_mangled_mesa() available in cmake script mode (#11926) 2011-03-10 21:44:02 +01:00
cmUtilitySourceCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmUtilitySourceCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmVS10CLFlagTable.h Fix optionally-valued booleans in VS 10 flag table 2009-10-23 14:59:26 -04:00
cmVS10LibFlagTable.h Add StringProperty options for VS 10 flag table 2009-09-29 16:37:06 -04:00
cmVS10LinkFlagTable.h Fix optionally-valued booleans in VS 10 flag table 2009-10-23 14:59:26 -04:00
cmVariableRequiresCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmVariableRequiresCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmVariableWatch.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmVariableWatch.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmVariableWatchCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmVariableWatchCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
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 Merge topic 'vs-version-ivar' 2011-11-15 14:39:25 -05:00
cmVisualStudio10TargetGenerator.h VS10: Skip targets with no linker language (#11230) 2010-09-30 08:48:38 -04: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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmWhileCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmWin32ProcessExecution.cxx Avoid passing string literal to char* type 2010-12-28 09:57:35 -05:00
cmWin32ProcessExecution.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmWriteFileCommand.cxx Borland: No S_IWGRP is available 2010-06-03 11:18:39 -04:00
cmWriteFileCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmXCode21Object.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmXCode21Object.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmXMLParser.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmXMLSafe.cxx CTest: Do not munge UTF-8 output in XML files 2009-12-08 15:43:55 -05:00
cmXMLSafe.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
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 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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmakewizard.cxx Fix warnings in CMake source code. 2009-10-02 15:30:01 -04:00
cmakewizard.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmakexbuild.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmparseMSBuildXML.py BUG: hardcore some values so output matches cmVS10CLFlagTable.h (addresses bug #9753) 2009-10-27 11:35:37 -04:00
cmw9xcom.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
ctest.cxx Usage: Print help, version and copyright options in usage information. 2011-10-23 22:18:14 +02:00