Ken Martin 2d9fbbd94c updated to use ConfigureFinalPass преди 23 години
..
CursesDialog b67f7451fd removed extra Generate that was screwing things up преди 23 години
MFCDialog 6c3aaa42b7 duh преди 23 години
bootstrap 399e1c0f3e Improve bootstrape for unix преди 24 години
.cvsignore 0c948312ed Add cvsignore so that you do not see visual stufio files when you do cvs update преди 24 години
CMakeLists.txt 5e6b29717e added include of FindQT.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 0a3d0d24fd ENH: add list expansion back преди 24 години
cmAddCustomCommandCommand.h 9b8926925b ENH: use target as source if source is empty преди 24 години
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 7d76de4403 make sure ; expansion is done in all commands преди 24 години
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 преди 24 години
cmAddLibraryCommand.h 27fe57b716 ENH: change LINK_LIBRARY to add to targets преди 24 години
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 преди 24 години
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 преди 24 години
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 d99454cba4 now uses stubs преди 23 години
cmCacheManager.cxx cf272c76ad Oops, too fast commit; add missing ; преди 23 години
cmCacheManager.h c478520cab Fix build problem on Sun преди 23 години
cmCommand.h a6a43d5320 ENH:Updated copyright преди 24 години
cmCommands.cxx e500dd4b77 ERR: Removed accidental commit. преди 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 a898cfb17a Add return value support and add documentation преди 23 години
cmExecProgramCommand.h a898cfb17a Add return value support and add documentation преди 23 години
cmFLTKWrapUICommand.cxx 95a506e6de FLTK_FLUID_EXE -> FLTK_FLUID_EXECUTABLE преди 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 преди 24 години
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 преди 24 години
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 преди 24 години
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 преди 24 години
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 6132184cc3 better trycompile and enable langiages преди 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. преди 24 години
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 22ae78d92f fixe for files with paths преди 23 години
cmInstallFilesCommand.h b59f5ddb7f fix install target преди 23 години
cmInstallProgramsCommand.cxx 7d76de4403 make sure ; expansion is done in all commands преди 24 години
cmInstallProgramsCommand.h a6a43d5320 ENH:Updated copyright преди 24 години
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 789267c949 ENH: speed improvements преди 24 години
cmListFileCache.h 499bd45d4d removed shared lib support преди 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 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 години
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 44e4c7cd77 changed when final pass is done преди 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 a4ca3229ff renamed GenerateMakefile to ConfigureFinalPass преди 23 години
cmMakefile.h a4ca3229ff renamed GenerateMakefile to ConfigureFinalPass преди 23 години
cmMarkAsAdvancedCommand.cxx 895f8c42c0 Fix mark as advanced. Now it should work properly преди 23 години
cmMarkAsAdvancedCommand.h a6a43d5320 ENH:Updated copyright преди 24 години
cmMessageCommand.cxx 72022ac27b ENH: add ability to escape semi-colons преди 24 години
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 преди 24 години
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 преди 24 години
cmSeparateArgumentsCommand.cxx 2d37e6d1a8 ENH: add new command to separate space separated arguments преди 24 години
cmSeparateArgumentsCommand.h 2d37e6d1a8 ENH: add new command to separate space separated arguments преди 24 години
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 години
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 преди 24 години
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 0815091e26 ENH: Added FileIsFullPath test method. преди 23 години
cmSystemTools.h 0815091e26 ENH: Added FileIsFullPath test method. преди 23 години
cmTarget.cxx 7b5a8762c6 modified how source files store properties преди 23 години
cmTarget.h 0e6b39e52f BUG: Correct some of the dependency analysis code. преди 24 години
cmTargetLinkLibrariesCommand.cxx 6bbc8e9d45 does not need a second argument преди 23 години
cmTargetLinkLibrariesCommand.h a6a43d5320 ENH:Updated copyright преди 24 години
cmTryCompileCommand.cxx 7e6f9fff2b fix to the cleanup code преди 23 години
cmTryCompileCommand.h 31f714fc2a another signature for Try_Compile преди 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 a4eebcb5b1 ERR: Fix for borland in generated code. vtkCommand is ambiguously both a function and a class. преди 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 c1da4c9570 better try compile преди 23 години
cmake.h ee592e9b98 some fixes for try compile преди 23 години
cmakemain.cxx 4c21ba27c9 Remove unnecessary include преди 23 години
cmaketest.cxx e88e3d3cb5 Remove unnecessary include преди 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 628625af72 Simplify code. Since we access cache entry through the iterator, we do not need the cache manager any more преди 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 7df776057b BUG: make sure windows paths are used for the command or it will not work for win 98 преди 23 години
ctest.h ceb365813f ENH: fix depend problem преди 24 години