Geoffrey Cross bdfdfb73a2 bug meaning that set(a b) just set a to "" and not to b 24 лет назад
..
FLTKDialog 69edd818c4 ENH: PropertyList class added 24 лет назад
MFCDialog 7a6699e183 display the property name in the help box 24 лет назад
CMakeLib.dsp 0532db2418 Welcome to cmGetFilenameComponentCommand 24 лет назад
CMakeSetup.dsw 06f403b274 updated for out of tree builds 24 лет назад
DumpDocumentation.dsp 30ad61805b bug fixes 25 лет назад
Makefile.in 7950871fcb fix CXXFLAGS 24 лет назад
cmAbstractFilesCommand.cxx 1ba4ef0fdf ENH:Copyright 25 лет назад
cmAbstractFilesCommand.h 1ba4ef0fdf ENH:Copyright 25 лет назад
cmAddCustomTargetCommand.cxx 089aa3e106 option to make utilities in the all target 25 лет назад
cmAddCustomTargetCommand.h 089aa3e106 option to make utilities in the all target 25 лет назад
cmAddDefinitionsCommand.cxx 54cfe84f3f ENH:New copyright 25 лет назад
cmAddDefinitionsCommand.h 54cfe84f3f ENH:New copyright 25 лет назад
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. 25 лет назад
cmAddLibraryCommand.h 54cfe84f3f ENH:New copyright 25 лет назад
cmAuxSourceDirectoryCommand.cxx 54cfe84f3f ENH:New copyright 25 лет назад
cmAuxSourceDirectoryCommand.h dbdf1c356b ENH:New copyright 25 лет назад
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... :) 25 лет назад
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... :) 25 лет назад
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 25 лет назад
cmCableCloseNamespaceCommand.h 54cfe84f3f ENH:New copyright 25 лет назад
cmCableCommand.cxx 54cfe84f3f ENH:New copyright 25 лет назад
cmCableCommand.h 54cfe84f3f ENH:New copyright 25 лет назад
cmCableData.cxx 54cfe84f3f ENH:New copyright 25 лет назад
cmCableData.h 54cfe84f3f ENH:New copyright 25 лет назад
cmCableDefineSetCommand.cxx 1dc7ae38ea BUG: match called on invalid number 25 лет назад
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. 25 лет назад
cmCableInstantiateClassCommand.cxx 45e9d19c6c ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 25 лет назад
cmCableInstantiateClassCommand.h 8aa2182806 BUG: add removed command, and sort the order in cmCommands.cxx 25 лет назад
cmCableInstantiateCommand.cxx 45e9d19c6c ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 25 лет назад
cmCableInstantiateCommand.h 8aa2182806 BUG: add removed command, and sort the order in cmCommands.cxx 25 лет назад
cmCableOpenNamespaceCommand.cxx 54cfe84f3f ENH:New copyright 25 лет назад
cmCableOpenNamespaceCommand.h 54cfe84f3f ENH:New copyright 25 лет назад
cmCablePackageCommand.cxx aa72e182fe half checked in changes for CMAKE_ROOT 24 лет назад
cmCablePackageCommand.h 54cfe84f3f ENH:New copyright 25 лет назад
cmCablePackageEntryCommand.cxx 45e9d19c6c ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 25 лет назад
cmCablePackageEntryCommand.h 45e9d19c6c ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore. 25 лет назад
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. 25 лет назад
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. 25 лет назад
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. 25 лет назад
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 d4498a9e52 BUG: fix for sun compiler 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 25 лет назад
cmCommands.cxx d8c34cfb81 Welcome to cmGetFilenameComponentCommand ("Get a specific component of a full filename") 24 лет назад
cmCommands.h 54cfe84f3f ENH:New copyright 25 лет назад
cmConfigure.h.in 1094200ea0 BUG: fix to compile on hp with aCC 24 лет назад
cmConfigureFileCommand.cxx df5059949d BUG: fix use beyond end of array 25 лет назад
cmConfigureFileCommand.h 885e37da22 ENH: call configure from cmake 25 лет назад
cmConfigureFileNoAutoconf.cxx 54cfe84f3f ENH:New copyright 25 лет назад
cmConfigureFileNoAutoconf.h 54cfe84f3f ENH:New copyright 25 лет назад
cmCustomCommand.cxx 54cfe84f3f ENH:New copyright 25 лет назад
cmCustomCommand.h 54cfe84f3f ENH:New copyright 25 лет назад
cmDSPMakefile.cxx bc9531c0d1 ENH: create CMAKE_CXX_FLAGS_[Buildtype] flags 24 лет назад
cmDSPMakefile.h 639f1fa239 added registry entry support and windows app support 24 лет назад
cmDSPWriter.cxx bc9531c0d1 ENH: create CMAKE_CXX_FLAGS_[Buildtype] flags 24 лет назад
cmDSPWriter.h 639f1fa239 added registry entry support and windows app support 24 лет назад
cmDSWMakefile.cxx 1f6057e864 install fixes for win32 24 лет назад
cmDSWMakefile.h 96ec40943c ENH: implement ADD_TARGET command, and add an ALL_BUILD target 25 лет назад
cmDSWWriter.cxx 1f6057e864 install fixes for win32 24 лет назад
cmDSWWriter.h 96ec40943c ENH: implement ADD_TARGET command, and add an ALL_BUILD target 25 лет назад
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 25 лет назад
cmDirectory.h 54cfe84f3f ENH:New copyright 25 лет назад
cmDumpDocumentation.cxx 658614ff6a ENH:Reworked CMake for consistency 25 лет назад
cmElseCommand.cxx a99dfa60ae new set command and IF NOT 25 лет назад
cmElseCommand.h 54cfe84f3f ENH:New copyright 25 лет назад
cmEndIfCommand.cxx 54cfe84f3f ENH:New copyright 25 лет назад
cmEndIfCommand.h 54cfe84f3f ENH:New copyright 25 лет назад
cmExecProgramCommand.cxx 885e37da22 ENH: call configure from cmake 25 лет назад
cmExecProgramCommand.h 885e37da22 ENH: call configure from cmake 25 лет назад
cmFindFileCommand.cxx 2fb2207c10 bug fixes 25 лет назад
cmFindFileCommand.h 54cfe84f3f ENH:New copyright 25 лет назад
cmFindIncludeCommand.cxx 2da0c57d46 added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against 25 лет назад
cmFindIncludeCommand.h 54cfe84f3f ENH:New copyright 25 лет назад
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 25 лет назад
cmFindPathCommand.cxx 2533d55099 The path found is now collapsed (cleaner). 24 лет назад
cmFindPathCommand.h 30ad61805b bug fixes 25 лет назад
cmFindProgramCommand.cxx dbfc72c6b5 expands reg values 24 лет назад
cmFindProgramCommand.h 54cfe84f3f ENH:New copyright 25 лет назад
cmFunctionBlocker.h faaadc4a08 better If checks 25 лет назад
cmGeneratedFileStream.h d76db0ed57 BUG: remove warning 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 25 лет назад
cmIfCommand.h faaadc4a08 better If checks 25 лет назад
cmIncludeCommand.cxx d6fae5faf0 New command: INCLUDE(somefile.txt) 25 лет назад
cmIncludeCommand.h d6fae5faf0 New command: INCLUDE(somefile.txt) 25 лет назад
cmIncludeDirectoryCommand.cxx 54cfe84f3f ENH:New copyright 25 лет назад
cmIncludeDirectoryCommand.h 54cfe84f3f ENH:New copyright 25 лет назад
cmIncludeRegularExpressionCommand.cxx 54cfe84f3f ENH:New copyright 25 лет назад
cmIncludeRegularExpressionCommand.h 54cfe84f3f ENH:New copyright 25 лет назад
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 25 лет назад
cmLinkDirectoriesCommand.cxx 54cfe84f3f ENH:New copyright 25 лет назад
cmLinkDirectoriesCommand.h 54cfe84f3f ENH:New copyright 25 лет назад
cmLinkLibrariesCommand.cxx 2da0c57d46 added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against 25 лет назад
cmLinkLibrariesCommand.h 2da0c57d46 added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against 25 лет назад
cmLoadCacheCommand.cxx cb6bc6f0aa added load cache command and fixed source file 25 лет назад
cmLoadCacheCommand.h cb6bc6f0aa added load cache command and fixed source file 25 лет назад
cmMSProjectGenerator.cxx ef4bee6f61 bug finding windows template file 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 25 лет назад
cmMakeDirectoryCommand.cxx 885e37da22 ENH: call configure from cmake 25 лет назад
cmMakeDirectoryCommand.h 885e37da22 ENH: call configure from cmake 25 лет назад
cmMakefile.cxx 3ebfc32b5e added install target support 24 лет назад
cmMakefile.h ad92f34fea added version number 24 лет назад
cmMakefileGenerator.cxx 54cfe84f3f ENH:New copyright 25 лет назад
cmMakefileGenerator.h 7ec7fb7e95 changes for cmake to live outside of the source tree 24 лет назад
cmOptionCommand.cxx de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 25 лет назад
cmOptionCommand.h de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 25 лет назад
cmProjectCommand.cxx 43237a88c5 added PROJECT_SOURCE_DIR 24 лет назад
cmProjectCommand.h 54cfe84f3f ENH:New copyright 25 лет назад
cmRegularExpression.cxx 54cfe84f3f ENH:New copyright 25 лет назад
cmRegularExpression.h 54cfe84f3f ENH:New copyright 25 лет назад
cmSetCommand.cxx bdfdfb73a2 bug meaning that set(a b) just set a to "" and not to b 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 25 лет назад
cmSiteNameCommand.h 8a21493f56 ENH: move testing stuff to cmake from configure, good bye dashboard... :) 25 лет назад
cmSourceFile.cxx cb6bc6f0aa added load cache command and fixed source file 25 лет назад
cmSourceFile.h 54cfe84f3f ENH:New copyright 25 лет назад
cmSourceFilesCommand.cxx 54cfe84f3f ENH:New copyright 25 лет назад
cmSourceFilesCommand.h 54cfe84f3f ENH:New copyright 25 лет назад
cmSourceGroup.cxx de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 25 лет назад
cmSourceGroup.h de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 25 лет назад
cmSourceGroupCommand.cxx 54cfe84f3f ENH:New copyright 25 лет назад
cmSourceGroupCommand.h 54cfe84f3f ENH:New copyright 25 лет назад
cmStandardIncludes.h 1094200ea0 BUG: fix to compile on hp with aCC 24 лет назад
cmSubdirCommand.cxx 54cfe84f3f ENH:New copyright 25 лет назад
cmSubdirCommand.h 54cfe84f3f ENH:New copyright 25 лет назад
cmSystemTools.cxx 07c4f9f145 BUG: Fixed stupid error in the hack I just checked in. 24 лет назад
cmSystemTools.h 3546e5611c New functions used to extract the components of a full filename. 24 лет назад
cmTarget.cxx dbebd0a276 added install rules 24 лет назад
cmTarget.h dbebd0a276 added install rules 24 лет назад
cmTargetLinkLibrariesCommand.cxx 237f960c89 BUG: added arg0 to link libraries 25 лет назад
cmTargetLinkLibrariesCommand.h 2da0c57d46 added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against 25 лет назад
cmTestsCommand.cxx 54cfe84f3f ENH:New copyright 25 лет назад
cmTestsCommand.h 54cfe84f3f ENH:New copyright 25 лет назад
cmUnixMakefileGenerator.cxx 410f4838b8 BUG: WIN32 executable target rules are now generated in unix the same as any other executable (instead of not at all). 24 лет назад
cmUnixMakefileGenerator.h 3ebfc32b5e added install target support 24 лет назад
cmUtilitySourceCommand.cxx 54cfe84f3f ENH:New copyright 25 лет назад
cmUtilitySourceCommand.h 54cfe84f3f ENH:New copyright 25 лет назад
cmVTKWrapJavaCommand.cxx 089aa3e106 option to make utilities in the all target 25 лет назад
cmVTKWrapJavaCommand.h 79f95167bd minor fixes 25 лет назад
cmVTKWrapPythonCommand.cxx 6d5508e64b fixed bug in limiting to source lists 25 лет назад
cmVTKWrapPythonCommand.h 73f04d1409 many fixes and cleanup and features 25 лет назад
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 25 лет назад
cmWrapExcludeFilesCommand.h 54cfe84f3f ENH:New copyright 25 лет назад
cmake.cxx ad92f34fea added version number 24 лет назад
cmake.dsp 09651ba991 BUG: fix output directory 24 лет назад
cmake.h 72bc7951be new command 24 лет назад