Ken Martin a12448c19b added output directory support 24 tahun lalu
..
MFCDialog 23df737b6f I know, there are more serious things to do :) A new icon. The previous one has not be overwritten, it's in there too. 24 tahun lalu
CMakeBuildTargets.cxx 885e37da22 ENH: call configure from cmake 24 tahun lalu
CMakeLib.dsp 73f04d1409 many fixes and cleanup and features 24 tahun lalu
CMakeSetup.dsw 30ad61805b bug fixes 24 tahun lalu
CMakeSetupCMD.cxx 5e4a89b1b9 ENH: Added generation of internal CMAKE cache entry with path to command-line CMake executable. 24 tahun lalu
CMakeSetupCMD.dsp 865ec96644 major changes to support multiple libraries and source lists 24 tahun lalu
DLLFooter.dsptemplate cab31a5013 dll build rules 25 tahun lalu
DLLHeader.dsptemplate a12448c19b added output directory support 24 tahun lalu
DumpDocumentation.dsp 30ad61805b bug fixes 24 tahun lalu
EXEFooter.dsptemplate 1f42f521ce NEW: move from tools and config to create CMake 25 tahun lalu
EXEHeader.dsptemplate a12448c19b added output directory support 24 tahun lalu
EXEWinHeader.dsptemplate a12448c19b added output directory support 24 tahun lalu
Makefile.in 54dcf6932a cleaned up configure some 24 tahun lalu
UtilityFooter.dsptemplate f7d33c41cf ADD: add utiltity templates 24 tahun lalu
UtilityHeader.dsptemplate f7d33c41cf ADD: add utiltity templates 24 tahun lalu
cmAbstractFilesCommand.cxx 1ba4ef0fdf ENH:Copyright 24 tahun lalu
cmAbstractFilesCommand.h 1ba4ef0fdf ENH:Copyright 24 tahun lalu
cmAddCustomTargetCommand.cxx 089aa3e106 option to make utilities in the all target 24 tahun lalu
cmAddCustomTargetCommand.h 089aa3e106 option to make utilities in the all target 24 tahun lalu
cmAddDefinitionsCommand.cxx 54cfe84f3f ENH:New copyright 24 tahun lalu
cmAddDefinitionsCommand.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmAddExecutableCommand.cxx 639f1fa239 added registry entry support and windows app support 24 tahun lalu
cmAddExecutableCommand.h 639f1fa239 added registry entry support and windows app support 24 tahun lalu
cmAddLibraryCommand.cxx 0829faa9e1 ENH: Moved cache entry addition into cmMakefile::AddLibrary and AddExecutable so that commands do not have to add it explicitly. 24 tahun lalu
cmAddLibraryCommand.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmAuxSourceDirectoryCommand.cxx 54cfe84f3f ENH:New copyright 24 tahun lalu
cmAuxSourceDirectoryCommand.h dbdf1c356b ENH:New copyright 24 tahun lalu
cmBuildCommand.cxx 8a21493f56 ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 tahun lalu
cmBuildCommand.h 8a21493f56 ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 tahun lalu
cmBuildNameCommand.cxx 1349d06e78 ENH: Proper build name 24 tahun lalu
cmBuildNameCommand.h 8a21493f56 ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 tahun lalu
cmBuildSharedLibrariesCommand.cxx 54cfe84f3f ENH:New copyright 24 tahun lalu
cmBuildSharedLibrariesCommand.h 2bba34959c new commands 25 tahun lalu
cmCableCloseNamespaceCommand.cxx 54cfe84f3f ENH:New copyright 24 tahun lalu
cmCableCloseNamespaceCommand.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmCableCommand.cxx 54cfe84f3f ENH:New copyright 24 tahun lalu
cmCableCommand.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmCableData.cxx 54cfe84f3f ENH:New copyright 24 tahun lalu
cmCableData.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmCableDefineSetCommand.cxx 1dc7ae38ea BUG: match called on invalid number 24 tahun lalu
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 tahun lalu
cmCableInstantiateClassCommand.cxx 45e9d19c6c ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 24 tahun lalu
cmCableInstantiateClassCommand.h 8aa2182806 BUG: add removed command, and sort the order in cmCommands.cxx 24 tahun lalu
cmCableInstantiateCommand.cxx 45e9d19c6c ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 24 tahun lalu
cmCableInstantiateCommand.h 8aa2182806 BUG: add removed command, and sort the order in cmCommands.cxx 24 tahun lalu
cmCableOpenNamespaceCommand.cxx 54cfe84f3f ENH:New copyright 24 tahun lalu
cmCableOpenNamespaceCommand.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmCablePackageCommand.cxx 6c54371c8f ENH: Added use of CMAKE cache entry for generating the DSP/makefile build rules. 24 tahun lalu
cmCablePackageCommand.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmCablePackageEntryCommand.cxx 45e9d19c6c ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 24 tahun lalu
cmCablePackageEntryCommand.h 45e9d19c6c ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 24 tahun lalu
cmCableSourceFilesCommand.cxx 72a9a5546f BUG: fix find library for unix 24 tahun lalu
cmCableSourceFilesCommand.h 45e9d19c6c ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 24 tahun lalu
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 tahun lalu
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 tahun lalu
cmCacheManager.cxx 9f036244b7 Cache file is a bit prettier 24 tahun lalu
cmCacheManager.h 36b4fbb1f4 added ability to load another cache 24 tahun lalu
cmCommand.h f07ee5b817 ENH: change find library and find program to look for more than one name 24 tahun lalu
cmCommands.cxx cb6bc6f0aa added load cache command and fixed source file 24 tahun lalu
cmCommands.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmConfigure.h.in 0b0d1b1d43 ENH: add CMakeCache.txt support 25 tahun lalu
cmConfigureFileCommand.cxx df5059949d BUG: fix use beyond end of array 24 tahun lalu
cmConfigureFileCommand.h 885e37da22 ENH: call configure from cmake 24 tahun lalu
cmConfigureFileNoAutoconf.cxx 54cfe84f3f ENH:New copyright 24 tahun lalu
cmConfigureFileNoAutoconf.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmCustomCommand.cxx 54cfe84f3f ENH:New copyright 24 tahun lalu
cmCustomCommand.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmDSPMakefile.cxx a12448c19b added output directory support 24 tahun lalu
cmDSPMakefile.h 639f1fa239 added registry entry support and windows app support 24 tahun lalu
cmDSPWriter.cxx a12448c19b added output directory support 24 tahun lalu
cmDSPWriter.h 639f1fa239 added registry entry support and windows app support 24 tahun lalu
cmDSWMakefile.cxx 089aa3e106 option to make utilities in the all target 24 tahun lalu
cmDSWMakefile.h 96ec40943c ENH: implement ADD_TARGET command, and add an ALL_BUILD target 24 tahun lalu
cmDSWWriter.cxx 089aa3e106 option to make utilities in the all target 24 tahun lalu
cmDSWWriter.h 96ec40943c ENH: implement ADD_TARGET command, and add an ALL_BUILD target 24 tahun lalu
cmDirectory.cxx 54cfe84f3f ENH:New copyright 24 tahun lalu
cmDirectory.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmDumpDocumentation.cxx 658614ff6a ENH:Reworked CMake for consistency 25 tahun lalu
cmElseCommand.cxx a99dfa60ae new set command and IF NOT 24 tahun lalu
cmElseCommand.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmEndIfCommand.cxx 54cfe84f3f ENH:New copyright 24 tahun lalu
cmEndIfCommand.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmExecProgramCommand.cxx 885e37da22 ENH: call configure from cmake 24 tahun lalu
cmExecProgramCommand.h 885e37da22 ENH: call configure from cmake 24 tahun lalu
cmFindFileCommand.cxx 2fb2207c10 bug fixes 24 tahun lalu
cmFindFileCommand.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmFindIncludeCommand.cxx 2da0c57d46 added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against 24 tahun lalu
cmFindIncludeCommand.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmFindLibraryCommand.cxx d9858fea3b Fix help string when NAMES was used (forgot the case when there is no name) 24 tahun lalu
cmFindLibraryCommand.h f07ee5b817 ENH: change find library and find program to look for more than one name 24 tahun lalu
cmFindPathCommand.cxx 639f1fa239 added registry entry support and windows app support 24 tahun lalu
cmFindPathCommand.h 30ad61805b bug fixes 24 tahun lalu
cmFindProgramCommand.cxx dbfc72c6b5 expands reg values 24 tahun lalu
cmFindProgramCommand.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmFunctionBlocker.h faaadc4a08 better If checks 24 tahun lalu
cmIfCommand.cxx faaadc4a08 better If checks 24 tahun lalu
cmIfCommand.h faaadc4a08 better If checks 24 tahun lalu
cmIncludeCommand.cxx d6fae5faf0 New command: INCLUDE(somefile.txt) 24 tahun lalu
cmIncludeCommand.h d6fae5faf0 New command: INCLUDE(somefile.txt) 24 tahun lalu
cmIncludeDirectoryCommand.cxx 54cfe84f3f ENH:New copyright 24 tahun lalu
cmIncludeDirectoryCommand.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmIncludeRegularExpressionCommand.cxx 54cfe84f3f ENH:New copyright 24 tahun lalu
cmIncludeRegularExpressionCommand.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmLibraryCommand.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmLinkDirectoriesCommand.cxx 54cfe84f3f ENH:New copyright 24 tahun lalu
cmLinkDirectoriesCommand.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmLinkLibrariesCommand.cxx 2da0c57d46 added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against 24 tahun lalu
cmLinkLibrariesCommand.h 2da0c57d46 added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against 24 tahun lalu
cmLoadCacheCommand.cxx cb6bc6f0aa added load cache command and fixed source file 24 tahun lalu
cmLoadCacheCommand.h cb6bc6f0aa added load cache command and fixed source file 24 tahun lalu
cmMSProjectGenerator.cxx 54cfe84f3f ENH:New copyright 24 tahun lalu
cmMSProjectGenerator.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmMakeDepend.cxx 54cfe84f3f ENH:New copyright 24 tahun lalu
cmMakeDepend.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmMakeDirectoryCommand.cxx 885e37da22 ENH: call configure from cmake 24 tahun lalu
cmMakeDirectoryCommand.h 885e37da22 ENH: call configure from cmake 24 tahun lalu
cmMakefile.cxx 639f1fa239 added registry entry support and windows app support 24 tahun lalu
cmMakefile.h 639f1fa239 added registry entry support and windows app support 24 tahun lalu
cmMakefileGenerator.cxx 54cfe84f3f ENH:New copyright 24 tahun lalu
cmMakefileGenerator.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmOptionCommand.cxx de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 tahun lalu
cmOptionCommand.h de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 tahun lalu
cmProjectCommand.cxx cdffbea017 now adds src and bin dir into cache 24 tahun lalu
cmProjectCommand.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmRegularExpression.cxx 54cfe84f3f ENH:New copyright 24 tahun lalu
cmRegularExpression.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmSetCommand.cxx a99dfa60ae new set command and IF NOT 24 tahun lalu
cmSetCommand.h a99dfa60ae new set command and IF NOT 24 tahun lalu
cmSiteNameCommand.cxx f386664efc ENH: Correct sitename 24 tahun lalu
cmSiteNameCommand.h 8a21493f56 ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 tahun lalu
cmSourceFile.cxx cb6bc6f0aa added load cache command and fixed source file 24 tahun lalu
cmSourceFile.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmSourceFilesCommand.cxx 54cfe84f3f ENH:New copyright 24 tahun lalu
cmSourceFilesCommand.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmSourceGroup.cxx de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 tahun lalu
cmSourceGroup.h de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 tahun lalu
cmSourceGroupCommand.cxx 54cfe84f3f ENH:New copyright 24 tahun lalu
cmSourceGroupCommand.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmStandardIncludes.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmSubdirCommand.cxx 54cfe84f3f ENH:New copyright 24 tahun lalu
cmSubdirCommand.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmSystemTools.cxx 60a8a2f6aa Changed separator between registry key and its value. Change regexp for registry key. 24 tahun lalu
cmSystemTools.h 639f1fa239 added registry entry support and windows app support 24 tahun lalu
cmTarget.cxx a15ae83e95 fix for expaning libraries prior to generating dsp 24 tahun lalu
cmTarget.h 32f7cef6f3 added win32 executable option 24 tahun lalu
cmTargetLinkLibrariesCommand.cxx 237f960c89 BUG: added arg0 to link libraries 24 tahun lalu
cmTargetLinkLibrariesCommand.h 2da0c57d46 added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against 24 tahun lalu
cmTestsCommand.cxx 54cfe84f3f ENH:New copyright 24 tahun lalu
cmTestsCommand.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmUnixMakefileGenerator.cxx 72a9a5546f BUG: fix find library for unix 24 tahun lalu
cmUnixMakefileGenerator.h 885e37da22 ENH: call configure from cmake 24 tahun lalu
cmUtilitySourceCommand.cxx 54cfe84f3f ENH:New copyright 24 tahun lalu
cmUtilitySourceCommand.h 54cfe84f3f ENH:New copyright 24 tahun lalu
cmVTKWrapJavaCommand.cxx 089aa3e106 option to make utilities in the all target 24 tahun lalu
cmVTKWrapJavaCommand.h 79f95167bd minor fixes 24 tahun lalu
cmVTKWrapPythonCommand.cxx 6d5508e64b fixed bug in limiting to source lists 24 tahun lalu
cmVTKWrapPythonCommand.h 73f04d1409 many fixes and cleanup and features 24 tahun lalu
cmVTKWrapTclCommand.cxx 67e31b789f fixed bug in init code 24 tahun lalu
cmVTKWrapTclCommand.h 73f04d1409 many fixes and cleanup and features 24 tahun lalu
cmWrapExcludeFilesCommand.cxx 54cfe84f3f ENH:New copyright 24 tahun lalu
cmWrapExcludeFilesCommand.h 54cfe84f3f ENH:New copyright 24 tahun lalu
staticLibFooter.dsptemplate 1f42f521ce NEW: move from tools and config to create CMake 25 tahun lalu
staticLibHeader.dsptemplate a12448c19b added output directory support 24 tahun lalu