CMake/Source
Zach Mullen 7af553188e Added support for CTest awareness of the CDash version. This will help forward compatibility for both tools. Note that this changeset effectively makes the default to disable output compression. Now, to enable output compression, the CDASH_CTEST_VERSION must be explicity set to >= 1.6. Automated detection of the CDash version is the next step. 2009-12-21 12:27:04 -05:00
..
CPack use different tar format to handle longer file names 2009-11-14 08:48:32 -05:00
CTest Use human-readable Git commit times in Update.xml 2009-12-21 10:29:00 -05:00
CursesDialog Fix warnings in CMake source code. Suppress rampant warnings emanating from Qt files. 2009-10-01 16:47:08 -04:00
QtDialog BUG: Fix bug #9894. Make higher resolution CMake icon available as an application icon. On Mac, the higher resolution one is used in the dock. 2009-12-11 00:35:33 -05:00
kwsys KWSys Nightly Date Stamp 2009-12-20 23:53:43 -05:00
.cvsignore
CMakeLists.txt CTest: Do not munge UTF-8 output in XML files 2009-12-08 15:43:55 -05:00
cmAddCustomCommandCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmAddCustomCommandCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmAddCustomTargetCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmAddCustomTargetCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmAddDependenciesCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmAddExecutableCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmAddExecutableCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmAddLibraryCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmAddTestCommand.h Unfortunately, I noticed the comment on bug 8668 too late. This changes my last implementation of the exe wrapper to something which makes much more sense: a REQUIRED_FILES property on tests. 2009-12-10 15:37:04 -05: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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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 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
cmBuildNameCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmBuildNameCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCMakeMinimumRequired.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCMakeMinimumRequired.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCMakePolicyCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCMakePolicyCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCPluginAPI.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCPluginAPI.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCTest.cxx Added support for CTest awareness of the CDash version. This will help forward compatibility for both tools. Note that this changeset effectively makes the default to disable output compression. Now, to enable output compression, the CDASH_CTEST_VERSION must be explicity set to >= 1.6. Automated detection of the CDash version is the next step. 2009-12-21 12:27:04 -05:00
cmCTest.h Added support for CTest awareness of the CDash version. This will help forward compatibility for both tools. Note that this changeset effectively makes the default to disable output compression. Now, to enable output compression, the CDASH_CTEST_VERSION must be explicity set to >= 1.6. Automated detection of the CDash version is the next step. 2009-12-21 12:27:04 -05:00
cmCacheManager.cxx Fix warnings in CMake source code. Suppress warnings in Lexer and Parser files that are 'too hard' to fix. 2009-09-30 11:41:34 -04:00
cmCacheManager.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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 Fix seg fault for empty ENV{} call bug #9747 2009-10-21 09:04:50 -04:00
cmCommandArgumentParserHelper.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCommands.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmComputeComponentGraph.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmComputeComponentGraph.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmComputeLinkDepends.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmComputeLinkDepends.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmComputeLinkInformation.cxx Fix warnings in CMake source code. Suppress warnings in Lexer and Parser files that are 'too hard' to fix. 2009-09-30 11:41:34 -04:00
cmComputeLinkInformation.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmComputeTargetDepends.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmComputeTargetDepends.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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 Fix try_compile when file cannot be found 2009-10-28 11:24:08 -04:00
cmCoreTryCompile.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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
cmCustomCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCustomCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmData.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDefinitions.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDepends.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDepends.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDependsC.cxx speedup C dependency scanning even more 2009-10-06 13:57:41 -04:00
cmDependsC.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDependsFortran.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDependsFortran.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDependsFortranLexer.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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
cmDocumentVariables.cxx Remove CMAKE_SHARED_MODULE_RUNTIME_${lang}_FLAG 2009-12-02 15:17:32 -05:00
cmDocumentVariables.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmDocumentation.cxx BUG 9961: ctest --help should not display a Generators section 2009-11-24 11:46:06 -05: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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -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 Use explicit conversion to avoid warnings in cmELF 2009-10-06 08:33:05 -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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmExportCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmExportFileGenerator.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmExportFileGenerator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmExportInstallFileGenerator.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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 make testing the CodeBlocks and Eclipse generators easier by not requiring the CMAKE_EDIT_COMMAND variable 2009-10-20 17:14:12 -04:00
cmExtraCodeBlocksGenerator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmExtraEclipseCDT4Generator.cxx improve system/compiler specific settings of Eclipse 2009-11-22 05:01:04 -05:00
cmExtraEclipseCDT4Generator.h improve system/compiler specific settings of Eclipse 2009-11-22 05:01:04 -05: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 Fix up download a bit, better error checking and uses of long not double for timeout as curl needs, bug# 9748 2009-10-22 09:44:58 -04:00
cmFileCommand.h Fix up download a bit, better error checking and uses of long not double for timeout as curl needs, bug# 9748 2009-10-22 09:44:58 -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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmFindBase.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmFindCommon.cxx Create cmMakefile::PlatformIs64Bit helper method 2009-09-30 13:45:14 -04:00
cmFindCommon.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmFindFileCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmFindFileCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmFindLibraryCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmFindLibraryCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmFindPackageCommand.cxx Document and test find_package <pkg>_DIR env var 2009-11-04 13:14:57 -05:00
cmFindPackageCommand.h Fix find_package() when <pkg>_DIR is wrong 2009-10-07 14:37:30 -04:00
cmFindPathCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmFindPathCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmFindProgramCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmFindProgramCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGeneratorExpression.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGetCMakePropertyCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGetCMakePropertyCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGetDirectoryPropertyCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGetDirectoryPropertyCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGetFilenameComponentCommand.cxx Fix get_filename_component(... REALPATH) work dir 2009-11-18 10:56:40 -05:00
cmGetFilenameComponentCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGetTargetPropertyCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGetTargetPropertyCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGetTestPropertyCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGetTestPropertyCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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 Simplify CMake self-install special case 2009-12-10 09:09:50 -05:00
cmGlobalGenerator.h 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
cmGlobalJOMMakefileGenerator.cxx Add JOM support and clean up some of the tar -E stuff 2009-11-05 15:00:15 -05:00
cmGlobalJOMMakefileGenerator.h Add JOM support and clean up some of the tar -E stuff 2009-11-05 15:00:15 -05:00
cmGlobalKdevelopGenerator.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGlobalKdevelopGenerator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGlobalMSYSMakefileGenerator.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGlobalMSYSMakefileGenerator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGlobalMinGWMakefileGenerator.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -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 Qualify std::map compare functor as const 2009-09-29 08:34:39 -04:00
cmGlobalUnixMakefileGenerator3.h Qualify std::map compare functor as const 2009-09-29 08:34:39 -04:00
cmGlobalVisualStudio6Generator.cxx Teach VS generators to set the MACHINE type correctly. 2009-11-20 11:55:28 -05:00
cmGlobalVisualStudio6Generator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGlobalVisualStudio7Generator.cxx Teach VS generators to set the MACHINE type correctly. 2009-11-20 11:55:28 -05:00
cmGlobalVisualStudio7Generator.h Do not link library dependencies in VS solutions 2009-10-20 16:38:37 -04:00
cmGlobalVisualStudio8Generator.cxx Teach VS generators to set the MACHINE type correctly. 2009-11-20 11:55:28 -05:00
cmGlobalVisualStudio8Generator.h WIP: VS 10 Win64 generator 2009-10-22 08:24:11 -04:00
cmGlobalVisualStudio8Win64Generator.cxx Teach VS generators to set the MACHINE type correctly. 2009-11-20 11:55:28 -05:00
cmGlobalVisualStudio8Win64Generator.h Teach VS generators to set the MACHINE type correctly. 2009-11-20 11:55:28 -05:00
cmGlobalVisualStudio9Generator.cxx Teach VS generators to set the MACHINE type correctly. 2009-11-20 11:55:28 -05:00
cmGlobalVisualStudio9Generator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGlobalVisualStudio9Win64Generator.cxx Teach VS generators to set the MACHINE type correctly. 2009-11-20 11:55:28 -05:00
cmGlobalVisualStudio9Win64Generator.h Teach VS generators to set the MACHINE type correctly. 2009-11-20 11:55:28 -05:00
cmGlobalVisualStudio10Generator.cxx Teach VS generators to set the MACHINE type correctly. 2009-11-20 11:55:28 -05:00
cmGlobalVisualStudio10Generator.h Fix VS 10 value of CMAKE_CFG_INTDIR 2009-11-18 15:50:29 -05:00
cmGlobalVisualStudio10Win64Generator.cxx 64 bit should be setting 64 bit and not 32 bit. 2009-11-23 14:09:24 -05:00
cmGlobalVisualStudio10Win64Generator.h Teach VS generators to set the MACHINE type correctly. 2009-11-20 11:55:28 -05:00
cmGlobalVisualStudio71Generator.cxx Teach VS generators to set the MACHINE type correctly. 2009-11-20 11:55:28 -05:00
cmGlobalVisualStudio71Generator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmGlobalVisualStudioGenerator.cxx Add alternative _UTILITY targets to all solutions 2009-10-01 10:27:02 -04:00
cmGlobalVisualStudioGenerator.h 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
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 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
cmGlobalXCodeGenerator.h 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
cmGraphAdjacencyList.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmIDEOptions.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmIfCommand.cxx Remove unreachable code in cmIfCommand 2009-10-28 08:45:46 -04:00
cmIfCommand.h Fix if() command and CMP0012 OLD/NEW behavior 2009-10-27 09:07:39 -04:00
cmIncludeCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmIncludeCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmIncludeDirectoryCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmIncludeDirectoryCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmIncludeExternalMSProjectCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmIncludeExternalMSProjectCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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 Teach link_directories to recognize relative paths 2009-11-24 11:16:38 -05: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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmLoadCacheCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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 Singly-quote target names for Watcom linker 2009-11-30 11:16:24 -05:00
cmLocalGenerator.h Fix line-too-long style violations 2009-10-23 08:02:24 -04:00
cmLocalUnixMakefileGenerator3.cxx Fix warnings in CMake source code. 2009-09-30 11:46:42 -04:00
cmLocalUnixMakefileGenerator3.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmLocalVisualStudio6Generator.cxx Create a static library's output dir for VS 6 2009-10-28 12:19:15 -04:00
cmLocalVisualStudio6Generator.h Create a static library's output dir for VS 6 2009-10-28 12:19:15 -04:00
cmLocalVisualStudio7Generator.cxx Fix .vfproj files with per-source settings 2009-12-02 11:49:52 -05:00
cmLocalVisualStudio7Generator.h Fix use of module .def files for MS tools 2009-09-29 16:39:07 -04:00
cmLocalVisualStudio10Generator.cxx WIP: VS 10 Win64 generator 2009-10-22 08:24:11 -04:00
cmLocalVisualStudio10Generator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmLocalVisualStudioGenerator.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmLocalVisualStudioGenerator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmMacroCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -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 Warn on set(PARENT_SCOPE) at top scope 2009-11-02 11:56:17 -05:00
cmMakefile.h Remove CMake Policy CMP0015 until it is revised 2009-10-08 14:56:15 -04:00
cmMakefileExecutableTargetGenerator.cxx Fix line-too-long style violations 2009-10-23 08:02:24 -04:00
cmMakefileExecutableTargetGenerator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmMakefileLibraryTargetGenerator.cxx Fix line-too-long style violations 2009-10-23 08:02:24 -04:00
cmMakefileLibraryTargetGenerator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmMakefileTargetGenerator.cxx Fix line-too-long style violations 2009-10-23 08:02:24 -04:00
cmMakefileTargetGenerator.h Introduce "build feature" lookup framework 2009-10-02 13:52:01 -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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmPolicies.cxx Teach link_directories to recognize relative paths 2009-11-24 11:16:38 -05:00
cmPolicies.h Teach link_directories to recognize relative paths 2009-11-24 11:16:38 -05:00
cmProcessTools.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmProcessTools.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmProjectCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmProjectCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmProperty.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmProperty.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmPropertyMap.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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
cmRemoveCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmRemoveCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -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 Fix warnings in CMake source code. Suppress rampant warnings emanating from Qt files. 2009-10-01 16:47:08 -04:00
cmScriptGenerator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmSeparateArgumentsCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmSeparateArgumentsCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmSetCommand.cxx Remove CMake Policy CMP0015 until it is revised 2009-10-08 14:56:15 -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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmSetPropertyCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmSetSourceFilesPropertiesCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmSetSourceFilesPropertiesCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmSetTargetPropertiesCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmSetTargetPropertiesCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmSiteNameCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmSourceFile.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmSourceFile.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmSourceGroupCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmStandardIncludes.h Suppress Intel float-equality test warnings 2009-11-24 08:57:06 -05:00
cmStandardLexer.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmStringCommand.cxx Fix issue #9851 - only seed the random number generator on the first call to STRING(RANDOM or if given the new RANDOM_SEED argument. Add test and documentation of new argument. 2009-11-06 10:07:10 -05:00
cmStringCommand.h Fix issue #9851 - only seed the random number generator on the first call to STRING(RANDOM or if given the new RANDOM_SEED argument. Add test and documentation of new argument. 2009-11-06 10:07:10 -05: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 Added support for CTest awareness of the CDash version. This will help forward compatibility for both tools. Note that this changeset effectively makes the default to disable output compression. Now, to enable output compression, the CDASH_CTEST_VERSION must be explicity set to >= 1.6. Automated detection of the CDash version is the next step. 2009-12-21 12:27:04 -05:00
cmSystemTools.h Added support for CTest awareness of the CDash version. This will help forward compatibility for both tools. Note that this changeset effectively makes the default to disable output compression. Now, to enable output compression, the CDASH_CTEST_VERSION must be explicity set to >= 1.6. Automated detection of the CDash version is the next step. 2009-12-21 12:27:04 -05:00
cmTarget.cxx Fix issue #9054 - ensure a valid install name for frameworks. 2009-12-14 17:46:29 -05:00
cmTarget.h Define per-target OSX_ARCHITECTURES property 2009-10-21 13:00:49 -04:00
cmTargetLinkLibrariesCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmTargetLinkLibrariesCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmTest.cxx Move documentation for new set_tests_properties properties. 2009-12-17 14:34:47 -05:00
cmTest.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmTestGenerator.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmTestGenerator.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmTryCompileCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmTryCompileCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmTryRunCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmTryRunCommand.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmVersion.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmVersionConfig.h.in Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmVersionMacros.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmVisualStudio10TargetGenerator.cxx Fix for bug 10001, make vs 10 compiler .rc files correctly 2009-12-09 11:52:10 -05:00
cmVisualStudio10TargetGenerator.h Detect and set Unicode character set in VS 10 2009-10-23 11:34:37 -04:00
cmVisualStudioGeneratorOptions.cxx ENH: Separate option mapping from VS generators 2009-07-29 11:29:08 -04:00
cmVisualStudioGeneratorOptions.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04: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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmWin32ProcessExecution.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmWriteFileCommand.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -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 Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmXCodeObject.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -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 CTest: Do not munge UTF-8 output in XML files 2009-12-08 15:43:55 -05:00
cm_utf8.h CTest: Do not munge UTF-8 output in XML files 2009-12-08 15:43:55 -05:00
cmake.cxx Remove unused DumpDocumentation code 2009-12-08 09:38:36 -05:00
cmake.h Remove unused DumpDocumentation code 2009-12-08 09:38:36 -05:00
cmakemain.cxx Fix for bug #9965 -i was not passed to -E commands. 2009-11-24 20:13:29 -05: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 Added an option to conditionally attach files to a test submission only if the test does not pass. Also some preliminary changes for test output compression. 2009-12-16 14:50:16 -05:00