You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ken Martin f7ec3c2a76 compiler warning 23 years ago
..
CursesDialog compiler warning 23 years ago
MFCDialog Fix callback for the new API 23 years ago
WXDialog Add missing include 23 years ago
bootstrap Improve bootstrape for unix 24 years ago
.cvsignore Add cvsignore so that you do not see visual stufio files when you do cvs update 24 years ago
CMakeLists.txt Add option for building wxWindows GUI for CMake 23 years ago
CMakeSetup.dsw 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 years ago
InitialConfigureFlags.cmake.in ENH: pass prefix from configure into cmake 24 years ago
Makefile.in new arch 23 years ago
cmAbstractFilesCommand.cxx modified how source files store properties 23 years ago
cmAbstractFilesCommand.h ENH:Updated copyright 24 years ago
cmAddCustomCommandCommand.cxx remove unused variables 23 years ago
cmAddCustomCommandCommand.h ENH: use target as source if source is empty 24 years ago
cmAddCustomTargetCommand.cxx make sure ; expansion is done in all commands 24 years ago
cmAddCustomTargetCommand.h ENH:Updated copyright 24 years ago
cmAddDefinitionsCommand.cxx modified to accept no arguments 23 years ago
cmAddDefinitionsCommand.h ENH:Updated copyright 24 years ago
cmAddDependenciesCommand.cxx remove unused variables 23 years ago
cmAddDependenciesCommand.h ENH:Updated copyright 24 years ago
cmAddExecutableCommand.cxx fix const problem 24 years ago
cmAddExecutableCommand.h ENH:Updated copyright 24 years ago
cmAddLibraryCommand.cxx ENH: change LINK_LIBRARY to add to targets 24 years ago
cmAddLibraryCommand.h ENH: change LINK_LIBRARY to add to targets 24 years ago
cmAddTestCommand.cxx make sure ; expansion is done in all commands 24 years ago
cmAddTestCommand.h ENH:Updated copyright 24 years ago
cmAuxSourceDirectoryCommand.cxx modified how source files store properties 23 years ago
cmAuxSourceDirectoryCommand.h ENH:Updated copyright 24 years ago
cmBuildCommand.cxx ENH: expand variables in arguments before the commands get them 24 years ago
cmBuildCommand.h ENH:Updated copyright 24 years ago
cmBuildNameCommand.cxx ENH: fix build name 24 years ago
cmBuildNameCommand.h ENH:Updated copyright 24 years ago
cmCMakeMinimumRequired.cxx 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 years ago
cmCMakeMinimumRequired.h ENH: fix doc line 24 years ago
cmCPluginAPI.cxx 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 years ago
cmCPluginAPI.h added destructor to loaded commands 23 years ago
cmCacheManager.cxx Fix problems with advanced not being marked. 23 years ago
cmCacheManager.h Fix problems with advanced not being marked. 23 years ago
cmCommand.h ENH:Updated copyright 24 years ago
cmCommands.cxx Add WRITE_FILE command, which writes string to a file 23 years ago
cmCommands.h ENH:Updated copyright 24 years ago
cmConfigure.cmake.h.in 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 years ago
cmConfigure.h.in 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 years ago
cmConfigureFileCommand.cxx ENH: expand variables in arguments before the commands get them 24 years ago
cmConfigureFileCommand.h ENH:Updated copyright 24 years ago
cmCreateTestSourceList.cxx modified how source files store properties 23 years ago
cmCreateTestSourceList.h updated to handle extensions 23 years ago
cmCustomCommand.cxx ENH:Updated copyright 24 years ago
cmCustomCommand.h ENH:Updated copyright 24 years ago
cmData.h ENH:Updated copyright 24 years ago
cmDirectory.cxx ENH: remove several compiler warnings 24 years ago
cmDirectory.h ENH: remove several compiler warnings 24 years ago
cmDumpDocumentation.cxx moved dump docs into cmake 23 years ago
cmDynamicLoader.cxx 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 years ago
cmDynamicLoader.h 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 years ago
cmElseCommand.cxx compiler warning 23 years ago
cmElseCommand.h ENH:Updated copyright 24 years ago
cmEnableTestingCommand.cxx ENH:Updated copyright 24 years ago
cmEnableTestingCommand.h ERR: Fixed compiler warnings. 23 years ago
cmEndForEachCommand.cxx ENH:Updated copyright 24 years ago
cmEndForEachCommand.h ENH:Updated copyright 24 years ago
cmEndIfCommand.cxx compiler warning 23 years ago
cmEndIfCommand.h ENH:Updated copyright 24 years ago
cmExecProgramCommand.cxx remove unused variables 23 years ago
cmExecProgramCommand.h Add return value support and add documentation 23 years ago
cmFLTKWrapUICommand.cxx remove unused variables 23 years ago
cmFLTKWrapUICommand.h ENH:Updated copyright 24 years ago
cmFindFileCommand.cxx make sure ; expansion is done in all commands 24 years ago
cmFindFileCommand.h ENH: speed improvements 24 years ago
cmFindLibraryCommand.cxx FIX: put ExpandRegistryValue() back (seems to have been removed accidentally I guess in 1.25) 23 years ago
cmFindLibraryCommand.h FIX: command usage 24 years ago
cmFindPathCommand.cxx 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 years ago
cmFindPathCommand.h ENH: speed improvements 24 years ago
cmFindProgramCommand.cxx 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 years ago
cmFindProgramCommand.h ENH/FIX: add NO_SYSTEM_PATH option + fix command usage 24 years ago
cmForEachCommand.cxx fixed if statements inside a foreach 23 years ago
cmForEachCommand.h fixed if statements inside a foreach 23 years ago
cmFunctionBlocker.h ERR: Fixed compiler warnings. 23 years ago
cmGeneratedFileStream.h ENH:Updated copyright 24 years ago
cmGetFilenameComponentCommand.cxx 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 years ago
cmGetFilenameComponentCommand.h ENH:Updated copyright 24 years ago
cmGetSourceFilePropertyCommand.cxx updated to match the SET 23 years ago
cmGetSourceFilePropertyCommand.h updated to match the SET 23 years ago
cmGlobalBorlandMakefileGenerator.cxx fix for borland compilers 23 years ago
cmGlobalBorlandMakefileGenerator.h first cut a new arch 23 years ago
cmGlobalGenerator.cxx Add option of TRY_COMPILE to store the output of compilation so that if the output fails you can display it or store it in the file 23 years ago
cmGlobalGenerator.h Add option of TRY_COMPILE to store the output of compilation so that if the output fails you can display it or store it in the file 23 years ago
cmGlobalNMakeMakefileGenerator.cxx compiler warnings 23 years ago
cmGlobalNMakeMakefileGenerator.h minor fix inEnableLanguages 23 years ago
cmGlobalUnixMakefileGenerator.cxx better trycompile and enable langiages 23 years ago
cmGlobalUnixMakefileGenerator.h better trycompile and enable langiages 23 years ago
cmGlobalVisualStudio6Generator.cxx slight change in signature 23 years ago
cmGlobalVisualStudio6Generator.h modified TryCompile 23 years ago
cmGlobalVisualStudio7Generator.cxx better trycompile and enable langiages 23 years ago
cmGlobalVisualStudio7Generator.h modified TryCompile 23 years ago
cmITKWrapTclCommand.cxx BUG: Only one generated Tcl wrapper source was getting added to the package's library. 23 years ago
cmITKWrapTclCommand.h BUG: Only one generated Tcl wrapper source was getting added to the package's library. 23 years ago
cmIfCommand.cxx better error checking on If statements 23 years ago
cmIfCommand.h better error handling with if statements 23 years ago
cmIncludeCommand.cxx Reformatted the error printed by cmMakefile. 24 years ago
cmIncludeCommand.h ENH:Updated copyright 24 years ago
cmIncludeDirectoryCommand.cxx allows no arguments 23 years ago
cmIncludeDirectoryCommand.h ENH:Updated copyright 24 years ago
cmIncludeExternalMSProjectCommand.cxx ENH: expand variables in arguments before the commands get them 24 years ago
cmIncludeExternalMSProjectCommand.h ENH:Updated copyright 24 years ago
cmIncludeRegularExpressionCommand.cxx ENH:Updated copyright 24 years ago
cmIncludeRegularExpressionCommand.h ENH:Updated copyright 24 years ago
cmInstallFilesCommand.cxx 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 years ago
cmInstallFilesCommand.h 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 years ago
cmInstallProgramsCommand.cxx 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 years ago
cmInstallProgramsCommand.h 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 years ago
cmInstallTargetsCommand.cxx make sure ; expansion is done in all commands 24 years ago
cmInstallTargetsCommand.h ENH:Updated copyright 24 years ago
cmLinkDirectoriesCommand.cxx no longer need an argument 23 years ago
cmLinkDirectoriesCommand.h ENH:Updated copyright 24 years ago
cmLinkLibrariesCommand.cxx allows no arguments 23 years ago
cmLinkLibrariesCommand.h ENH:Updated copyright 24 years ago
cmListFileCache.cxx Add a way to remove files from cache 23 years ago
cmListFileCache.h Add a way to remove files from cache 23 years ago
cmLoadCacheCommand.cxx changed cache manager and registered generators to no longer be singletons 23 years ago
cmLoadCacheCommand.h ENH:Updated copyright 24 years ago
cmLoadCommandCommand.cxx better error reporting 23 years ago
cmLoadCommandCommand.h adding plugin support 23 years ago
cmLocalBorlandMakefileGenerator.cxx fix for borland compilers 23 years ago
cmLocalBorlandMakefileGenerator.h first cut a new arch 23 years ago
cmLocalGenerator.cxx changed handling of FinalPass 23 years ago
cmLocalGenerator.h changed handling of FinalPass 23 years ago
cmLocalNMakeMakefileGenerator.cxx in progress 23 years ago
cmLocalNMakeMakefileGenerator.h in progress 23 years ago
cmLocalUnixMakefileGenerator.cxx ERR: Fixed typo: INSTALL_PROGRAMS -> INSTALL_PROGRAM. 23 years ago
cmLocalUnixMakefileGenerator.h in progress 23 years ago
cmLocalVisualStudio6Generator.cxx updated to use ConfigureFinalPass 23 years ago
cmLocalVisualStudio6Generator.h new arch 23 years ago
cmLocalVisualStudio7Generator.cxx updated to use ConfigureFinalPass 23 years ago
cmLocalVisualStudio7Generator.h new arch 23 years ago
cmMacroCommand.cxx minor fix 23 years ago
cmMacroCommand.h added new command 23 years ago
cmMakeDepend.cxx 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 years ago
cmMakeDepend.h now includes current include files directory when searching for files it includes 23 years ago
cmMakeDirectoryCommand.cxx make sure ; expansion is done in all commands 24 years ago
cmMakeDirectoryCommand.h ENH:Updated copyright 24 years ago
cmMakefile.cxx Add GetLocal on cmMakefile and on local builds do not perform tests 23 years ago
cmMakefile.h Add GetLocal on cmMakefile and on local builds do not perform tests 23 years ago
cmMarkAsAdvancedCommand.cxx Fix problems with advanced not being marked. 23 years ago
cmMarkAsAdvancedCommand.h ENH:Updated copyright 24 years ago
cmMessageCommand.cxx ENH: add ability to escape semi-colons 24 years ago
cmMessageCommand.h ENH: Add SEND_ERROR flag to MESSAGE so that an error can be raised within a CMakeList file 24 years ago
cmOptionCommand.cxx WAR: remove warnings for .NET compiler 24 years ago
cmOptionCommand.h ENH:Updated copyright 24 years ago
cmOutputRequiredFilesCommand.cxx make sure ; expansion is done in all commands 24 years ago
cmOutputRequiredFilesCommand.h ENH:Updated copyright 24 years ago
cmProjectCommand.cxx expand ; args 24 years ago
cmProjectCommand.h 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 years ago
cmQTWrapCPPCommand.cxx Define a single expected format for the values defined in every FindXXX.cmake file. 23 years ago
cmQTWrapCPPCommand.h ENH:Updated copyright 24 years ago
cmQTWrapUICommand.cxx corrected the generated lists .h in header list and .cxx in sources list 23 years ago
cmQTWrapUICommand.h ENH:Updated copyright 24 years ago
cmRegularExpression.cxx 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 years ago
cmRegularExpression.h 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 years ago
cmRemoveCommand.cxx minor fix 23 years ago
cmRemoveCommand.h updated for 1.4 24 years ago
cmSeparateArgumentsCommand.cxx ENH: add new command to separate space separated arguments 24 years ago
cmSeparateArgumentsCommand.h ENH: add new command to separate space separated arguments 24 years ago
cmSetCommand.cxx ENH: If SET(VAR) is called with no other arguments, remove the definition of VAR. 23 years ago
cmSetCommand.h ENH: add ability to use ; separated lists in SET and expand them for addexecutable and addlibrary 24 years ago
cmSetSourceFilesPropertiesCommand.cxx fixed bug maybe 23 years ago
cmSetSourceFilesPropertiesCommand.h modified how source files store properties 23 years ago
cmSiteNameCommand.cxx ENH: look for nslookup and hostname in the right places 24 years ago
cmSiteNameCommand.h ENH:Updated copyright 24 years ago
cmSourceFile.cxx Fix bug in trying to set stding with null 23 years ago
cmSourceFile.h modified how source files store properties 23 years ago
cmSourceFilesCommand.cxx modified how source files store properties 23 years ago
cmSourceFilesCommand.h ENH:Updated copyright 24 years ago
cmSourceFilesRemoveCommand.cxx 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 years ago
cmSourceFilesRemoveCommand.h ENH:Updated copyright 24 years ago
cmSourceGroup.cxx ENH: remove several compiler warnings 24 years ago
cmSourceGroup.h ENH: add file specific compile flags 24 years ago
cmSourceGroupCommand.cxx ENH:Updated copyright 24 years ago
cmSourceGroupCommand.h ENH:Updated copyright 24 years ago
cmStandardIncludes.h ENH: Added definition of _BSD_SOURCE to enable proper use of POSIX functions on comeau in linux. 23 years ago
cmSubdirCommand.cxx make sure ; expansion is done in all commands 24 years ago
cmSubdirCommand.h ENH:Updated copyright 24 years ago
cmSubdirDependsCommand.cxx ENH:Updated copyright 24 years ago
cmSubdirDependsCommand.h ENH:Updated copyright 24 years ago
cmSystemTools.cxx Supress standard error when running command 23 years ago
cmSystemTools.h Add a way to check if run command output is disabled 23 years ago
cmTarget.cxx modified how source files store properties 23 years ago
cmTarget.h BUG: Correct some of the dependency analysis code. 24 years ago
cmTargetLinkLibrariesCommand.cxx does not need a second argument 23 years ago
cmTargetLinkLibrariesCommand.h ENH:Updated copyright 24 years ago
cmTryCompileCommand.cxx Add GetLocal on cmMakefile and on local builds do not perform tests 23 years ago
cmTryCompileCommand.h updated to try compile 23 years ago
cmTryRunCommand.cxx Add GetLocal on cmMakefile and on local builds do not perform tests 23 years ago
cmTryRunCommand.h compiler warnings 23 years ago
cmUseMangledMesaCommand.cxx make sure ; expansion is done in all commands 24 years ago
cmUseMangledMesaCommand.h make sure ; expansion is done in all commands 24 years ago
cmUtilitySourceCommand.cxx make sure ; expansion is done in all commands 24 years ago
cmUtilitySourceCommand.h ENH:Updated copyright 24 years ago
cmVTKMakeInstantiatorCommand.cxx compiler warnings 23 years ago
cmVTKMakeInstantiatorCommand.h 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 years ago
cmVTKWrapJavaCommand.cxx modified how source files store properties 23 years ago
cmVTKWrapJavaCommand.h ENH:Updated copyright 24 years ago
cmVTKWrapPythonCommand.cxx modified how source files store properties 23 years ago
cmVTKWrapPythonCommand.h ENH:Updated copyright 24 years ago
cmVTKWrapTclCommand.cxx FIX: better support for the Tcl/Tk 8.4 pre-release 23 years ago
cmVTKWrapTclCommand.h ENH:Updated copyright 24 years ago
cmVariableRequiresCommand.cxx 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 years ago
cmVariableRequiresCommand.h ENH:Updated copyright 24 years ago
cmWrapExcludeFilesCommand.cxx modified how source files store properties 23 years ago
cmWrapExcludeFilesCommand.h ENH:Updated copyright 24 years ago
cmWriteFileCommand.cxx compiler warning 23 years ago
cmWriteFileCommand.h Add WRITE_FILE command, which writes string to a file 23 years ago
cmake.cxx cleaned up some of the cmake interface 23 years ago
cmake.h updated comments 23 years ago
cmakemain.cxx Remove unnecessary include 23 years ago
cmaketest.cxx remove unused variables 23 years ago
cmaketest.h.in ENH: make sure the test tests the right cmake, and not the cmake used to bootstrap this cmake 24 years ago
cmakewizard.cxx Remove unnecessary variable 23 years ago
cmakewizard.h Simplify code. Since we access cache entry through the iterator, we do not need the cache manager any more 23 years ago
ctest.cxx remove unused variables 23 years ago
ctest.h ENH: fix depend problem 24 years ago