Jim Miller 1c44097f13 Changed Windows build command to build Release 24 lat temu
..
FLTKDialog 69edd818c4 ENH: PropertyList class added 24 lat temu
MFCDialog 39066269d1 add compute systeminfo 24 lat temu
CMakeLib.dsp 3f12d26adb ENH: Added cmCableClassSet.cxx to build. 24 lat temu
CMakeSetup.dsw 06f403b274 updated for out of tree builds 24 lat temu
DumpDocumentation.dsp 30ad61805b bug fixes 24 lat temu
Makefile.in 7950871fcb fix CXXFLAGS 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 1c44097f13 Changed Windows build command to build Release 24 lat temu
cmBuildCommand.h 8a21493f56 ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 lat temu
cmBuildNameCommand.cxx 4ea1c51eba clean up for build on its own 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
cmCableClassSet.cxx 9f8d296f15 ERR: Removed use of member templates. 24 lat temu
cmCableClassSet.h 9f8d296f15 ERR: Removed use of member templates. 24 lat temu
cmCableClassSetCommand.cxx f08a1b8885 ENH: Adding CABLE_CLASS_SET and CABLE_WRAP_TCL commands. They cannot yet be used with the main branch of CABLE, though. 24 lat temu
cmCableClassSetCommand.h f08a1b8885 ENH: Adding CABLE_CLASS_SET and CABLE_WRAP_TCL commands. They cannot yet be used with the main branch of CABLE, though. 24 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 aa72e182fe half checked in changes for CMAKE_ROOT 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
cmCableWrapTclCommand.cxx 7727c7ef96 ENH: Converted to new Class and Group tags in place of WrapperSet and Groups tags. 24 lat temu
cmCableWrapTclCommand.h f08a1b8885 ENH: Adding CABLE_CLASS_SET and CABLE_WRAP_TCL commands. They cannot yet be used with the main branch of CABLE, though. 24 lat temu
cmCacheManager.cxx d4498a9e52 BUG: fix for sun compiler 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 dbebd0a276 added install rules 24 lat temu
cmCommands.h 54cfe84f3f ENH:New copyright 24 lat temu
cmConfigure.h.in 1094200ea0 BUG: fix to compile on hp with aCC 24 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 bc9531c0d1 ENH: create CMAKE_CXX_FLAGS_[Buildtype] flags 24 lat temu
cmDSPMakefile.h 639f1fa239 added registry entry support and windows app support 24 lat temu
cmDSPWriter.cxx bc9531c0d1 ENH: create CMAKE_CXX_FLAGS_[Buildtype] flags 24 lat temu
cmDSPWriter.h 639f1fa239 added registry entry support and windows app support 24 lat temu
cmDSWMakefile.cxx 1f6057e864 install fixes for win32 24 lat temu
cmDSWMakefile.h 96ec40943c ENH: implement ADD_TARGET command, and add an ALL_BUILD target 24 lat temu
cmDSWWriter.cxx 1f6057e864 install fixes for win32 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 d76db0ed57 BUG: remove warning 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
cmInstallFilesCommand.cxx dbebd0a276 added install rules 24 lat temu
cmInstallFilesCommand.h dbebd0a276 added install rules 24 lat temu
cmInstallTargetsCommand.cxx dbebd0a276 added install rules 24 lat temu
cmInstallTargetsCommand.h dbebd0a276 added install rules 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 ef4bee6f61 bug finding windows template file 24 lat temu
cmMSProjectGenerator.h 7ec7fb7e95 changes for cmake to live outside of the source tree 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 3ebfc32b5e added install target support 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 7ec7fb7e95 changes for cmake to live outside of the source tree 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 43237a88c5 added PROJECT_SOURCE_DIR 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 650691850b BUG: fix compiler name 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 1094200ea0 BUG: fix to compile on hp with aCC 24 lat temu
cmSubdirCommand.cxx 54cfe84f3f ENH:New copyright 24 lat temu
cmSubdirCommand.h 54cfe84f3f ENH:New copyright 24 lat temu
cmSystemTools.cxx 768134c690 command line fixes for win32 24 lat temu
cmSystemTools.h afdea030fe minor whitespace change 24 lat temu
cmTarget.cxx dbebd0a276 added install rules 24 lat temu
cmTarget.h dbebd0a276 added install rules 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 3ebfc32b5e added install target support 24 lat temu
cmUnixMakefileGenerator.h 3ebfc32b5e added install target support 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
cmake.cxx 768134c690 command line fixes for win32 24 lat temu
cmake.dsp 09651ba991 BUG: fix output directory 24 lat temu
cmake.h 72bc7951be new command 24 lat temu