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