CMake/Source
Brad King c332e0bf3c ENH: Isolate policy changes in included scripts
Isolation of policy changes inside scripts is important for protecting
the including context.  This teaches include() and find_package() to
imply a cmake_policy(PUSH) and cmake_policy(POP) around the scripts they
load, with a NO_POLICY_SCOPE option to disable the behavior.  This also
creates CMake Policy CMP0011 to provide compatibility.  See issue #8192.
2009-01-22 13:18:40 -05:00
..
CPack BUG: Fix issue #8402. Add a drag and drop bundle generator to the Mac build of CPack. Add a test of it in the CPackComponents test. Thanks to Clinton Stimpson for the patch. 2009-01-22 12:12:44 -05:00
CTest BUG: Fix issue #8363. Wrap output with MakeXMLSafe calls so that the generated XML files are valid, parse-able XML. 2009-01-22 07:16:05 -05:00
CursesDialog BUG: fix for 4026, display a message if ccmake has errors 2008-10-09 12:49:49 -04:00
FLTKDialog
kwsys STYLE: Nightly Date Stamp 2009-01-22 00:01:56 -05:00
MFCDialog
QtDialog ENH: Use the latest CMake-logo-triangle-high-res.png to improve the look of CMakeSetup.icns on the Mac. 2009-01-21 13:20:47 -05:00
WXDialog
.cvsignore
cmAddCustomCommandCommand.cxx
cmAddCustomCommandCommand.h
cmAddCustomTargetCommand.cxx ENH: Allow custom sources in custom targets 2008-10-09 11:01:23 -04:00
cmAddCustomTargetCommand.h ENH: Allow custom sources in custom targets 2008-10-09 11:01:23 -04:00
cmAddDefinitionsCommand.cxx
cmAddDefinitionsCommand.h
cmAddDependenciesCommand.cxx
cmAddDependenciesCommand.h
cmAddExecutableCommand.cxx
cmAddExecutableCommand.h
cmAddLibraryCommand.cxx
cmAddLibraryCommand.h
cmAddSubDirectoryCommand.cxx
cmAddSubDirectoryCommand.h
cmAddTestCommand.cxx
cmAddTestCommand.h
cmake.cxx COMP: Fix the ExternalProject test for Visual Studio 6. Visual Studio 6 *.dsp files cannot have hyphens in them. Add utility function GetVS6TargetName to replace hyphens with underscores when generating *.dsp file names. Use the function everywhere necessary in the VS6 generators. And, a workaround: VS6 uses ".\Debug" (for example) as an "$(IntDir)" value - strip any leading ".\" when processing a --config argument in the cmake --build handling code. 2008-12-09 16:07:10 -05:00
cmake.h BUG: 4244, add a --build option to cmake that can build projects configured by CMake 2008-10-15 13:56:07 -04:00
CMakeLists.txt BUG: Fix issue #8402. Add a drag and drop bundle generator to the Mac build of CPack. Add a test of it in the CPackComponents test. Thanks to Clinton Stimpson for the patch. 2009-01-22 12:12:44 -05:00
cmakemain.cxx BUG: 4244, add a --build option to cmake that can build projects configured by CMake 2008-10-15 13:56:07 -04:00
cmaketest.h.in
cmakewizard.cxx
cmakewizard.h
cmakexbuild.cxx
cmAuxSourceDirectoryCommand.cxx
cmAuxSourceDirectoryCommand.h
cmBootstrapCommands.cxx COMP: Add set_directory_properties to bootstrap 2008-12-18 14:56:30 -05:00
cmBreakCommand.cxx
cmBreakCommand.h
cmBuildCommand.cxx
cmBuildCommand.h
cmBuildNameCommand.cxx
cmBuildNameCommand.h
cmCacheManager.cxx
cmCacheManager.h
cmCallVisualStudioMacro.cxx BUG: Fix issue #7533. Revise fix for issue #7058 to use pragma comment libs in the source file rather than using TARGET_LINK_LIBRARIES in CMakeLists.txt because of the complex ifdef logic used in correct copies of comdef.h. 2008-10-08 14:19:01 -04:00
cmCallVisualStudioMacro.h
cmCMakeMinimumRequired.cxx ENH: Ignore unknown cmake_minimum_required args 2009-01-03 15:47:58 -05:00
cmCMakeMinimumRequired.h STYLE: changed "one may" into "it should" to make it stronger 2009-01-04 04:12:52 -05:00
cmCMakePolicyCommand.cxx ENH: Create policy scope barriers 2009-01-22 10:57:16 -05:00
cmCMakePolicyCommand.h ENH: Isolate policy changes in included scripts 2009-01-22 13:18:40 -05:00
cmCommand.h
cmCommandArgumentLexer.cxx COMP: Restore fixes to generated lexer 2008-12-18 09:58:06 -05:00
cmCommandArgumentLexer.h ENH: Allow most characters in ENV variable refs 2008-12-17 08:24:35 -05:00
cmCommandArgumentLexer.in.l COMP: Restore fixes to generated lexer 2008-12-18 09:58:06 -05:00
cmCommandArgumentParser.cxx BUG: Move previous parser bugfixes into input file 2008-12-18 09:58:01 -05:00
cmCommandArgumentParser.y BUG: Move previous parser bugfixes into input file 2008-12-18 09:58:01 -05:00
cmCommandArgumentParserHelper.cxx
cmCommandArgumentParserHelper.h
cmCommandArgumentParserTokens.h ENH: Allow most characters in ENV variable refs 2008-12-17 08:24:35 -05:00
cmCommandArgumentsHelper.cxx
cmCommandArgumentsHelper.h
cmCommands.cxx COMP: Add set_directory_properties to bootstrap 2008-12-18 14:56:30 -05:00
cmCommands.h
cmComputeComponentGraph.cxx
cmComputeComponentGraph.h
cmComputeLinkDepends.cxx
cmComputeLinkDepends.h
cmComputeLinkInformation.cxx
cmComputeLinkInformation.h
cmComputeTargetDepends.cxx
cmComputeTargetDepends.h
cmConfigure.cmake.h.in
cmConfigureFileCommand.cxx
cmConfigureFileCommand.h
cmCoreTryCompile.cxx
cmCoreTryCompile.h
cmCPluginAPI.cxx
cmCPluginAPI.h
cmCreateTestSourceList.cxx
cmCreateTestSourceList.h
cmCTest.cxx BUG: add output on failure to ctest #8255 2009-01-18 13:03:32 -05:00
cmCTest.h BUG: add output on failure to ctest #8255 2009-01-18 13:03:32 -05:00
cmCustomCommand.cxx
cmCustomCommand.h
cmData.h
cmDefinePropertyCommand.cxx
cmDefinePropertyCommand.h
cmDepends.cxx
cmDepends.h
cmDependsC.cxx
cmDependsC.h
cmDependsFortran.cxx
cmDependsFortran.h
cmDependsFortranLexer.cxx
cmDependsFortranLexer.h
cmDependsFortranLexer.in.l
cmDependsFortranParser.cxx
cmDependsFortranParser.h
cmDependsFortranParser.y
cmDependsFortranParserTokens.h
cmDependsJava.cxx
cmDependsJava.h
cmDependsJavaLexer.cxx
cmDependsJavaLexer.h
cmDependsJavaLexer.in.l
cmDependsJavaParser.cxx
cmDependsJavaParser.y
cmDependsJavaParserHelper.cxx
cmDependsJavaParserHelper.h
cmDependsJavaParserTokens.h
cmDocumentation.cxx COMP: Fix assignment inside condition 2008-10-11 15:35:30 -04:00
cmDocumentation.h ENH: Improve generated documentation formatting 2008-10-10 11:23:35 -04:00
cmDocumentationFormatter.cxx ENH: Improve generated documentation formatting 2008-10-10 11:23:35 -04:00
cmDocumentationFormatter.h ENH: Improve generated documentation formatting 2008-10-10 11:23:35 -04:00
cmDocumentationFormatterDocbook.cxx BUG: don't create empty <itemizedlist>s (#7289), dblatex didn't like that 2009-01-10 09:01:37 -05:00
cmDocumentationFormatterDocbook.h ENH: Improve generated documentation formatting 2008-10-10 11:23:35 -04:00
cmDocumentationFormatterHTML.cxx ENH: Improve generated documentation formatting 2008-10-10 11:23:35 -04:00
cmDocumentationFormatterHTML.h ENH: Improve generated documentation formatting 2008-10-10 11:23:35 -04:00
cmDocumentationFormatterMan.cxx ENH: Improve generated documentation formatting 2008-10-10 11:23:35 -04:00
cmDocumentationFormatterMan.h ENH: Improve generated documentation formatting 2008-10-10 11:23:35 -04:00
cmDocumentationFormatterText.cxx
cmDocumentationFormatterText.h
cmDocumentationFormatterUsage.cxx
cmDocumentationFormatterUsage.h
cmDocumentationSection.cxx
cmDocumentationSection.h
cmDocumentVariables.cxx ENH: Provide variable CMAKE_VERSION 2009-01-15 08:57:44 -05:00
cmDocumentVariables.h
cmDumpDocumentation.cxx
cmDynamicLoader.cxx
cmDynamicLoader.h
cmELF.cxx
cmELF.h
cmElseCommand.cxx
cmElseCommand.h
cmElseIfCommand.cxx
cmElseIfCommand.h
cmEnableLanguageCommand.cxx ENH: revert last change, as it fails tests 2008-10-14 13:56:49 -04:00
cmEnableLanguageCommand.h
cmEnableTestingCommand.cxx
cmEnableTestingCommand.h
cmEndForEachCommand.cxx
cmEndForEachCommand.h
cmEndFunctionCommand.cxx
cmEndFunctionCommand.h
cmEndIfCommand.cxx
cmEndIfCommand.h
cmEndMacroCommand.cxx
cmEndMacroCommand.h
cmEndWhileCommand.cxx
cmEndWhileCommand.h
cmExecProgramCommand.cxx
cmExecProgramCommand.h
cmExecuteProcessCommand.cxx
cmExecuteProcessCommand.h
cmExecutionStatus.h
cmExportBuildFileGenerator.cxx BUG: Fix LOCATION property for Mac AppBundles 2009-01-20 15:49:37 -05:00
cmExportBuildFileGenerator.h
cmExportCommand.cxx
cmExportCommand.h
cmExportFileGenerator.cxx
cmExportFileGenerator.h
cmExportInstallFileGenerator.cxx ENH: Refactor computation of import file glob 2009-01-07 14:16:28 -05:00
cmExportInstallFileGenerator.h ENH: Refactor computation of import file glob 2009-01-07 14:16:28 -05:00
cmExportLibraryDependencies.cxx
cmExportLibraryDependencies.h
cmExprLexer.cxx
cmExprLexer.h
cmExprLexer.in.l
cmExprParser.cxx
cmExprParser.y
cmExprParserHelper.cxx
cmExprParserHelper.h
cmExprParserTokens.h
cmExternalMakefileProjectGenerator.cxx
cmExternalMakefileProjectGenerator.h
cmExtraCodeBlocksGenerator.cxx BUG: fix #8203: codeblocks + mingw doesn't like the extra quotes around the 2009-01-09 18:04:20 -05:00
cmExtraCodeBlocksGenerator.h
cmExtraEclipseCDT4Generator.cxx COMP: Fix const set find for Borland 5.5 2009-01-14 09:51:58 -05:00
cmExtraEclipseCDT4Generator.h ENH: patch from Miguel, 2009-01-11 12:18:44 -05:00
cmFileCommand.cxx ENH: Add undocumented file(DIFFERENT) command 2009-01-07 14:16:35 -05:00
cmFileCommand.h ENH: Add undocumented file(DIFFERENT) command 2009-01-07 14:16:35 -05:00
cmFileTimeComparison.cxx
cmFileTimeComparison.h
cmFindBase.cxx ENH: Clarify PATH_SUFFIXES documentation 2008-10-14 08:43:19 -04:00
cmFindBase.h
cmFindCommon.cxx
cmFindCommon.h
cmFindFileCommand.cxx
cmFindFileCommand.h
cmFindLibraryCommand.cxx
cmFindLibraryCommand.h
cmFindPackageCommand.cxx ENH: Isolate policy changes in included scripts 2009-01-22 13:18:40 -05:00
cmFindPackageCommand.h ENH: Isolate policy changes in included scripts 2009-01-22 13:18:40 -05:00
cmFindPathCommand.cxx
cmFindPathCommand.h
cmFindProgramCommand.cxx
cmFindProgramCommand.h
cmFLTKWrapUICommand.cxx
cmFLTKWrapUICommand.h
cmForEachCommand.cxx ENH: Better handling of mismatched blocks 2009-01-21 09:49:00 -05:00
cmForEachCommand.h ENH: Better error message for unclosed blocks 2009-01-21 09:48:20 -05:00
cmFunctionBlocker.h ENH: Better error message for unclosed blocks 2009-01-21 09:48:20 -05:00
cmFunctionCommand.cxx ENH: Better policies for functions and macros 2009-01-22 13:16:47 -05:00
cmFunctionCommand.h ENH: Better policies for functions and macros 2009-01-22 13:16:47 -05:00
cmGeneratedFileStream.cxx
cmGeneratedFileStream.h
cmGetCMakePropertyCommand.cxx
cmGetCMakePropertyCommand.h
cmGetDirectoryPropertyCommand.cxx
cmGetDirectoryPropertyCommand.h
cmGetFilenameComponentCommand.cxx
cmGetFilenameComponentCommand.h
cmGetPropertyCommand.cxx ENH: Improve test property speed with a map 2009-01-05 15:00:57 -05:00
cmGetPropertyCommand.h
cmGetSourceFilePropertyCommand.cxx
cmGetSourceFilePropertyCommand.h
cmGetTargetPropertyCommand.cxx
cmGetTargetPropertyCommand.h BUG: Remove old get_target_property docs 2009-01-05 09:53:22 -05:00
cmGetTestPropertyCommand.cxx
cmGetTestPropertyCommand.h
cmGlobalBorlandMakefileGenerator.cxx
cmGlobalBorlandMakefileGenerator.h
cmGlobalGenerator.cxx BUG: fix package_source target 2008-11-10 13:42:52 -05:00
cmGlobalGenerator.h BUG: 4244, add a --build option to cmake that can build projects configured by CMake 2008-10-15 13:56:07 -04:00
cmGlobalKdevelopGenerator.cxx
cmGlobalKdevelopGenerator.h
cmGlobalMinGWMakefileGenerator.cxx
cmGlobalMinGWMakefileGenerator.h
cmGlobalMSYSMakefileGenerator.cxx BUG: Do not require CMAKE_AR in the MSYS Makefiles generator when enabling language "NONE". 2008-12-01 14:41:47 -05:00
cmGlobalMSYSMakefileGenerator.h
cmGlobalNMakeMakefileGenerator.cxx ENH: better error message for mis-configured nmake environment 2008-10-14 11:42:45 -04:00
cmGlobalNMakeMakefileGenerator.h
cmGlobalUnixMakefileGenerator3.cxx
cmGlobalUnixMakefileGenerator3.h
cmGlobalVisualStudio6Generator.cxx STYLE: Fix line length style violations. 2008-12-10 10:50:07 -05:00
cmGlobalVisualStudio6Generator.h
cmGlobalVisualStudio7Generator.cxx BUG: Fix ALL_BUILD ordering enforcement 2009-01-21 17:24:54 -05:00
cmGlobalVisualStudio7Generator.h BUG: Fix VS IDE solution files order again 2009-01-21 17:36:06 -05:00
cmGlobalVisualStudio8Generator.cxx
cmGlobalVisualStudio8Generator.h
cmGlobalVisualStudio8Win64Generator.cxx
cmGlobalVisualStudio8Win64Generator.h
cmGlobalVisualStudio9Generator.cxx
cmGlobalVisualStudio9Generator.h
cmGlobalVisualStudio9Win64Generator.cxx
cmGlobalVisualStudio9Win64Generator.h
cmGlobalVisualStudio71Generator.cxx BUG: Fix VS IDE project order 2009-01-21 16:39:43 -05:00
cmGlobalVisualStudio71Generator.h
cmGlobalVisualStudioGenerator.cxx
cmGlobalVisualStudioGenerator.h
cmGlobalWatcomWMakeGenerator.cxx
cmGlobalWatcomWMakeGenerator.h
cmGlobalXCode21Generator.cxx
cmGlobalXCode21Generator.h
cmGlobalXCodeGenerator.cxx BUG: Fix LOCATION property for Mac AppBundles 2009-01-20 15:49:37 -05:00
cmGlobalXCodeGenerator.h STYLE: Fix line-too-long 2008-10-10 08:11:08 -04:00
cmGraphAdjacencyList.h
cmHexFileConverter.cxx
cmHexFileConverter.h
cmIfCommand.cxx ENH: Better handling of mismatched blocks 2009-01-21 09:49:00 -05:00
cmIfCommand.h ENH: Better error message for unclosed blocks 2009-01-21 09:48:20 -05:00
cmIncludeCommand.cxx ENH: Isolate policy changes in included scripts 2009-01-22 13:18:40 -05:00
cmIncludeCommand.h ENH: Isolate policy changes in included scripts 2009-01-22 13:18:40 -05:00
cmIncludeDirectoryCommand.cxx
cmIncludeDirectoryCommand.h
cmIncludeExternalMSProjectCommand.cxx
cmIncludeExternalMSProjectCommand.h BUG: fix for 8123 documentation issue 2008-11-21 14:57:07 -05:00
cmIncludeRegularExpressionCommand.cxx
cmIncludeRegularExpressionCommand.h
cmInstallCommand.cxx
cmInstallCommand.h
cmInstallCommandArguments.cxx
cmInstallCommandArguments.h
cmInstallDirectoryGenerator.cxx
cmInstallDirectoryGenerator.h STYLE: Remove useless install generator typedefs 2008-12-18 10:06:09 -05:00
cmInstallExportGenerator.cxx ENH: Clean per-config export files during install 2009-01-07 14:16:40 -05:00
cmInstallExportGenerator.h STYLE: Remove useless install generator typedefs 2008-12-18 10:06:09 -05:00
cmInstallFilesCommand.cxx
cmInstallFilesCommand.h
cmInstallFilesGenerator.cxx
cmInstallFilesGenerator.h STYLE: Remove useless install generator typedefs 2008-12-18 10:06:09 -05:00
cmInstallGenerator.cxx BUG: Fix component-name test on installation 2008-12-16 09:20:51 -05:00
cmInstallGenerator.h
cmInstallProgramsCommand.cxx
cmInstallProgramsCommand.h
cmInstallScriptGenerator.cxx
cmInstallScriptGenerator.h
cmInstallTargetGenerator.cxx BUG: Do not map install_name of imported targets 2008-11-25 16:50:48 -05:00
cmInstallTargetGenerator.h STYLE: Remove useless install generator typedefs 2008-12-18 10:06:09 -05:00
cmInstallTargetsCommand.cxx
cmInstallTargetsCommand.h
cmLinkDirectoriesCommand.cxx
cmLinkDirectoriesCommand.h
cmLinkLibrariesCommand.cxx
cmLinkLibrariesCommand.h
cmListCommand.cxx
cmListCommand.h
cmListFileCache.cxx
cmListFileCache.h BUG: Make sure context info is always initialized 2008-10-11 12:02:50 -04:00
cmListFileLexer.c
cmListFileLexer.h
cmListFileLexer.in.l
cmLoadCacheCommand.cxx
cmLoadCacheCommand.h
cmLoadCommandCommand.cxx
cmLoadCommandCommand.h
cmLocalGenerator.cxx ENH: Warn if build dir is too long for filesystem 2008-12-16 09:15:18 -05:00
cmLocalGenerator.h ENH: Warn if build dir is too long for filesystem 2008-12-16 09:15:18 -05:00
cmLocalUnixMakefileGenerator3.cxx ENH: Refactor passing of max length object dir 2008-12-16 09:14:40 -05:00
cmLocalUnixMakefileGenerator3.h BUG: Fix color check for dependency scanning 2008-10-15 10:40:57 -04:00
cmLocalVisualStudio6Generator.cxx ENH: Refactor passing of max length object dir 2008-12-16 09:14:40 -05:00
cmLocalVisualStudio6Generator.h
cmLocalVisualStudio7Generator.cxx ENH: Refactor passing of max length object dir 2008-12-16 09:14:40 -05:00
cmLocalVisualStudio7Generator.h
cmLocalVisualStudioGenerator.cxx
cmLocalVisualStudioGenerator.h
cmLocalXCodeGenerator.cxx
cmLocalXCodeGenerator.h
cmMacroCommand.cxx ENH: Better policies for functions and macros 2009-01-22 13:16:47 -05:00
cmMacroCommand.h ENH: Better policies for functions and macros 2009-01-22 13:16:47 -05:00
cmMakeDepend.cxx
cmMakeDepend.h
cmMakeDirectoryCommand.cxx
cmMakeDirectoryCommand.h
cmMakefile.cxx ENH: Isolate policy changes in included scripts 2009-01-22 13:18:40 -05:00
cmMakefile.h ENH: Isolate policy changes in included scripts 2009-01-22 13:18:40 -05:00
cmMakefileExecutableTargetGenerator.cxx ENH: Factor out listing of objects on command line 2008-10-15 10:21:14 -04:00
cmMakefileExecutableTargetGenerator.h
cmMakefileLibraryTargetGenerator.cxx ENH: Factor out listing of objects on command line 2008-10-15 10:21:14 -04:00
cmMakefileLibraryTargetGenerator.h
cmMakefileTargetGenerator.cxx BUG: Fix color check for dependency scanning 2008-10-15 10:40:57 -04:00
cmMakefileTargetGenerator.h ENH: Factor out listing of objects on command line 2008-10-15 10:21:14 -04:00
cmMakefileUtilityTargetGenerator.cxx
cmMakefileUtilityTargetGenerator.h
cmMarkAsAdvancedCommand.cxx
cmMarkAsAdvancedCommand.h
cmMathCommand.cxx
cmMathCommand.h
cmMessageCommand.cxx
cmMessageCommand.h
cmObject.h
cmOptionCommand.cxx
cmOptionCommand.h
cmOrderDirectories.cxx BUG: Fix same-file check for directory ordering 2008-12-26 13:28:20 -05:00
cmOrderDirectories.h
cmOutputRequiredFilesCommand.cxx BUG: fix for 5071, report error if output file can not be opened 2008-10-10 10:48:10 -04:00
cmOutputRequiredFilesCommand.h
cmPolicies.cxx ENH: Isolate policy changes in included scripts 2009-01-22 13:18:40 -05:00
cmPolicies.h ENH: Isolate policy changes in included scripts 2009-01-22 13:18:40 -05:00
cmProjectCommand.cxx BUG: 4244, add a --build option to cmake that can build projects configured by CMake 2008-10-15 13:56:07 -04:00
cmProjectCommand.h
cmProperty.cxx
cmProperty.h
cmPropertyDefinition.cxx
cmPropertyDefinition.h
cmPropertyDefinitionMap.cxx
cmPropertyDefinitionMap.h
cmPropertyMap.cxx
cmPropertyMap.h
cmQTWrapCPPCommand.cxx
cmQTWrapCPPCommand.h
cmQTWrapUICommand.cxx
cmQTWrapUICommand.h
cmRemoveCommand.cxx
cmRemoveCommand.h
cmRemoveDefinitionsCommand.cxx
cmRemoveDefinitionsCommand.h
cmReturnCommand.cxx
cmReturnCommand.h
cmSeparateArgumentsCommand.cxx
cmSeparateArgumentsCommand.h
cmSetCommand.cxx BUG: fix issue with -D and cache force 2008-11-21 16:32:39 -05:00
cmSetCommand.h
cmSetDirectoryPropertiesCommand.cxx
cmSetDirectoryPropertiesCommand.h
cmSetPropertyCommand.cxx ENH: Improve test property speed with a map 2009-01-05 15:00:57 -05:00
cmSetPropertyCommand.h
cmSetSourceFilesPropertiesCommand.cxx
cmSetSourceFilesPropertiesCommand.h
cmSetTargetPropertiesCommand.cxx
cmSetTargetPropertiesCommand.h BUG: fix for 4524, add support for target properties to set vs source code control information 2008-10-07 16:23:20 -04:00
cmSetTestsPropertiesCommand.cxx ENH: Improve test property speed with a map 2009-01-05 15:00:57 -05:00
cmSetTestsPropertiesCommand.h
cmSiteNameCommand.cxx
cmSiteNameCommand.h
cmSourceFile.cxx
cmSourceFile.h
cmSourceFileLocation.cxx
cmSourceFileLocation.h
cmSourceGroup.cxx
cmSourceGroup.h
cmSourceGroupCommand.cxx
cmSourceGroupCommand.h
cmStandardIncludes.h
cmStandardLexer.h
cmStringCommand.cxx
cmStringCommand.h
cmSubdirCommand.cxx
cmSubdirCommand.h
cmSubdirDependsCommand.cxx
cmSubdirDependsCommand.h
cmSystemTools.cxx BUG: fix crash with cmd.exe shell and cmake in the path 2009-01-20 10:06:39 -05:00
cmSystemTools.h ENH: Implement feature request from issue 7885. Allow setting environment variables on a per-test basis for ctest using set_test_properties ENVIRONMENT. 2008-11-26 14:38:43 -05:00
cmTarget.cxx BUG: Fix LOCATION property for Mac AppBundles 2009-01-20 15:49:37 -05:00
cmTarget.h
cmTargetLinkLibrariesCommand.cxx
cmTargetLinkLibrariesCommand.h
cmTest.cxx ENH: Teach CTest to submit test property LABELS 2009-01-07 10:41:37 -05:00
cmTest.h
cmTryCompileCommand.cxx
cmTryCompileCommand.h
cmTryRunCommand.cxx
cmTryRunCommand.h
cmUnsetCommand.cxx
cmUnsetCommand.h
cmUseMangledMesaCommand.cxx
cmUseMangledMesaCommand.h
cmUtilitySourceCommand.cxx
cmUtilitySourceCommand.h
cmVariableRequiresCommand.cxx
cmVariableRequiresCommand.h
cmVariableWatch.cxx
cmVariableWatch.h
cmVariableWatchCommand.cxx
cmVariableWatchCommand.h
cmVersion.cxx
cmVersion.h
cmw9xcom.cxx
cmWhileCommand.cxx ENH: Better handling of mismatched blocks 2009-01-21 09:49:00 -05:00
cmWhileCommand.h ENH: Better error message for unclosed blocks 2009-01-21 09:48:20 -05:00
cmWin32ProcessExecution.cxx
cmWin32ProcessExecution.h
cmWriteFileCommand.cxx
cmWriteFileCommand.h
cmXCode21Object.cxx
cmXCode21Object.h
cmXCodeObject.cxx
cmXCodeObject.h
cmXMLParser.cxx
cmXMLParser.h
ctest.cxx BUG: add output on failure to ctest #8255 2009-01-18 13:03:32 -05:00