CMake/Source
Bill Hoffman 9922155423 ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
..
FLTKDialog ENH: PropertyList class added 2001-05-22 10:43:58 -04:00
MFCDialog BUG: PATH options should not remove the file part of the path... 2001-06-06 13:18:55 -04:00
CMakeLib.dsp ENH: change MFC gui to use cmake class 2001-05-30 15:28:55 -04:00
CMakeSetup.dsw updated for out of tree builds 2001-05-21 09:50:24 -04:00
DumpDocumentation.dsp bug fixes 2001-04-26 09:38:31 -04:00
Makefile.in ENH: change MFC gui to use cmake class 2001-05-30 15:28:55 -04:00
cmAbstractFilesCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmAbstractFilesCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmAddCustomTargetCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmAddCustomTargetCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmAddDefinitionsCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmAddDefinitionsCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmAddExecutableCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmAddExecutableCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmAddLibraryCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmAddLibraryCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmAddTestCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmAddTestCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmAuxSourceDirectoryCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmAuxSourceDirectoryCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmBuildCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmBuildCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmBuildNameCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmBuildNameCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmBuildSharedLibrariesCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmBuildSharedLibrariesCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmCableClassSet.cxx ERR: Removed use of member templates. 2001-05-16 17:43:53 -04:00
cmCableClassSet.h ERR: Removed use of member templates. 2001-05-16 17:43:53 -04:00
cmCableClassSetCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmCableClassSetCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmCableCloseNamespaceCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmCableCloseNamespaceCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmCableCommand.cxx ENH:New copyright 2001-04-27 08:01:17 -04:00
cmCableCommand.h ENH:New copyright 2001-04-27 08:01:17 -04:00
cmCableData.cxx ENH:New copyright 2001-04-27 08:01:17 -04:00
cmCableData.h ENH:New copyright 2001-04-27 08:01:17 -04:00
cmCableDefineSetCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmCableDefineSetCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmCableInstantiateClassCommand.cxx ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 2001-05-01 17:35:23 -04:00
cmCableInstantiateClassCommand.h BUG: add removed command, and sort the order in cmCommands.cxx 2001-05-05 11:03:35 -04:00
cmCableInstantiateCommand.cxx ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 2001-05-01 17:35:23 -04:00
cmCableInstantiateCommand.h BUG: add removed command, and sort the order in cmCommands.cxx 2001-05-05 11:03:35 -04:00
cmCableOpenNamespaceCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmCableOpenNamespaceCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmCablePackageCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmCablePackageCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmCablePackageEntryCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmCablePackageEntryCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmCableSourceFilesCommand.cxx BUG: fix find library for unix 2001-05-11 14:39:30 -04:00
cmCableSourceFilesCommand.h ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 2001-05-01 17:35:23 -04:00
cmCableWrapCommand.cxx 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. 2001-05-01 17:37:45 -04:00
cmCableWrapCommand.h 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. 2001-05-01 17:37:45 -04:00
cmCableWrapTclCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmCableWrapTclCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmCacheManager.cxx BUG: clean up memory leaks. 2001-06-04 10:18:03 -04:00
cmCacheManager.h ENH: unify make process on unix 2001-05-16 15:15:21 -04:00
cmCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmCommands.cxx ENH: Added AddTest command 2001-06-05 20:34:57 -04:00
cmCommands.h ENH:New copyright 2001-04-27 08:01:17 -04:00
cmConfigure.h.in BUG: fix to compile on hp with aCC 2001-05-17 11:44:26 -04:00
cmConfigureFileCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmConfigureFileCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmConfigureFileNoAutoconf.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmConfigureFileNoAutoconf.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmCustomCommand.cxx ENH:New copyright 2001-04-27 08:01:17 -04:00
cmCustomCommand.h ENH:New copyright 2001-04-27 08:01:17 -04:00
cmDSPMakefile.cxx BUG: fix EXE and LIB path problems 2001-06-05 15:48:09 -04:00
cmDSPMakefile.h added registry entry support and windows app support 2001-05-11 10:53:17 -04:00
cmDSPWriter.cxx BUG: fix EXE and LIB path problems 2001-06-05 15:48:09 -04:00
cmDSPWriter.h added registry entry support and windows app support 2001-05-11 10:53:17 -04:00
cmDSWMakefile.cxx STYLE: line too long 2001-06-04 18:24:43 -04:00
cmDSWMakefile.h ENH: implement ADD_TARGET command, and add an ALL_BUILD target 2001-05-01 16:55:32 -04:00
cmDSWWriter.cxx STYLE: line too long 2001-06-04 18:24:43 -04:00
cmDSWWriter.h ENH: implement ADD_TARGET command, and add an ALL_BUILD target 2001-05-01 16:55:32 -04:00
cmData.h 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. 2001-05-16 09:19:46 -04:00
cmDirectory.cxx ENH:New copyright 2001-04-27 08:01:17 -04:00
cmDirectory.h ENH:New copyright 2001-04-27 08:01:17 -04:00
cmDumpDocumentation.cxx ENH:Reworked CMake for consistency 2001-01-18 11:20:24 -05:00
cmElseCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmElseCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmEndIfCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmEndIfCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmExecProgramCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmExecProgramCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmFindFileCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmFindFileCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmFindLibraryCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmFindLibraryCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmFindPathCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmFindPathCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmFindProgramCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmFindProgramCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmFunctionBlocker.h BUG: clean up memory leaks. 2001-06-04 10:18:03 -04:00
cmGeneratedFileStream.h ENH: try to better handle control-c during make Makefiles 2001-06-04 11:34:22 -04:00
cmGetFilenameComponentCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmGetFilenameComponentCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmIfCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmIfCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmIncludeCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmIncludeCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmIncludeDirectoryCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmIncludeDirectoryCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmIncludeRegularExpressionCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmIncludeRegularExpressionCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmInstallFilesCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmInstallFilesCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmInstallTargetsCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmInstallTargetsCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmLibraryCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmLinkDirectoriesCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmLinkDirectoriesCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmLinkLibrariesCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmLinkLibrariesCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmLoadCacheCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmLoadCacheCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmMSProjectGenerator.cxx BUG: clean up memory leaks. 2001-06-04 10:18:03 -04:00
cmMSProjectGenerator.h changes for cmake to live outside of the source tree 2001-05-18 15:20:31 -04:00
cmMakeDepend.cxx ENH: unify make process on unix 2001-05-16 15:15:21 -04:00
cmMakeDepend.h ENH:New copyright 2001-04-27 08:01:17 -04:00
cmMakeDirectoryCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmMakeDirectoryCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmMakefile.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmMakefile.h ENH: Added AddTest, and GenerateTestfile routines 2001-06-05 20:34:01 -04:00
cmMakefileGenerator.cxx ENH:New copyright 2001-04-27 08:01:17 -04:00
cmMakefileGenerator.h BUG: clean up memory leaks. 2001-06-04 10:18:03 -04:00
cmMessageCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmMessageCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmOptionCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmOptionCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmProjectCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmProjectCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmRegularExpression.cxx ENH:New copyright 2001-04-27 08:01:17 -04:00
cmRegularExpression.h ENH:New copyright 2001-04-27 08:01:17 -04:00
cmSetCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmSetCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmSiteNameCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmSiteNameCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmSourceFile.cxx added load cache command and fixed source file 2001-05-09 08:51:54 -04:00
cmSourceFile.h ENH:New copyright 2001-04-27 08:01:17 -04:00
cmSourceFilesCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmSourceFilesCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmSourceGroup.cxx ENH: move testing stuff to cmake from configure, good bye dashboard... :) 2001-05-04 11:30:46 -04:00
cmSourceGroup.h ENH: move testing stuff to cmake from configure, good bye dashboard... :) 2001-05-04 11:30:46 -04:00
cmSourceGroupCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmSourceGroupCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmStandardIncludes.h BUG: fix to compile on hp with aCC 2001-05-17 11:44:26 -04:00
cmSubdirCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmSubdirCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmSystemTools.cxx better regexp for reg entries 2001-06-06 09:44:20 -04:00
cmSystemTools.h ENH: Some tweaks, hacks and #ifdefs required to compile 2001-06-05 17:41:16 -04:00
cmTarget.cxx added install rules 2001-05-23 11:31:43 -04:00
cmTarget.h added install rules 2001-05-23 11:31:43 -04:00
cmTargetLinkLibrariesCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmTargetLinkLibrariesCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmTestsCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmTestsCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmUnixMakefileGenerator.cxx ENH: Compress the library search directories so that each appears only once. 2001-06-05 22:54:42 -04:00
cmUnixMakefileGenerator.h added install target support 2001-05-23 11:53:37 -04:00
cmUtilitySourceCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmUtilitySourceCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmVTKWrapJavaCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmVTKWrapJavaCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmVTKWrapPythonCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmVTKWrapPythonCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmVTKWrapTclCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmVTKWrapTclCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmWrapExcludeFilesCommand.cxx ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmWrapExcludeFilesCommand.h ENH: rename Invoke to InitialPass 2001-06-06 13:19:15 -04:00
cmake.cxx BUG: fix edit of directories 2001-05-31 15:48:35 -04:00
cmake.dsp ENH: change MFC gui to use cmake class 2001-05-30 15:28:55 -04:00
cmake.h ENH: change MFC gui to use cmake class 2001-05-30 15:28:55 -04:00
cmakemain.cxx BUG: add missing file 2001-05-30 15:56:17 -04:00