Bill Hoffman d04756d8f7 BUG: fix unix path search пре 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 401b9eea0b ADD LINK32s are now on multiple lines because VC breaks otherwise пре 24 година
Makefile.in 54dcf6932a cleaned up configure some пре 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 1dc7ae38ea BUG: match called on invalid number пре 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 f07ee5b817 ENH: change find library and find program to look for more than one name пре 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 978407e042 Reads and uses MSPROJECT_TEMPLATE_DIRECTORY if it exists пре 24 година
cmDSPMakefile.h dec4d7afe1 ENH: Added use of CMAKE cache entry for generating the DSP build rules. пре 24 година
cmDSPWriter.cxx 978407e042 Reads and uses MSPROJECT_TEMPLATE_DIRECTORY if it exists пре 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 68ac32e60a ERR: Removed unused variable пре 24 година
cmFindLibraryCommand.h f07ee5b817 ENH: change find library and find program to look for more than one name пре 24 година
cmFindPathCommand.cxx 2fb2207c10 bug fixes пре 24 година
cmFindPathCommand.h 30ad61805b bug fixes пре 24 година
cmFindProgramCommand.cxx 68ac32e60a ERR: Removed unused variable пре 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 d04756d8f7 BUG: fix unix path search пре 24 година
cmSystemTools.h f07ee5b817 ENH: change find library and find program to look for more than one name пре 24 година
cmTarget.cxx a15ae83e95 fix for expaning libraries prior to generating dsp пре 24 година
cmTarget.h 32f7cef6f3 added win32 executable option пре 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 968610b041 BUG: Removed stray debugging output statement. Also renamed some variables for clarity. пре 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 година