Bill Hoffman a3cfcd9894 BUG: clean up memory leaks. 24 years ago
..
FLTKDialog 69edd818c4 ENH: PropertyList class added 24 years ago
MFCDialog a3cfcd9894 BUG: clean up memory leaks. 24 years ago
CMakeLib.dsp 4179c991f4 ENH: change MFC gui to use cmake class 24 years ago
CMakeSetup.dsw 06f403b274 updated for out of tree builds 24 years ago
DumpDocumentation.dsp 30ad61805b bug fixes 24 years ago
Makefile.in 4179c991f4 ENH: change MFC gui to use cmake class 24 years ago
cmAbstractFilesCommand.cxx 1ba4ef0fdf ENH:Copyright 24 years ago
cmAbstractFilesCommand.h 1ba4ef0fdf ENH:Copyright 24 years ago
cmAddCustomTargetCommand.cxx 089aa3e106 option to make utilities in the all target 24 years ago
cmAddCustomTargetCommand.h 089aa3e106 option to make utilities in the all target 24 years ago
cmAddDefinitionsCommand.cxx 54cfe84f3f ENH:New copyright 24 years ago
cmAddDefinitionsCommand.h 54cfe84f3f ENH:New copyright 24 years ago
cmAddExecutableCommand.cxx 639f1fa239 added registry entry support and windows app support 24 years ago
cmAddExecutableCommand.h 639f1fa239 added registry entry support and windows app support 24 years ago
cmAddLibraryCommand.cxx 0829faa9e1 ENH: Moved cache entry addition into cmMakefile::AddLibrary and AddExecutable so that commands do not have to add it explicitly. 24 years ago
cmAddLibraryCommand.h 54cfe84f3f ENH:New copyright 24 years ago
cmAuxSourceDirectoryCommand.cxx 54cfe84f3f ENH:New copyright 24 years ago
cmAuxSourceDirectoryCommand.h dbdf1c356b ENH:New copyright 24 years ago
cmBuildCommand.cxx 1c44097f13 Changed Windows build command to build Release 24 years ago
cmBuildCommand.h 8a21493f56 ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 years ago
cmBuildNameCommand.cxx 4ea1c51eba clean up for build on its own 24 years ago
cmBuildNameCommand.h 8a21493f56 ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 years ago
cmBuildSharedLibrariesCommand.cxx 1cd9ce6f6e ENH: unify make process on unix 24 years ago
cmBuildSharedLibrariesCommand.h 2bba34959c new commands 25 years ago
cmCableClassSet.cxx 9f8d296f15 ERR: Removed use of member templates. 24 years ago
cmCableClassSet.h 9f8d296f15 ERR: Removed use of member templates. 24 years ago
cmCableClassSetCommand.cxx f08a1b8885 ENH: Adding CABLE_CLASS_SET and CABLE_WRAP_TCL commands. They cannot yet be used with the main branch of CABLE, though. 24 years ago
cmCableClassSetCommand.h f08a1b8885 ENH: Adding CABLE_CLASS_SET and CABLE_WRAP_TCL commands. They cannot yet be used with the main branch of CABLE, though. 24 years ago
cmCableCloseNamespaceCommand.cxx 54cfe84f3f ENH:New copyright 24 years ago
cmCableCloseNamespaceCommand.h 54cfe84f3f ENH:New copyright 24 years ago
cmCableCommand.cxx 54cfe84f3f ENH:New copyright 24 years ago
cmCableCommand.h 54cfe84f3f ENH:New copyright 24 years ago
cmCableData.cxx 54cfe84f3f ENH:New copyright 24 years ago
cmCableData.h 54cfe84f3f ENH:New copyright 24 years ago
cmCableDefineSetCommand.cxx 1dc7ae38ea BUG: match called on invalid number 24 years ago
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 years ago
cmCableInstantiateClassCommand.cxx 45e9d19c6c ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 24 years ago
cmCableInstantiateClassCommand.h 8aa2182806 BUG: add removed command, and sort the order in cmCommands.cxx 24 years ago
cmCableInstantiateCommand.cxx 45e9d19c6c ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 24 years ago
cmCableInstantiateCommand.h 8aa2182806 BUG: add removed command, and sort the order in cmCommands.cxx 24 years ago
cmCableOpenNamespaceCommand.cxx 54cfe84f3f ENH:New copyright 24 years ago
cmCableOpenNamespaceCommand.h 54cfe84f3f ENH:New copyright 24 years ago
cmCablePackageCommand.cxx aa72e182fe half checked in changes for CMAKE_ROOT 24 years ago
cmCablePackageCommand.h 54cfe84f3f ENH:New copyright 24 years ago
cmCablePackageEntryCommand.cxx 45e9d19c6c ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 24 years ago
cmCablePackageEntryCommand.h 45e9d19c6c ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 24 years ago
cmCableSourceFilesCommand.cxx 72a9a5546f BUG: fix find library for unix 24 years ago
cmCableSourceFilesCommand.h 45e9d19c6c ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 24 years ago
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 years ago
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 years ago
cmCableWrapTclCommand.cxx 7727c7ef96 ENH: Converted to new Class and Group tags in place of WrapperSet and Groups tags. 24 years ago
cmCableWrapTclCommand.h f08a1b8885 ENH: Adding CABLE_CLASS_SET and CABLE_WRAP_TCL commands. They cannot yet be used with the main branch of CABLE, though. 24 years ago
cmCacheManager.cxx a3cfcd9894 BUG: clean up memory leaks. 24 years ago
cmCacheManager.h 1cd9ce6f6e ENH: unify make process on unix 24 years ago
cmCommand.h f07ee5b817 ENH: change find library and find program to look for more than one name 24 years ago
cmCommands.cxx d8c34cfb81 Welcome to cmGetFilenameComponentCommand ("Get a specific component of a full filename") 24 years ago
cmCommands.h 54cfe84f3f ENH:New copyright 24 years ago
cmConfigure.h.in 1094200ea0 BUG: fix to compile on hp with aCC 24 years ago
cmConfigureFileCommand.cxx df5059949d BUG: fix use beyond end of array 24 years ago
cmConfigureFileCommand.h 885e37da22 ENH: call configure from cmake 24 years ago
cmConfigureFileNoAutoconf.cxx 54cfe84f3f ENH:New copyright 24 years ago
cmConfigureFileNoAutoconf.h 54cfe84f3f ENH:New copyright 24 years ago
cmCustomCommand.cxx 54cfe84f3f ENH:New copyright 24 years ago
cmCustomCommand.h 54cfe84f3f ENH:New copyright 24 years ago
cmDSPMakefile.cxx abab6bc000 fix for network includ paths 24 years ago
cmDSPMakefile.h 639f1fa239 added registry entry support and windows app support 24 years ago
cmDSPWriter.cxx abab6bc000 fix for network includ paths 24 years ago
cmDSPWriter.h 639f1fa239 added registry entry support and windows app support 24 years ago
cmDSWMakefile.cxx a3cfcd9894 BUG: clean up memory leaks. 24 years ago
cmDSWMakefile.h 96ec40943c ENH: implement ADD_TARGET command, and add an ALL_BUILD target 24 years ago
cmDSWWriter.cxx a3cfcd9894 BUG: clean up memory leaks. 24 years ago
cmDSWWriter.h 96ec40943c ENH: implement ADD_TARGET command, and add an ALL_BUILD target 24 years ago
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. 24 years ago
cmDirectory.cxx 54cfe84f3f ENH:New copyright 24 years ago
cmDirectory.h 54cfe84f3f ENH:New copyright 24 years ago
cmDumpDocumentation.cxx 658614ff6a ENH:Reworked CMake for consistency 25 years ago
cmElseCommand.cxx a99dfa60ae new set command and IF NOT 24 years ago
cmElseCommand.h 54cfe84f3f ENH:New copyright 24 years ago
cmEndIfCommand.cxx 54cfe84f3f ENH:New copyright 24 years ago
cmEndIfCommand.h 54cfe84f3f ENH:New copyright 24 years ago
cmExecProgramCommand.cxx 885e37da22 ENH: call configure from cmake 24 years ago
cmExecProgramCommand.h 885e37da22 ENH: call configure from cmake 24 years ago
cmFindFileCommand.cxx 2fb2207c10 bug fixes 24 years ago
cmFindFileCommand.h 54cfe84f3f ENH:New copyright 24 years ago
cmFindIncludeCommand.cxx 2da0c57d46 added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against 24 years ago
cmFindIncludeCommand.h 54cfe84f3f ENH:New copyright 24 years ago
cmFindLibraryCommand.cxx d9858fea3b Fix help string when NAMES was used (forgot the case when there is no name) 24 years ago
cmFindLibraryCommand.h f07ee5b817 ENH: change find library and find program to look for more than one name 24 years ago
cmFindPathCommand.cxx 2533d55099 The path found is now collapsed (cleaner). 24 years ago
cmFindPathCommand.h 30ad61805b bug fixes 24 years ago
cmFindProgramCommand.cxx dbfc72c6b5 expands reg values 24 years ago
cmFindProgramCommand.h 54cfe84f3f ENH:New copyright 24 years ago
cmFunctionBlocker.h a3cfcd9894 BUG: clean up memory leaks. 24 years ago
cmGeneratedFileStream.h d76db0ed57 BUG: remove warning 24 years ago
cmGetFilenameComponentCommand.cxx d8c34cfb81 Welcome to cmGetFilenameComponentCommand ("Get a specific component of a full filename") 24 years ago
cmGetFilenameComponentCommand.h d8c34cfb81 Welcome to cmGetFilenameComponentCommand ("Get a specific component of a full filename") 24 years ago
cmIfCommand.cxx faaadc4a08 better If checks 24 years ago
cmIfCommand.h faaadc4a08 better If checks 24 years ago
cmIncludeCommand.cxx d6fae5faf0 New command: INCLUDE(somefile.txt) 24 years ago
cmIncludeCommand.h d6fae5faf0 New command: INCLUDE(somefile.txt) 24 years ago
cmIncludeDirectoryCommand.cxx 54cfe84f3f ENH:New copyright 24 years ago
cmIncludeDirectoryCommand.h 54cfe84f3f ENH:New copyright 24 years ago
cmIncludeRegularExpressionCommand.cxx 54cfe84f3f ENH:New copyright 24 years ago
cmIncludeRegularExpressionCommand.h 54cfe84f3f ENH:New copyright 24 years ago
cmInstallFilesCommand.cxx dbebd0a276 added install rules 24 years ago
cmInstallFilesCommand.h dbebd0a276 added install rules 24 years ago
cmInstallTargetsCommand.cxx dbebd0a276 added install rules 24 years ago
cmInstallTargetsCommand.h dbebd0a276 added install rules 24 years ago
cmLibraryCommand.h 54cfe84f3f ENH:New copyright 24 years ago
cmLinkDirectoriesCommand.cxx 54cfe84f3f ENH:New copyright 24 years ago
cmLinkDirectoriesCommand.h 54cfe84f3f ENH:New copyright 24 years ago
cmLinkLibrariesCommand.cxx 2da0c57d46 added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against 24 years ago
cmLinkLibrariesCommand.h 2da0c57d46 added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against 24 years ago
cmLoadCacheCommand.cxx cb6bc6f0aa added load cache command and fixed source file 24 years ago
cmLoadCacheCommand.h cb6bc6f0aa added load cache command and fixed source file 24 years ago
cmMSProjectGenerator.cxx a3cfcd9894 BUG: clean up memory leaks. 24 years ago
cmMSProjectGenerator.h 7ec7fb7e95 changes for cmake to live outside of the source tree 24 years ago
cmMakeDepend.cxx 1cd9ce6f6e ENH: unify make process on unix 24 years ago
cmMakeDepend.h 54cfe84f3f ENH:New copyright 24 years ago
cmMakeDirectoryCommand.cxx 885e37da22 ENH: call configure from cmake 24 years ago
cmMakeDirectoryCommand.h 885e37da22 ENH: call configure from cmake 24 years ago
cmMakefile.cxx a3cfcd9894 BUG: clean up memory leaks. 24 years ago
cmMakefile.h ad92f34fea added version number 24 years ago
cmMakefileGenerator.cxx 54cfe84f3f ENH:New copyright 24 years ago
cmMakefileGenerator.h a3cfcd9894 BUG: clean up memory leaks. 24 years ago
cmOptionCommand.cxx de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 years ago
cmOptionCommand.h de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 years ago
cmProjectCommand.cxx 43237a88c5 added PROJECT_SOURCE_DIR 24 years ago
cmProjectCommand.h 54cfe84f3f ENH:New copyright 24 years ago
cmRegularExpression.cxx 54cfe84f3f ENH:New copyright 24 years ago
cmRegularExpression.h 54cfe84f3f ENH:New copyright 24 years ago
cmSetCommand.cxx bdfdfb73a2 bug meaning that set(a b) just set a to "" and not to b 24 years ago
cmSetCommand.h 5731bc9d54 ENH: change the syntax of the SET command, fix the combo box for larger strings 24 years ago
cmSiteNameCommand.cxx f386664efc ENH: Correct sitename 24 years ago
cmSiteNameCommand.h 8a21493f56 ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 years ago
cmSourceFile.cxx cb6bc6f0aa added load cache command and fixed source file 24 years ago
cmSourceFile.h 54cfe84f3f ENH:New copyright 24 years ago
cmSourceFilesCommand.cxx 54cfe84f3f ENH:New copyright 24 years ago
cmSourceFilesCommand.h 54cfe84f3f ENH:New copyright 24 years ago
cmSourceGroup.cxx de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 years ago
cmSourceGroup.h de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 years ago
cmSourceGroupCommand.cxx 54cfe84f3f ENH:New copyright 24 years ago
cmSourceGroupCommand.h 54cfe84f3f ENH:New copyright 24 years ago
cmStandardIncludes.h 1094200ea0 BUG: fix to compile on hp with aCC 24 years ago
cmSubdirCommand.cxx 54cfe84f3f ENH:New copyright 24 years ago
cmSubdirCommand.h 54cfe84f3f ENH:New copyright 24 years ago
cmSystemTools.cxx 07c4f9f145 BUG: Fixed stupid error in the hack I just checked in. 24 years ago
cmSystemTools.h 3546e5611c New functions used to extract the components of a full filename. 24 years ago
cmTarget.cxx dbebd0a276 added install rules 24 years ago
cmTarget.h dbebd0a276 added install rules 24 years ago
cmTargetLinkLibrariesCommand.cxx 237f960c89 BUG: added arg0 to link libraries 24 years ago
cmTargetLinkLibrariesCommand.h 2da0c57d46 added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against 24 years ago
cmTestsCommand.cxx 54cfe84f3f ENH:New copyright 24 years ago
cmTestsCommand.h 54cfe84f3f ENH:New copyright 24 years ago
cmUnixMakefileGenerator.cxx dbf65f216f BUG: Now only one makefile rule is generated per depenency. This eliminates 24 years ago
cmUnixMakefileGenerator.h 3ebfc32b5e added install target support 24 years ago
cmUtilitySourceCommand.cxx 54cfe84f3f ENH:New copyright 24 years ago
cmUtilitySourceCommand.h 54cfe84f3f ENH:New copyright 24 years ago
cmVTKWrapJavaCommand.cxx 089aa3e106 option to make utilities in the all target 24 years ago
cmVTKWrapJavaCommand.h 79f95167bd minor fixes 24 years ago
cmVTKWrapPythonCommand.cxx 6103324e01 Fixing the module name for Unix. 24 years ago
cmVTKWrapPythonCommand.h 73f04d1409 many fixes and cleanup and features 24 years ago
cmVTKWrapTclCommand.cxx a2a40b1259 updated to handle Tk commands compiled/linked separately. Useful for VTK Tk widgets for example. 24 years ago
cmVTKWrapTclCommand.h a2a40b1259 updated to handle Tk commands compiled/linked separately. Useful for VTK Tk widgets for example. 24 years ago
cmWrapExcludeFilesCommand.cxx 54cfe84f3f ENH:New copyright 24 years ago
cmWrapExcludeFilesCommand.h 54cfe84f3f ENH:New copyright 24 years ago
cmake.cxx 01b980591b BUG: fix edit of directories 24 years ago
cmake.dsp 4179c991f4 ENH: change MFC gui to use cmake class 24 years ago
cmake.h 4179c991f4 ENH: change MFC gui to use cmake class 24 years ago
cmakemain.cxx a85e67d937 BUG: add missing file 24 years ago