Franck Bettinger dffde0c4fa added generation of the GENERATED_QT_FILES list for make clean 23 ani în urmă
..
CursesDialog 9ec133d428 Fix bug in ccmake which made it crash when all cache values were deleted 23 ani în urmă
MFCDialog c41fe4f179 Fix MFC GUI 23 ani în urmă
bootstrap 399e1c0f3e Improve bootstrape for unix 24 ani în urmă
.cvsignore 0c948312ed Add cvsignore so that you do not see visual stufio files when you do cvs update 24 ani în urmă
CMakeLists.txt b9db890ebc ENH: Pointer-to-function to pointer-to-data casts are not even allowed in strict C. Re-implemented this conversion in pure C++ using a casting trick with an extra level of indirection. 23 ani în urmă
CMakeSetup.dsw 5bbae88569 Add ccommand for executing commands on the system, so by using ADD_CUSTOM_COMMAND, you can make rules to do some system commands during build. Currently supported commands are copy and remove. Others will follow. 24 ani în urmă
InitialConfigureFlags.cmake.in cc768c86c6 ENH: pass prefix from configure into cmake 24 ani în urmă
Makefile.in 25ff4552b3 new arch 23 ani în urmă
cmAbstractFilesCommand.cxx 7b5a8762c6 modified how source files store properties 23 ani în urmă
cmAbstractFilesCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmAddCustomCommandCommand.cxx 0a3d0d24fd ENH: add list expansion back 23 ani în urmă
cmAddCustomCommandCommand.h 9b8926925b ENH: use target as source if source is empty 24 ani în urmă
cmAddCustomTargetCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 ani în urmă
cmAddCustomTargetCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmAddDefinitionsCommand.cxx 4823f16ebb modified to accept no arguments 23 ani în urmă
cmAddDefinitionsCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmAddDependenciesCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 ani în urmă
cmAddDependenciesCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmAddExecutableCommand.cxx fc6b8e8bf7 fix const problem 24 ani în urmă
cmAddExecutableCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmAddLibraryCommand.cxx 27fe57b716 ENH: change LINK_LIBRARY to add to targets 24 ani în urmă
cmAddLibraryCommand.h 27fe57b716 ENH: change LINK_LIBRARY to add to targets 24 ani în urmă
cmAddTestCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 ani în urmă
cmAddTestCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmAuxSourceDirectoryCommand.cxx 7b5a8762c6 modified how source files store properties 23 ani în urmă
cmAuxSourceDirectoryCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmBorlandMakefileGenerator.cxx 6046060714 ENH: add include paths to rc program for resource generation 23 ani în urmă
cmBorlandMakefileGenerator.h 4ea0f6b949 ENH: add enable language support for PROJECT command, this means that a C only project can be built with cmake, even without a cxx compiler 24 ani în urmă
cmBuildCommand.cxx 4651dbcfc6 ENH: expand variables in arguments before the commands get them 24 ani în urmă
cmBuildCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmBuildNameCommand.cxx 991b551595 ENH: fix build name 24 ani în urmă
cmBuildNameCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmCMakeMinimumRequired.cxx 07d35e662d ENH: Added cmStringStream class to wrap std::stringstream or std::strstream depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed. 23 ani în urmă
cmCMakeMinimumRequired.h 077f81d359 ENH: fix doc line 24 ani în urmă
cmCPluginAPI.cxx ce65c54d7a ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot be compared directly with other pointer types. We use 0 instead. 23 ani în urmă
cmCPluginAPI.h d99454cba4 now uses stubs 23 ani în urmă
cmCacheManager.cxx 1eb3dd19fc BUG: GetCacheValue must check if value is UNINITIALIZED. If so, pretend it doesn't exist. 23 ani în urmă
cmCacheManager.h bef93dc5c1 Couple of changes: cache variables now have a map of properties. ADVANCED and HELPSTRING are now properties of cache variable, IsAdvanced is gone, so is GetCacheEntry, since cache entries are now all private. To access them, you use the iterator. -ADVANCED cache entries are gone and are replaced by the property of cache variables. The cache file still looks the same, but the -ADVANCED cache entries are created when writing file. MarkAsAdvanced and VariableRequires are fixed. So are curses gui and wizard 23 ani în urmă
cmCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmCommands.cxx e500dd4b77 ERR: Removed accidental commit. 23 ani în urmă
cmCommands.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmConfigure.cmake.h.in 07d35e662d ENH: Added cmStringStream class to wrap std::stringstream or std::strstream depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed. 23 ani în urmă
cmConfigure.h.in 07d35e662d ENH: Added cmStringStream class to wrap std::stringstream or std::strstream depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed. 23 ani în urmă
cmConfigureFileCommand.cxx 4651dbcfc6 ENH: expand variables in arguments before the commands get them 24 ani în urmă
cmConfigureFileCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmCreateTestSourceList.cxx 7b5a8762c6 modified how source files store properties 23 ani în urmă
cmCreateTestSourceList.h 0f6e022dca updated to handle extensions 23 ani în urmă
cmCustomCommand.cxx a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmCustomCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmDSPWriter.cxx 7b5a8762c6 modified how source files store properties 23 ani în urmă
cmDSPWriter.h 076aafe79a ENH: add file specific compile flags 24 ani în urmă
cmDSWWriter.cxx 44a7cd55ff removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building 23 ani în urmă
cmDSWWriter.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmData.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmDirectory.cxx 809b32fe59 ENH: remove several compiler warnings 24 ani în urmă
cmDirectory.h 499bd45d4d removed shared lib support 23 ani în urmă
cmDumpDocumentation.cxx 74e13ad2fc moved dump docs into cmake 23 ani în urmă
cmDynamicLoader.cxx b9db890ebc ENH: Pointer-to-function to pointer-to-data casts are not even allowed in strict C. Re-implemented this conversion in pure C++ using a casting trick with an extra level of indirection. 23 ani în urmă
cmDynamicLoader.h b9db890ebc ENH: Pointer-to-function to pointer-to-data casts are not even allowed in strict C. Re-implemented this conversion in pure C++ using a casting trick with an extra level of indirection. 23 ani în urmă
cmElseCommand.cxx 96a3b4d3fc compiler warning 23 ani în urmă
cmElseCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmEnableTestingCommand.cxx a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmEnableTestingCommand.h 28895b0f9f ERR: Fixed compiler warnings. 23 ani în urmă
cmEndForEachCommand.cxx a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmEndForEachCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmEndIfCommand.cxx d7a1063b20 better error checking on If statements 23 ani în urmă
cmEndIfCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmExecProgramCommand.cxx a898cfb17a Add return value support and add documentation 23 ani în urmă
cmExecProgramCommand.h a898cfb17a Add return value support and add documentation 23 ani în urmă
cmFLTKWrapUICommand.cxx 95a506e6de FLTK_FLUID_EXE -> FLTK_FLUID_EXECUTABLE 23 ani în urmă
cmFLTKWrapUICommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmFindFileCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 ani în urmă
cmFindFileCommand.h 789267c949 ENH: speed improvements 24 ani în urmă
cmFindLibraryCommand.cxx 46a327c79d FIX: put ExpandRegistryValue() back (seems to have been removed accidentally I guess in 1.25) 23 ani în urmă
cmFindLibraryCommand.h ce31498637 FIX: command usage 23 ani în urmă
cmFindPathCommand.cxx bef93dc5c1 Couple of changes: cache variables now have a map of properties. ADVANCED and HELPSTRING are now properties of cache variable, IsAdvanced is gone, so is GetCacheEntry, since cache entries are now all private. To access them, you use the iterator. -ADVANCED cache entries are gone and are replaced by the property of cache variables. The cache file still looks the same, but the -ADVANCED cache entries are created when writing file. MarkAsAdvanced and VariableRequires are fixed. So are curses gui and wizard 23 ani în urmă
cmFindPathCommand.h 789267c949 ENH: speed improvements 24 ani în urmă
cmFindProgramCommand.cxx bef93dc5c1 Couple of changes: cache variables now have a map of properties. ADVANCED and HELPSTRING are now properties of cache variable, IsAdvanced is gone, so is GetCacheEntry, since cache entries are now all private. To access them, you use the iterator. -ADVANCED cache entries are gone and are replaced by the property of cache variables. The cache file still looks the same, but the -ADVANCED cache entries are created when writing file. MarkAsAdvanced and VariableRequires are fixed. So are curses gui and wizard 23 ani în urmă
cmFindProgramCommand.h 1ad05f9e6d ENH/FIX: add NO_SYSTEM_PATH option + fix command usage 23 ani în urmă
cmForEachCommand.cxx fcc410de44 fixed if statements inside a foreach 23 ani în urmă
cmForEachCommand.h fcc410de44 fixed if statements inside a foreach 23 ani în urmă
cmFunctionBlocker.h 28895b0f9f ERR: Fixed compiler warnings. 23 ani în urmă
cmGeneratedFileStream.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmGetFilenameComponentCommand.cxx 44a7cd55ff removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building 23 ani în urmă
cmGetFilenameComponentCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmGetSourceFilePropertyCommand.cxx b8be208408 updated to match the SET 23 ani în urmă
cmGetSourceFilePropertyCommand.h b8be208408 updated to match the SET 23 ani în urmă
cmGlobalBorlandMakefileGenerator.cxx 386c19ff6a fix for borland compilers 23 ani în urmă
cmGlobalBorlandMakefileGenerator.h d28e483f4e first cut a new arch 23 ani în urmă
cmGlobalGenerator.cxx 38e412626b modified TryCompile 23 ani în urmă
cmGlobalGenerator.h 38e412626b modified TryCompile 23 ani în urmă
cmGlobalNMakeMakefileGenerator.cxx 3abb9e240d compiler warnings 23 ani în urmă
cmGlobalNMakeMakefileGenerator.h a888ba53fa in progress 23 ani în urmă
cmGlobalUnixMakefileGenerator.cxx de48dbbf7c ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot be compared directly with other pointer types. We use 0 instead. Also changed putenv to setenv for comeau on linux. 23 ani în urmă
cmGlobalUnixMakefileGenerator.h a888ba53fa in progress 23 ani în urmă
cmGlobalVisualStudio6Generator.cxx 38e412626b modified TryCompile 23 ani în urmă
cmGlobalVisualStudio6Generator.h 38e412626b modified TryCompile 23 ani în urmă
cmGlobalVisualStudio7Generator.cxx 38e412626b modified TryCompile 23 ani în urmă
cmGlobalVisualStudio7Generator.h 38e412626b modified TryCompile 23 ani în urmă
cmITKWrapTclCommand.cxx da9d44f877 BUG: Only one generated Tcl wrapper source was getting added to the package's library. 23 ani în urmă
cmITKWrapTclCommand.h da9d44f877 BUG: Only one generated Tcl wrapper source was getting added to the package's library. 23 ani în urmă
cmIfCommand.cxx d7a1063b20 better error checking on If statements 23 ani în urmă
cmIfCommand.h 32ad30e883 better error handling with if statements 23 ani în urmă
cmIncludeCommand.cxx d0d25bb989 Reformatted the error printed by cmMakefile. 24 ani în urmă
cmIncludeCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmIncludeDirectoryCommand.cxx e8dbdcaf0c allows no arguments 23 ani în urmă
cmIncludeDirectoryCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmIncludeExternalMSProjectCommand.cxx 4651dbcfc6 ENH: expand variables in arguments before the commands get them 24 ani în urmă
cmIncludeExternalMSProjectCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmIncludeRegularExpressionCommand.cxx a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmIncludeRegularExpressionCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmInstallFilesCommand.cxx 22ae78d92f fixe for files with paths 23 ani în urmă
cmInstallFilesCommand.h b59f5ddb7f fix install target 23 ani în urmă
cmInstallProgramsCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 ani în urmă
cmInstallProgramsCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmInstallTargetsCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 ani în urmă
cmInstallTargetsCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmLinkDirectoriesCommand.cxx be3a15d45f no longer need an argument 23 ani în urmă
cmLinkDirectoriesCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmLinkLibrariesCommand.cxx e8dbdcaf0c allows no arguments 23 ani în urmă
cmLinkLibrariesCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmListFileCache.cxx 789267c949 ENH: speed improvements 24 ani în urmă
cmListFileCache.h 499bd45d4d removed shared lib support 23 ani în urmă
cmLoadCacheCommand.cxx d0be2896d7 changed cache manager and registered generators to no longer be singletons 23 ani în urmă
cmLoadCacheCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmLoadCommandCommand.cxx ce65c54d7a ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot be compared directly with other pointer types. We use 0 instead. 23 ani în urmă
cmLoadCommandCommand.h a21140658c adding plugin support 23 ani în urmă
cmLocalBorlandMakefileGenerator.cxx 386c19ff6a fix for borland compilers 23 ani în urmă
cmLocalBorlandMakefileGenerator.h d28e483f4e first cut a new arch 23 ani în urmă
cmLocalGenerator.cxx 1bad75e8a2 ERR: Removed stray semi-colon. 23 ani în urmă
cmLocalGenerator.h b7455e404f compiler warning 23 ani în urmă
cmLocalNMakeMakefileGenerator.cxx a888ba53fa in progress 23 ani în urmă
cmLocalNMakeMakefileGenerator.h a888ba53fa in progress 23 ani în urmă
cmLocalUnixMakefileGenerator.cxx dffde0c4fa added generation of the GENERATED_QT_FILES list for make clean 23 ani în urmă
cmLocalUnixMakefileGenerator.h a888ba53fa in progress 23 ani în urmă
cmLocalVisualStudio6Generator.cxx 3abb9e240d compiler warnings 23 ani în urmă
cmLocalVisualStudio6Generator.h 49aebe6c99 new arch 23 ani în urmă
cmLocalVisualStudio7Generator.cxx 3abb9e240d compiler warnings 23 ani în urmă
cmLocalVisualStudio7Generator.h 49aebe6c99 new arch 23 ani în urmă
cmMSDotNETGenerator.cxx 231c9dad5a BUG: bug for more than one custom commands 23 ani în urmă
cmMSDotNETGenerator.h d0be2896d7 changed cache manager and registered generators to no longer be singletons 23 ani în urmă
cmMSProjectGenerator.cxx d0be2896d7 changed cache manager and registered generators to no longer be singletons 23 ani în urmă
cmMSProjectGenerator.h d0be2896d7 changed cache manager and registered generators to no longer be singletons 23 ani în urmă
cmMacroCommand.cxx 4380c3b0f1 minor fix 23 ani în urmă
cmMacroCommand.h 216c985f72 added new command 23 ani în urmă
cmMakeDepend.cxx eb1ff5f968 ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot be compared directly with other pointer types. We use 0 instead. 23 ani în urmă
cmMakeDepend.h fd26d44f5f now includes current include files directory when searching for files it includes 23 ani în urmă
cmMakeDirectoryCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 ani în urmă
cmMakeDirectoryCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmMakefile.cxx bef93dc5c1 Couple of changes: cache variables now have a map of properties. ADVANCED and HELPSTRING are now properties of cache variable, IsAdvanced is gone, so is GetCacheEntry, since cache entries are now all private. To access them, you use the iterator. -ADVANCED cache entries are gone and are replaced by the property of cache variables. The cache file still looks the same, but the -ADVANCED cache entries are created when writing file. MarkAsAdvanced and VariableRequires are fixed. So are curses gui and wizard 23 ani în urmă
cmMakefile.h bea21587cf updated makefile moved commands into cmake and fixed try compile 23 ani în urmă
cmMakefileGenerator.cxx d0be2896d7 changed cache manager and registered generators to no longer be singletons 23 ani în urmă
cmMakefileGenerator.h d0be2896d7 changed cache manager and registered generators to no longer be singletons 23 ani în urmă
cmMarkAsAdvancedCommand.cxx bef93dc5c1 Couple of changes: cache variables now have a map of properties. ADVANCED and HELPSTRING are now properties of cache variable, IsAdvanced is gone, so is GetCacheEntry, since cache entries are now all private. To access them, you use the iterator. -ADVANCED cache entries are gone and are replaced by the property of cache variables. The cache file still looks the same, but the -ADVANCED cache entries are created when writing file. MarkAsAdvanced and VariableRequires are fixed. So are curses gui and wizard 23 ani în urmă
cmMarkAsAdvancedCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmMessageCommand.cxx 72022ac27b ENH: add ability to escape semi-colons 24 ani în urmă
cmMessageCommand.h b6ebd7b7fa ENH: Add SEND_ERROR flag to MESSAGE so that an error can be raised within a CMakeList file 24 ani în urmă
cmNMakeMakefileGenerator.cxx d0be2896d7 changed cache manager and registered generators to no longer be singletons 23 ani în urmă
cmNMakeMakefileGenerator.h d0be2896d7 changed cache manager and registered generators to no longer be singletons 23 ani în urmă
cmOptionCommand.cxx 945c4a8b5b WAR: remove warnings for .NET compiler 24 ani în urmă
cmOptionCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmOutputRequiredFilesCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 ani în urmă
cmOutputRequiredFilesCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmProjectCommand.cxx 7883b6c7dc expand ; args 24 ani în urmă
cmProjectCommand.h 4ea0f6b949 ENH: add enable language support for PROJECT command, this means that a C only project can be built with cmake, even without a cxx compiler 24 ani în urmă
cmQTWrapCPPCommand.cxx 63d64d5780 Define a single expected format for the values defined in every FindXXX.cmake file. 23 ani în urmă
cmQTWrapCPPCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmQTWrapUICommand.cxx 63d64d5780 Define a single expected format for the values defined in every FindXXX.cmake file. 23 ani în urmă
cmQTWrapUICommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmRegularExpression.cxx eb1ff5f968 ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot be compared directly with other pointer types. We use 0 instead. 23 ani în urmă
cmRegularExpression.h eb1ff5f968 ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot be compared directly with other pointer types. We use 0 instead. 23 ani în urmă
cmRemoveCommand.cxx ab2dc5558b minor fix 23 ani în urmă
cmRemoveCommand.h 9c69be42de updated for 1.4 24 ani în urmă
cmSeparateArgumentsCommand.cxx 2d37e6d1a8 ENH: add new command to separate space separated arguments 24 ani în urmă
cmSeparateArgumentsCommand.h 2d37e6d1a8 ENH: add new command to separate space separated arguments 24 ani în urmă
cmSetCommand.cxx 4ea0f6b949 ENH: add enable language support for PROJECT command, this means that a C only project can be built with cmake, even without a cxx compiler 24 ani în urmă
cmSetCommand.h dbdb0adce8 ENH: add ability to use ; separated lists in SET and expand them for addexecutable and addlibrary 24 ani în urmă
cmSetSourceFilesPropertiesCommand.cxx c728b6c963 fixed bug maybe 23 ani în urmă
cmSetSourceFilesPropertiesCommand.h 7b5a8762c6 modified how source files store properties 23 ani în urmă
cmSiteNameCommand.cxx 4879c6cffa ENH: look for nslookup and hostname in the right places 24 ani în urmă
cmSiteNameCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmSourceFile.cxx 5897d078c6 Fix bug in trying to set stding with null 23 ani în urmă
cmSourceFile.h 7b5a8762c6 modified how source files store properties 23 ani în urmă
cmSourceFilesCommand.cxx 7b5a8762c6 modified how source files store properties 23 ani în urmă
cmSourceFilesCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmSourceFilesRemoveCommand.cxx 44a7cd55ff removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building 23 ani în urmă
cmSourceFilesRemoveCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmSourceGroup.cxx 809b32fe59 ENH: remove several compiler warnings 24 ani în urmă
cmSourceGroup.h 076aafe79a ENH: add file specific compile flags 24 ani în urmă
cmSourceGroupCommand.cxx a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmSourceGroupCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmStandardIncludes.h 14f0211858 ENH: Added definition of _BSD_SOURCE to enable proper use of POSIX functions on comeau in linux. 23 ani în urmă
cmSubdirCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 ani în urmă
cmSubdirCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmSubdirDependsCommand.cxx a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmSubdirDependsCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmSystemTools.cxx 807b4ac47f ERR: Fix for borland on linux. We cannot directly compare the st_dev and st_ino members of struct stat. Use memcmp instead. 23 ani în urmă
cmSystemTools.h 499bd45d4d removed shared lib support 23 ani în urmă
cmTarget.cxx 7b5a8762c6 modified how source files store properties 23 ani în urmă
cmTarget.h 0e6b39e52f BUG: Correct some of the dependency analysis code. 23 ani în urmă
cmTargetLinkLibrariesCommand.cxx 6bbc8e9d45 does not need a second argument 23 ani în urmă
cmTargetLinkLibrariesCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmTryCompileCommand.cxx 5608a9a129 updated signature 23 ani în urmă
cmTryCompileCommand.h 5608a9a129 updated signature 23 ani în urmă
cmUnixMakefileGenerator.cxx 27bc5789b9 ENH: use :: rule and not a long line extension 23 ani în urmă
cmUnixMakefileGenerator.h d0be2896d7 changed cache manager and registered generators to no longer be singletons 23 ani în urmă
cmUseMangledMesaCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 ani în urmă
cmUseMangledMesaCommand.h 7d76de4403 make sure ; expansion is done in all commands 24 ani în urmă
cmUtilitySourceCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 ani în urmă
cmUtilitySourceCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmVTKMakeInstantiatorCommand.cxx 13d4f89dfe compiler warnings 23 ani în urmă
cmVTKMakeInstantiatorCommand.h c1ad03bedb BUG: Added backward-compatability. The old instantiator style will be used unless the argument USE_INSTANTIATOR_NEW is given to tell the command to make use of the instantiator new functions exported from each class's implementation file. 23 ani în urmă
cmVTKWrapJavaCommand.cxx 7b5a8762c6 modified how source files store properties 23 ani în urmă
cmVTKWrapJavaCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmVTKWrapPythonCommand.cxx 7b5a8762c6 modified how source files store properties 23 ani în urmă
cmVTKWrapPythonCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmVTKWrapTclCommand.cxx a4eebcb5b1 ERR: Fix for borland in generated code. vtkCommand is ambiguously both a function and a class. 23 ani în urmă
cmVTKWrapTclCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmVariableRequiresCommand.cxx bef93dc5c1 Couple of changes: cache variables now have a map of properties. ADVANCED and HELPSTRING are now properties of cache variable, IsAdvanced is gone, so is GetCacheEntry, since cache entries are now all private. To access them, you use the iterator. -ADVANCED cache entries are gone and are replaced by the property of cache variables. The cache file still looks the same, but the -ADVANCED cache entries are created when writing file. MarkAsAdvanced and VariableRequires are fixed. So are curses gui and wizard 23 ani în urmă
cmVariableRequiresCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmWrapExcludeFilesCommand.cxx 7b5a8762c6 modified how source files store properties 23 ani în urmă
cmWrapExcludeFilesCommand.h a6a43d5320 ENH:Updated copyright 24 ani în urmă
cmake.cxx d9326ed78d ERR: Added missing include of stdio.h for sprintf. 23 ani în urmă
cmake.h 9149cdd078 moved commands into cmake 23 ani în urmă
cmakemain.cxx 25ff4552b3 new arch 23 ani în urmă
cmaketest.cxx 25ff4552b3 new arch 23 ani în urmă
cmaketest.h.in 290c509e11 ENH: make sure the test tests the right cmake, and not the cmake used to bootstrap this cmake 24 ani în urmă
cmakewizard.cxx bef93dc5c1 Couple of changes: cache variables now have a map of properties. ADVANCED and HELPSTRING are now properties of cache variable, IsAdvanced is gone, so is GetCacheEntry, since cache entries are now all private. To access them, you use the iterator. -ADVANCED cache entries are gone and are replaced by the property of cache variables. The cache file still looks the same, but the -ADVANCED cache entries are created when writing file. MarkAsAdvanced and VariableRequires are fixed. So are curses gui and wizard 23 ani în urmă
cmakewizard.h bef93dc5c1 Couple of changes: cache variables now have a map of properties. ADVANCED and HELPSTRING are now properties of cache variable, IsAdvanced is gone, so is GetCacheEntry, since cache entries are now all private. To access them, you use the iterator. -ADVANCED cache entries are gone and are replaced by the property of cache variables. The cache file still looks the same, but the -ADVANCED cache entries are created when writing file. MarkAsAdvanced and VariableRequires are fixed. So are curses gui and wizard 23 ani în urmă
ctest.cxx 7df776057b BUG: make sure windows paths are used for the command or it will not work for win 98 23 ani în urmă
ctest.h ceb365813f ENH: fix depend problem 23 ani în urmă