1
0
Sebastien Barre 827ec6e39a Seems to me that EXEWinHeader was not searched in the right place. 24 жил өмнө
..
FLTKDialog 69edd818c4 ENH: PropertyList class added 24 жил өмнө
MFCDialog 33793198b6 icon updates 24 жил өмнө
CMakeLib.dsp 3f12d26adb ENH: Added cmCableClassSet.cxx to build. 24 жил өмнө
CMakeSetup.dsw 06f403b274 updated for out of tree builds 24 жил өмнө
DumpDocumentation.dsp 30ad61805b bug fixes 24 жил өмнө
Makefile.in 7950871fcb fix CXXFLAGS 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 жил өмнө
cmAuxSourceDirectoryCommand.cxx 54cfe84f3f ENH:New copyright 24 жил өмнө
cmAuxSourceDirectoryCommand.h dbdf1c356b ENH:New copyright 24 жил өмнө
cmBuildCommand.cxx 8a21493f56 ENH: move testing stuff to cmake from configure, good bye dashboard... :) 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 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 24 жил өмнө
cmCommands.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 жил өмнө
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 827ec6e39a Seems to me that EXEWinHeader was not searched in the right place. 24 жил өмнө
cmDSPMakefile.h 639f1fa239 added registry entry support and windows app support 24 жил өмнө
cmDSPWriter.cxx 827ec6e39a Seems to me that EXEWinHeader was not searched in the right place. 24 жил өмнө
cmDSPWriter.h 639f1fa239 added registry entry support and windows app support 24 жил өмнө
cmDSWMakefile.cxx 089aa3e106 option to make utilities in the all target 24 жил өмнө
cmDSWMakefile.h 96ec40943c ENH: implement ADD_TARGET command, and add an ALL_BUILD target 24 жил өмнө
cmDSWWriter.cxx 089aa3e106 option to make utilities in the all target 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 жил өмнө
cmFindIncludeCommand.cxx 2da0c57d46 added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against 24 жил өмнө
cmFindIncludeCommand.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 639f1fa239 added registry entry support and windows app support 24 жил өмнө
cmFindPathCommand.h 30ad61805b bug fixes 24 жил өмнө
cmFindProgramCommand.cxx dbfc72c6b5 expands reg values 24 жил өмнө
cmFindProgramCommand.h 54cfe84f3f ENH:New copyright 24 жил өмнө
cmFunctionBlocker.h faaadc4a08 better If checks 24 жил өмнө
cmGeneratedFileStream.h 1094200ea0 BUG: fix to compile on hp with aCC 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 жил өмнө
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 0df1da0eba compiler fix 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 619864c09e new out of place builds 24 жил өмнө
cmMakefile.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 жил өмнө
cmMakefileGenerator.cxx 54cfe84f3f ENH:New copyright 24 жил өмнө
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... :) 24 жил өмнө
cmOptionCommand.h de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 жил өмнө
cmProjectCommand.cxx 1cd9ce6f6e ENH: unify make process on unix 24 жил өмнө
cmProjectCommand.h 54cfe84f3f ENH:New copyright 24 жил өмнө
cmRegularExpression.cxx 54cfe84f3f ENH:New copyright 24 жил өмнө
cmRegularExpression.h 54cfe84f3f ENH:New copyright 24 жил өмнө
cmSetCommand.cxx 650691850b BUG: fix compiler name 24 жил өмнө
cmSetCommand.h a99dfa60ae new set command and IF NOT 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 c43e3a4f3f fix opengl on hp 24 жил өмнө
cmSystemTools.h afdea030fe minor whitespace change 24 жил өмнө
cmTarget.cxx a15ae83e95 fix for expaning libraries prior to generating dsp 24 жил өмнө
cmTarget.h 32f7cef6f3 added win32 executable option 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 52e83c7afd BUG: do not include /usr/lib in -L 24 жил өмнө
cmUnixMakefileGenerator.h 7ec7fb7e95 changes for cmake to live outside of the source tree 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 6d5508e64b fixed bug in limiting to source lists 24 жил өмнө
cmVTKWrapPythonCommand.h 73f04d1409 many fixes and cleanup and features 24 жил өмнө
cmVTKWrapTclCommand.cxx 67e31b789f fixed bug in init code 24 жил өмнө
cmVTKWrapTclCommand.h 73f04d1409 many fixes and cleanup and features 24 жил өмнө
cmWrapExcludeFilesCommand.cxx 54cfe84f3f ENH:New copyright 24 жил өмнө
cmWrapExcludeFilesCommand.h 54cfe84f3f ENH:New copyright 24 жил өмнө
cmake.cxx 26f638248d BUG: remove declaration without variable 24 жил өмнө
cmake.dsp f0e21f196a release fix 24 жил өмнө
cmake.h 72bc7951be new command 24 жил өмнө