CMake/Source
Bill Hoffman c1086a9524 fix for hp x11 and gl 2001-05-21 16:10:20 -04:00
..
FLTKDialog ENH: Added Methods for loading the cache 2001-05-17 12:38:19 -04:00
MFCDialog icon updates 2001-05-21 14:42:13 -04:00
CMakeLib.dsp ENH: Added cmCableClassSet.cxx to build. 2001-05-16 17:11:58 -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 clean up for build on its own 2001-05-21 14:01:30 -04:00
cmAbstractFilesCommand.cxx ENH:Copyright 2001-04-27 07:55:13 -04:00
cmAbstractFilesCommand.h ENH:Copyright 2001-04-27 07:55:13 -04:00
cmAddCustomTargetCommand.cxx option to make utilities in the all target 2001-05-04 15:50:26 -04:00
cmAddCustomTargetCommand.h option to make utilities in the all target 2001-05-04 15:50:26 -04:00
cmAddDefinitionsCommand.cxx ENH:New copyright 2001-04-27 08:01:17 -04:00
cmAddDefinitionsCommand.h ENH:New copyright 2001-04-27 08:01:17 -04:00
cmAddExecutableCommand.cxx added registry entry support and windows app support 2001-05-11 10:53:17 -04:00
cmAddExecutableCommand.h added registry entry support and windows app support 2001-05-11 10:53:17 -04:00
cmAddLibraryCommand.cxx ENH: Moved cache entry addition into cmMakefile::AddLibrary and AddExecutable so that commands do not have to add it explicitly. 2001-05-07 18:14:13 -04:00
cmAddLibraryCommand.h ENH:New copyright 2001-04-27 08:01:17 -04:00
cmAuxSourceDirectoryCommand.cxx ENH:New copyright 2001-04-27 08:01:17 -04:00
cmAuxSourceDirectoryCommand.h ENH:New copyright 2001-04-27 09:13:01 -04:00
cmBuildCommand.cxx ENH: move testing stuff to cmake from configure, good bye dashboard... :) 2001-05-04 11:34:59 -04:00
cmBuildCommand.h ENH: move testing stuff to cmake from configure, good bye dashboard... :) 2001-05-04 11:34:59 -04:00
cmBuildNameCommand.cxx clean up for build on its own 2001-05-21 14:01:30 -04:00
cmBuildNameCommand.h ENH: move testing stuff to cmake from configure, good bye dashboard... :) 2001-05-04 11:34:59 -04:00
cmBuildSharedLibrariesCommand.cxx ENH: unify make process on unix 2001-05-16 15:15:21 -04:00
cmBuildSharedLibrariesCommand.h new commands 2001-02-27 16:48:15 -05: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: Adding CABLE_CLASS_SET and CABLE_WRAP_TCL commands. They cannot yet be used with the main branch of CABLE, though. 2001-05-16 16:41:30 -04:00
cmCableClassSetCommand.h ENH: Adding CABLE_CLASS_SET and CABLE_WRAP_TCL commands. They cannot yet be used with the main branch of CABLE, though. 2001-05-16 16:41:30 -04:00
cmCableCloseNamespaceCommand.cxx ENH:New copyright 2001-04-27 08:01:17 -04:00
cmCableCloseNamespaceCommand.h ENH:New copyright 2001-04-27 08:01:17 -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 BUG: match called on invalid number 2001-05-09 13:44:30 -04:00
cmCableDefineSetCommand.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
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:New copyright 2001-04-27 08:01:17 -04:00
cmCableOpenNamespaceCommand.h ENH:New copyright 2001-04-27 08:01:17 -04:00
cmCablePackageCommand.cxx half checked in changes for CMAKE_ROOT 2001-05-17 12:08:46 -04:00
cmCablePackageCommand.h ENH:New copyright 2001-04-27 08:01:17 -04:00
cmCablePackageEntryCommand.cxx ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 2001-05-01 17:35:23 -04:00
cmCablePackageEntryCommand.h ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 2001-05-01 17:35:23 -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 BUG: fix to compile on hp with aCC 2001-05-17 11:44:26 -04:00
cmCableWrapTclCommand.h ENH: Adding CABLE_CLASS_SET and CABLE_WRAP_TCL commands. They cannot yet be used with the main branch of CABLE, though. 2001-05-16 16:41:30 -04:00
cmCacheManager.cxx BUG: fix for sun compiler 2001-05-16 18:08:14 -04:00
cmCacheManager.h ENH: unify make process on unix 2001-05-16 15:15:21 -04:00
cmCommand.h ENH: change find library and find program to look for more than one name 2001-05-09 14:53:32 -04:00
cmCommands.cxx ENH: Adding CABLE_CLASS_SET and CABLE_WRAP_TCL commands. They cannot yet be used with the main branch of CABLE, though. 2001-05-16 16:41:30 -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 BUG: fix use beyond end of array 2001-05-09 09:52:21 -04:00
cmConfigureFileCommand.h ENH: call configure from cmake 2001-05-07 18:11:16 -04:00
cmConfigureFileNoAutoconf.cxx ENH:New copyright 2001-04-27 08:01:17 -04:00
cmConfigureFileNoAutoconf.h ENH:New copyright 2001-04-27 08:01:17 -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 half checked in changes for CMAKE_ROOT 2001-05-17 12:08:46 -04:00
cmDSPMakefile.h added registry entry support and windows app support 2001-05-11 10:53:17 -04:00
cmDSPWriter.cxx half checked in changes for CMAKE_ROOT 2001-05-17 12:08:46 -04:00
cmDSPWriter.h added registry entry support and windows app support 2001-05-11 10:53:17 -04:00
cmDSWMakefile.cxx option to make utilities in the all target 2001-05-04 15:50:26 -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 option to make utilities in the all target 2001-05-04 15:50:26 -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 new set command and IF NOT 2001-05-01 11:16:20 -04:00
cmElseCommand.h ENH:New copyright 2001-04-27 08:01:17 -04:00
cmEndIfCommand.cxx ENH:New copyright 2001-04-27 08:01:17 -04:00
cmEndIfCommand.h ENH:New copyright 2001-04-27 08:01:17 -04:00
cmExecProgramCommand.cxx ENH: call configure from cmake 2001-05-07 18:11:16 -04:00
cmExecProgramCommand.h ENH: call configure from cmake 2001-05-07 18:11:16 -04:00
cmFindFileCommand.cxx bug fixes 2001-04-30 14:56:06 -04:00
cmFindFileCommand.h ENH:New copyright 2001-04-27 08:01:17 -04:00
cmFindIncludeCommand.cxx added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against 2001-04-30 10:44:00 -04:00
cmFindIncludeCommand.h ENH:New copyright 2001-04-27 08:01:17 -04:00
cmFindLibraryCommand.cxx Fix help string when NAMES was used (forgot the case when there is no name) 2001-05-11 12:30:42 -04:00
cmFindLibraryCommand.h ENH: change find library and find program to look for more than one name 2001-05-09 14:53:32 -04:00
cmFindPathCommand.cxx added registry entry support and windows app support 2001-05-11 10:53:17 -04:00
cmFindPathCommand.h bug fixes 2001-04-26 09:38:31 -04:00
cmFindProgramCommand.cxx expands reg values 2001-05-11 11:07:05 -04:00
cmFindProgramCommand.h ENH:New copyright 2001-04-27 08:01:17 -04:00
cmFunctionBlocker.h better If checks 2001-05-04 08:46:05 -04:00
cmGeneratedFileStream.h BUG: fix to compile on hp with aCC 2001-05-17 11:44:26 -04:00
cmIfCommand.cxx better If checks 2001-05-04 08:46:05 -04:00
cmIfCommand.h better If checks 2001-05-04 08:46:05 -04:00
cmIncludeCommand.cxx New command: INCLUDE(somefile.txt) 2001-04-30 10:52:58 -04:00
cmIncludeCommand.h New command: INCLUDE(somefile.txt) 2001-04-30 10:52:58 -04:00
cmIncludeDirectoryCommand.cxx ENH:New copyright 2001-04-27 08:01:17 -04:00
cmIncludeDirectoryCommand.h ENH:New copyright 2001-04-27 08:01:17 -04:00
cmIncludeRegularExpressionCommand.cxx ENH:New copyright 2001-04-27 08:01:17 -04:00
cmIncludeRegularExpressionCommand.h ENH:New copyright 2001-04-27 08:01:17 -04:00
cmLibraryCommand.h ENH:New copyright 2001-04-27 08:01:17 -04:00
cmLinkDirectoriesCommand.cxx ENH:New copyright 2001-04-27 08:01:17 -04:00
cmLinkDirectoriesCommand.h ENH:New copyright 2001-04-27 08:01:17 -04:00
cmLinkLibrariesCommand.cxx added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against 2001-04-30 10:44:00 -04:00
cmLinkLibrariesCommand.h added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against 2001-04-30 10:44:00 -04:00
cmLoadCacheCommand.cxx added load cache command and fixed source file 2001-05-09 08:51:54 -04:00
cmLoadCacheCommand.h added load cache command and fixed source file 2001-05-09 08:51:54 -04:00
cmMSProjectGenerator.cxx compiler fix 2001-05-18 15:22:17 -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: call configure from cmake 2001-05-07 18:11:16 -04:00
cmMakeDirectoryCommand.h ENH: call configure from cmake 2001-05-07 18:11:16 -04:00
cmMakefile.cxx new out of place builds 2001-05-21 09:32:11 -04:00
cmMakefile.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
cmMakefileGenerator.cxx ENH:New copyright 2001-04-27 08:01:17 -04:00
cmMakefileGenerator.h changes for cmake to live outside of the source tree 2001-05-18 15:20:31 -04:00
cmOptionCommand.cxx ENH: move testing stuff to cmake from configure, good bye dashboard... :) 2001-05-04 11:30:46 -04:00
cmOptionCommand.h ENH: move testing stuff to cmake from configure, good bye dashboard... :) 2001-05-04 11:30:46 -04:00
cmProjectCommand.cxx ENH: unify make process on unix 2001-05-16 15:15:21 -04:00
cmProjectCommand.h ENH:New copyright 2001-04-27 08:01:17 -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 BUG: fix compiler name 2001-05-21 10:47:00 -04:00
cmSetCommand.h new set command and IF NOT 2001-05-01 11:16:20 -04:00
cmSiteNameCommand.cxx ENH: Correct sitename 2001-05-04 16:43:54 -04:00
cmSiteNameCommand.h ENH: move testing stuff to cmake from configure, good bye dashboard... :) 2001-05-04 11:34:59 -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:New copyright 2001-04-27 08:01:17 -04:00
cmSourceFilesCommand.h ENH:New copyright 2001-04-27 08:01:17 -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:New copyright 2001-04-27 08:01:17 -04:00
cmSourceGroupCommand.h ENH:New copyright 2001-04-27 08:01:17 -04:00
cmStandardIncludes.h BUG: fix to compile on hp with aCC 2001-05-17 11:44:26 -04:00
cmSubdirCommand.cxx ENH:New copyright 2001-04-27 08:01:17 -04:00
cmSubdirCommand.h ENH:New copyright 2001-04-27 08:01:17 -04:00
cmSystemTools.cxx fix opengl on hp 2001-05-21 15:16:19 -04:00
cmSystemTools.h minor whitespace change 2001-05-18 15:23:38 -04:00
cmTarget.cxx fix for expaning libraries prior to generating dsp 2001-05-10 15:32:49 -04:00
cmTarget.h added win32 executable option 2001-05-10 13:52:23 -04:00
cmTargetLinkLibrariesCommand.cxx BUG: added arg0 to link libraries 2001-05-08 11:40:47 -04:00
cmTargetLinkLibrariesCommand.h added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against 2001-04-30 10:44:00 -04:00
cmTestsCommand.cxx ENH:New copyright 2001-04-27 08:01:17 -04:00
cmTestsCommand.h ENH:New copyright 2001-04-27 08:01:17 -04:00
cmUnixMakefileGenerator.cxx fix for hp x11 and gl 2001-05-21 16:10:20 -04:00
cmUnixMakefileGenerator.h changes for cmake to live outside of the source tree 2001-05-18 15:20:31 -04:00
cmUtilitySourceCommand.cxx ENH:New copyright 2001-04-27 08:01:17 -04:00
cmUtilitySourceCommand.h ENH:New copyright 2001-04-27 08:01:17 -04:00
cmVTKWrapJavaCommand.cxx option to make utilities in the all target 2001-05-04 15:50:26 -04:00
cmVTKWrapJavaCommand.h minor fixes 2001-05-03 15:28:06 -04:00
cmVTKWrapPythonCommand.cxx fixed bug in limiting to source lists 2001-05-01 17:52:36 -04:00
cmVTKWrapPythonCommand.h many fixes and cleanup and features 2001-04-24 16:49:12 -04:00
cmVTKWrapTclCommand.cxx fixed bug in init code 2001-05-08 16:20:24 -04:00
cmVTKWrapTclCommand.h many fixes and cleanup and features 2001-04-24 16:49:12 -04:00
cmWrapExcludeFilesCommand.cxx ENH:New copyright 2001-04-27 08:01:17 -04:00
cmWrapExcludeFilesCommand.h ENH:New copyright 2001-04-27 08:01:17 -04:00
cmake.cxx BUG: remove declaration without variable 2001-05-21 14:17:19 -04:00
cmake.dsp release fix 2001-05-21 11:43:06 -04:00
cmake.h new command 2001-05-18 15:25:08 -04:00