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