Ken Martin 38145ad5a4 modified create test source to create a vector 23 éve
..
CursesDialog b15808caff ERR: Fixed unused parameter warning. 23 éve
MFCDialog e57d209bdc fix warning 23 éve
bootstrap 399e1c0f3e Improve bootstrape for unix 23 éve
.cvsignore 0c948312ed Add cvsignore so that you do not see visual stufio files when you do cvs update 23 éve
CMakeLists.txt 781fac21f0 BUG: cmake needs it's own directory for includes, so depends work 23 éve
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 éve
InitialConfigureFlags.cmake.in cc768c86c6 ENH: pass prefix from configure into cmake 24 éve
Makefile.in 5a418b0e00 ENH: Removed out-of-date commands CABLE_WRAP_TCL CABLE_CLASS_SET and CONFIGURE_GCCXML 23 éve
cmAbstractFilesCommand.cxx e8e42bde66 added deprecated warnings for version 1.4 or later 23 éve
cmAbstractFilesCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmAddCustomCommandCommand.cxx 0a3d0d24fd ENH: add list expansion back 23 éve
cmAddCustomCommandCommand.h 9b8926925b ENH: use target as source if source is empty 23 éve
cmAddCustomTargetCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmAddCustomTargetCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmAddDefinitionsCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmAddDefinitionsCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmAddDependenciesCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmAddDependenciesCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmAddExecutableCommand.cxx fc6b8e8bf7 fix const problem 23 éve
cmAddExecutableCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmAddLibraryCommand.cxx 27fe57b716 ENH: change LINK_LIBRARY to add to targets 23 éve
cmAddLibraryCommand.h 27fe57b716 ENH: change LINK_LIBRARY to add to targets 23 éve
cmAddTestCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmAddTestCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmAuxSourceDirectoryCommand.cxx 809b32fe59 ENH: remove several compiler warnings 24 éve
cmAuxSourceDirectoryCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmBorlandMakefileGenerator.cxx 350f09ae6d removed ccommand use cmake now 23 éve
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 23 éve
cmBuildCommand.cxx 4651dbcfc6 ENH: expand variables in arguments before the commands get them 24 éve
cmBuildCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmBuildNameCommand.cxx 991b551595 ENH: fix build name 23 éve
cmBuildNameCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmCMakeMinimumRequired.cxx 945c4a8b5b WAR: remove warnings for .NET compiler 23 éve
cmCMakeMinimumRequired.h 077f81d359 ENH: fix doc line 23 éve
cmCacheManager.cxx ec4331d273 ENH: do not use count, find for map lookup 23 éve
cmCacheManager.h 8ed3ce29bf ERR: Removed cmCacheManager::DefineCache method. It is no longer needed. 24 éve
cmCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmCommands.cxx a83e8170e9 ENH: Added ITK Tcl wrapping command. 23 éve
cmCommands.h a6a43d5320 ENH:Updated copyright 24 éve
cmConfigure.cmake.h.in 95e4feb361 BUG: add in for scope variable 24 éve
cmConfigure.h.in db1303aa7d ENH: big change, only allow commands access to the cache via the cmMakefile class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping 24 éve
cmConfigureFileCommand.cxx 4651dbcfc6 ENH: expand variables in arguments before the commands get them 24 éve
cmConfigureFileCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmCreateTestSourceList.cxx 38145ad5a4 modified create test source to create a vector 23 éve
cmCreateTestSourceList.h 38145ad5a4 modified create test source to create a vector 23 éve
cmCustomCommand.cxx a6a43d5320 ENH:Updated copyright 24 éve
cmCustomCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmDSPWriter.cxx 1f8df8585e ENH: Add library dependency analysis. 23 éve
cmDSPWriter.h 076aafe79a ENH: add file specific compile flags 24 éve
cmDSWWriter.cxx 9ebfec08a0 only add test target if testing is enabled and ctest is found 23 éve
cmDSWWriter.h a6a43d5320 ENH:Updated copyright 24 éve
cmData.h a6a43d5320 ENH:Updated copyright 24 éve
cmDirectory.cxx 809b32fe59 ENH: remove several compiler warnings 24 éve
cmDirectory.h 809b32fe59 ENH: remove several compiler warnings 24 éve
cmDumpDocumentation.cxx a6a43d5320 ENH:Updated copyright 24 éve
cmElseCommand.cxx 843da92405 adde less greater 23 éve
cmElseCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmEnableTestingCommand.cxx a6a43d5320 ENH:Updated copyright 24 éve
cmEnableTestingCommand.h 28895b0f9f ERR: Fixed compiler warnings. 23 éve
cmEndForEachCommand.cxx a6a43d5320 ENH:Updated copyright 24 éve
cmEndForEachCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmEndIfCommand.cxx 4651dbcfc6 ENH: expand variables in arguments before the commands get them 24 éve
cmEndIfCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmExecProgramCommand.cxx 65e3edea04 ENH: use separate vars for creating c++ and c shared libraries and add a test for c libraries 23 éve
cmExecProgramCommand.h d42055b283 ENH: fix more space problems, you can add args to the ExecProgram command separatly now 23 éve
cmFLTKWrapUICommand.cxx 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmFLTKWrapUICommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmFindFileCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmFindFileCommand.h 789267c949 ENH: speed improvements 23 éve
cmFindLibraryCommand.cxx ab9c677232 ENH: FindLibrary can now use the makefile to add some compiler-specific lib search path (depending on the generator). 23 éve
cmFindLibraryCommand.h ce31498637 FIX: command usage 23 éve
cmFindPathCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmFindPathCommand.h 789267c949 ENH: speed improvements 23 éve
cmFindProgramCommand.cxx 1ad05f9e6d ENH/FIX: add NO_SYSTEM_PATH option + fix command usage 23 éve
cmFindProgramCommand.h 1ad05f9e6d ENH/FIX: add NO_SYSTEM_PATH option + fix command usage 23 éve
cmForEachCommand.cxx c617091d13 ENH: support semi-colon format (list of args as string) 23 éve
cmForEachCommand.h 437a8c9816 FIX: foreach function-blockers were using expanded args. Add virtual func to specify if function blocker needs them expanded or not. 23 éve
cmFunctionBlocker.h 28895b0f9f ERR: Fixed compiler warnings. 23 éve
cmGeneratedFileStream.h a6a43d5320 ENH:Updated copyright 24 éve
cmGetFilenameComponentCommand.cxx 4651dbcfc6 ENH: expand variables in arguments before the commands get them 24 éve
cmGetFilenameComponentCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmGetSourceFilePropertyCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmGetSourceFilePropertyCommand.h 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmITKWrapTclCommand.cxx b272f6455f ENH: Added dependency hack to support wrapping test. 23 éve
cmITKWrapTclCommand.h a83e8170e9 ENH: Added ITK Tcl wrapping command. 23 éve
cmIfCommand.cxx 843da92405 adde less greater 23 éve
cmIfCommand.h 843da92405 adde less greater 23 éve
cmIncludeCommand.cxx d0d25bb989 Reformatted the error printed by cmMakefile. 23 éve
cmIncludeCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmIncludeDirectoryCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmIncludeDirectoryCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmIncludeExternalMSProjectCommand.cxx 4651dbcfc6 ENH: expand variables in arguments before the commands get them 24 éve
cmIncludeExternalMSProjectCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmIncludeRegularExpressionCommand.cxx a6a43d5320 ENH:Updated copyright 24 éve
cmIncludeRegularExpressionCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmInstallFilesCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmInstallFilesCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmInstallProgramsCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmInstallProgramsCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmInstallTargetsCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmInstallTargetsCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmLinkDirectoriesCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmLinkDirectoriesCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmLinkLibrariesCommand.cxx 5e1d9ed39e ENH: Make it unnecessary to ever specify LINK_DIRECTORIES for any library 23 éve
cmLinkLibrariesCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmListFileCache.cxx 789267c949 ENH: speed improvements 23 éve
cmListFileCache.h a6a43d5320 ENH:Updated copyright 24 éve
cmLoadCacheCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmLoadCacheCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmMSDotNETGenerator.cxx 9ed9bffa6f only allow unique configurations 23 éve
cmMSDotNETGenerator.h 5484a691ef BUG: fix dot net for paths with spaces 23 éve
cmMSProjectGenerator.cxx fd98b0cca0 ENH: enable cxx by default if no languages have been enabled 23 éve
cmMSProjectGenerator.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 23 éve
cmMakeDepend.cxx fd26d44f5f now includes current include files directory when searching for files it includes 23 éve
cmMakeDepend.h fd26d44f5f now includes current include files directory when searching for files it includes 23 éve
cmMakeDirectoryCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmMakeDirectoryCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmMakefile.cxx 28895b0f9f ERR: Fixed compiler warnings. 23 éve
cmMakefile.h 11cff6ef6a updated rev 23 éve
cmMakefileGenerator.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 23 éve
cmMakefileGenerator.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 23 éve
cmMarkAsAdvancedCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmMarkAsAdvancedCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmMessageCommand.cxx 72022ac27b ENH: add ability to escape semi-colons 23 éve
cmMessageCommand.h b6ebd7b7fa ENH: Add SEND_ERROR flag to MESSAGE so that an error can be raised within a CMakeList file 23 éve
cmNMakeMakefileGenerator.cxx 344a7cff8d use lower case and not short path for uniq paths on window 23 éve
cmNMakeMakefileGenerator.h 344a7cff8d use lower case and not short path for uniq paths on window 23 éve
cmOptionCommand.cxx 945c4a8b5b WAR: remove warnings for .NET compiler 23 éve
cmOptionCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmOutputRequiredFilesCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmOutputRequiredFilesCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmProjectCommand.cxx 7883b6c7dc expand ; args 23 éve
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 23 éve
cmQTWrapCPPCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmQTWrapCPPCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmQTWrapUICommand.cxx 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmQTWrapUICommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmRegularExpression.cxx 809b32fe59 ENH: remove several compiler warnings 24 éve
cmRegularExpression.h 6ad590aad6 ENH: dot net almost working 24 éve
cmRemoveCommand.cxx 9c69be42de updated for 1.4 23 éve
cmRemoveCommand.h 9c69be42de updated for 1.4 23 éve
cmSeparateArgumentsCommand.cxx 2d37e6d1a8 ENH: add new command to separate space separated arguments 23 éve
cmSeparateArgumentsCommand.h 2d37e6d1a8 ENH: add new command to separate space separated arguments 23 éve
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 23 éve
cmSetCommand.h dbdb0adce8 ENH: add ability to use ; separated lists in SET and expand them for addexecutable and addlibrary 23 éve
cmSetSourceFilesPropertiesCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmSetSourceFilesPropertiesCommand.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 23 éve
cmSiteNameCommand.cxx 4879c6cffa ENH: look for nslookup and hostname in the right places 23 éve
cmSiteNameCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmSourceFile.cxx 38145ad5a4 modified create test source to create a vector 23 éve
cmSourceFile.h 076aafe79a ENH: add file specific compile flags 24 éve
cmSourceFilesCommand.cxx e8e42bde66 added deprecated warnings for version 1.4 or later 23 éve
cmSourceFilesCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmSourceFilesRemoveCommand.cxx 614ba45234 dprecated 23 éve
cmSourceFilesRemoveCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmSourceGroup.cxx 809b32fe59 ENH: remove several compiler warnings 24 éve
cmSourceGroup.h 076aafe79a ENH: add file specific compile flags 24 éve
cmSourceGroupCommand.cxx a6a43d5320 ENH:Updated copyright 24 éve
cmSourceGroupCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmStandardIncludes.h 7d6eb54cf0 ENH: fix for dec compiler, they still do not have the correct ansi stream library 24 éve
cmSubdirCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmSubdirCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmSubdirDependsCommand.cxx a6a43d5320 ENH:Updated copyright 24 éve
cmSubdirDependsCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmSystemTools.cxx 28895b0f9f ERR: Fixed compiler warnings. 23 éve
cmSystemTools.h ab9c677232 ENH: FindLibrary can now use the makefile to add some compiler-specific lib search path (depending on the generator). 23 éve
cmTarget.cxx 38145ad5a4 modified create test source to create a vector 23 éve
cmTarget.h 0e6b39e52f BUG: Correct some of the dependency analysis code. 23 éve
cmTargetLinkLibrariesCommand.cxx 27fe57b716 ENH: change LINK_LIBRARY to add to targets 23 éve
cmTargetLinkLibrariesCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmUnixMakefileGenerator.cxx 344a7cff8d use lower case and not short path for uniq paths on window 23 éve
cmUnixMakefileGenerator.h 344a7cff8d use lower case and not short path for uniq paths on window 23 éve
cmUseMangledMesaCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmUseMangledMesaCommand.h 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmUtilitySourceCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmUtilitySourceCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmVTKMakeInstantiatorCommand.cxx ffbdca2b84 ENH: replace freeze with delete 23 éve
cmVTKMakeInstantiatorCommand.h ac74d51382 ENH: Added support for including extra files in generated header to get access to export macros of derived projects. 24 éve
cmVTKWrapJavaCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmVTKWrapJavaCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmVTKWrapPythonCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmVTKWrapPythonCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmVTKWrapTclCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmVTKWrapTclCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmVariableRequiresCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 23 éve
cmVariableRequiresCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmWrapExcludeFilesCommand.cxx e8e42bde66 added deprecated warnings for version 1.4 or later 23 éve
cmWrapExcludeFilesCommand.h a6a43d5320 ENH:Updated copyright 24 éve
cmake.cxx 350f09ae6d removed ccommand use cmake now 23 éve
cmake.h 350f09ae6d removed ccommand use cmake now 23 éve
cmakemain.cxx 350f09ae6d removed ccommand use cmake now 23 éve
cmaketest.cxx 7fc1bd1281 ERR: UseIt() missing return type. 23 éve
cmaketest.h.in 290c509e11 ENH: make sure the test tests the right cmake, and not the cmake used to bootstrap this cmake 23 éve
cmakewizard.cxx d14a2314e5 check bool values and prefere off 24 éve
cmakewizard.h a6a43d5320 ENH:Updated copyright 24 éve
ctest.cxx 3d7a869b39 ERR: Fix for fprintf format warning. 23 éve
ctest.h ceb365813f ENH: fix depend problem 23 éve