Jim Miller 4d2e6c8394 FIX: only clear the cache on a load when the load needs to read internal values. Otherwise, it is assumed that we are reading another projects cache. 24 anni fa
..
MFCDialog ad2247244d BUG: fix crash 24 anni fa
CMakeBuildTargets.cxx 885e37da22 ENH: call configure from cmake 24 anni fa
CMakeLib.dsp 73f04d1409 many fixes and cleanup and features 24 anni fa
CMakeSetup.dsw 30ad61805b bug fixes 24 anni fa
CMakeSetupCMD.cxx 5e4a89b1b9 ENH: Added generation of internal CMAKE cache entry with path to command-line CMake executable. 24 anni fa
CMakeSetupCMD.dsp 865ec96644 major changes to support multiple libraries and source lists 24 anni fa
DLLFooter.dsptemplate cab31a5013 dll build rules 25 anni fa
DLLHeader.dsptemplate 41e1270413 support for debug and opt libraries 24 anni fa
DumpDocumentation.dsp 30ad61805b bug fixes 24 anni fa
EXEFooter.dsptemplate 1f42f521ce NEW: move from tools and config to create CMake 25 anni fa
EXEHeader.dsptemplate 41e1270413 support for debug and opt libraries 24 anni fa
Makefile.in 885e37da22 ENH: call configure from cmake 24 anni fa
UtilityFooter.dsptemplate f7d33c41cf ADD: add utiltity templates 24 anni fa
UtilityHeader.dsptemplate f7d33c41cf ADD: add utiltity templates 24 anni fa
cmAbstractFilesCommand.cxx 1ba4ef0fdf ENH:Copyright 24 anni fa
cmAbstractFilesCommand.h 1ba4ef0fdf ENH:Copyright 24 anni fa
cmAddCustomTargetCommand.cxx 089aa3e106 option to make utilities in the all target 24 anni fa
cmAddCustomTargetCommand.h 089aa3e106 option to make utilities in the all target 24 anni fa
cmAddDefinitionsCommand.cxx 54cfe84f3f ENH:New copyright 24 anni fa
cmAddDefinitionsCommand.h 54cfe84f3f ENH:New copyright 24 anni fa
cmAddExecutableCommand.cxx 0829faa9e1 ENH: Moved cache entry addition into cmMakefile::AddLibrary and AddExecutable so that commands do not have to add it explicitly. 24 anni fa
cmAddExecutableCommand.h 54cfe84f3f ENH:New copyright 24 anni fa
cmAddLibraryCommand.cxx 0829faa9e1 ENH: Moved cache entry addition into cmMakefile::AddLibrary and AddExecutable so that commands do not have to add it explicitly. 24 anni fa
cmAddLibraryCommand.h 54cfe84f3f ENH:New copyright 24 anni fa
cmAuxSourceDirectoryCommand.cxx 54cfe84f3f ENH:New copyright 24 anni fa
cmAuxSourceDirectoryCommand.h dbdf1c356b ENH:New copyright 24 anni fa
cmBuildCommand.cxx 8a21493f56 ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 anni fa
cmBuildCommand.h 8a21493f56 ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 anni fa
cmBuildNameCommand.cxx 1349d06e78 ENH: Proper build name 24 anni fa
cmBuildNameCommand.h 8a21493f56 ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 anni fa
cmBuildSharedLibrariesCommand.cxx 54cfe84f3f ENH:New copyright 24 anni fa
cmBuildSharedLibrariesCommand.h 2bba34959c new commands 25 anni fa
cmCableCloseNamespaceCommand.cxx 54cfe84f3f ENH:New copyright 24 anni fa
cmCableCloseNamespaceCommand.h 54cfe84f3f ENH:New copyright 24 anni fa
cmCableCommand.cxx 54cfe84f3f ENH:New copyright 24 anni fa
cmCableCommand.h 54cfe84f3f ENH:New copyright 24 anni fa
cmCableData.cxx 54cfe84f3f ENH:New copyright 24 anni fa
cmCableData.h 54cfe84f3f ENH:New copyright 24 anni fa
cmCableDefineSetCommand.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 anni fa
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 anni fa
cmCableInstantiateClassCommand.cxx 45e9d19c6c ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 24 anni fa
cmCableInstantiateClassCommand.h 8aa2182806 BUG: add removed command, and sort the order in cmCommands.cxx 24 anni fa
cmCableInstantiateCommand.cxx 45e9d19c6c ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 24 anni fa
cmCableInstantiateCommand.h 8aa2182806 BUG: add removed command, and sort the order in cmCommands.cxx 24 anni fa
cmCableOpenNamespaceCommand.cxx 54cfe84f3f ENH:New copyright 24 anni fa
cmCableOpenNamespaceCommand.h 54cfe84f3f ENH:New copyright 24 anni fa
cmCablePackageCommand.cxx 6c54371c8f ENH: Added use of CMAKE cache entry for generating the DSP/makefile build rules. 24 anni fa
cmCablePackageCommand.h 54cfe84f3f ENH:New copyright 24 anni fa
cmCablePackageEntryCommand.cxx 45e9d19c6c ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 24 anni fa
cmCablePackageEntryCommand.h 45e9d19c6c ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 24 anni fa
cmCableSourceFilesCommand.cxx 45e9d19c6c ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 24 anni fa
cmCableSourceFilesCommand.h 45e9d19c6c ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 24 anni fa
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 anni fa
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 anni fa
cmCacheManager.cxx 4d2e6c8394 FIX: only clear the cache on a load when the load needs to read internal values. Otherwise, it is assumed that we are reading another projects cache. 24 anni fa
cmCacheManager.h 36b4fbb1f4 added ability to load another cache 24 anni fa
cmCommand.h 54cfe84f3f ENH:New copyright 24 anni fa
cmCommands.cxx cb6bc6f0aa added load cache command and fixed source file 24 anni fa
cmCommands.h 54cfe84f3f ENH:New copyright 24 anni fa
cmConfigure.h.in 0b0d1b1d43 ENH: add CMakeCache.txt support 25 anni fa
cmConfigureFileCommand.cxx df5059949d BUG: fix use beyond end of array 24 anni fa
cmConfigureFileCommand.h 885e37da22 ENH: call configure from cmake 24 anni fa
cmConfigureFileNoAutoconf.cxx 54cfe84f3f ENH:New copyright 24 anni fa
cmConfigureFileNoAutoconf.h 54cfe84f3f ENH:New copyright 24 anni fa
cmCustomCommand.cxx 54cfe84f3f ENH:New copyright 24 anni fa
cmCustomCommand.h 54cfe84f3f ENH:New copyright 24 anni fa
cmDSPMakefile.cxx dec4d7afe1 ENH: Added use of CMAKE cache entry for generating the DSP build rules. 24 anni fa
cmDSPMakefile.h dec4d7afe1 ENH: Added use of CMAKE cache entry for generating the DSP build rules. 24 anni fa
cmDSPWriter.cxx dec4d7afe1 ENH: Added use of CMAKE cache entry for generating the DSP build rules. 24 anni fa
cmDSPWriter.h dec4d7afe1 ENH: Added use of CMAKE cache entry for generating the DSP build rules. 24 anni fa
cmDSWMakefile.cxx 089aa3e106 option to make utilities in the all target 24 anni fa
cmDSWMakefile.h 96ec40943c ENH: implement ADD_TARGET command, and add an ALL_BUILD target 24 anni fa
cmDSWWriter.cxx 089aa3e106 option to make utilities in the all target 24 anni fa
cmDSWWriter.h 96ec40943c ENH: implement ADD_TARGET command, and add an ALL_BUILD target 24 anni fa
cmDirectory.cxx 54cfe84f3f ENH:New copyright 24 anni fa
cmDirectory.h 54cfe84f3f ENH:New copyright 24 anni fa
cmDumpDocumentation.cxx 658614ff6a ENH:Reworked CMake for consistency 25 anni fa
cmElseCommand.cxx a99dfa60ae new set command and IF NOT 24 anni fa
cmElseCommand.h 54cfe84f3f ENH:New copyright 24 anni fa
cmEndIfCommand.cxx 54cfe84f3f ENH:New copyright 24 anni fa
cmEndIfCommand.h 54cfe84f3f ENH:New copyright 24 anni fa
cmExecProgramCommand.cxx 885e37da22 ENH: call configure from cmake 24 anni fa
cmExecProgramCommand.h 885e37da22 ENH: call configure from cmake 24 anni fa
cmFindFileCommand.cxx 2fb2207c10 bug fixes 24 anni fa
cmFindFileCommand.h 54cfe84f3f ENH:New copyright 24 anni fa
cmFindIncludeCommand.cxx 2da0c57d46 added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against 24 anni fa
cmFindIncludeCommand.h 54cfe84f3f ENH:New copyright 24 anni fa
cmFindLibraryCommand.cxx 2fb2207c10 bug fixes 24 anni fa
cmFindLibraryCommand.h 54cfe84f3f ENH:New copyright 24 anni fa
cmFindPathCommand.cxx 2fb2207c10 bug fixes 24 anni fa
cmFindPathCommand.h 30ad61805b bug fixes 24 anni fa
cmFindProgramCommand.cxx de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 anni fa
cmFindProgramCommand.h 54cfe84f3f ENH:New copyright 24 anni fa
cmFunctionBlocker.h faaadc4a08 better If checks 24 anni fa
cmIfCommand.cxx faaadc4a08 better If checks 24 anni fa
cmIfCommand.h faaadc4a08 better If checks 24 anni fa
cmIncludeCommand.cxx d6fae5faf0 New command: INCLUDE(somefile.txt) 24 anni fa
cmIncludeCommand.h d6fae5faf0 New command: INCLUDE(somefile.txt) 24 anni fa
cmIncludeDirectoryCommand.cxx 54cfe84f3f ENH:New copyright 24 anni fa
cmIncludeDirectoryCommand.h 54cfe84f3f ENH:New copyright 24 anni fa
cmIncludeRegularExpressionCommand.cxx 54cfe84f3f ENH:New copyright 24 anni fa
cmIncludeRegularExpressionCommand.h 54cfe84f3f ENH:New copyright 24 anni fa
cmLibraryCommand.h 54cfe84f3f ENH:New copyright 24 anni fa
cmLinkDirectoriesCommand.cxx 54cfe84f3f ENH:New copyright 24 anni fa
cmLinkDirectoriesCommand.h 54cfe84f3f ENH:New copyright 24 anni fa
cmLinkLibrariesCommand.cxx 2da0c57d46 added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against 24 anni fa
cmLinkLibrariesCommand.h 2da0c57d46 added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against 24 anni fa
cmLoadCacheCommand.cxx cb6bc6f0aa added load cache command and fixed source file 24 anni fa
cmLoadCacheCommand.h cb6bc6f0aa added load cache command and fixed source file 24 anni fa
cmMSProjectGenerator.cxx 54cfe84f3f ENH:New copyright 24 anni fa
cmMSProjectGenerator.h 54cfe84f3f ENH:New copyright 24 anni fa
cmMakeDepend.cxx 54cfe84f3f ENH:New copyright 24 anni fa
cmMakeDepend.h 54cfe84f3f ENH:New copyright 24 anni fa
cmMakeDirectoryCommand.cxx 885e37da22 ENH: call configure from cmake 24 anni fa
cmMakeDirectoryCommand.h 885e37da22 ENH: call configure from cmake 24 anni fa
cmMakefile.cxx 0829faa9e1 ENH: Moved cache entry addition into cmMakefile::AddLibrary and AddExecutable so that commands do not have to add it explicitly. 24 anni fa
cmMakefile.h 885e37da22 ENH: call configure from cmake 24 anni fa
cmMakefileGenerator.cxx 54cfe84f3f ENH:New copyright 24 anni fa
cmMakefileGenerator.h 54cfe84f3f ENH:New copyright 24 anni fa
cmOptionCommand.cxx de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 anni fa
cmOptionCommand.h de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 anni fa
cmProjectCommand.cxx cdffbea017 now adds src and bin dir into cache 24 anni fa
cmProjectCommand.h 54cfe84f3f ENH:New copyright 24 anni fa
cmRegularExpression.cxx 54cfe84f3f ENH:New copyright 24 anni fa
cmRegularExpression.h 54cfe84f3f ENH:New copyright 24 anni fa
cmSetCommand.cxx a99dfa60ae new set command and IF NOT 24 anni fa
cmSetCommand.h a99dfa60ae new set command and IF NOT 24 anni fa
cmSiteNameCommand.cxx f386664efc ENH: Correct sitename 24 anni fa
cmSiteNameCommand.h 8a21493f56 ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 anni fa
cmSourceFile.cxx cb6bc6f0aa added load cache command and fixed source file 24 anni fa
cmSourceFile.h 54cfe84f3f ENH:New copyright 24 anni fa
cmSourceFilesCommand.cxx 54cfe84f3f ENH:New copyright 24 anni fa
cmSourceFilesCommand.h 54cfe84f3f ENH:New copyright 24 anni fa
cmSourceGroup.cxx de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 anni fa
cmSourceGroup.h de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 anni fa
cmSourceGroupCommand.cxx 54cfe84f3f ENH:New copyright 24 anni fa
cmSourceGroupCommand.h 54cfe84f3f ENH:New copyright 24 anni fa
cmStandardIncludes.h 54cfe84f3f ENH:New copyright 24 anni fa
cmSubdirCommand.cxx 54cfe84f3f ENH:New copyright 24 anni fa
cmSubdirCommand.h 54cfe84f3f ENH:New copyright 24 anni fa
cmSystemTools.cxx 885e37da22 ENH: call configure from cmake 24 anni fa
cmSystemTools.h de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 anni fa
cmTarget.cxx 2da0c57d46 added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against 24 anni fa
cmTarget.h 089aa3e106 option to make utilities in the all target 24 anni fa
cmTargetLinkLibrariesCommand.cxx 237f960c89 BUG: added arg0 to link libraries 24 anni fa
cmTargetLinkLibrariesCommand.h 2da0c57d46 added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against 24 anni fa
cmTestsCommand.cxx 54cfe84f3f ENH:New copyright 24 anni fa
cmTestsCommand.h 54cfe84f3f ENH:New copyright 24 anni fa
cmUnixMakefileGenerator.cxx 885e37da22 ENH: call configure from cmake 24 anni fa
cmUnixMakefileGenerator.h 885e37da22 ENH: call configure from cmake 24 anni fa
cmUtilitySourceCommand.cxx 54cfe84f3f ENH:New copyright 24 anni fa
cmUtilitySourceCommand.h 54cfe84f3f ENH:New copyright 24 anni fa
cmVTKWrapJavaCommand.cxx 089aa3e106 option to make utilities in the all target 24 anni fa
cmVTKWrapJavaCommand.h 79f95167bd minor fixes 24 anni fa
cmVTKWrapPythonCommand.cxx 6d5508e64b fixed bug in limiting to source lists 24 anni fa
cmVTKWrapPythonCommand.h 73f04d1409 many fixes and cleanup and features 24 anni fa
cmVTKWrapTclCommand.cxx 67e31b789f fixed bug in init code 24 anni fa
cmVTKWrapTclCommand.h 73f04d1409 many fixes and cleanup and features 24 anni fa
cmWrapExcludeFilesCommand.cxx 54cfe84f3f ENH:New copyright 24 anni fa
cmWrapExcludeFilesCommand.h 54cfe84f3f ENH:New copyright 24 anni fa
staticLibFooter.dsptemplate 1f42f521ce NEW: move from tools and config to create CMake 25 anni fa
staticLibHeader.dsptemplate ee12876e2d FIX: returned to using /O2 optimization level and put a pragma in the netlib code that could not handle the /Og component of /O2 24 anni fa