CMake/Source
Andy Cedilnik e36eb71913 STYLE: Nightly Version update 2006-10-05 03:57:19 -04:00
..
CPack BUG: Attempt to fix winzip problems 2006-09-23 14:41:08 -04:00
CTest ENH: Handle more warnings properly on AIX 2006-08-22 16:07:20 -04:00
CursesDialog BUG: The --help option should list generators. This addresses bug #2494. 2006-10-04 19:21:20 -04:00
FLTKDialog
MFCDialog ENH: allow edit of file text directly 2006-10-03 12:21:11 -04:00
WXDialog
kwsys ENH: Adding Shell_Flag_EchoWindows option to setup escapes for arguments to the native echo command in a shell. This special case is needed to avoid adding quotes when passing text to echo in a native windows shell which does no command line parsing at all. 2006-10-04 18:52:24 -04:00
.cvsignore
CMakeLists.txt ENH: use core and not all of carbon 2006-10-03 15:25:58 -04:00
cmAddCustomCommandCommand.cxx ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies to be connected later. This is useful to create one rule and then have a macro add things to it later. This addresses bug#2151. 2006-10-04 15:24:26 -04:00
cmAddCustomCommandCommand.h BUG: COMMENT was missing from docs. 2006-10-04 18:09:43 -04:00
cmAddCustomTargetCommand.cxx ENH: Added COMMENT option to ADD_CUSTOM_TARGET. This addresses bug#3461. 2006-10-04 18:10:30 -04:00
cmAddCustomTargetCommand.h ENH: Added COMMENT option to ADD_CUSTOM_TARGET. This addresses bug#3461. 2006-10-04 18:10:30 -04:00
cmAddDefinitionsCommand.cxx
cmAddDefinitionsCommand.h
cmAddDependenciesCommand.cxx
cmAddDependenciesCommand.h
cmAddExecutableCommand.cxx ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL. 2006-10-02 12:01:20 -04:00
cmAddExecutableCommand.h ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL. 2006-10-02 12:01:20 -04:00
cmAddLibraryCommand.cxx ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL. 2006-10-02 12:01:20 -04:00
cmAddLibraryCommand.h ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL. 2006-10-02 12:01:20 -04:00
cmAddSubDirectoryCommand.cxx BUG: Fix automatic computation of binary path to work for subdirectories of out of source directories. This addresses bug#3592. 2006-08-31 16:40:38 -04:00
cmAddSubDirectoryCommand.h
cmAddTestCommand.cxx
cmAddTestCommand.h BUG: fix for bug#3775 2006-10-03 13:45:41 -04:00
cmAuxSourceDirectoryCommand.cxx
cmAuxSourceDirectoryCommand.h
cmBootstrapCommands.cxx
cmBuildCommand.cxx
cmBuildCommand.h
cmBuildNameCommand.cxx
cmBuildNameCommand.h STYLE: Fixed line-too-long warning. 2006-09-01 09:51:28 -04:00
cmCMakeMinimumRequired.cxx
cmCMakeMinimumRequired.h
cmCPluginAPI.cxx ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid to have an output from a utility rule and no calls to the method asked for an output anyway. The argument has been removed. 2006-09-28 13:55:26 -04:00
cmCPluginAPI.h
cmCTest.cxx
cmCTest.h
cmCacheManager.cxx
cmCacheManager.h
cmCommand.h ENH: Patch from Alex to add IsDiscouraged method for future use in generating separate documentation for old commands. Also modified documentation of MAKE_DIRECTORY and REMOVE commands to indicate they should not be used. 2006-08-31 13:20:12 -04:00
cmCommandArgumentLexer.cxx COMP: Removed yyunput function to avoid warning. 2006-09-25 18:33:27 -04:00
cmCommandArgumentLexer.h BUG: Character + should be valid in a variable name. 2006-09-25 10:05:07 -04:00
cmCommandArgumentLexer.in.l BUG: Character + should be valid in a variable name. 2006-09-25 10:05:07 -04:00
cmCommandArgumentParser.cxx BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722. 2006-10-04 14:37:42 -04:00
cmCommandArgumentParser.y BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722. 2006-10-04 14:37:42 -04:00
cmCommandArgumentParserHelper.cxx BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722. 2006-10-04 14:37:42 -04:00
cmCommandArgumentParserHelper.h BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722. 2006-10-04 14:37:42 -04:00
cmCommandArgumentParserTokens.h
cmCommands.cxx ENH: added endmacro command 2006-10-03 14:40:22 -04:00
cmCommands.h
cmConfigure.cmake.h.in
cmConfigureFileCommand.cxx
cmConfigureFileCommand.h
cmCreateTestSourceList.cxx
cmCreateTestSourceList.h
cmCustomCommand.cxx ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies to be connected later. This is useful to create one rule and then have a macro add things to it later. This addresses bug#2151. 2006-10-04 15:24:26 -04:00
cmCustomCommand.h ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies to be connected later. This is useful to create one rule and then have a macro add things to it later. This addresses bug#2151. 2006-10-04 15:24:26 -04:00
cmData.h
cmDepends.cxx
cmDepends.h
cmDependsC.cxx STYLE: Fixed line-too-long. 2006-09-27 12:55:58 -04:00
cmDependsC.h ENH: Patch from Alex to speed dependency scanning approximately 2x. 2006-09-13 12:43:32 -04:00
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 COMP: Attempt to fix aix build 2006-08-23 12:02:30 -04:00
cmDependsJavaLexer.h
cmDependsJavaLexer.in.l
cmDependsJavaParser.cxx
cmDependsJavaParser.y
cmDependsJavaParserHelper.cxx
cmDependsJavaParserHelper.h
cmDependsJavaParserTokens.h
cmDocumentation.cxx BUG: Fixed man page formatting for INSTALL command documentation. Fixed line-too-long warning. 2006-08-22 10:38:10 -04:00
cmDocumentation.h
cmDumpDocumentation.cxx
cmDynamicLoader.cxx
cmDynamicLoader.h
cmElseCommand.cxx
cmElseCommand.h
cmElseIfCommand.cxx ENH: added elseif 2006-09-22 11:23:51 -04:00
cmElseIfCommand.h ENH: added elseif 2006-09-22 11:23:51 -04:00
cmEnableLanguageCommand.cxx
cmEnableLanguageCommand.h
cmEnableTestingCommand.cxx
cmEnableTestingCommand.h
cmEndForEachCommand.cxx
cmEndForEachCommand.h
cmEndIfCommand.cxx
cmEndIfCommand.h
cmEndMacroCommand.cxx ENH: added endmacro command 2006-10-03 14:40:22 -04:00
cmEndMacroCommand.h ENH: added endmacro command 2006-10-03 14:40:22 -04:00
cmEndWhileCommand.cxx
cmEndWhileCommand.h
cmExecProgramCommand.cxx
cmExecProgramCommand.h STYLE: Fixed line-too-long warning. 2006-09-01 09:51:28 -04:00
cmExecuteProcessCommand.cxx
cmExecuteProcessCommand.h
cmExportLibraryDependencies.cxx
cmExportLibraryDependencies.h
cmExprLexer.cxx COMP: Attempt to fix aix build 2006-08-23 12:02:30 -04:00
cmExprLexer.h
cmExprLexer.in.l
cmExprParser.cxx
cmExprParser.y
cmExprParserHelper.cxx
cmExprParserHelper.h
cmExprParserTokens.h
cmFLTKWrapUICommand.cxx
cmFLTKWrapUICommand.h
cmFileCommand.cxx ENH: Add support to INSTALL(DIRECTORY) to install an empty directory. This addresses bug#3572. 2006-08-29 15:04:29 -04:00
cmFileCommand.h
cmFileTimeComparison.cxx
cmFileTimeComparison.h
cmFindBase.cxx
cmFindBase.h
cmFindFileCommand.cxx
cmFindFileCommand.h
cmFindLibraryCommand.cxx
cmFindLibraryCommand.h
cmFindPackageCommand.cxx
cmFindPackageCommand.h
cmFindPathCommand.cxx
cmFindPathCommand.h
cmFindProgramCommand.cxx
cmFindProgramCommand.h
cmForEachCommand.cxx
cmForEachCommand.h
cmFunctionBlocker.h
cmGeneratedFileStream.cxx
cmGeneratedFileStream.h
cmGetCMakePropertyCommand.cxx
cmGetCMakePropertyCommand.h
cmGetDirectoryPropertyCommand.cxx
cmGetDirectoryPropertyCommand.h
cmGetFilenameComponentCommand.cxx
cmGetFilenameComponentCommand.h
cmGetSourceFilePropertyCommand.cxx
cmGetSourceFilePropertyCommand.h
cmGetTargetPropertyCommand.cxx
cmGetTargetPropertyCommand.h ENH: Added support for getting a target's location on a per-configuration basis (ex. DEBUG_LOCATION). This does not fix but helps with bug#3250. 2006-09-29 16:42:58 -04:00
cmGetTestPropertyCommand.cxx
cmGetTestPropertyCommand.h
cmGlobalBorlandMakefileGenerator.cxx BUG: Fixed display of custom command comments with quotes, dollars, and other special characters in them. 2006-10-04 18:52:29 -04:00
cmGlobalBorlandMakefileGenerator.h
cmGlobalGenerator.cxx BUG: fix for bug #3517 seg fault with enable language before project command 2006-10-04 11:11:21 -04:00
cmGlobalGenerator.h ENH: Added SYMBOLIC source file property to mark custom command outputs that are never actually created on disk. This is used by the Watcom WMake generator to generate the .SYMBOLIC mark on the files in the make system. 2006-10-02 10:20:53 -04:00
cmGlobalKdevelopGenerator.cxx STYLE: Fixed line-too-long warning. 2006-10-03 09:12:27 -04:00
cmGlobalKdevelopGenerator.h
cmGlobalMSYSMakefileGenerator.cxx BUG: bug#3789 add msys for the msys generator 2006-10-03 13:35:07 -04:00
cmGlobalMSYSMakefileGenerator.h
cmGlobalMinGWMakefileGenerator.cxx
cmGlobalMinGWMakefileGenerator.h
cmGlobalNMakeMakefileGenerator.cxx BUG: Fixed display of custom command comments with quotes, dollars, and other special characters in them. 2006-10-04 18:52:29 -04:00
cmGlobalNMakeMakefileGenerator.h
cmGlobalUnixMakefileGenerator3.cxx BUG: Fixed ordering of code generated in Makefile and build.make files to make sure .SUFFIXES rule comes as early as possible. Also cleaned up documentation in generated files. 2006-09-08 10:42:14 -04:00
cmGlobalUnixMakefileGenerator3.h BUG: bad progress for named top level targets 2006-08-29 12:55:11 -04:00
cmGlobalVisualStudio6Generator.cxx ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid to have an output from a utility rule and no calls to the method asked for an output anyway. The argument has been removed. 2006-09-28 13:55:26 -04:00
cmGlobalVisualStudio6Generator.h
cmGlobalVisualStudio7Generator.cxx BUG: Fix/cleanup custom commands and custom targets. Make empty comment strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators. 2006-09-28 16:40:35 -04:00
cmGlobalVisualStudio7Generator.h BUG: Fix/cleanup custom commands and custom targets. Make empty comment strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators. 2006-09-28 16:40:35 -04:00
cmGlobalVisualStudio8Generator.cxx BUG: Fix/cleanup custom commands and custom targets. Make empty comment strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators. 2006-09-28 16:40:35 -04:00
cmGlobalVisualStudio8Generator.h BUG: Fix/cleanup custom commands and custom targets. Make empty comment strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators. 2006-09-28 16:40:35 -04:00
cmGlobalVisualStudio8Win64Generator.cxx
cmGlobalVisualStudio8Win64Generator.h
cmGlobalVisualStudio71Generator.cxx BUG: Fix/cleanup custom commands and custom targets. Make empty comment strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators. 2006-09-28 16:40:35 -04:00
cmGlobalVisualStudio71Generator.h BUG: Fix/cleanup custom commands and custom targets. Make empty comment strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators. 2006-09-28 16:40:35 -04:00
cmGlobalWatcomWMakeGenerator.cxx BUG: Fixed display of custom command comments with quotes, dollars, and other special characters in them. 2006-10-04 18:52:29 -04:00
cmGlobalWatcomWMakeGenerator.h
cmGlobalXCode21Generator.cxx
cmGlobalXCode21Generator.h
cmGlobalXCodeGenerator.cxx ENH: fix failing tests on mac 2006-09-29 16:14:34 -04:00
cmGlobalXCodeGenerator.h
cmIfCommand.cxx ENH: added elseif 2006-09-22 11:23:51 -04:00
cmIfCommand.h ENH: added elseif 2006-09-22 11:23:51 -04:00
cmIncludeCommand.cxx
cmIncludeCommand.h
cmIncludeDirectoryCommand.cxx ENH: fix bad error reporting with not found paths 2006-08-23 10:21:31 -04:00
cmIncludeDirectoryCommand.h
cmIncludeExternalMSProjectCommand.cxx BUG: Move hack from old cmMakefile::AddUtilityTarget to this command directly. There really needs to be a better way to represent external project targets. 2006-09-28 17:35:24 -04:00
cmIncludeExternalMSProjectCommand.h
cmIncludeRegularExpressionCommand.cxx
cmIncludeRegularExpressionCommand.h
cmInstallCommand.cxx STYLE: Fixed line-too-long. 2006-09-08 10:39:51 -04:00
cmInstallCommand.h ENH: Add support to INSTALL(DIRECTORY) to install an empty directory. This addresses bug#3572. 2006-08-29 15:08:31 -04:00
cmInstallDirectoryGenerator.cxx ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized cmFileCommand's implementation of FILE(INSTALL) a bit to help out. This addresses bug#1694 and partially addresses bug#2691. 2006-08-21 16:55:03 -04:00
cmInstallDirectoryGenerator.h ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized cmFileCommand's implementation of FILE(INSTALL) a bit to help out. This addresses bug#1694 and partially addresses bug#2691. 2006-08-21 16:55:03 -04:00
cmInstallFilesCommand.cxx ENH: Do not generate install target unless some INSTALL or INSTALL_* commands have been used. This addresses bug#2827. 2006-08-31 10:47:00 -04:00
cmInstallFilesCommand.h STYLE: Fixed line-too-long warning. 2006-09-01 09:51:28 -04:00
cmInstallFilesGenerator.cxx
cmInstallFilesGenerator.h
cmInstallGenerator.cxx ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized cmFileCommand's implementation of FILE(INSTALL) a bit to help out. This addresses bug#1694 and partially addresses bug#2691. 2006-08-21 16:55:03 -04:00
cmInstallGenerator.h ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized cmFileCommand's implementation of FILE(INSTALL) a bit to help out. This addresses bug#1694 and partially addresses bug#2691. 2006-08-21 16:55:03 -04:00
cmInstallProgramsCommand.cxx ENH: Do not generate install target unless some INSTALL or INSTALL_* commands have been used. This addresses bug#2827. 2006-08-31 10:47:00 -04:00
cmInstallProgramsCommand.h STYLE: Fixed line-too-long warning. 2006-09-01 09:51:28 -04:00
cmInstallScriptGenerator.cxx
cmInstallScriptGenerator.h
cmInstallTargetGenerator.cxx ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized cmFileCommand's implementation of FILE(INSTALL) a bit to help out. This addresses bug#1694 and partially addresses bug#2691. 2006-08-21 16:55:03 -04:00
cmInstallTargetGenerator.h
cmInstallTargetsCommand.cxx ENH: Do not generate install target unless some INSTALL or INSTALL_* commands have been used. This addresses bug#2827. 2006-08-31 10:47:00 -04:00
cmInstallTargetsCommand.h STYLE: Fixed line-too-long warning. 2006-09-01 09:51:28 -04:00
cmLinkDirectoriesCommand.cxx
cmLinkDirectoriesCommand.h
cmLinkLibrariesCommand.cxx
cmLinkLibrariesCommand.h STYLE: Fixed line-too-long warning. 2006-09-01 09:51:28 -04:00
cmListCommand.cxx STYLE: Fixed line-too-long. 2006-08-26 10:29:11 -04:00
cmListCommand.h BUG: Add missing API 2006-08-22 10:16:46 -04:00
cmListFileCache.cxx
cmListFileCache.h
cmListFileLexer.c
cmListFileLexer.h
cmListFileLexer.in.l
cmLoadCacheCommand.cxx
cmLoadCacheCommand.h
cmLoadCommandCommand.cxx
cmLoadCommandCommand.h
cmLocalGenerator.cxx BUG: Fixed display of custom command comments with quotes, dollars, and other special characters in them. 2006-10-04 18:52:29 -04:00
cmLocalGenerator.h BUG: Fixed display of custom command comments with quotes, dollars, and other special characters in them. 2006-10-04 18:52:29 -04:00
cmLocalKdevelopGenerator.cxx
cmLocalKdevelopGenerator.h
cmLocalUnixMakefileGenerator3.cxx BUG: Fixed display of custom command comments with quotes, dollars, and other special characters in them. 2006-10-04 18:52:29 -04:00
cmLocalUnixMakefileGenerator3.h BUG: Fixed display of custom command comments with quotes, dollars, and other special characters in them. 2006-10-04 18:52:29 -04:00
cmLocalVisualStudio6Generator.cxx ENH: Re-implemented command line argument shell quoting to support several platforms with one code base. 2006-09-27 13:43:46 -04:00
cmLocalVisualStudio6Generator.h
cmLocalVisualStudio7Generator.cxx BUG: fix for fat file systems and vs8 #2617 2006-10-04 14:02:12 -04:00
cmLocalVisualStudio7Generator.h BUG: Fix/cleanup custom commands and custom targets. Make empty comment strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators. 2006-09-28 16:40:35 -04:00
cmLocalVisualStudioGenerator.cxx ENH: Re-implemented command line argument shell quoting to support several platforms with one code base. 2006-09-27 13:43:46 -04:00
cmLocalVisualStudioGenerator.h ENH: Re-implemented command line argument shell quoting to support several platforms with one code base. 2006-09-27 13:43:46 -04:00
cmLocalXCodeGenerator.cxx
cmLocalXCodeGenerator.h
cmMacroCommand.cxx ENH: fix compile error 2006-10-03 12:09:47 -04:00
cmMacroCommand.h
cmMakeDepend.cxx
cmMakeDepend.h
cmMakeDirectoryCommand.cxx
cmMakeDirectoryCommand.h STYLE: Fixed line-too-long warning. 2006-09-01 09:51:28 -04:00
cmMakefile.cxx ENH: Added COMMENT option to ADD_CUSTOM_TARGET. This addresses bug#3461. 2006-10-04 18:10:30 -04:00
cmMakefile.h ENH: Added COMMENT option to ADD_CUSTOM_TARGET. This addresses bug#3461. 2006-10-04 18:10:30 -04:00
cmMakefileExecutableTargetGenerator.cxx BUG: Fix/cleanup custom commands and custom targets. Make empty comment strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators. 2006-09-28 16:40:35 -04:00
cmMakefileExecutableTargetGenerator.h BUG: Fix/cleanup custom commands and custom targets. Make empty comment strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators. 2006-09-28 16:40:35 -04:00
cmMakefileLibraryTargetGenerator.cxx BUG: Fix/cleanup custom commands and custom targets. Make empty comment strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators. 2006-09-28 16:40:35 -04:00
cmMakefileLibraryTargetGenerator.h BUG: Fix/cleanup custom commands and custom targets. Make empty comment strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators. 2006-09-28 16:40:35 -04:00
cmMakefileTargetGenerator.cxx ENH: Added SYMBOLIC source file property to mark custom command outputs that are never actually created on disk. This is used by the Watcom WMake generator to generate the .SYMBOLIC mark on the files in the make system. 2006-10-02 10:20:53 -04:00
cmMakefileTargetGenerator.h BUG: Fix/cleanup custom commands and custom targets. Make empty comment strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators. 2006-09-28 16:40:35 -04:00
cmMakefileUtilityTargetGenerator.cxx
cmMakefileUtilityTargetGenerator.h
cmMarkAsAdvancedCommand.cxx
cmMarkAsAdvancedCommand.h
cmMathCommand.cxx
cmMathCommand.h
cmMessageCommand.cxx
cmMessageCommand.h
cmObject.h
cmOptionCommand.cxx
cmOptionCommand.h
cmOrderLinkDirectories.cxx ENH: Adding support to link specifically to an archive or a shared library based on the file name specified. This fixes the problem of having -lfoo linking to libfoo.so even when it came from libfoo.a being specified. 2006-09-15 14:09:10 -04:00
cmOrderLinkDirectories.h ENH: Adding support to link specifically to an archive or a shared library based on the file name specified. This fixes the problem of having -lfoo linking to libfoo.so even when it came from libfoo.a being specified. 2006-09-15 14:09:10 -04:00
cmOutputRequiredFilesCommand.cxx
cmOutputRequiredFilesCommand.h
cmProjectCommand.cxx
cmProjectCommand.h
cmQTWrapCPPCommand.cxx
cmQTWrapCPPCommand.h
cmQTWrapUICommand.cxx
cmQTWrapUICommand.h
cmRemoveCommand.cxx
cmRemoveCommand.h STYLE: Fixed line-too-long warning. 2006-09-01 09:51:28 -04:00
cmRemoveDefinitionsCommand.cxx
cmRemoveDefinitionsCommand.h
cmSeparateArgumentsCommand.cxx
cmSeparateArgumentsCommand.h
cmSetCommand.cxx
cmSetCommand.h
cmSetDirectoryPropertiesCommand.cxx
cmSetDirectoryPropertiesCommand.h
cmSetSourceFilesPropertiesCommand.cxx
cmSetSourceFilesPropertiesCommand.h ENH: Added SYMBOLIC source file property to mark custom command outputs that are never actually created on disk. This is used by the Watcom WMake generator to generate the .SYMBOLIC mark on the files in the make system. 2006-10-02 10:20:53 -04:00
cmSetTargetPropertiesCommand.cxx
cmSetTargetPropertiesCommand.h
cmSetTestsPropertiesCommand.cxx
cmSetTestsPropertiesCommand.h
cmSiteNameCommand.cxx
cmSiteNameCommand.h
cmSourceFile.cxx
cmSourceFile.h
cmSourceGroup.cxx
cmSourceGroup.h
cmSourceGroupCommand.cxx
cmSourceGroupCommand.h
cmStandardIncludes.h COMP: Fix warnings in system headers on VS6. 2006-08-29 10:27:50 -04:00
cmStandardLexer.h COMP: Add missing malloc.h include for QNX. 2006-08-24 09:34:53 -04:00
cmStringCommand.cxx
cmStringCommand.h
cmSubdirCommand.cxx
cmSubdirCommand.h STYLE: Fixed line-too-long warning. 2006-09-01 09:51:28 -04:00
cmSubdirDependsCommand.cxx
cmSubdirDependsCommand.h STYLE: Fixed line-too-long warning. 2006-09-01 09:51:28 -04:00
cmSystemTools.cxx
cmSystemTools.h
cmTarget.cxx ENH: Added support for getting a target's location on a per-configuration basis (ex. DEBUG_LOCATION). This does not fix but helps with bug#3250. 2006-09-29 16:42:58 -04:00
cmTarget.h
cmTargetLinkLibrariesCommand.cxx
cmTargetLinkLibrariesCommand.h
cmTest.cxx
cmTest.h
cmTryCompileCommand.cxx ENH: make sure file is closed 2006-10-03 13:22:30 -04:00
cmTryCompileCommand.h
cmTryRunCommand.cxx
cmTryRunCommand.h
cmUseMangledMesaCommand.cxx
cmUseMangledMesaCommand.h
cmUtilitySourceCommand.cxx
cmUtilitySourceCommand.h
cmVTKMakeInstantiatorCommand.cxx
cmVTKMakeInstantiatorCommand.h STYLE: Fixed line-too-long warning. 2006-09-01 09:51:28 -04:00
cmVTKWrapJavaCommand.cxx ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid to have an output from a utility rule and no calls to the method asked for an output anyway. The argument has been removed. 2006-09-28 13:55:26 -04:00
cmVTKWrapJavaCommand.h STYLE: Fixed line-too-long warning. 2006-09-01 09:51:28 -04:00
cmVTKWrapPythonCommand.cxx
cmVTKWrapPythonCommand.h STYLE: Fixed line-too-long warning. 2006-09-01 09:51:28 -04:00
cmVTKWrapTclCommand.cxx
cmVTKWrapTclCommand.h STYLE: Fixed line-too-long warning. 2006-09-01 09:51:28 -04:00
cmVariableRequiresCommand.cxx
cmVariableRequiresCommand.h
cmVariableWatch.cxx
cmVariableWatch.h
cmVersion.cxx STYLE: Nightly Version update 2006-10-05 03:57:19 -04:00
cmVersion.h
cmWhileCommand.cxx
cmWhileCommand.h
cmWin32ProcessExecution.cxx
cmWin32ProcessExecution.h
cmWriteFileCommand.cxx
cmWriteFileCommand.h
cmXCode21Object.cxx
cmXCode21Object.h
cmXCodeObject.cxx
cmXCodeObject.h
cmXMLParser.cxx
cmXMLParser.h
cmake.cxx ENH: do not allow null pointer access 2006-10-03 11:55:55 -04:00
cmake.h
cmakemain.cxx
cmaketest.h.in
cmakewizard.cxx STYLE: some m_ to this-> cleanup 2006-03-15 11:02:08 -05:00
cmakewizard.h
cmakexbuild.cxx
cmw9xcom.cxx
ctest.cxx