CMake/Source
Sebastien Barre cb5763a410 ENH: update the progress when generating is "done". 2002-10-09 15:24:20 -04:00
..
CursesDialog ERR: Fixed bad sentence in error message. 2002-09-30 21:34:05 -04:00
MFCDialog FIX: re-enable the OK button in RunCmake() when everything is done. 2002-10-04 12:56:22 -04:00
WXDialog Remove warnings 2002-09-25 07:47:02 -04:00
bootstrap Improve bootstrape for unix 2002-05-03 13:46:34 -04:00
.cvsignore Add cvsignore so that you do not see visual stufio files when you do cvs update 2002-04-24 10:08:24 -04:00
CMakeLists.txt added build for Code Warrior 2002-10-09 13:32:01 -04:00
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. 2002-03-15 15:42:59 -05:00
InitialConfigureFlags.cmake.in ENH: pass prefix from configure into cmake 2001-09-27 14:58:14 -04:00
Makefile.in added build for Code Warrior 2002-10-09 13:32:01 -04:00
cmAbstractFilesCommand.cxx removed some includes 2002-09-27 16:24:10 -04:00
cmAbstractFilesCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmAddCustomCommandCommand.cxx remove unused variables 2002-09-15 09:54:08 -04:00
cmAddCustomCommandCommand.h ENH: use target as source if source is empty 2002-04-11 10:05:47 -04:00
cmAddCustomTargetCommand.cxx make sure ; expansion is done in all commands 2002-03-29 14:20:32 -05:00
cmAddCustomTargetCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmAddDefinitionsCommand.cxx modified to accept no arguments 2002-07-20 08:55:55 -04:00
cmAddDefinitionsCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmAddDependenciesCommand.cxx removed some includes 2002-09-27 16:24:10 -04:00
cmAddDependenciesCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmAddExecutableCommand.cxx removed some includes 2002-09-27 16:24:10 -04:00
cmAddExecutableCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmAddLibraryCommand.cxx removed some includes 2002-09-27 16:24:10 -04:00
cmAddLibraryCommand.h ENH: change LINK_LIBRARY to add to targets 2002-05-02 13:17:10 -04:00
cmAddTestCommand.cxx removed some includes 2002-09-27 16:24:10 -04:00
cmAddTestCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmAuxSourceDirectoryCommand.cxx removed some includes 2002-09-27 16:24:10 -04:00
cmAuxSourceDirectoryCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmBuildCommand.cxx ENH: expand variables in arguments before the commands get them 2002-03-05 18:41:24 -05:00
cmBuildCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmBuildNameCommand.cxx ENH: fix build name 2002-04-26 09:55:32 -04:00
cmBuildNameCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
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. 2002-06-19 15:21:49 -04:00
cmCMakeMinimumRequired.h ENH: fix doc line 2002-04-19 13:05:24 -04:00
cmCPluginAPI.cxx some mods to the plugin API 2002-10-08 15:55:04 -04:00
cmCPluginAPI.h some mods to the plugin API 2002-10-08 15:55:04 -04:00
cmCacheManager.cxx Remove tabs 2002-10-04 14:01:22 -04:00
cmCacheManager.h Fix problems with advanced not being marked. 2002-09-17 11:48:52 -04:00
cmCommand.h removed some includes 2002-09-27 16:24:10 -04:00
cmCommands.cxx Add WRITE_FILE command, which writes string to a file 2002-09-20 13:14:47 -04:00
cmCommands.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
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. 2002-06-19 15:21:49 -04:00
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. 2002-06-19 15:21:49 -04:00
cmConfigureFileCommand.cxx ENH: expand variables in arguments before the commands get them 2002-03-05 18:41:24 -05:00
cmConfigureFileCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmCreateTestSourceList.cxx removed some includes 2002-09-27 16:24:10 -04:00
cmCreateTestSourceList.h updated to handle extensions 2002-07-30 16:19:14 -04:00
cmCustomCommand.cxx ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmCustomCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmData.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmDirectory.cxx ENH: remove several compiler warnings 2002-03-13 10:25:11 -05:00
cmDirectory.h removed shared lib support 2002-08-23 16:13:34 -04:00
cmDumpDocumentation.cxx moved dump docs into cmake 2002-09-10 16:51:59 -04:00
cmDynamicLoader.cxx BUG: fix load command stuff for cygwin and cleanup at exit 2002-09-30 16:25:02 -04:00
cmDynamicLoader.h Add accessor for Flushing cache 2002-09-24 10:24:56 -04:00
cmElseCommand.cxx removed some includes 2002-09-27 16:24:10 -04:00
cmElseCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmEnableTestingCommand.cxx removed some includes 2002-09-27 16:24:10 -04:00
cmEnableTestingCommand.h ERR: Fixed compiler warnings. 2002-06-18 17:20:27 -04:00
cmEndForEachCommand.cxx removed some includes 2002-09-27 16:24:10 -04:00
cmEndForEachCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmEndIfCommand.cxx removed some includes 2002-09-27 16:24:10 -04:00
cmEndIfCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmExecProgramCommand.cxx BUG: get all the output including the last character 2002-10-08 10:53:32 -04:00
cmExecProgramCommand.h Add return value support and add documentation 2002-08-08 15:29:19 -04:00
cmFLTKWrapUICommand.cxx remove unused variables 2002-09-15 09:54:08 -04:00
cmFLTKWrapUICommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmFindFileCommand.cxx make sure ; expansion is done in all commands 2002-03-29 14:20:32 -05:00
cmFindFileCommand.h ENH: speed improvements 2002-04-11 17:02:10 -04:00
cmFindLibraryCommand.cxx FIX: put ExpandRegistryValue() back (seems to have been removed accidentally I guess in 1.25) 2002-08-01 23:05:16 -04:00
cmFindLibraryCommand.h FIX: command usage 2002-05-12 11:31:12 -04:00
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 2002-09-11 14:05:45 -04:00
cmFindPathCommand.h ENH: speed improvements 2002-04-11 17:02:10 -04:00
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 2002-09-11 14:05:45 -04:00
cmFindProgramCommand.h ENH/FIX: add NO_SYSTEM_PATH option + fix command usage 2002-05-12 11:31:45 -04:00
cmForEachCommand.cxx removed some includes 2002-09-27 16:24:10 -04:00
cmForEachCommand.h fixed if statements inside a foreach 2002-07-17 10:48:39 -04:00
cmFunctionBlocker.h ERR: Fixed compiler warnings. 2002-06-18 17:20:27 -04:00
cmGeneratedFileStream.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
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 2002-06-27 15:57:09 -04:00
cmGetFilenameComponentCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmGetSourceFilePropertyCommand.cxx updated to match the SET 2002-08-26 15:22:31 -04:00
cmGetSourceFilePropertyCommand.h updated to match the SET 2002-08-26 15:22:31 -04:00
cmGlobalBorlandMakefileGenerator.cxx fix for borland compilers 2002-09-07 21:18:09 -04:00
cmGlobalBorlandMakefileGenerator.h first cut a new arch 2002-09-04 15:22:11 -04:00
cmGlobalCodeWarriorGenerator.cxx some updates 2002-10-09 13:30:54 -04:00
cmGlobalCodeWarriorGenerator.h changed name 2002-10-09 13:49:56 -04:00
cmGlobalGenerator.cxx ENH: update the progress when generating is "done". 2002-10-09 15:24:20 -04:00
cmGlobalGenerator.h added progress 2002-09-26 15:14:20 -04:00
cmGlobalNMakeMakefileGenerator.cxx compiler warnings 2002-09-08 10:17:03 -04:00
cmGlobalNMakeMakefileGenerator.h minor fix inEnableLanguages 2002-09-13 11:05:49 -04:00
cmGlobalUnixMakefileGenerator.cxx ENH: Added explicit declarations of some C functions that are hard to get from standard headers in como (www.comeaucomputing.com) strict mode. 2002-10-02 17:31:59 -04:00
cmGlobalUnixMakefileGenerator.h better trycompile and enable langiages 2002-09-13 10:42:50 -04:00
cmGlobalVisualStudio6Generator.cxx Suppress output of trycompile 2002-10-07 08:23:19 -04:00
cmGlobalVisualStudio6Generator.h Attempt to fix Visual studio 6 comiling 2002-09-23 09:07:41 -04:00
cmGlobalVisualStudio7Generator.cxx some try compile fixes 2002-09-22 09:53:26 -04:00
cmGlobalVisualStudio7Generator.h some try compile fixes 2002-09-22 09:53:26 -04:00
cmITKWrapTclCommand.cxx ENH: Added support to pass the gccxml program location to cable if ITK_GCCXML_EXECUTABLE is set on m_Makefile. 2002-10-01 18:37:08 -04:00
cmITKWrapTclCommand.h BUG: Only one generated Tcl wrapper source was getting added to the package's library. 2002-07-26 10:15:04 -04:00
cmIfCommand.cxx minor fix to allow if with no arguments 2002-10-07 09:16:31 -04:00
cmIfCommand.h BUG: STRLESS and STRGREATER need to treat non-existent definitions as strings. 2002-10-02 17:22:56 -04:00
cmIncludeCommand.cxx BUG: Must return false after an error of incorrect arguments. 2002-10-02 17:23:26 -04:00
cmIncludeCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmIncludeDirectoryCommand.cxx removed some includes 2002-09-27 16:24:10 -04:00
cmIncludeDirectoryCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmIncludeExternalMSProjectCommand.cxx ENH: expand variables in arguments before the commands get them 2002-03-05 18:41:24 -05:00
cmIncludeExternalMSProjectCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmIncludeRegularExpressionCommand.cxx ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmIncludeRegularExpressionCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmInstallFilesCommand.cxx removed some includes 2002-09-27 16:24:10 -04:00
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. 2002-09-17 10:56:18 -04:00
cmInstallProgramsCommand.cxx removed some includes 2002-09-27 16:24:10 -04:00
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. 2002-09-17 10:56:18 -04:00
cmInstallTargetsCommand.cxx removed some includes 2002-09-27 16:24:10 -04:00
cmInstallTargetsCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmLinkDirectoriesCommand.cxx no longer need an argument 2002-08-01 15:58:25 -04:00
cmLinkDirectoriesCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmLinkLibrariesCommand.cxx allows no arguments 2002-07-22 10:01:53 -04:00
cmLinkLibrariesCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmListFileCache.cxx Add a way to remove files from cache 2002-09-19 14:34:15 -04:00
cmListFileCache.h Add a way to remove files from cache 2002-09-19 14:34:15 -04:00
cmLoadCacheCommand.cxx changed cache manager and registered generators to no longer be singletons 2002-08-28 14:51:10 -04:00
cmLoadCacheCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmLoadCommandCommand.cxx some mods to the plugin API 2002-10-08 15:55:04 -04:00
cmLoadCommandCommand.h adding plugin support 2002-08-21 11:58:48 -04:00
cmLocalBorlandMakefileGenerator.cxx Remove unnecessary new line 2002-10-02 11:35:29 -04:00
cmLocalBorlandMakefileGenerator.h first cut a new arch 2002-09-04 15:22:11 -04:00
cmLocalCodeWarriorGenerator.cxx some updates 2002-10-09 13:30:54 -04:00
cmLocalCodeWarriorGenerator.h some updates 2002-10-09 13:30:54 -04:00
cmLocalGenerator.cxx always set PROJECT_SOURCE_DIR etc 2002-10-04 08:59:02 -04:00
cmLocalGenerator.h changed handling of FinalPass 2002-09-15 08:54:16 -04:00
cmLocalNMakeMakefileGenerator.cxx in progress 2002-08-30 16:01:48 -04:00
cmLocalNMakeMakefileGenerator.h in progress 2002-08-30 16:01:48 -04:00
cmLocalUnixMakefileGenerator.cxx remove unused stuff 2002-09-27 16:18:55 -04:00
cmLocalUnixMakefileGenerator.h in progress 2002-08-30 16:01:48 -04:00
cmLocalVisualStudio6Generator.cxx Fix a bug in generator. This one is good: This bug is only present on Windows 98, but since RunCommand did not work, it never showed on the dashboard... In any case commands in Visual studio 6 should be in windows style slashes 2002-10-01 13:04:19 -04:00
cmLocalVisualStudio6Generator.h new arch 2002-09-04 15:23:56 -04:00
cmLocalVisualStudio7Generator.cxx Try to fix quoted definitions 2002-09-23 09:58:34 -04:00
cmLocalVisualStudio7Generator.h new arch 2002-09-04 15:23:56 -04:00
cmMacroCommand.cxx removed some includes 2002-09-27 16:24:10 -04:00
cmMacroCommand.h added new command 2002-08-13 15:46:33 -04:00
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. 2002-09-10 15:37:28 -04:00
cmMakeDepend.h now includes current include files directory when searching for files it includes 2002-06-10 14:19:09 -04:00
cmMakeDirectoryCommand.cxx make sure ; expansion is done in all commands 2002-03-29 14:20:32 -05:00
cmMakeDirectoryCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmMakefile.cxx Try to improve source group interface 2002-10-04 18:16:13 -04:00
cmMakefile.h Try to improve source group interface 2002-10-04 18:16:13 -04:00
cmMarkAsAdvancedCommand.cxx Fix problems with advanced not being marked. 2002-09-17 11:48:52 -04:00
cmMarkAsAdvancedCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmMessageCommand.cxx removed some includes 2002-09-27 16:24:10 -04:00
cmMessageCommand.h ENH: Add SEND_ERROR flag to MESSAGE so that an error can be raised within a CMakeList file 2002-03-29 10:56:07 -05:00
cmOptionCommand.cxx WAR: remove warnings for .NET compiler 2002-04-25 07:59:57 -04:00
cmOptionCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmOutputRequiredFilesCommand.cxx make sure ; expansion is done in all commands 2002-03-29 14:20:32 -05:00
cmOutputRequiredFilesCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmProjectCommand.cxx expand ; args 2002-04-05 12:08:12 -05:00
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 2002-04-02 15:43:23 -05:00
cmQTWrapCPPCommand.cxx Define a single expected format for the values defined in every FindXXX.cmake file. 2002-09-02 07:03:43 -04:00
cmQTWrapCPPCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmQTWrapUICommand.cxx corrected the generated lists .h in header list and .cxx in sources list 2002-09-11 16:44:52 -04:00
cmQTWrapUICommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmRegularExpression.cxx Try to improve source group interface 2002-10-04 18:16:13 -04:00
cmRegularExpression.h Try to improve source group interface 2002-10-04 18:16:13 -04:00
cmRemoveCommand.cxx minor fix 2002-08-05 09:51:50 -04:00
cmRemoveCommand.h updated for 1.4 2002-04-22 11:50:43 -04:00
cmSeparateArgumentsCommand.cxx ENH: add new command to separate space separated arguments 2002-04-30 14:00:35 -04:00
cmSeparateArgumentsCommand.h ENH: add new command to separate space separated arguments 2002-04-30 14:00:35 -04:00
cmSetCommand.cxx BUG: fix doc string and allow a variable to be promoted from non-cache to cache 2002-09-27 16:19:37 -04:00
cmSetCommand.h BUG: fix doc string and allow a variable to be promoted from non-cache to cache 2002-09-27 16:19:37 -04:00
cmSetSourceFilesPropertiesCommand.cxx fixed bug maybe 2002-08-26 08:53:16 -04:00
cmSetSourceFilesPropertiesCommand.h modified how source files store properties 2002-08-16 11:20:18 -04:00
cmSiteNameCommand.cxx ENH: look for nslookup and hostname in the right places 2002-04-26 09:35:03 -04:00
cmSiteNameCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmSourceFile.cxx Fix bug in trying to set stding with null 2002-08-27 14:45:25 -04:00
cmSourceFile.h modified how source files store properties 2002-08-16 11:20:18 -04:00
cmSourceFilesCommand.cxx modified how source files store properties 2002-08-16 11:20:18 -04:00
cmSourceFilesCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
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 2002-06-27 15:57:09 -04:00
cmSourceFilesRemoveCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmSourceGroup.cxx ENH: remove several compiler warnings 2002-03-13 10:25:11 -05:00
cmSourceGroup.h ENH: add file specific compile flags 2002-03-04 14:14:41 -05:00
cmSourceGroupCommand.cxx Try to improve source group interface 2002-10-04 18:16:13 -04:00
cmSourceGroupCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmStandardIncludes.h ENH: Added explicit declarations of some C functions that are hard to get from standard headers in como (www.comeaucomputing.com) strict mode. 2002-10-02 17:31:59 -04:00
cmSubdirCommand.cxx make sure ; expansion is done in all commands 2002-03-29 14:20:32 -05:00
cmSubdirCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmSubdirDependsCommand.cxx ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmSubdirDependsCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmSystemTools.cxx Fix for run command on windows. If you specify command in quotes but not full path, it should still work 2002-10-06 21:24:37 -04:00
cmSystemTools.h Cleanup RunCOmmand code and move borland one to vtkWin32ProcessExecution, so that it is all in one place... Add timeout option whihc does not work yet, but it should not produce warning any more 2002-10-04 10:38:14 -04:00
cmTarget.cxx If you specify header file as source, it should still use C compiler and not CXX. Also fix COnly test so that it make sure that this still works... 2002-10-06 12:12:59 -04:00
cmTarget.h removed some includes 2002-09-27 16:24:10 -04:00
cmTargetLinkLibrariesCommand.cxx does not need a second argument 2002-07-19 14:40:49 -04:00
cmTargetLinkLibrariesCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmTryCompileCommand.cxx Several changes: COMPILE_DEFINITIONS is now depricated. If you want to specify some, use CMAKE_FLAGS -DCMAKE_DEFINITIONS:STRING=...; same goes for libraries, include path, ... It now detects wether the file is C or C++ and uses the apropriate project command, it also does the right thing when doing try_compile, so it does not execute configure for every single try_compile 2002-09-25 10:07:45 -04:00
cmTryCompileCommand.h Abstract cleaning of files and add code that deletes files from Debug subdirectory 2002-09-23 11:06:01 -04:00
cmTryRunCommand.cxx always convert to output path 2002-09-24 13:17:39 -04:00
cmTryRunCommand.h compiler warnings 2002-09-20 08:09:03 -04:00
cmUseMangledMesaCommand.cxx make sure ; expansion is done in all commands 2002-03-29 14:20:32 -05:00
cmUseMangledMesaCommand.h make sure ; expansion is done in all commands 2002-03-29 14:20:32 -05:00
cmUtilitySourceCommand.cxx make sure ; expansion is done in all commands 2002-03-29 14:20:32 -05:00
cmUtilitySourceCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmVTKMakeInstantiatorCommand.cxx compiler warnings 2002-08-23 15:13:49 -04:00
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. 2002-08-15 15:01:42 -04:00
cmVTKWrapJavaCommand.cxx modified how source files store properties 2002-08-16 11:20:18 -04:00
cmVTKWrapJavaCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmVTKWrapPythonCommand.cxx modified how source files store properties 2002-08-16 11:20:18 -04:00
cmVTKWrapPythonCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmVTKWrapTclCommand.cxx FIX: better support for the Tcl/Tk 8.4 pre-release 2002-09-18 09:53:11 -04:00
cmVTKWrapTclCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
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 2002-09-11 14:05:45 -04:00
cmVariableRequiresCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmWin32ProcessExecution.cxx Cleanup RunCOmmand code and move borland one to vtkWin32ProcessExecution, so that it is all in one place... Add timeout option whihc does not work yet, but it should not produce warning any more 2002-10-04 10:38:14 -04:00
cmWin32ProcessExecution.h Fix borland build. Borland Run command should be static, since it is called with no object... 2002-10-05 10:24:45 -04:00
cmWrapExcludeFilesCommand.cxx modified how source files store properties 2002-08-16 11:20:18 -04:00
cmWrapExcludeFilesCommand.h ENH:Updated copyright 2002-01-21 15:30:43 -05:00
cmWriteFileCommand.cxx removed some includes 2002-09-27 16:24:10 -04:00
cmWriteFileCommand.h Add WRITE_FILE command, which writes string to a file 2002-09-20 13:14:47 -04:00
cmake.cxx added Code Warrior dev 2002-10-09 13:37:27 -04:00
cmake.h added progress 2002-09-26 15:14:20 -04:00
cmakemain.cxx Remove dependency to dynamic loader during bootstrap 2002-10-01 07:28:34 -04:00
cmaketest.cxx Cleanup 2002-09-23 15:57:05 -04:00
cmaketest.h.in ENH: make sure the test tests the right cmake, and not the cmake used to bootstrap this cmake 2002-04-05 09:39:13 -05:00
cmakewizard.cxx Remove unnecessary variable 2002-09-18 08:13:53 -04:00
cmakewizard.h Simplify code. Since we access cache entry through the iterator, we do not need the cache manager any more 2002-09-12 09:00:30 -04:00
cmw9xcom.cxx Put quotes around arguments if they have spaces and no quotes 2002-10-01 13:00:30 -04:00
ctest.cxx Reorganization, cleanup and some improvement in dart emulation 2002-10-08 22:54:24 -04:00
ctest.h Reorganization, cleanup and some improvement in dart emulation 2002-10-08 22:54:24 -04:00