Brad King 8011fe0fad ENH: cmGeneratedFileStream class added to simplify copy-if-different usage on generated files. 24 lat temu
..
MFCDialog 1cd9ce6f6e ENH: unify make process on unix 24 lat temu
CMakeBuildTargets.cxx 885e37da22 ENH: call configure from cmake 24 lat temu
CMakeLib.dsp 73f04d1409 many fixes and cleanup and features 24 lat temu
CMakeSetup.dsw 30ad61805b bug fixes 24 lat temu
CMakeSetupCMD.cxx 5e4a89b1b9 ENH: Added generation of internal CMAKE cache entry with path to command-line CMake executable. 24 lat temu
CMakeSetupCMD.dsp 865ec96644 major changes to support multiple libraries and source lists 24 lat temu
DLLFooter.dsptemplate cab31a5013 dll build rules 25 lat temu
DLLHeader.dsptemplate a12448c19b added output directory support 24 lat temu
DumpDocumentation.dsp 30ad61805b bug fixes 24 lat temu
EXEFooter.dsptemplate 1f42f521ce NEW: move from tools and config to create CMake 25 lat temu
EXEHeader.dsptemplate a12448c19b added output directory support 24 lat temu
EXEWinHeader.dsptemplate a12448c19b added output directory support 24 lat temu
Makefile.in 1cd9ce6f6e ENH: unify make process on unix 24 lat temu
UtilityFooter.dsptemplate f7d33c41cf ADD: add utiltity templates 24 lat temu
UtilityHeader.dsptemplate f7d33c41cf ADD: add utiltity templates 24 lat temu
cmAbstractFilesCommand.cxx 1ba4ef0fdf ENH:Copyright 24 lat temu
cmAbstractFilesCommand.h 1ba4ef0fdf ENH:Copyright 24 lat temu
cmAddCustomTargetCommand.cxx 089aa3e106 option to make utilities in the all target 24 lat temu
cmAddCustomTargetCommand.h 089aa3e106 option to make utilities in the all target 24 lat temu
cmAddDefinitionsCommand.cxx 54cfe84f3f ENH:New copyright 24 lat temu
cmAddDefinitionsCommand.h 54cfe84f3f ENH:New copyright 24 lat temu
cmAddExecutableCommand.cxx 639f1fa239 added registry entry support and windows app support 24 lat temu
cmAddExecutableCommand.h 639f1fa239 added registry entry support and windows app support 24 lat temu
cmAddLibraryCommand.cxx 0829faa9e1 ENH: Moved cache entry addition into cmMakefile::AddLibrary and AddExecutable so that commands do not have to add it explicitly. 24 lat temu
cmAddLibraryCommand.h 54cfe84f3f ENH:New copyright 24 lat temu
cmAuxSourceDirectoryCommand.cxx 54cfe84f3f ENH:New copyright 24 lat temu
cmAuxSourceDirectoryCommand.h dbdf1c356b ENH:New copyright 24 lat temu
cmBuildCommand.cxx 8a21493f56 ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 lat temu
cmBuildCommand.h 8a21493f56 ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 lat temu
cmBuildNameCommand.cxx 1cd9ce6f6e ENH: unify make process on unix 24 lat temu
cmBuildNameCommand.h 8a21493f56 ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 lat temu
cmBuildSharedLibrariesCommand.cxx 1cd9ce6f6e ENH: unify make process on unix 24 lat temu
cmBuildSharedLibrariesCommand.h 2bba34959c new commands 25 lat temu
cmCableCloseNamespaceCommand.cxx 54cfe84f3f ENH:New copyright 24 lat temu
cmCableCloseNamespaceCommand.h 54cfe84f3f ENH:New copyright 24 lat temu
cmCableCommand.cxx 54cfe84f3f ENH:New copyright 24 lat temu
cmCableCommand.h 54cfe84f3f ENH:New copyright 24 lat temu
cmCableData.cxx 54cfe84f3f ENH:New copyright 24 lat temu
cmCableData.h 54cfe84f3f ENH:New copyright 24 lat temu
cmCableDefineSetCommand.cxx 1dc7ae38ea BUG: match called on invalid number 24 lat temu
cmCableDefineSetCommand.h 1d4a3aa48e ENH: Changed cmCableWrapCommand to inherit from cmCableDefineSetCommand since they do almost exactly the same thing. Added a GetXmlTag virtual function to both classes to return what XML tag to generate in the set's output. cmCableDefineSetCommand generates a "Set" tag, and cmCableWrapCommand generates a "WrapperSet" tag. What is inside the tags is still generated by the cmCableDefineSetCommand superclass. 24 lat temu
cmCableInstantiateClassCommand.cxx 45e9d19c6c ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 24 lat temu
cmCableInstantiateClassCommand.h 8aa2182806 BUG: add removed command, and sort the order in cmCommands.cxx 24 lat temu
cmCableInstantiateCommand.cxx 45e9d19c6c ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 24 lat temu
cmCableInstantiateCommand.h 8aa2182806 BUG: add removed command, and sort the order in cmCommands.cxx 24 lat temu
cmCableOpenNamespaceCommand.cxx 54cfe84f3f ENH:New copyright 24 lat temu
cmCableOpenNamespaceCommand.h 54cfe84f3f ENH:New copyright 24 lat temu
cmCablePackageCommand.cxx 6c54371c8f ENH: Added use of CMAKE cache entry for generating the DSP/makefile build rules. 24 lat temu
cmCablePackageCommand.h 54cfe84f3f ENH:New copyright 24 lat temu
cmCablePackageEntryCommand.cxx 45e9d19c6c ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 24 lat temu
cmCablePackageEntryCommand.h 45e9d19c6c ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 24 lat temu
cmCableSourceFilesCommand.cxx 72a9a5546f BUG: fix find library for unix 24 lat temu
cmCableSourceFilesCommand.h 45e9d19c6c ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 24 lat temu
cmCableWrapCommand.cxx 1d4a3aa48e ENH: Changed cmCableWrapCommand to inherit from cmCableDefineSetCommand since they do almost exactly the same thing. Added a GetXmlTag virtual function to both classes to return what XML tag to generate in the set's output. cmCableDefineSetCommand generates a "Set" tag, and cmCableWrapCommand generates a "WrapperSet" tag. What is inside the tags is still generated by the cmCableDefineSetCommand superclass. 24 lat temu
cmCableWrapCommand.h 1d4a3aa48e ENH: Changed cmCableWrapCommand to inherit from cmCableDefineSetCommand since they do almost exactly the same thing. Added a GetXmlTag virtual function to both classes to return what XML tag to generate in the set's output. cmCableDefineSetCommand generates a "Set" tag, and cmCableWrapCommand generates a "WrapperSet" tag. What is inside the tags is still generated by the cmCableDefineSetCommand superclass. 24 lat temu
cmCacheManager.cxx 1cd9ce6f6e ENH: unify make process on unix 24 lat temu
cmCacheManager.h 1cd9ce6f6e ENH: unify make process on unix 24 lat temu
cmCommand.h f07ee5b817 ENH: change find library and find program to look for more than one name 24 lat temu
cmCommands.cxx cb6bc6f0aa added load cache command and fixed source file 24 lat temu
cmCommands.h 54cfe84f3f ENH:New copyright 24 lat temu
cmConfigure.h.in 0b0d1b1d43 ENH: add CMakeCache.txt support 25 lat temu
cmConfigureFileCommand.cxx df5059949d BUG: fix use beyond end of array 24 lat temu
cmConfigureFileCommand.h 885e37da22 ENH: call configure from cmake 24 lat temu
cmConfigureFileNoAutoconf.cxx 54cfe84f3f ENH:New copyright 24 lat temu
cmConfigureFileNoAutoconf.h 54cfe84f3f ENH:New copyright 24 lat temu
cmCustomCommand.cxx 54cfe84f3f ENH:New copyright 24 lat temu
cmCustomCommand.h 54cfe84f3f ENH:New copyright 24 lat temu
cmDSPMakefile.cxx 1cd9ce6f6e ENH: unify make process on unix 24 lat temu
cmDSPMakefile.h 639f1fa239 added registry entry support and windows app support 24 lat temu
cmDSPWriter.cxx 1cd9ce6f6e ENH: unify make process on unix 24 lat temu
cmDSPWriter.h 639f1fa239 added registry entry support and windows app support 24 lat temu
cmDSWMakefile.cxx 089aa3e106 option to make utilities in the all target 24 lat temu
cmDSWMakefile.h 96ec40943c ENH: implement ADD_TARGET command, and add an ALL_BUILD target 24 lat temu
cmDSWWriter.cxx 089aa3e106 option to make utilities in the all target 24 lat temu
cmDSWWriter.h 96ec40943c ENH: implement ADD_TARGET command, and add an ALL_BUILD target 24 lat temu
cmData.h a5480276d5 ENH: Added cmData and corresponding DataMap in cmMakefile to allow commands to register arbitrary extra data with the makefile without modifying the cmMakefile class definition. 24 lat temu
cmDirectory.cxx 54cfe84f3f ENH:New copyright 24 lat temu
cmDirectory.h 54cfe84f3f ENH:New copyright 24 lat temu
cmDumpDocumentation.cxx 658614ff6a ENH:Reworked CMake for consistency 25 lat temu
cmElseCommand.cxx a99dfa60ae new set command and IF NOT 24 lat temu
cmElseCommand.h 54cfe84f3f ENH:New copyright 24 lat temu
cmEndIfCommand.cxx 54cfe84f3f ENH:New copyright 24 lat temu
cmEndIfCommand.h 54cfe84f3f ENH:New copyright 24 lat temu
cmExecProgramCommand.cxx 885e37da22 ENH: call configure from cmake 24 lat temu
cmExecProgramCommand.h 885e37da22 ENH: call configure from cmake 24 lat temu
cmFindFileCommand.cxx 2fb2207c10 bug fixes 24 lat temu
cmFindFileCommand.h 54cfe84f3f ENH:New copyright 24 lat temu
cmFindIncludeCommand.cxx 2da0c57d46 added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against 24 lat temu
cmFindIncludeCommand.h 54cfe84f3f ENH:New copyright 24 lat temu
cmFindLibraryCommand.cxx d9858fea3b Fix help string when NAMES was used (forgot the case when there is no name) 24 lat temu
cmFindLibraryCommand.h f07ee5b817 ENH: change find library and find program to look for more than one name 24 lat temu
cmFindPathCommand.cxx 639f1fa239 added registry entry support and windows app support 24 lat temu
cmFindPathCommand.h 30ad61805b bug fixes 24 lat temu
cmFindProgramCommand.cxx dbfc72c6b5 expands reg values 24 lat temu
cmFindProgramCommand.h 54cfe84f3f ENH:New copyright 24 lat temu
cmFunctionBlocker.h faaadc4a08 better If checks 24 lat temu
cmGeneratedFileStream.h 8011fe0fad ENH: cmGeneratedFileStream class added to simplify copy-if-different usage on generated files. 24 lat temu
cmIfCommand.cxx faaadc4a08 better If checks 24 lat temu
cmIfCommand.h faaadc4a08 better If checks 24 lat temu
cmIncludeCommand.cxx d6fae5faf0 New command: INCLUDE(somefile.txt) 24 lat temu
cmIncludeCommand.h d6fae5faf0 New command: INCLUDE(somefile.txt) 24 lat temu
cmIncludeDirectoryCommand.cxx 54cfe84f3f ENH:New copyright 24 lat temu
cmIncludeDirectoryCommand.h 54cfe84f3f ENH:New copyright 24 lat temu
cmIncludeRegularExpressionCommand.cxx 54cfe84f3f ENH:New copyright 24 lat temu
cmIncludeRegularExpressionCommand.h 54cfe84f3f ENH:New copyright 24 lat temu
cmLibraryCommand.h 54cfe84f3f ENH:New copyright 24 lat temu
cmLinkDirectoriesCommand.cxx 54cfe84f3f ENH:New copyright 24 lat temu
cmLinkDirectoriesCommand.h 54cfe84f3f ENH:New copyright 24 lat temu
cmLinkLibrariesCommand.cxx 2da0c57d46 added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against 24 lat temu
cmLinkLibrariesCommand.h 2da0c57d46 added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against 24 lat temu
cmLoadCacheCommand.cxx cb6bc6f0aa added load cache command and fixed source file 24 lat temu
cmLoadCacheCommand.h cb6bc6f0aa added load cache command and fixed source file 24 lat temu
cmMSProjectGenerator.cxx 54cfe84f3f ENH:New copyright 24 lat temu
cmMSProjectGenerator.h 54cfe84f3f ENH:New copyright 24 lat temu
cmMakeDepend.cxx 1cd9ce6f6e ENH: unify make process on unix 24 lat temu
cmMakeDepend.h 54cfe84f3f ENH:New copyright 24 lat temu
cmMakeDirectoryCommand.cxx 885e37da22 ENH: call configure from cmake 24 lat temu
cmMakeDirectoryCommand.h 885e37da22 ENH: call configure from cmake 24 lat temu
cmMakefile.cxx 1cd9ce6f6e ENH: unify make process on unix 24 lat temu
cmMakefile.h a5480276d5 ENH: Added cmData and corresponding DataMap in cmMakefile to allow commands to register arbitrary extra data with the makefile without modifying the cmMakefile class definition. 24 lat temu
cmMakefileGenerator.cxx 54cfe84f3f ENH:New copyright 24 lat temu
cmMakefileGenerator.h 54cfe84f3f ENH:New copyright 24 lat temu
cmOptionCommand.cxx de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 lat temu
cmOptionCommand.h de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 lat temu
cmProjectCommand.cxx 1cd9ce6f6e ENH: unify make process on unix 24 lat temu
cmProjectCommand.h 54cfe84f3f ENH:New copyright 24 lat temu
cmRegularExpression.cxx 54cfe84f3f ENH:New copyright 24 lat temu
cmRegularExpression.h 54cfe84f3f ENH:New copyright 24 lat temu
cmSetCommand.cxx 1cd9ce6f6e ENH: unify make process on unix 24 lat temu
cmSetCommand.h a99dfa60ae new set command and IF NOT 24 lat temu
cmSiteNameCommand.cxx f386664efc ENH: Correct sitename 24 lat temu
cmSiteNameCommand.h 8a21493f56 ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 lat temu
cmSourceFile.cxx cb6bc6f0aa added load cache command and fixed source file 24 lat temu
cmSourceFile.h 54cfe84f3f ENH:New copyright 24 lat temu
cmSourceFilesCommand.cxx 54cfe84f3f ENH:New copyright 24 lat temu
cmSourceFilesCommand.h 54cfe84f3f ENH:New copyright 24 lat temu
cmSourceGroup.cxx de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 lat temu
cmSourceGroup.h de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 lat temu
cmSourceGroupCommand.cxx 54cfe84f3f ENH:New copyright 24 lat temu
cmSourceGroupCommand.h 54cfe84f3f ENH:New copyright 24 lat temu
cmStandardIncludes.h 54cfe84f3f ENH:New copyright 24 lat temu
cmSubdirCommand.cxx 54cfe84f3f ENH:New copyright 24 lat temu
cmSubdirCommand.h 54cfe84f3f ENH:New copyright 24 lat temu
cmSystemTools.cxx 60a8a2f6aa Changed separator between registry key and its value. Change regexp for registry key. 24 lat temu
cmSystemTools.h 639f1fa239 added registry entry support and windows app support 24 lat temu
cmTarget.cxx a15ae83e95 fix for expaning libraries prior to generating dsp 24 lat temu
cmTarget.h 32f7cef6f3 added win32 executable option 24 lat temu
cmTargetLinkLibrariesCommand.cxx 237f960c89 BUG: added arg0 to link libraries 24 lat temu
cmTargetLinkLibrariesCommand.h 2da0c57d46 added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against 24 lat temu
cmTestsCommand.cxx 54cfe84f3f ENH:New copyright 24 lat temu
cmTestsCommand.h 54cfe84f3f ENH:New copyright 24 lat temu
cmUnixMakefileGenerator.cxx 1cd9ce6f6e ENH: unify make process on unix 24 lat temu
cmUnixMakefileGenerator.h 1cd9ce6f6e ENH: unify make process on unix 24 lat temu
cmUtilitySourceCommand.cxx 54cfe84f3f ENH:New copyright 24 lat temu
cmUtilitySourceCommand.h 54cfe84f3f ENH:New copyright 24 lat temu
cmVTKWrapJavaCommand.cxx 089aa3e106 option to make utilities in the all target 24 lat temu
cmVTKWrapJavaCommand.h 79f95167bd minor fixes 24 lat temu
cmVTKWrapPythonCommand.cxx 6d5508e64b fixed bug in limiting to source lists 24 lat temu
cmVTKWrapPythonCommand.h 73f04d1409 many fixes and cleanup and features 24 lat temu
cmVTKWrapTclCommand.cxx 67e31b789f fixed bug in init code 24 lat temu
cmVTKWrapTclCommand.h 73f04d1409 many fixes and cleanup and features 24 lat temu
cmWrapExcludeFilesCommand.cxx 54cfe84f3f ENH:New copyright 24 lat temu
cmWrapExcludeFilesCommand.h 54cfe84f3f ENH:New copyright 24 lat temu
staticLibFooter.dsptemplate 1f42f521ce NEW: move from tools and config to create CMake 25 lat temu
staticLibHeader.dsptemplate a12448c19b added output directory support 24 lat temu