Luis Ibanez 6d04ee9ec1 ENH: Cache saving added 24 лет назад
..
FLTKDialog 6d04ee9ec1 ENH: Cache saving added 24 лет назад
MFCDialog 4f77d737c9 ENH: move utilities to targets from makefile, and add versioning to cache 24 лет назад
CMakeLib.dsp 355278324e *** empty log message *** 24 лет назад
CMakeSetup.dsw 06f403b274 updated for out of tree builds 25 лет назад
DumpDocumentation.dsp 30ad61805b bug fixes 25 лет назад
Makefile.in 4179c991f4 ENH: change MFC gui to use cmake class 24 лет назад
cmAbstractFilesCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmAbstractFilesCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmAddCustomTargetCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmAddCustomTargetCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmAddDefinitionsCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmAddDefinitionsCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmAddExecutableCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmAddExecutableCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmAddLibraryCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmAddLibraryCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmAddTestCommand.cxx 4f77d737c9 ENH: move utilities to targets from makefile, and add versioning to cache 24 лет назад
cmAddTestCommand.h 37801ddaae added enable testing deprecated some commands 24 лет назад
cmAuxSourceDirectoryCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmAuxSourceDirectoryCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmBuildCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmBuildCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmBuildNameCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmBuildNameCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmBuildSharedLibrariesCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmBuildSharedLibrariesCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmCableClassSet.cxx 9f8d296f15 ERR: Removed use of member templates. 25 лет назад
cmCableClassSet.h 9f8d296f15 ERR: Removed use of member templates. 25 лет назад
cmCableClassSetCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmCableClassSetCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmCableCloseNamespaceCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmCableCloseNamespaceCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmCableCommand.cxx 54cfe84f3f ENH:New copyright 25 лет назад
cmCableCommand.h 54cfe84f3f ENH:New copyright 25 лет назад
cmCableData.cxx 54cfe84f3f ENH:New copyright 25 лет назад
cmCableData.h 54cfe84f3f ENH:New copyright 25 лет назад
cmCableDefineSetCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmCableDefineSetCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmCableInstantiateClassCommand.cxx 45e9d19c6c ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 25 лет назад
cmCableInstantiateClassCommand.h 8aa2182806 BUG: add removed command, and sort the order in cmCommands.cxx 25 лет назад
cmCableInstantiateCommand.cxx 45e9d19c6c ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 25 лет назад
cmCableInstantiateCommand.h 8aa2182806 BUG: add removed command, and sort the order in cmCommands.cxx 25 лет назад
cmCableOpenNamespaceCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmCableOpenNamespaceCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmCablePackageCommand.cxx 4f77d737c9 ENH: move utilities to targets from makefile, and add versioning to cache 24 лет назад
cmCablePackageCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmCablePackageEntryCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmCablePackageEntryCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmCableSourceFilesCommand.cxx 72a9a5546f BUG: fix find library for unix 25 лет назад
cmCableSourceFilesCommand.h 45e9d19c6c ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 25 лет назад
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. 25 лет назад
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. 25 лет назад
cmCableWrapTclCommand.cxx 059ee3931d BUG: Changed custom command generation to not use full path of output file from cable. 24 лет назад
cmCableWrapTclCommand.h cff74e9a78 ENH: Added proper request for/generation of CABLE, GCCXML, and GCCXML_FLAGS cache entries. This also allowed the correct generation of gccxml rules. 24 лет назад
cmCacheManager.cxx 4f77d737c9 ENH: move utilities to targets from makefile, and add versioning to cache 24 лет назад
cmCacheManager.h 4f77d737c9 ENH: move utilities to targets from makefile, and add versioning to cache 24 лет назад
cmCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmCommands.cxx 37801ddaae added enable testing deprecated some commands 24 лет назад
cmCommands.h 54cfe84f3f ENH:New copyright 25 лет назад
cmConfigure.h.in 1094200ea0 BUG: fix to compile on hp with aCC 25 лет назад
cmConfigureFileCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmConfigureFileCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmConfigureFileNoAutoconf.cxx dd249a0477 FIX: Chaned error message to match command 24 лет назад
cmConfigureFileNoAutoconf.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmCustomCommand.cxx 54cfe84f3f ENH:New copyright 25 лет назад
cmCustomCommand.h 54cfe84f3f ENH:New copyright 25 лет назад
cmDSPWriter.cxx 1ede7e4e24 BUG: Removed generation of stray # Begin Custom Build line. 24 лет назад
cmDSPWriter.h 38a164d254 ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter 24 лет назад
cmDSWWriter.cxx 4f77d737c9 ENH: move utilities to targets from makefile, and add versioning to cache 24 лет назад
cmDSWWriter.h 38a164d254 ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter 24 лет назад
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. 25 лет назад
cmDirectory.cxx 54cfe84f3f ENH:New copyright 25 лет назад
cmDirectory.h 54cfe84f3f ENH:New copyright 25 лет назад
cmDumpDocumentation.cxx 658614ff6a ENH:Reworked CMake for consistency 25 лет назад
cmElseCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmElseCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmEnableTestingCommand.cxx 5b4a11af80 BUG: ENABLE_TESTING command may need to create output directory before writing the CMakeTestfile into it since it is invoked before the makefile generator runs. 24 лет назад
cmEnableTestingCommand.h 37801ddaae added enable testing deprecated some commands 24 лет назад
cmEndIfCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmEndIfCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmExecProgramCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmExecProgramCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmFindFileCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmFindFileCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmFindLibraryCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmFindLibraryCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmFindPathCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmFindPathCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmFindProgramCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmFindProgramCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmFunctionBlocker.h a3cfcd9894 BUG: clean up memory leaks. 24 лет назад
cmGeneratedFileStream.h b6d823a7c1 ENH: try to better handle control-c during make Makefiles 24 лет назад
cmGetFilenameComponentCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmGetFilenameComponentCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmIfCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmIfCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmIncludeCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmIncludeCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmIncludeDirectoryCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmIncludeDirectoryCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmIncludeRegularExpressionCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmIncludeRegularExpressionCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmInstallFilesCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmInstallFilesCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmInstallTargetsCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmInstallTargetsCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmLibraryCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmLinkDirectoriesCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmLinkDirectoriesCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmLinkLibrariesCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmLinkLibrariesCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmLoadCacheCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmLoadCacheCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmMSProjectGenerator.cxx 38a164d254 ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter 24 лет назад
cmMSProjectGenerator.h 38a164d254 ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter 24 лет назад
cmMakeDepend.cxx 1cd9ce6f6e ENH: unify make process on unix 25 лет назад
cmMakeDepend.h 54cfe84f3f ENH:New copyright 25 лет назад
cmMakeDirectoryCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmMakeDirectoryCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmMakefile.cxx 4f77d737c9 ENH: move utilities to targets from makefile, and add versioning to cache 24 лет назад
cmMakefile.h 4f77d737c9 ENH: move utilities to targets from makefile, and add versioning to cache 24 лет назад
cmMakefileGenerator.cxx 54cfe84f3f ENH:New copyright 25 лет назад
cmMakefileGenerator.h a3cfcd9894 BUG: clean up memory leaks. 24 лет назад
cmMessageCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmMessageCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmOptionCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmOptionCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmProjectCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmProjectCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmRegularExpression.cxx 54cfe84f3f ENH:New copyright 25 лет назад
cmRegularExpression.h 54cfe84f3f ENH:New copyright 25 лет назад
cmSetCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmSetCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmSiteNameCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmSiteNameCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmSourceFile.cxx cb6bc6f0aa added load cache command and fixed source file 25 лет назад
cmSourceFile.h 54cfe84f3f ENH:New copyright 25 лет назад
cmSourceFilesCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmSourceFilesCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmSourceGroup.cxx de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 25 лет назад
cmSourceGroup.h de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 25 лет назад
cmSourceGroupCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmSourceGroupCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmStandardIncludes.h 1094200ea0 BUG: fix to compile on hp with aCC 25 лет назад
cmSubdirCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmSubdirCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmSystemTools.cxx 8f412df3f5 DOC: Added a comment about the risk of using tempnam in Unix, as opposed to 24 лет назад
cmSystemTools.h 4f77d737c9 ENH: move utilities to targets from makefile, and add versioning to cache 24 лет назад
cmTarget.cxx dbebd0a276 added install rules 25 лет назад
cmTarget.h 4f77d737c9 ENH: move utilities to targets from makefile, and add versioning to cache 24 лет назад
cmTargetLinkLibrariesCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmTargetLinkLibrariesCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmTestsCommand.cxx 37801ddaae added enable testing deprecated some commands 24 лет назад
cmTestsCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmUnixMakefileGenerator.cxx 0f98c51d77 ENH: Runtime library search paths can be added to the link lines for 24 лет назад
cmUnixMakefileGenerator.h 3ebfc32b5e added install target support 25 лет назад
cmUtilitySourceCommand.cxx 4f77d737c9 ENH: move utilities to targets from makefile, and add versioning to cache 24 лет назад
cmUtilitySourceCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmVTKWrapJavaCommand.cxx 4f77d737c9 ENH: move utilities to targets from makefile, and add versioning to cache 24 лет назад
cmVTKWrapJavaCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmVTKWrapPythonCommand.cxx 4f77d737c9 ENH: move utilities to targets from makefile, and add versioning to cache 24 лет назад
cmVTKWrapPythonCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmVTKWrapTclCommand.cxx 4f77d737c9 ENH: move utilities to targets from makefile, and add versioning to cache 24 лет назад
cmVTKWrapTclCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmWrapExcludeFilesCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmWrapExcludeFilesCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 лет назад
cmake.cxx 4f77d737c9 ENH: move utilities to targets from makefile, and add versioning to cache 24 лет назад
cmake.dsp 4179c991f4 ENH: change MFC gui to use cmake class 24 лет назад
cmake.h 4179c991f4 ENH: change MFC gui to use cmake class 24 лет назад
cmakemain.cxx a85e67d937 BUG: add missing file 24 лет назад