.. |
MFCDialog
|
ENH: move testing stuff to cmake from configure, good bye dashboard... :)
|
2001-05-04 11:30:46 -04:00 |
CMakeBuildTargets.cxx
|
ENH: Added generation of internal CMAKE cache entry with path to command-line CMake executable.
|
2001-05-03 16:55:41 -04:00 |
CMakeLib.dsp
|
many fixes and cleanup and features
|
2001-04-24 16:49:12 -04:00 |
CMakeSetup.dsw
|
bug fixes
|
2001-04-26 09:38:31 -04:00 |
CMakeSetupCMD.cxx
|
ENH: Added generation of internal CMAKE cache entry with path to command-line CMake executable.
|
2001-05-03 16:55:41 -04:00 |
CMakeSetupCMD.dsp
|
major changes to support multiple libraries and source lists
|
2001-04-11 14:59:02 -04:00 |
DLLFooter.dsptemplate
|
dll build rules
|
2001-02-27 16:46:43 -05:00 |
DLLHeader.dsptemplate
|
support for debug and opt libraries
|
2001-04-26 16:22:53 -04:00 |
DumpDocumentation.dsp
|
bug fixes
|
2001-04-26 09:38:31 -04:00 |
EXEFooter.dsptemplate
|
NEW: move from tools and config to create CMake
|
2000-08-29 15:26:29 -04:00 |
EXEHeader.dsptemplate
|
support for debug and opt libraries
|
2001-04-26 16:22:53 -04:00 |
Makefile.in
|
ENH: clean up cmake GUI and remove the parsing of CMakeLists.txt files by configure
|
2001-04-25 16:09:17 -04:00 |
UtilityFooter.dsptemplate
|
ADD: add utiltity templates
|
2001-05-01 17:12:04 -04:00 |
UtilityHeader.dsptemplate
|
ADD: add utiltity templates
|
2001-05-01 17:12:04 -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
|
BUG: add internal cache entry for executables, so depends can work
|
2001-05-05 11:28:03 -04:00 |
cmAddExecutableCommand.h
|
ENH:New copyright
|
2001-04-27 08:01:17 -04:00 |
cmAddLibraryCommand.cxx
|
ENH:New copyright
|
2001-04-27 08:01:17 -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
|
ENH: Proper build name
|
2001-05-04 16:44:24 -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:New copyright
|
2001-04-27 08:01:17 -04:00 |
cmBuildSharedLibrariesCommand.h
|
new commands
|
2001-02-27 16:48:15 -05: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
|
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 |
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
|
ENH: Added use of CMAKE cache entry for generating the DSP/makefile build rules.
|
2001-05-04 10:44:26 -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
|
ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore.
|
2001-05-01 17:35:23 -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 |
cmCacheManager.cxx
|
ENH: move testing stuff to cmake from configure, good bye dashboard... :)
|
2001-05-04 11:30:46 -04:00 |
cmCacheManager.h
|
added method to puch cache into makefile defines
|
2001-05-01 16:28:32 -04:00 |
cmCommand.h
|
ENH:New copyright
|
2001-04-27 08:01:17 -04:00 |
cmCommands.cxx
|
BUG: add removed command, and sort the order in cmCommands.cxx
|
2001-05-05 11:03:35 -04:00 |
cmCommands.h
|
ENH:New copyright
|
2001-04-27 08:01:17 -04:00 |
cmConfigure.h.in
|
ENH: add CMakeCache.txt support
|
2001-02-22 19:24:43 -05:00 |
cmConfigureFile.cxx
|
BUG: Removing Remove Variables call
|
2001-05-07 10:02:56 -04:00 |
cmConfigureFile.h
|
added configure file
|
2001-04-27 14:25:42 -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
|
ENH: Added use of CMAKE cache entry for generating the DSP build rules.
|
2001-05-04 10:44:11 -04:00 |
cmDSPMakefile.h
|
ENH: Added use of CMAKE cache entry for generating the DSP build rules.
|
2001-05-04 10:44:11 -04:00 |
cmDSPWriter.cxx
|
ENH: Added use of CMAKE cache entry for generating the DSP build rules.
|
2001-05-04 10:44:11 -04:00 |
cmDSPWriter.h
|
ENH: Added use of CMAKE cache entry for generating the DSP build rules.
|
2001-05-04 10:44:11 -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 |
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 |
cmExecProgram.cxx
|
ENH: move testing stuff to cmake from configure, good bye dashboard... :)
|
2001-05-04 11:34:59 -04:00 |
cmExecProgram.h
|
ENH: move testing stuff to cmake from configure, good bye dashboard... :)
|
2001-05-04 11:34:59 -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
|
bug fixes
|
2001-04-30 14:56:06 -04:00 |
cmFindLibraryCommand.h
|
ENH:New copyright
|
2001-04-27 08:01:17 -04:00 |
cmFindPathCommand.cxx
|
bug fixes
|
2001-04-30 14:56:06 -04:00 |
cmFindPathCommand.h
|
bug fixes
|
2001-04-26 09:38:31 -04:00 |
cmFindProgramCommand.cxx
|
ENH: move testing stuff to cmake from configure, good bye dashboard... :)
|
2001-05-04 11:30:46 -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 |
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 |
cmMSProjectGenerator.cxx
|
ENH:New copyright
|
2001-04-27 08:01:17 -04:00 |
cmMSProjectGenerator.h
|
ENH:New copyright
|
2001-04-27 08:01:17 -04:00 |
cmMakeDepend.cxx
|
ENH:New copyright
|
2001-04-27 08:01:17 -04:00 |
cmMakeDepend.h
|
ENH:New copyright
|
2001-04-27 08:01:17 -04:00 |
cmMakefile.cxx
|
fixes for untiltiy targets in all
|
2001-05-04 17:00:22 -04:00 |
cmMakefile.h
|
option to make utilities in the all target
|
2001-05-04 15:50:26 -04:00 |
cmMakefileGenerator.cxx
|
ENH:New copyright
|
2001-04-27 08:01:17 -04:00 |
cmMakefileGenerator.h
|
ENH:New copyright
|
2001-04-27 08:01:17 -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:New copyright
|
2001-04-27 08:01:17 -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
|
new set command and IF NOT
|
2001-05-01 11:16:20 -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
|
ENH:New copyright
|
2001-04-27 08:01:17 -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
|
ENH:New copyright
|
2001-04-27 08:01:17 -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
|
ENH: move testing stuff to cmake from configure, good bye dashboard... :)
|
2001-05-04 11:30:46 -04:00 |
cmSystemTools.h
|
ENH: move testing stuff to cmake from configure, good bye dashboard... :)
|
2001-05-04 11:30:46 -04:00 |
cmTarget.cxx
|
added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against
|
2001-04-30 10:44:00 -04:00 |
cmTarget.h
|
option to make utilities in the all target
|
2001-05-04 15:50:26 -04:00 |
cmTargetLinkLibrariesCommand.cxx
|
added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against
|
2001-04-30 10:44:00 -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
|
fixes for untiltiy targets in all
|
2001-05-04 17:00:22 -04:00 |
cmUnixMakefileGenerator.h
|
added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against
|
2001-04-30 10:44:00 -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 limiting to source lists
|
2001-05-01 17:52:36 -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 |
staticLibFooter.dsptemplate
|
NEW: move from tools and config to create CMake
|
2000-08-29 15:26:29 -04:00 |
staticLibHeader.dsptemplate
|
FIX: returned to using /O2 optimization level and put a pragma in the netlib code that could not handle the /Og component of /O2
|
2001-04-04 09:33:59 -04:00 |