Andy Cedilnik 6a2174ff9d Add more error checking há 23 anos atrás
..
CursesDialog 9ec133d428 Fix bug in ccmake which made it crash when all cache values were deleted há 23 anos atrás
MFCDialog c41fe4f179 Fix MFC GUI há 23 anos atrás
bootstrap 399e1c0f3e Improve bootstrape for unix há 23 anos atrás
.cvsignore 0c948312ed Add cvsignore so that you do not see visual stufio files when you do cvs update há 24 anos atrás
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. há 23 anos atrás
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. há 24 anos atrás
InitialConfigureFlags.cmake.in cc768c86c6 ENH: pass prefix from configure into cmake há 24 anos atrás
Makefile.in 25ff4552b3 new arch há 23 anos atrás
cmAbstractFilesCommand.cxx 7b5a8762c6 modified how source files store properties há 23 anos atrás
cmAbstractFilesCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmAddCustomCommandCommand.cxx 0a3d0d24fd ENH: add list expansion back há 23 anos atrás
cmAddCustomCommandCommand.h 9b8926925b ENH: use target as source if source is empty há 24 anos atrás
cmAddCustomTargetCommand.cxx 7d76de4403 make sure ; expansion is done in all commands há 24 anos atrás
cmAddCustomTargetCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmAddDefinitionsCommand.cxx 4823f16ebb modified to accept no arguments há 23 anos atrás
cmAddDefinitionsCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmAddDependenciesCommand.cxx 7d76de4403 make sure ; expansion is done in all commands há 24 anos atrás
cmAddDependenciesCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmAddExecutableCommand.cxx fc6b8e8bf7 fix const problem há 24 anos atrás
cmAddExecutableCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmAddLibraryCommand.cxx 27fe57b716 ENH: change LINK_LIBRARY to add to targets há 23 anos atrás
cmAddLibraryCommand.h 27fe57b716 ENH: change LINK_LIBRARY to add to targets há 23 anos atrás
cmAddTestCommand.cxx 7d76de4403 make sure ; expansion is done in all commands há 24 anos atrás
cmAddTestCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmAuxSourceDirectoryCommand.cxx 7b5a8762c6 modified how source files store properties há 23 anos atrás
cmAuxSourceDirectoryCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmBorlandMakefileGenerator.cxx 6046060714 ENH: add include paths to rc program for resource generation há 23 anos atrás
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 há 24 anos atrás
cmBuildCommand.cxx 4651dbcfc6 ENH: expand variables in arguments before the commands get them há 24 anos atrás
cmBuildCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmBuildNameCommand.cxx 991b551595 ENH: fix build name há 24 anos atrás
cmBuildNameCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
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. há 23 anos atrás
cmCMakeMinimumRequired.h 077f81d359 ENH: fix doc line há 24 anos atrás
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. há 23 anos atrás
cmCPluginAPI.h d99454cba4 now uses stubs há 23 anos atrás
cmCacheManager.cxx 6a2174ff9d Add more error checking há 23 anos atrás
cmCacheManager.h c478520cab Fix build problem on Sun há 23 anos atrás
cmCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmCommands.cxx e500dd4b77 ERR: Removed accidental commit. há 23 anos atrás
cmCommands.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
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. há 23 anos atrás
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. há 23 anos atrás
cmConfigureFileCommand.cxx 4651dbcfc6 ENH: expand variables in arguments before the commands get them há 24 anos atrás
cmConfigureFileCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmCreateTestSourceList.cxx 7b5a8762c6 modified how source files store properties há 23 anos atrás
cmCreateTestSourceList.h 0f6e022dca updated to handle extensions há 23 anos atrás
cmCustomCommand.cxx a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmCustomCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmDSPWriter.cxx 7b5a8762c6 modified how source files store properties há 23 anos atrás
cmDSPWriter.h 076aafe79a ENH: add file specific compile flags há 24 anos atrás
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 há 23 anos atrás
cmDSWWriter.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmData.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmDirectory.cxx 809b32fe59 ENH: remove several compiler warnings há 24 anos atrás
cmDirectory.h 499bd45d4d removed shared lib support há 23 anos atrás
cmDumpDocumentation.cxx 74e13ad2fc moved dump docs into cmake há 23 anos atrás
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. há 23 anos atrás
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. há 23 anos atrás
cmElseCommand.cxx 96a3b4d3fc compiler warning há 23 anos atrás
cmElseCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmEnableTestingCommand.cxx a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmEnableTestingCommand.h 28895b0f9f ERR: Fixed compiler warnings. há 23 anos atrás
cmEndForEachCommand.cxx a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmEndForEachCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmEndIfCommand.cxx d7a1063b20 better error checking on If statements há 23 anos atrás
cmEndIfCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmExecProgramCommand.cxx a898cfb17a Add return value support and add documentation há 23 anos atrás
cmExecProgramCommand.h a898cfb17a Add return value support and add documentation há 23 anos atrás
cmFLTKWrapUICommand.cxx 95a506e6de FLTK_FLUID_EXE -> FLTK_FLUID_EXECUTABLE há 23 anos atrás
cmFLTKWrapUICommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmFindFileCommand.cxx 7d76de4403 make sure ; expansion is done in all commands há 24 anos atrás
cmFindFileCommand.h 789267c949 ENH: speed improvements há 24 anos atrás
cmFindLibraryCommand.cxx 46a327c79d FIX: put ExpandRegistryValue() back (seems to have been removed accidentally I guess in 1.25) há 23 anos atrás
cmFindLibraryCommand.h ce31498637 FIX: command usage há 23 anos atrás
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 há 23 anos atrás
cmFindPathCommand.h 789267c949 ENH: speed improvements há 24 anos atrás
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 há 23 anos atrás
cmFindProgramCommand.h 1ad05f9e6d ENH/FIX: add NO_SYSTEM_PATH option + fix command usage há 23 anos atrás
cmForEachCommand.cxx fcc410de44 fixed if statements inside a foreach há 23 anos atrás
cmForEachCommand.h fcc410de44 fixed if statements inside a foreach há 23 anos atrás
cmFunctionBlocker.h 28895b0f9f ERR: Fixed compiler warnings. há 23 anos atrás
cmGeneratedFileStream.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
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 há 23 anos atrás
cmGetFilenameComponentCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmGetSourceFilePropertyCommand.cxx b8be208408 updated to match the SET há 23 anos atrás
cmGetSourceFilePropertyCommand.h b8be208408 updated to match the SET há 23 anos atrás
cmGlobalBorlandMakefileGenerator.cxx 386c19ff6a fix for borland compilers há 23 anos atrás
cmGlobalBorlandMakefileGenerator.h d28e483f4e first cut a new arch há 23 anos atrás
cmGlobalGenerator.cxx 38e412626b modified TryCompile há 23 anos atrás
cmGlobalGenerator.h 38e412626b modified TryCompile há 23 anos atrás
cmGlobalNMakeMakefileGenerator.cxx 3abb9e240d compiler warnings há 23 anos atrás
cmGlobalNMakeMakefileGenerator.h a888ba53fa in progress há 23 anos atrás
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. há 23 anos atrás
cmGlobalUnixMakefileGenerator.h a888ba53fa in progress há 23 anos atrás
cmGlobalVisualStudio6Generator.cxx 38e412626b modified TryCompile há 23 anos atrás
cmGlobalVisualStudio6Generator.h 38e412626b modified TryCompile há 23 anos atrás
cmGlobalVisualStudio7Generator.cxx 38e412626b modified TryCompile há 23 anos atrás
cmGlobalVisualStudio7Generator.h 38e412626b modified TryCompile há 23 anos atrás
cmITKWrapTclCommand.cxx da9d44f877 BUG: Only one generated Tcl wrapper source was getting added to the package's library. há 23 anos atrás
cmITKWrapTclCommand.h da9d44f877 BUG: Only one generated Tcl wrapper source was getting added to the package's library. há 23 anos atrás
cmIfCommand.cxx d7a1063b20 better error checking on If statements há 23 anos atrás
cmIfCommand.h 32ad30e883 better error handling with if statements há 23 anos atrás
cmIncludeCommand.cxx d0d25bb989 Reformatted the error printed by cmMakefile. há 23 anos atrás
cmIncludeCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmIncludeDirectoryCommand.cxx e8dbdcaf0c allows no arguments há 23 anos atrás
cmIncludeDirectoryCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmIncludeExternalMSProjectCommand.cxx 4651dbcfc6 ENH: expand variables in arguments before the commands get them há 24 anos atrás
cmIncludeExternalMSProjectCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmIncludeRegularExpressionCommand.cxx a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmIncludeRegularExpressionCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmInstallFilesCommand.cxx 22ae78d92f fixe for files with paths há 23 anos atrás
cmInstallFilesCommand.h b59f5ddb7f fix install target há 23 anos atrás
cmInstallProgramsCommand.cxx 7d76de4403 make sure ; expansion is done in all commands há 24 anos atrás
cmInstallProgramsCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmInstallTargetsCommand.cxx 7d76de4403 make sure ; expansion is done in all commands há 24 anos atrás
cmInstallTargetsCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmLinkDirectoriesCommand.cxx be3a15d45f no longer need an argument há 23 anos atrás
cmLinkDirectoriesCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmLinkLibrariesCommand.cxx e8dbdcaf0c allows no arguments há 23 anos atrás
cmLinkLibrariesCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmListFileCache.cxx 789267c949 ENH: speed improvements há 24 anos atrás
cmListFileCache.h 499bd45d4d removed shared lib support há 23 anos atrás
cmLoadCacheCommand.cxx d0be2896d7 changed cache manager and registered generators to no longer be singletons há 23 anos atrás
cmLoadCacheCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
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. há 23 anos atrás
cmLoadCommandCommand.h a21140658c adding plugin support há 23 anos atrás
cmLocalBorlandMakefileGenerator.cxx 386c19ff6a fix for borland compilers há 23 anos atrás
cmLocalBorlandMakefileGenerator.h d28e483f4e first cut a new arch há 23 anos atrás
cmLocalGenerator.cxx 1bad75e8a2 ERR: Removed stray semi-colon. há 23 anos atrás
cmLocalGenerator.h b7455e404f compiler warning há 23 anos atrás
cmLocalNMakeMakefileGenerator.cxx a888ba53fa in progress há 23 anos atrás
cmLocalNMakeMakefileGenerator.h a888ba53fa in progress há 23 anos atrás
cmLocalUnixMakefileGenerator.cxx dffde0c4fa added generation of the GENERATED_QT_FILES list for make clean há 23 anos atrás
cmLocalUnixMakefileGenerator.h a888ba53fa in progress há 23 anos atrás
cmLocalVisualStudio6Generator.cxx 3abb9e240d compiler warnings há 23 anos atrás
cmLocalVisualStudio6Generator.h 49aebe6c99 new arch há 23 anos atrás
cmLocalVisualStudio7Generator.cxx 3abb9e240d compiler warnings há 23 anos atrás
cmLocalVisualStudio7Generator.h 49aebe6c99 new arch há 23 anos atrás
cmMSDotNETGenerator.cxx 231c9dad5a BUG: bug for more than one custom commands há 23 anos atrás
cmMSDotNETGenerator.h d0be2896d7 changed cache manager and registered generators to no longer be singletons há 23 anos atrás
cmMSProjectGenerator.cxx d0be2896d7 changed cache manager and registered generators to no longer be singletons há 23 anos atrás
cmMSProjectGenerator.h d0be2896d7 changed cache manager and registered generators to no longer be singletons há 23 anos atrás
cmMacroCommand.cxx 4380c3b0f1 minor fix há 23 anos atrás
cmMacroCommand.h 216c985f72 added new command há 23 anos atrás
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. há 23 anos atrás
cmMakeDepend.h fd26d44f5f now includes current include files directory when searching for files it includes há 23 anos atrás
cmMakeDirectoryCommand.cxx 7d76de4403 make sure ; expansion is done in all commands há 24 anos atrás
cmMakeDirectoryCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmMakefile.cxx 2aea6d528e added a flag if a cmake is in try compile há 23 anos atrás
cmMakefile.h bea21587cf updated makefile moved commands into cmake and fixed try compile há 23 anos atrás
cmMakefileGenerator.cxx d0be2896d7 changed cache manager and registered generators to no longer be singletons há 23 anos atrás
cmMakefileGenerator.h d0be2896d7 changed cache manager and registered generators to no longer be singletons há 23 anos atrás
cmMarkAsAdvancedCommand.cxx 895f8c42c0 Fix mark as advanced. Now it should work properly há 23 anos atrás
cmMarkAsAdvancedCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmMessageCommand.cxx 72022ac27b ENH: add ability to escape semi-colons há 24 anos atrás
cmMessageCommand.h b6ebd7b7fa ENH: Add SEND_ERROR flag to MESSAGE so that an error can be raised within a CMakeList file há 24 anos atrás
cmNMakeMakefileGenerator.cxx d0be2896d7 changed cache manager and registered generators to no longer be singletons há 23 anos atrás
cmNMakeMakefileGenerator.h d0be2896d7 changed cache manager and registered generators to no longer be singletons há 23 anos atrás
cmOptionCommand.cxx 945c4a8b5b WAR: remove warnings for .NET compiler há 24 anos atrás
cmOptionCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmOutputRequiredFilesCommand.cxx 7d76de4403 make sure ; expansion is done in all commands há 24 anos atrás
cmOutputRequiredFilesCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmProjectCommand.cxx 7883b6c7dc expand ; args há 24 anos atrás
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 há 24 anos atrás
cmQTWrapCPPCommand.cxx 63d64d5780 Define a single expected format for the values defined in every FindXXX.cmake file. há 23 anos atrás
cmQTWrapCPPCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmQTWrapUICommand.cxx 3507ef55c6 corrected the generated lists .h in header list and .cxx in sources list há 23 anos atrás
cmQTWrapUICommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
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. há 23 anos atrás
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. há 23 anos atrás
cmRemoveCommand.cxx ab2dc5558b minor fix há 23 anos atrás
cmRemoveCommand.h 9c69be42de updated for 1.4 há 24 anos atrás
cmSeparateArgumentsCommand.cxx 2d37e6d1a8 ENH: add new command to separate space separated arguments há 23 anos atrás
cmSeparateArgumentsCommand.h 2d37e6d1a8 ENH: add new command to separate space separated arguments há 23 anos atrás
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 há 24 anos atrás
cmSetCommand.h dbdb0adce8 ENH: add ability to use ; separated lists in SET and expand them for addexecutable and addlibrary há 24 anos atrás
cmSetSourceFilesPropertiesCommand.cxx c728b6c963 fixed bug maybe há 23 anos atrás
cmSetSourceFilesPropertiesCommand.h 7b5a8762c6 modified how source files store properties há 23 anos atrás
cmSiteNameCommand.cxx 4879c6cffa ENH: look for nslookup and hostname in the right places há 24 anos atrás
cmSiteNameCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmSourceFile.cxx 5897d078c6 Fix bug in trying to set stding with null há 23 anos atrás
cmSourceFile.h 7b5a8762c6 modified how source files store properties há 23 anos atrás
cmSourceFilesCommand.cxx 7b5a8762c6 modified how source files store properties há 23 anos atrás
cmSourceFilesCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
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 há 23 anos atrás
cmSourceFilesRemoveCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmSourceGroup.cxx 809b32fe59 ENH: remove several compiler warnings há 24 anos atrás
cmSourceGroup.h 076aafe79a ENH: add file specific compile flags há 24 anos atrás
cmSourceGroupCommand.cxx a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmSourceGroupCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmStandardIncludes.h 14f0211858 ENH: Added definition of _BSD_SOURCE to enable proper use of POSIX functions on comeau in linux. há 23 anos atrás
cmSubdirCommand.cxx 7d76de4403 make sure ; expansion is done in all commands há 24 anos atrás
cmSubdirCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmSubdirDependsCommand.cxx a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmSubdirDependsCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
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. há 23 anos atrás
cmSystemTools.h 499bd45d4d removed shared lib support há 23 anos atrás
cmTarget.cxx 7b5a8762c6 modified how source files store properties há 23 anos atrás
cmTarget.h 0e6b39e52f BUG: Correct some of the dependency analysis code. há 23 anos atrás
cmTargetLinkLibrariesCommand.cxx 6bbc8e9d45 does not need a second argument há 23 anos atrás
cmTargetLinkLibrariesCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmTryCompileCommand.cxx 31f714fc2a another signature for Try_Compile há 23 anos atrás
cmTryCompileCommand.h 31f714fc2a another signature for Try_Compile há 23 anos atrás
cmUnixMakefileGenerator.cxx 27bc5789b9 ENH: use :: rule and not a long line extension há 23 anos atrás
cmUnixMakefileGenerator.h d0be2896d7 changed cache manager and registered generators to no longer be singletons há 23 anos atrás
cmUseMangledMesaCommand.cxx 7d76de4403 make sure ; expansion is done in all commands há 24 anos atrás
cmUseMangledMesaCommand.h 7d76de4403 make sure ; expansion is done in all commands há 24 anos atrás
cmUtilitySourceCommand.cxx 7d76de4403 make sure ; expansion is done in all commands há 24 anos atrás
cmUtilitySourceCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmVTKMakeInstantiatorCommand.cxx 13d4f89dfe compiler warnings há 23 anos atrás
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. há 23 anos atrás
cmVTKWrapJavaCommand.cxx 7b5a8762c6 modified how source files store properties há 23 anos atrás
cmVTKWrapJavaCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmVTKWrapPythonCommand.cxx 7b5a8762c6 modified how source files store properties há 23 anos atrás
cmVTKWrapPythonCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmVTKWrapTclCommand.cxx a4eebcb5b1 ERR: Fix for borland in generated code. vtkCommand is ambiguously both a function and a class. há 23 anos atrás
cmVTKWrapTclCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
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 há 23 anos atrás
cmVariableRequiresCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmWrapExcludeFilesCommand.cxx 7b5a8762c6 modified how source files store properties há 23 anos atrás
cmWrapExcludeFilesCommand.h a6a43d5320 ENH:Updated copyright há 24 anos atrás
cmake.cxx 2aea6d528e added a flag if a cmake is in try compile há 23 anos atrás
cmake.h 2aea6d528e added a flag if a cmake is in try compile há 23 anos atrás
cmakemain.cxx 25ff4552b3 new arch há 23 anos atrás
cmaketest.cxx 25ff4552b3 new arch há 23 anos atrás
cmaketest.h.in 290c509e11 ENH: make sure the test tests the right cmake, and not the cmake used to bootstrap this cmake há 24 anos atrás
cmakewizard.cxx 628625af72 Simplify code. Since we access cache entry through the iterator, we do not need the cache manager any more há 23 anos atrás
cmakewizard.h 628625af72 Simplify code. Since we access cache entry through the iterator, we do not need the cache manager any more há 23 anos atrás
ctest.cxx 7df776057b BUG: make sure windows paths are used for the command or it will not work for win 98 há 23 anos atrás
ctest.h ceb365813f ENH: fix depend problem há 23 anos atrás