Andy Cedilnik 8f3d8e7470 Add option -Q for existing after loading 23 سال پیش
..
CursesDialog 6769e84472 Improve message handler to include client data. 23 سال پیش
MFCDialog b13e120d92 Fix callback for the new API 23 سال پیش
WXDialog 8f3d8e7470 Add option -Q for existing after loading 23 سال پیش
bootstrap 399e1c0f3e Improve bootstrape for unix 23 سال پیش
.cvsignore 0c948312ed Add cvsignore so that you do not see visual stufio files when you do cvs update 23 سال پیش
CMakeLists.txt 192dfbaaab Add option for building wxWindows GUI for CMake 23 سال پیش
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 سال پیش
InitialConfigureFlags.cmake.in cc768c86c6 ENH: pass prefix from configure into cmake 24 سال پیش
Makefile.in 25ff4552b3 new arch 23 سال پیش
cmAbstractFilesCommand.cxx 7b5a8762c6 modified how source files store properties 23 سال پیش
cmAbstractFilesCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmAddCustomCommandCommand.cxx 4dec2a174a remove unused variables 23 سال پیش
cmAddCustomCommandCommand.h 9b8926925b ENH: use target as source if source is empty 23 سال پیش
cmAddCustomTargetCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 سال پیش
cmAddCustomTargetCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmAddDefinitionsCommand.cxx 4823f16ebb modified to accept no arguments 23 سال پیش
cmAddDefinitionsCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmAddDependenciesCommand.cxx 4dec2a174a remove unused variables 23 سال پیش
cmAddDependenciesCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmAddExecutableCommand.cxx fc6b8e8bf7 fix const problem 24 سال پیش
cmAddExecutableCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmAddLibraryCommand.cxx 27fe57b716 ENH: change LINK_LIBRARY to add to targets 23 سال پیش
cmAddLibraryCommand.h 27fe57b716 ENH: change LINK_LIBRARY to add to targets 23 سال پیش
cmAddTestCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 سال پیش
cmAddTestCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmAuxSourceDirectoryCommand.cxx 7b5a8762c6 modified how source files store properties 23 سال پیش
cmAuxSourceDirectoryCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmBuildCommand.cxx 4651dbcfc6 ENH: expand variables in arguments before the commands get them 24 سال پیش
cmBuildCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmBuildNameCommand.cxx 991b551595 ENH: fix build name 23 سال پیش
cmBuildNameCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
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 سال پیش
cmCMakeMinimumRequired.h 077f81d359 ENH: fix doc line 23 سال پیش
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 سال پیش
cmCPluginAPI.h 0a2f6c876c added destructor to loaded commands 23 سال پیش
cmCacheManager.cxx 577cf91945 Fix problems with advanced not being marked. 23 سال پیش
cmCacheManager.h 577cf91945 Fix problems with advanced not being marked. 23 سال پیش
cmCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmCommands.cxx d4f5545007 updated to try compile 23 سال پیش
cmCommands.h a6a43d5320 ENH:Updated copyright 24 سال پیش
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 سال پیش
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 سال پیش
cmConfigureFileCommand.cxx 4651dbcfc6 ENH: expand variables in arguments before the commands get them 24 سال پیش
cmConfigureFileCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmCreateTestSourceList.cxx 7b5a8762c6 modified how source files store properties 23 سال پیش
cmCreateTestSourceList.h 0f6e022dca updated to handle extensions 23 سال پیش
cmCustomCommand.cxx a6a43d5320 ENH:Updated copyright 24 سال پیش
cmCustomCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmData.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmDirectory.cxx 809b32fe59 ENH: remove several compiler warnings 24 سال پیش
cmDirectory.h 499bd45d4d removed shared lib support 23 سال پیش
cmDumpDocumentation.cxx 74e13ad2fc moved dump docs into cmake 23 سال پیش
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 سال پیش
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 سال پیش
cmElseCommand.cxx 96a3b4d3fc compiler warning 23 سال پیش
cmElseCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmEnableTestingCommand.cxx a6a43d5320 ENH:Updated copyright 24 سال پیش
cmEnableTestingCommand.h 28895b0f9f ERR: Fixed compiler warnings. 23 سال پیش
cmEndForEachCommand.cxx a6a43d5320 ENH:Updated copyright 24 سال پیش
cmEndForEachCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmEndIfCommand.cxx c1b92d2ea0 compiler warning 23 سال پیش
cmEndIfCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmExecProgramCommand.cxx 4dec2a174a remove unused variables 23 سال پیش
cmExecProgramCommand.h a898cfb17a Add return value support and add documentation 23 سال پیش
cmFLTKWrapUICommand.cxx 4dec2a174a remove unused variables 23 سال پیش
cmFLTKWrapUICommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmFindFileCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 سال پیش
cmFindFileCommand.h 789267c949 ENH: speed improvements 23 سال پیش
cmFindLibraryCommand.cxx 46a327c79d FIX: put ExpandRegistryValue() back (seems to have been removed accidentally I guess in 1.25) 23 سال پیش
cmFindLibraryCommand.h ce31498637 FIX: command usage 23 سال پیش
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 سال پیش
cmFindPathCommand.h 789267c949 ENH: speed improvements 23 سال پیش
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 سال پیش
cmFindProgramCommand.h 1ad05f9e6d ENH/FIX: add NO_SYSTEM_PATH option + fix command usage 23 سال پیش
cmForEachCommand.cxx fcc410de44 fixed if statements inside a foreach 23 سال پیش
cmForEachCommand.h fcc410de44 fixed if statements inside a foreach 23 سال پیش
cmFunctionBlocker.h 28895b0f9f ERR: Fixed compiler warnings. 23 سال پیش
cmGeneratedFileStream.h a6a43d5320 ENH:Updated copyright 24 سال پیش
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 سال پیش
cmGetFilenameComponentCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmGetSourceFilePropertyCommand.cxx b8be208408 updated to match the SET 23 سال پیش
cmGetSourceFilePropertyCommand.h b8be208408 updated to match the SET 23 سال پیش
cmGlobalBorlandMakefileGenerator.cxx 386c19ff6a fix for borland compilers 23 سال پیش
cmGlobalBorlandMakefileGenerator.h d28e483f4e first cut a new arch 23 سال پیش
cmGlobalGenerator.cxx d2c4432bbe changed handling of FinalPass 23 سال پیش
cmGlobalGenerator.h 6132184cc3 better trycompile and enable langiages 23 سال پیش
cmGlobalNMakeMakefileGenerator.cxx 3abb9e240d compiler warnings 23 سال پیش
cmGlobalNMakeMakefileGenerator.h 9e64895812 minor fix inEnableLanguages 23 سال پیش
cmGlobalUnixMakefileGenerator.cxx 6132184cc3 better trycompile and enable langiages 23 سال پیش
cmGlobalUnixMakefileGenerator.h 6132184cc3 better trycompile and enable langiages 23 سال پیش
cmGlobalVisualStudio6Generator.cxx 83f61619a3 slight change in signature 23 سال پیش
cmGlobalVisualStudio6Generator.h 38e412626b modified TryCompile 23 سال پیش
cmGlobalVisualStudio7Generator.cxx 6132184cc3 better trycompile and enable langiages 23 سال پیش
cmGlobalVisualStudio7Generator.h 38e412626b modified TryCompile 23 سال پیش
cmITKWrapTclCommand.cxx da9d44f877 BUG: Only one generated Tcl wrapper source was getting added to the package's library. 23 سال پیش
cmITKWrapTclCommand.h da9d44f877 BUG: Only one generated Tcl wrapper source was getting added to the package's library. 23 سال پیش
cmIfCommand.cxx d7a1063b20 better error checking on If statements 23 سال پیش
cmIfCommand.h 32ad30e883 better error handling with if statements 23 سال پیش
cmIncludeCommand.cxx d0d25bb989 Reformatted the error printed by cmMakefile. 23 سال پیش
cmIncludeCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmIncludeDirectoryCommand.cxx e8dbdcaf0c allows no arguments 23 سال پیش
cmIncludeDirectoryCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmIncludeExternalMSProjectCommand.cxx 4651dbcfc6 ENH: expand variables in arguments before the commands get them 24 سال پیش
cmIncludeExternalMSProjectCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmIncludeRegularExpressionCommand.cxx a6a43d5320 ENH:Updated copyright 24 سال پیش
cmIncludeRegularExpressionCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmInstallFilesCommand.cxx e5e0132203 ENH: Improved implementation of INSTALL_FILES and INSTALL_PROGRAMS commands. Source paths can now be relative or full paths, and don't need to be in the same directory as the CMakeLists.txt file. 23 سال پیش
cmInstallFilesCommand.h e5e0132203 ENH: Improved implementation of INSTALL_FILES and INSTALL_PROGRAMS commands. Source paths can now be relative or full paths, and don't need to be in the same directory as the CMakeLists.txt file. 23 سال پیش
cmInstallProgramsCommand.cxx e5e0132203 ENH: Improved implementation of INSTALL_FILES and INSTALL_PROGRAMS commands. Source paths can now be relative or full paths, and don't need to be in the same directory as the CMakeLists.txt file. 23 سال پیش
cmInstallProgramsCommand.h e5e0132203 ENH: Improved implementation of INSTALL_FILES and INSTALL_PROGRAMS commands. Source paths can now be relative or full paths, and don't need to be in the same directory as the CMakeLists.txt file. 23 سال پیش
cmInstallTargetsCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 سال پیش
cmInstallTargetsCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmLinkDirectoriesCommand.cxx be3a15d45f no longer need an argument 23 سال پیش
cmLinkDirectoriesCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmLinkLibrariesCommand.cxx e8dbdcaf0c allows no arguments 23 سال پیش
cmLinkLibrariesCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmListFileCache.cxx 0301b8366b Add a way to remove files from cache 23 سال پیش
cmListFileCache.h 0301b8366b Add a way to remove files from cache 23 سال پیش
cmLoadCacheCommand.cxx d0be2896d7 changed cache manager and registered generators to no longer be singletons 23 سال پیش
cmLoadCacheCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmLoadCommandCommand.cxx f835a83b8d better error reporting 23 سال پیش
cmLoadCommandCommand.h a21140658c adding plugin support 23 سال پیش
cmLocalBorlandMakefileGenerator.cxx 386c19ff6a fix for borland compilers 23 سال پیش
cmLocalBorlandMakefileGenerator.h d28e483f4e first cut a new arch 23 سال پیش
cmLocalGenerator.cxx d2c4432bbe changed handling of FinalPass 23 سال پیش
cmLocalGenerator.h d2c4432bbe changed handling of FinalPass 23 سال پیش
cmLocalNMakeMakefileGenerator.cxx a888ba53fa in progress 23 سال پیش
cmLocalNMakeMakefileGenerator.h a888ba53fa in progress 23 سال پیش
cmLocalUnixMakefileGenerator.cxx 67e13e9798 ERR: Fixed typo: INSTALL_PROGRAMS -> INSTALL_PROGRAM. 23 سال پیش
cmLocalUnixMakefileGenerator.h a888ba53fa in progress 23 سال پیش
cmLocalVisualStudio6Generator.cxx 2d9fbbd94c updated to use ConfigureFinalPass 23 سال پیش
cmLocalVisualStudio6Generator.h 49aebe6c99 new arch 23 سال پیش
cmLocalVisualStudio7Generator.cxx 2d9fbbd94c updated to use ConfigureFinalPass 23 سال پیش
cmLocalVisualStudio7Generator.h 49aebe6c99 new arch 23 سال پیش
cmMacroCommand.cxx 4380c3b0f1 minor fix 23 سال پیش
cmMacroCommand.h 216c985f72 added new command 23 سال پیش
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 سال پیش
cmMakeDepend.h fd26d44f5f now includes current include files directory when searching for files it includes 23 سال پیش
cmMakeDirectoryCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 سال پیش
cmMakeDirectoryCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmMakefile.cxx c91629109b Remove unnecessary disabling of output 23 سال پیش
cmMakefile.h 610ff11cf3 now Try compile can include CMAKE_FLAGS 23 سال پیش
cmMarkAsAdvancedCommand.cxx 577cf91945 Fix problems with advanced not being marked. 23 سال پیش
cmMarkAsAdvancedCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmMessageCommand.cxx 72022ac27b ENH: add ability to escape semi-colons 23 سال پیش
cmMessageCommand.h b6ebd7b7fa ENH: Add SEND_ERROR flag to MESSAGE so that an error can be raised within a CMakeList file 24 سال پیش
cmOptionCommand.cxx 945c4a8b5b WAR: remove warnings for .NET compiler 23 سال پیش
cmOptionCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmOutputRequiredFilesCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 سال پیش
cmOutputRequiredFilesCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmProjectCommand.cxx 7883b6c7dc expand ; args 24 سال پیش
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 سال پیش
cmQTWrapCPPCommand.cxx 63d64d5780 Define a single expected format for the values defined in every FindXXX.cmake file. 23 سال پیش
cmQTWrapCPPCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmQTWrapUICommand.cxx 3507ef55c6 corrected the generated lists .h in header list and .cxx in sources list 23 سال پیش
cmQTWrapUICommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
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 سال پیش
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 سال پیش
cmRemoveCommand.cxx ab2dc5558b minor fix 23 سال پیش
cmRemoveCommand.h 9c69be42de updated for 1.4 23 سال پیش
cmSeparateArgumentsCommand.cxx 2d37e6d1a8 ENH: add new command to separate space separated arguments 23 سال پیش
cmSeparateArgumentsCommand.h 2d37e6d1a8 ENH: add new command to separate space separated arguments 23 سال پیش
cmSetCommand.cxx bd7ffbc258 ENH: If SET(VAR) is called with no other arguments, remove the definition of VAR. 23 سال پیش
cmSetCommand.h dbdb0adce8 ENH: add ability to use ; separated lists in SET and expand them for addexecutable and addlibrary 24 سال پیش
cmSetSourceFilesPropertiesCommand.cxx c728b6c963 fixed bug maybe 23 سال پیش
cmSetSourceFilesPropertiesCommand.h 7b5a8762c6 modified how source files store properties 23 سال پیش
cmSiteNameCommand.cxx 4879c6cffa ENH: look for nslookup and hostname in the right places 23 سال پیش
cmSiteNameCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmSourceFile.cxx 5897d078c6 Fix bug in trying to set stding with null 23 سال پیش
cmSourceFile.h 7b5a8762c6 modified how source files store properties 23 سال پیش
cmSourceFilesCommand.cxx 7b5a8762c6 modified how source files store properties 23 سال پیش
cmSourceFilesCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
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 سال پیش
cmSourceFilesRemoveCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmSourceGroup.cxx 809b32fe59 ENH: remove several compiler warnings 24 سال پیش
cmSourceGroup.h 076aafe79a ENH: add file specific compile flags 24 سال پیش
cmSourceGroupCommand.cxx a6a43d5320 ENH:Updated copyright 24 سال پیش
cmSourceGroupCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmStandardIncludes.h 14f0211858 ENH: Added definition of _BSD_SOURCE to enable proper use of POSIX functions on comeau in linux. 23 سال پیش
cmSubdirCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 سال پیش
cmSubdirCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmSubdirDependsCommand.cxx a6a43d5320 ENH:Updated copyright 24 سال پیش
cmSubdirDependsCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmSystemTools.cxx 4027cfbb2d Supress standard error when running command 23 سال پیش
cmSystemTools.h dd6122c6f5 Add a way to check if run command output is disabled 23 سال پیش
cmTarget.cxx 7b5a8762c6 modified how source files store properties 23 سال پیش
cmTarget.h 0e6b39e52f BUG: Correct some of the dependency analysis code. 23 سال پیش
cmTargetLinkLibrariesCommand.cxx 6bbc8e9d45 does not need a second argument 23 سال پیش
cmTargetLinkLibrariesCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmTryCompileCommand.cxx b17cfc7584 Fix try compile with second signature, remove cmake lists from cache so that multiple tests work 23 سال پیش
cmTryCompileCommand.h d4f5545007 updated to try compile 23 سال پیش
cmTryRunCommand.cxx 5d0716439f Fix tryrun to work on Linux 23 سال پیش
cmTryRunCommand.h 3eaf054d6a new command 23 سال پیش
cmUseMangledMesaCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 سال پیش
cmUseMangledMesaCommand.h 7d76de4403 make sure ; expansion is done in all commands 24 سال پیش
cmUtilitySourceCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 سال پیش
cmUtilitySourceCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmVTKMakeInstantiatorCommand.cxx 13d4f89dfe compiler warnings 23 سال پیش
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 سال پیش
cmVTKWrapJavaCommand.cxx 7b5a8762c6 modified how source files store properties 23 سال پیش
cmVTKWrapJavaCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmVTKWrapPythonCommand.cxx 7b5a8762c6 modified how source files store properties 23 سال پیش
cmVTKWrapPythonCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmVTKWrapTclCommand.cxx 24e0518122 FIX: better support for the Tcl/Tk 8.4 pre-release 23 سال پیش
cmVTKWrapTclCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
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 سال پیش
cmVariableRequiresCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmWrapExcludeFilesCommand.cxx 7b5a8762c6 modified how source files store properties 23 سال پیش
cmWrapExcludeFilesCommand.h a6a43d5320 ENH:Updated copyright 24 سال پیش
cmake.cxx 2a68d21e85 cleaned up some of the cmake interface 23 سال پیش
cmake.h 973cf550cb updated comments 23 سال پیش
cmakemain.cxx 4c21ba27c9 Remove unnecessary include 23 سال پیش
cmaketest.cxx 4dec2a174a remove unused variables 23 سال پیش
cmaketest.h.in 290c509e11 ENH: make sure the test tests the right cmake, and not the cmake used to bootstrap this cmake 24 سال پیش
cmakewizard.cxx 56b69e5fcc Remove unnecessary variable 23 سال پیش
cmakewizard.h 628625af72 Simplify code. Since we access cache entry through the iterator, we do not need the cache manager any more 23 سال پیش
ctest.cxx 4dec2a174a remove unused variables 23 سال پیش
ctest.h ceb365813f ENH: fix depend problem 23 سال پیش