Ken Martin 4a8d3fc1e3 better regexp for reg entries 24 роки тому
..
FLTKDialog 69edd818c4 ENH: PropertyList class added 24 роки тому
MFCDialog 729908bd4a ENH: add PathDialog 24 роки тому
CMakeLib.dsp 4179c991f4 ENH: change MFC gui to use cmake class 24 роки тому
CMakeSetup.dsw 06f403b274 updated for out of tree builds 24 роки тому
DumpDocumentation.dsp 30ad61805b bug fixes 24 роки тому
Makefile.in 4179c991f4 ENH: change MFC gui to use cmake class 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 639f1fa239 added registry entry support and windows app support 24 роки тому
cmAddExecutableCommand.h 639f1fa239 added registry entry support and windows app support 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 роки тому
cmAddTestCommand.cxx 6282d41c2a New cmake command to specify a single test 24 роки тому
cmAddTestCommand.h 6282d41c2a New cmake command to specify a single test 24 роки тому
cmAuxSourceDirectoryCommand.cxx 54cfe84f3f ENH:New copyright 24 роки тому
cmAuxSourceDirectoryCommand.h dbdf1c356b ENH:New copyright 24 роки тому
cmBuildCommand.cxx 1c44097f13 Changed Windows build command to build Release 24 роки тому
cmBuildCommand.h 8a21493f56 ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 роки тому
cmBuildNameCommand.cxx 4ea1c51eba clean up for build on its own 24 роки тому
cmBuildNameCommand.h 8a21493f56 ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 роки тому
cmBuildSharedLibrariesCommand.cxx 1cd9ce6f6e ENH: unify make process on unix 24 роки тому
cmBuildSharedLibrariesCommand.h 2bba34959c new commands 25 роки тому
cmCableClassSet.cxx 9f8d296f15 ERR: Removed use of member templates. 24 роки тому
cmCableClassSet.h 9f8d296f15 ERR: Removed use of member templates. 24 роки тому
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 роки тому
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 роки тому
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 aa72e182fe half checked in changes for CMAKE_ROOT 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 72a9a5546f BUG: fix find library for unix 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 роки тому
cmCableWrapTclCommand.cxx 7727c7ef96 ENH: Converted to new Class and Group tags in place of WrapperSet and Groups tags. 24 роки тому
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 роки тому
cmCacheManager.cxx a3cfcd9894 BUG: clean up memory leaks. 24 роки тому
cmCacheManager.h 1cd9ce6f6e ENH: unify make process on unix 24 роки тому
cmCommand.h f07ee5b817 ENH: change find library and find program to look for more than one name 24 роки тому
cmCommands.cxx 22270abae5 ENH: Added AddTest command 24 роки тому
cmCommands.h 54cfe84f3f ENH:New copyright 24 роки тому
cmConfigure.h.in 1094200ea0 BUG: fix to compile on hp with aCC 24 роки тому
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 8e281e5d5f BUG: fix EXE and LIB path problems 24 роки тому
cmDSPMakefile.h 639f1fa239 added registry entry support and windows app support 24 роки тому
cmDSPWriter.cxx 8e281e5d5f BUG: fix EXE and LIB path problems 24 роки тому
cmDSPWriter.h 639f1fa239 added registry entry support and windows app support 24 роки тому
cmDSWMakefile.cxx b92b025226 STYLE: line too long 24 роки тому
cmDSWMakefile.h 96ec40943c ENH: implement ADD_TARGET command, and add an ALL_BUILD target 24 роки тому
cmDSWWriter.cxx b92b025226 STYLE: line too long 24 роки тому
cmDSWWriter.h 96ec40943c ENH: implement ADD_TARGET command, and add an ALL_BUILD target 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. 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 роки тому
cmFindLibraryCommand.cxx d9858fea3b Fix help string when NAMES was used (forgot the case when there is no name) 24 роки тому
cmFindLibraryCommand.h f07ee5b817 ENH: change find library and find program to look for more than one name 24 роки тому
cmFindPathCommand.cxx 2533d55099 The path found is now collapsed (cleaner). 24 роки тому
cmFindPathCommand.h 30ad61805b bug fixes 24 роки тому
cmFindProgramCommand.cxx dbfc72c6b5 expands reg values 24 роки тому
cmFindProgramCommand.h 54cfe84f3f ENH:New copyright 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 d8c34cfb81 Welcome to cmGetFilenameComponentCommand ("Get a specific component of a full filename") 24 роки тому
cmGetFilenameComponentCommand.h d8c34cfb81 Welcome to cmGetFilenameComponentCommand ("Get a specific component of a full filename") 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 роки тому
cmInstallFilesCommand.cxx dbebd0a276 added install rules 24 роки тому
cmInstallFilesCommand.h dbebd0a276 added install rules 24 роки тому
cmInstallTargetsCommand.cxx dbebd0a276 added install rules 24 роки тому
cmInstallTargetsCommand.h dbebd0a276 added install rules 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 a3cfcd9894 BUG: clean up memory leaks. 24 роки тому
cmMSProjectGenerator.h 7ec7fb7e95 changes for cmake to live outside of the source tree 24 роки тому
cmMakeDepend.cxx 1cd9ce6f6e ENH: unify make process on unix 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 dce5c3efcc FIX: forgot to close the files 24 роки тому
cmMakefile.h 84dc25e9f5 ENH: Added AddTest, and GenerateTestfile routines 24 роки тому
cmMakefileGenerator.cxx 54cfe84f3f ENH:New copyright 24 роки тому
cmMakefileGenerator.h a3cfcd9894 BUG: clean up memory leaks. 24 роки тому
cmMessageCommand.cxx f18bb42bfc ENH: print all arguments 24 роки тому
cmMessageCommand.h d037d11447 new command 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 43237a88c5 added PROJECT_SOURCE_DIR 24 роки тому
cmProjectCommand.h 54cfe84f3f ENH:New copyright 24 роки тому
cmRegularExpression.cxx 54cfe84f3f ENH:New copyright 24 роки тому
cmRegularExpression.h 54cfe84f3f ENH:New copyright 24 роки тому
cmSetCommand.cxx c57d16eb41 ENH: add better error checking 24 роки тому
cmSetCommand.h 5731bc9d54 ENH: change the syntax of the SET command, fix the combo box for larger strings 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 1094200ea0 BUG: fix to compile on hp with aCC 24 роки тому
cmSubdirCommand.cxx 54cfe84f3f ENH:New copyright 24 роки тому
cmSubdirCommand.h 54cfe84f3f ENH:New copyright 24 роки тому
cmSystemTools.cxx 4a8d3fc1e3 better regexp for reg entries 24 роки тому
cmSystemTools.h 46aa080edc ENH: Some tweaks, hacks and #ifdefs required to compile 24 роки тому
cmTarget.cxx dbebd0a276 added install rules 24 роки тому
cmTarget.h dbebd0a276 added install rules 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 84edcba848 ENH: Compress the library search directories so that each appears only once. 24 роки тому
cmUnixMakefileGenerator.h 3ebfc32b5e added install target support 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 8397eb6778 Module name between Unix and Windows got switched by mistake. 24 роки тому
cmVTKWrapPythonCommand.h 73f04d1409 many fixes and cleanup and features 24 роки тому
cmVTKWrapTclCommand.cxx a2a40b1259 updated to handle Tk commands compiled/linked separately. Useful for VTK Tk widgets for example. 24 роки тому
cmVTKWrapTclCommand.h a2a40b1259 updated to handle Tk commands compiled/linked separately. Useful for VTK Tk widgets for example. 24 роки тому
cmWrapExcludeFilesCommand.cxx 54cfe84f3f ENH:New copyright 24 роки тому
cmWrapExcludeFilesCommand.h 54cfe84f3f ENH:New copyright 24 роки тому
cmake.cxx 01b980591b BUG: fix edit of directories 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 роки тому