Sebastien Barre b5cf03b5e7 FIX: ConvertToOutputPath puts "" around path. Not compatible with GUI use. 23 vuotta sitten
..
CursesDialog 953e01a604 ERR: Removed most of the repeated curses declarations. The cause errors on other platforms. Grrrr.. 23 vuotta sitten
MFCDialog b5cf03b5e7 FIX: ConvertToOutputPath puts "" around path. Not compatible with GUI use. 23 vuotta sitten
bootstrap 399e1c0f3e Improve bootstrape for unix 24 vuotta sitten
.cvsignore 0c948312ed Add cvsignore so that you do not see visual stufio files when you do cvs update 24 vuotta sitten
CMakeLists.txt 781fac21f0 BUG: cmake needs it's own directory for includes, so depends work 23 vuotta sitten
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 vuotta sitten
InitialConfigureFlags.cmake.in cc768c86c6 ENH: pass prefix from configure into cmake 24 vuotta sitten
Makefile.in 5a418b0e00 ENH: Removed out-of-date commands CABLE_WRAP_TCL CABLE_CLASS_SET and CONFIGURE_GCCXML 24 vuotta sitten
cmAbstractFilesCommand.cxx e8e42bde66 added deprecated warnings for version 1.4 or later 24 vuotta sitten
cmAbstractFilesCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmAddCustomCommandCommand.cxx 0a3d0d24fd ENH: add list expansion back 24 vuotta sitten
cmAddCustomCommandCommand.h 9b8926925b ENH: use target as source if source is empty 24 vuotta sitten
cmAddCustomTargetCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 vuotta sitten
cmAddCustomTargetCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmAddDefinitionsCommand.cxx 4823f16ebb modified to accept no arguments 23 vuotta sitten
cmAddDefinitionsCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmAddDependenciesCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 vuotta sitten
cmAddDependenciesCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmAddExecutableCommand.cxx fc6b8e8bf7 fix const problem 24 vuotta sitten
cmAddExecutableCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmAddLibraryCommand.cxx 27fe57b716 ENH: change LINK_LIBRARY to add to targets 24 vuotta sitten
cmAddLibraryCommand.h 27fe57b716 ENH: change LINK_LIBRARY to add to targets 24 vuotta sitten
cmAddTestCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 vuotta sitten
cmAddTestCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmAuxSourceDirectoryCommand.cxx 5ba65d0aa1 bug fix for aux src dirs 23 vuotta sitten
cmAuxSourceDirectoryCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmBorlandMakefileGenerator.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 vuotta sitten
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 24 vuotta sitten
cmBuildCommand.cxx 4651dbcfc6 ENH: expand variables in arguments before the commands get them 24 vuotta sitten
cmBuildCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmBuildNameCommand.cxx 991b551595 ENH: fix build name 24 vuotta sitten
cmBuildNameCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
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 vuotta sitten
cmCMakeMinimumRequired.h 077f81d359 ENH: fix doc line 24 vuotta sitten
cmCacheManager.cxx ec4331d273 ENH: do not use count, find for map lookup 24 vuotta sitten
cmCacheManager.h 8ed3ce29bf ERR: Removed cmCacheManager::DefineCache method. It is no longer needed. 24 vuotta sitten
cmCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmCommands.cxx a83e8170e9 ENH: Added ITK Tcl wrapping command. 24 vuotta sitten
cmCommands.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
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 vuotta sitten
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 vuotta sitten
cmConfigureFileCommand.cxx 4651dbcfc6 ENH: expand variables in arguments before the commands get them 24 vuotta sitten
cmConfigureFileCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmCreateTestSourceList.cxx 843616ec7e FIX: <stdlib.h> is enough to get malloc()/free() 23 vuotta sitten
cmCreateTestSourceList.h 0f6e022dca updated to handle extensions 23 vuotta sitten
cmCustomCommand.cxx a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmCustomCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmDSPWriter.cxx 1f8df8585e ENH: Add library dependency analysis. 24 vuotta sitten
cmDSPWriter.h 076aafe79a ENH: add file specific compile flags 24 vuotta sitten
cmDSWWriter.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 vuotta sitten
cmDSWWriter.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmData.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmDirectory.cxx 809b32fe59 ENH: remove several compiler warnings 24 vuotta sitten
cmDirectory.h 809b32fe59 ENH: remove several compiler warnings 24 vuotta sitten
cmDumpDocumentation.cxx a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmElseCommand.cxx 32ad30e883 better error handling with if statements 23 vuotta sitten
cmElseCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmEnableTestingCommand.cxx a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmEnableTestingCommand.h 28895b0f9f ERR: Fixed compiler warnings. 23 vuotta sitten
cmEndForEachCommand.cxx a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmEndForEachCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmEndIfCommand.cxx 4651dbcfc6 ENH: expand variables in arguments before the commands get them 24 vuotta sitten
cmEndIfCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmExecProgramCommand.cxx 65e3edea04 ENH: use separate vars for creating c++ and c shared libraries and add a test for c libraries 24 vuotta sitten
cmExecProgramCommand.h d42055b283 ENH: fix more space problems, you can add args to the ExecProgram command separatly now 24 vuotta sitten
cmFLTKWrapUICommand.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 vuotta sitten
cmFLTKWrapUICommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmFindFileCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 vuotta sitten
cmFindFileCommand.h 789267c949 ENH: speed improvements 24 vuotta sitten
cmFindLibraryCommand.cxx ab9c677232 ENH: FindLibrary can now use the makefile to add some compiler-specific lib search path (depending on the generator). 23 vuotta sitten
cmFindLibraryCommand.h ce31498637 FIX: command usage 24 vuotta sitten
cmFindPathCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 vuotta sitten
cmFindPathCommand.h 789267c949 ENH: speed improvements 24 vuotta sitten
cmFindProgramCommand.cxx 1ad05f9e6d ENH/FIX: add NO_SYSTEM_PATH option + fix command usage 24 vuotta sitten
cmFindProgramCommand.h 1ad05f9e6d ENH/FIX: add NO_SYSTEM_PATH option + fix command usage 24 vuotta sitten
cmForEachCommand.cxx fcc410de44 fixed if statements inside a foreach 23 vuotta sitten
cmForEachCommand.h fcc410de44 fixed if statements inside a foreach 23 vuotta sitten
cmFunctionBlocker.h 28895b0f9f ERR: Fixed compiler warnings. 23 vuotta sitten
cmGeneratedFileStream.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
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 vuotta sitten
cmGetFilenameComponentCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmGetSourceFilePropertyCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 vuotta sitten
cmGetSourceFilePropertyCommand.h 7d76de4403 make sure ; expansion is done in all commands 24 vuotta sitten
cmITKWrapTclCommand.cxx da9d44f877 BUG: Only one generated Tcl wrapper source was getting added to the package's library. 23 vuotta sitten
cmITKWrapTclCommand.h da9d44f877 BUG: Only one generated Tcl wrapper source was getting added to the package's library. 23 vuotta sitten
cmIfCommand.cxx 8b2a797b57 fix warning 23 vuotta sitten
cmIfCommand.h 32ad30e883 better error handling with if statements 23 vuotta sitten
cmIncludeCommand.cxx d0d25bb989 Reformatted the error printed by cmMakefile. 24 vuotta sitten
cmIncludeCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmIncludeDirectoryCommand.cxx e8dbdcaf0c allows no arguments 23 vuotta sitten
cmIncludeDirectoryCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmIncludeExternalMSProjectCommand.cxx 4651dbcfc6 ENH: expand variables in arguments before the commands get them 24 vuotta sitten
cmIncludeExternalMSProjectCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmIncludeRegularExpressionCommand.cxx a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmIncludeRegularExpressionCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmInstallFilesCommand.cxx 22ae78d92f fixe for files with paths 23 vuotta sitten
cmInstallFilesCommand.h b59f5ddb7f fix install target 23 vuotta sitten
cmInstallProgramsCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 vuotta sitten
cmInstallProgramsCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmInstallTargetsCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 vuotta sitten
cmInstallTargetsCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmLinkDirectoriesCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 vuotta sitten
cmLinkDirectoriesCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmLinkLibrariesCommand.cxx e8dbdcaf0c allows no arguments 23 vuotta sitten
cmLinkLibrariesCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmListFileCache.cxx 789267c949 ENH: speed improvements 24 vuotta sitten
cmListFileCache.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmLoadCacheCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 vuotta sitten
cmLoadCacheCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmMSDotNETGenerator.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 vuotta sitten
cmMSDotNETGenerator.h 5484a691ef BUG: fix dot net for paths with spaces 23 vuotta sitten
cmMSProjectGenerator.cxx fd98b0cca0 ENH: enable cxx by default if no languages have been enabled 24 vuotta sitten
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 24 vuotta sitten
cmMakeDepend.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 vuotta sitten
cmMakeDepend.h fd26d44f5f now includes current include files directory when searching for files it includes 23 vuotta sitten
cmMakeDirectoryCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 vuotta sitten
cmMakeDirectoryCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmMakefile.cxx 3c9206fdd8 makefile now does not ignore NOTFOUND libs and includes 23 vuotta sitten
cmMakefile.h 32ad30e883 better error handling with if statements 23 vuotta sitten
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 24 vuotta sitten
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 24 vuotta sitten
cmMarkAsAdvancedCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 vuotta sitten
cmMarkAsAdvancedCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmMessageCommand.cxx 72022ac27b ENH: add ability to escape semi-colons 24 vuotta sitten
cmMessageCommand.h b6ebd7b7fa ENH: Add SEND_ERROR flag to MESSAGE so that an error can be raised within a CMakeList file 24 vuotta sitten
cmNMakeMakefileGenerator.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 vuotta sitten
cmNMakeMakefileGenerator.h 344a7cff8d use lower case and not short path for uniq paths on window 23 vuotta sitten
cmOptionCommand.cxx 945c4a8b5b WAR: remove warnings for .NET compiler 24 vuotta sitten
cmOptionCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmOutputRequiredFilesCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 vuotta sitten
cmOutputRequiredFilesCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmProjectCommand.cxx 7883b6c7dc expand ; args 24 vuotta sitten
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 vuotta sitten
cmQTWrapCPPCommand.cxx 0b88e57e54 fixed commands that were setting definitions in final pass to set definitions in initial pass 23 vuotta sitten
cmQTWrapCPPCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmQTWrapUICommand.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 vuotta sitten
cmQTWrapUICommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmRegularExpression.cxx 809b32fe59 ENH: remove several compiler warnings 24 vuotta sitten
cmRegularExpression.h 6ad590aad6 ENH: dot net almost working 24 vuotta sitten
cmRemoveCommand.cxx 9c69be42de updated for 1.4 24 vuotta sitten
cmRemoveCommand.h 9c69be42de updated for 1.4 24 vuotta sitten
cmSeparateArgumentsCommand.cxx 2d37e6d1a8 ENH: add new command to separate space separated arguments 24 vuotta sitten
cmSeparateArgumentsCommand.h 2d37e6d1a8 ENH: add new command to separate space separated arguments 24 vuotta sitten
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 vuotta sitten
cmSetCommand.h dbdb0adce8 ENH: add ability to use ; separated lists in SET and expand them for addexecutable and addlibrary 24 vuotta sitten
cmSetSourceFilesPropertiesCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 vuotta sitten
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 24 vuotta sitten
cmSiteNameCommand.cxx 4879c6cffa ENH: look for nslookup and hostname in the right places 24 vuotta sitten
cmSiteNameCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmSourceFile.cxx 089bea359e modified create test source to create a vector 23 vuotta sitten
cmSourceFile.h cdace2fcd2 performance fix 23 vuotta sitten
cmSourceFilesCommand.cxx 4b12e5a306 bug fix 23 vuotta sitten
cmSourceFilesCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
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 vuotta sitten
cmSourceFilesRemoveCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmSourceGroup.cxx 809b32fe59 ENH: remove several compiler warnings 24 vuotta sitten
cmSourceGroup.h 076aafe79a ENH: add file specific compile flags 24 vuotta sitten
cmSourceGroupCommand.cxx a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmSourceGroupCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmStandardIncludes.h dae99c659d BUG: Result from ostrstream::str() can be a null pointer. 23 vuotta sitten
cmSubdirCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 vuotta sitten
cmSubdirCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmSubdirDependsCommand.cxx a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmSubdirDependsCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmSystemTools.cxx 23deae1040 Ok, now cd will work on windows 23 vuotta sitten
cmSystemTools.h c5574e096b ENH: Added GetFilenameWithoutLastExtension. 23 vuotta sitten
cmTarget.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 vuotta sitten
cmTarget.h 0e6b39e52f BUG: Correct some of the dependency analysis code. 24 vuotta sitten
cmTargetLinkLibrariesCommand.cxx 6bbc8e9d45 does not need a second argument 23 vuotta sitten
cmTargetLinkLibrariesCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmUnixMakefileGenerator.cxx 9f6ebe4eb7 Fix problem when using NMake. This generated lines without space so nmake got all confused 23 vuotta sitten
cmUnixMakefileGenerator.h 344a7cff8d use lower case and not short path for uniq paths on window 23 vuotta sitten
cmUseMangledMesaCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 vuotta sitten
cmUseMangledMesaCommand.h 7d76de4403 make sure ; expansion is done in all commands 24 vuotta sitten
cmUtilitySourceCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 vuotta sitten
cmUtilitySourceCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmVTKMakeInstantiatorCommand.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 vuotta sitten
cmVTKMakeInstantiatorCommand.h ac74d51382 ENH: Added support for including extra files in generated header to get access to export macros of derived projects. 24 vuotta sitten
cmVTKWrapJavaCommand.cxx 0b88e57e54 fixed commands that were setting definitions in final pass to set definitions in initial pass 23 vuotta sitten
cmVTKWrapJavaCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmVTKWrapPythonCommand.cxx e0c3d1e959 fixed commands that were setting definitions in final pass to set definitions in initial pass 23 vuotta sitten
cmVTKWrapPythonCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmVTKWrapTclCommand.cxx 20b1d940a4 BUG: Generated call to Tcl_CreateCommand for vtkCommand should cast pointer to extern "C" version. 23 vuotta sitten
cmVTKWrapTclCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmVariableRequiresCommand.cxx 7d76de4403 make sure ; expansion is done in all commands 24 vuotta sitten
cmVariableRequiresCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmWrapExcludeFilesCommand.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 vuotta sitten
cmWrapExcludeFilesCommand.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
cmake.cxx 42a00c96c1 Fix changing of directories using cmSystemTools RunCommand feature 23 vuotta sitten
cmake.h a1a05a5fbc BUG: CMake crashed if it failed to find its own executable. Also added better error messages when this occurs. 23 vuotta sitten
cmakemain.cxx 350f09ae6d removed ccommand use cmake now 23 vuotta sitten
cmaketest.cxx 7fc1bd1281 ERR: UseIt() missing return type. 24 vuotta sitten
cmaketest.h.in 290c509e11 ENH: make sure the test tests the right cmake, and not the cmake used to bootstrap this cmake 24 vuotta sitten
cmakewizard.cxx d14a2314e5 check bool values and prefere off 24 vuotta sitten
cmakewizard.h a6a43d5320 ENH:Updated copyright 24 vuotta sitten
ctest.cxx 7df776057b BUG: make sure windows paths are used for the command or it will not work for win 98 23 vuotta sitten
ctest.h ceb365813f ENH: fix depend problem 24 vuotta sitten