Ken Martin 2190ddc4e9 added test driver for make test target %!s(int64=24) %!d(string=hai) anos
..
FLTKDialog d5c497d8bc ENH: update to new style of cache access %!s(int64=24) %!d(string=hai) anos
MFCDialog 5d0d488484 BUG: add missing CMakeCommandLineInfo %!s(int64=24) %!d(string=hai) anos
CMakeLib.dsp 62d5051797 added make depend on win32 %!s(int64=24) %!d(string=hai) anos
CMakeLists.txt 2190ddc4e9 added test driver for make test target %!s(int64=24) %!d(string=hai) anos
CMakeSetup.dsw 06f403b274 updated for out of tree builds %!s(int64=25) %!d(string=hai) anos
DumpDocumentation.dsp 30ad61805b bug fixes %!s(int64=25) %!d(string=hai) anos
Makefile.in 4179c991f4 ENH: change MFC gui to use cmake class %!s(int64=25) %!d(string=hai) anos
cmAbstractFilesCommand.cxx 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmAbstractFilesCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmAddCustomTargetCommand.cxx c84f6448a6 modified how paths are escaped, added depends %!s(int64=24) %!d(string=hai) anos
cmAddCustomTargetCommand.h c84f6448a6 modified how paths are escaped, added depends %!s(int64=24) %!d(string=hai) anos
cmAddDefinitionsCommand.cxx fda98f8562 BUG: Needed to expand variables of definitions. %!s(int64=24) %!d(string=hai) anos
cmAddDefinitionsCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmAddDependenciesCommand.cxx 43ac1a3a86 added add dependencies command %!s(int64=24) %!d(string=hai) anos
cmAddDependenciesCommand.h 43ac1a3a86 added add dependencies command %!s(int64=24) %!d(string=hai) anos
cmAddExecutableCommand.cxx 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmAddExecutableCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmAddLibraryCommand.cxx e693d47253 ENH: Added support for selection of static/shared build on a per-library basis. %!s(int64=24) %!d(string=hai) anos
cmAddLibraryCommand.h e693d47253 ENH: Added support for selection of static/shared build on a per-library basis. %!s(int64=24) %!d(string=hai) anos
cmAddTestCommand.cxx f5ee70af60 ENH: Changed generated filename to DartTestfile.txt %!s(int64=24) %!d(string=hai) anos
cmAddTestCommand.h 37801ddaae added enable testing deprecated some commands %!s(int64=24) %!d(string=hai) anos
cmAuxSourceDirectoryCommand.cxx e169953e92 ENH: Source and header file extensions are in variables in cmMakefile. %!s(int64=24) %!d(string=hai) anos
cmAuxSourceDirectoryCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmBuildCommand.cxx 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 %!s(int64=24) %!d(string=hai) anos
cmBuildCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmBuildNameCommand.cxx 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 %!s(int64=24) %!d(string=hai) anos
cmBuildNameCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmCableClassSet.cxx 489e91a1f7 ERR: ElementCombinationGenerator::ReplacePortion needs to be a friend of ElementCombinationGenerator so that it can get access to ElementCombinationGenerator::Substitution. Also fixed one minor problem for HP build. %!s(int64=24) %!d(string=hai) anos
cmCableClassSet.h ddd5a7d729 ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files. %!s(int64=24) %!d(string=hai) anos
cmCableClassSetCommand.cxx 6d54c3d6f8 ENH: Added cable class-set expansion and tagging for alternate name generation. This should make the generated wrappers much easier to setup and use. %!s(int64=24) %!d(string=hai) anos
cmCableClassSetCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmCableWrapTclCommand.cxx ddd5a7d729 ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files. %!s(int64=24) %!d(string=hai) anos
cmCableWrapTclCommand.h d76f84f70e ENH: Added use of a class's tag to generate a better set of filenames for its wrapper configuration, xml, and generated files. This should also prevent half the classes from re-wrapping when a new one is inserted in the middle. %!s(int64=24) %!d(string=hai) anos
cmCacheManager.cxx ddd5a7d729 ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files. %!s(int64=24) %!d(string=hai) anos
cmCacheManager.h ddd5a7d729 ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files. %!s(int64=24) %!d(string=hai) anos
cmCommand.h 9027c8bdf7 ERR:Spelling mistake %!s(int64=24) %!d(string=hai) anos
cmCommands.cxx 8a03ccda07 ENH: Added SUBDIR_DEPENDS command and corresponding support code. This command allows specification that a set of subdirectories be built before a particular directory. %!s(int64=24) %!d(string=hai) anos
cmCommands.h 54cfe84f3f ENH:New copyright %!s(int64=25) %!d(string=hai) anos
cmConfigure.cmake.h.in 95e4feb361 BUG: add in for scope variable %!s(int64=24) %!d(string=hai) anos
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 %!s(int64=24) %!d(string=hai) anos
cmConfigureFileCommand.cxx 9cce835900 ENH: Added 'IMMEDIATE' option to CONFIGURE_FILE command to force file copy and configuration on the initial pass so that current variable values are used. %!s(int64=24) %!d(string=hai) anos
cmConfigureFileCommand.h 9cce835900 ENH: Added 'IMMEDIATE' option to CONFIGURE_FILE command to force file copy and configuration on the initial pass so that current variable values are used. %!s(int64=24) %!d(string=hai) anos
cmConfigureGccXmlCommand.cxx 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 %!s(int64=24) %!d(string=hai) anos
cmConfigureGccXmlCommand.h 9adacc17f8 BUG: CompilerIsMipsPro needs to redirect stderr to stdout so that the test output can be checked. %!s(int64=24) %!d(string=hai) anos
cmCustomCommand.cxx 54cfe84f3f ENH:New copyright %!s(int64=25) %!d(string=hai) anos
cmCustomCommand.h 54cfe84f3f ENH:New copyright %!s(int64=25) %!d(string=hai) anos
cmDSPWriter.cxx abff98fb9d ENH: do not put a rule in to rebuild the ALL_BUILD.dsp file, as it is not possible... %!s(int64=24) %!d(string=hai) anos
cmDSPWriter.h e693d47253 ENH: Added support for selection of static/shared build on a per-library basis. %!s(int64=24) %!d(string=hai) anos
cmDSWWriter.cxx 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 %!s(int64=24) %!d(string=hai) anos
cmDSWWriter.h 38a164d254 ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter %!s(int64=24) %!d(string=hai) anos
cmData.h a5480276d5 ENH: Added cmData and corresponding DataMap in cmMakefile to allow commands to register arbitrary extra data with the makefile without modifying the cmMakefile class definition. %!s(int64=25) %!d(string=hai) anos
cmDirectory.cxx 54cfe84f3f ENH:New copyright %!s(int64=25) %!d(string=hai) anos
cmDirectory.h 54cfe84f3f ENH:New copyright %!s(int64=25) %!d(string=hai) anos
cmDumpDocumentation.cxx 658614ff6a ENH:Reworked CMake for consistency %!s(int64=25) %!d(string=hai) anos
cmElseCommand.cxx c151f30861 backwards MATCHES in if and else statements %!s(int64=24) %!d(string=hai) anos
cmElseCommand.h d7702b4c30 added new if commands %!s(int64=24) %!d(string=hai) anos
cmEnableTestingCommand.cxx 850d74f67f fixed Dart issue %!s(int64=24) %!d(string=hai) anos
cmEnableTestingCommand.h 37801ddaae added enable testing deprecated some commands %!s(int64=24) %!d(string=hai) anos
cmEndForEachCommand.cxx f783252c62 new commands %!s(int64=24) %!d(string=hai) anos
cmEndForEachCommand.h f783252c62 new commands %!s(int64=24) %!d(string=hai) anos
cmEndIfCommand.cxx 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmEndIfCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmExecProgramCommand.cxx 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmExecProgramCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmFindFileCommand.cxx 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 %!s(int64=24) %!d(string=hai) anos
cmFindFileCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmFindLibraryCommand.cxx 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 %!s(int64=24) %!d(string=hai) anos
cmFindLibraryCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmFindPathCommand.cxx 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 %!s(int64=24) %!d(string=hai) anos
cmFindPathCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmFindProgramCommand.cxx 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 %!s(int64=24) %!d(string=hai) anos
cmFindProgramCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmForEachCommand.cxx f783252c62 new commands %!s(int64=24) %!d(string=hai) anos
cmForEachCommand.h f783252c62 new commands %!s(int64=24) %!d(string=hai) anos
cmFunctionBlocker.h 4ab2650802 added for each command %!s(int64=24) %!d(string=hai) anos
cmGeneratedFileStream.h b6d823a7c1 ENH: try to better handle control-c during make Makefiles %!s(int64=24) %!d(string=hai) anos
cmGetFilenameComponentCommand.cxx 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmGetFilenameComponentCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmIfCommand.cxx c151f30861 backwards MATCHES in if and else statements %!s(int64=24) %!d(string=hai) anos
cmIfCommand.h d7702b4c30 added new if commands %!s(int64=24) %!d(string=hai) anos
cmIncludeCommand.cxx d4edafe717 BUG: remove iostream.h includes %!s(int64=24) %!d(string=hai) anos
cmIncludeCommand.h 43c2a89568 ENH: add optional include and only allow one file per INCLUDE %!s(int64=24) %!d(string=hai) anos
cmIncludeDirectoryCommand.cxx 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmIncludeDirectoryCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmIncludeRegularExpressionCommand.cxx cf82992964 ENH: Extended INCLUDE_REGULAR_EXPRESSION to allow selective complaints about missing dependencies. %!s(int64=24) %!d(string=hai) anos
cmIncludeRegularExpressionCommand.h cf82992964 ENH: Extended INCLUDE_REGULAR_EXPRESSION to allow selective complaints about missing dependencies. %!s(int64=24) %!d(string=hai) anos
cmInstallFilesCommand.cxx 3d86ad7237 ENH: Improved INSTALL_FILES and INSTALL_PROGRAMS commands to allow each call to the command in a single directory to specify a different install path. %!s(int64=24) %!d(string=hai) anos
cmInstallFilesCommand.h 3d86ad7237 ENH: Improved INSTALL_FILES and INSTALL_PROGRAMS commands to allow each call to the command in a single directory to specify a different install path. %!s(int64=24) %!d(string=hai) anos
cmInstallProgramsCommand.cxx 3d86ad7237 ENH: Improved INSTALL_FILES and INSTALL_PROGRAMS commands to allow each call to the command in a single directory to specify a different install path. %!s(int64=24) %!d(string=hai) anos
cmInstallProgramsCommand.h 3d86ad7237 ENH: Improved INSTALL_FILES and INSTALL_PROGRAMS commands to allow each call to the command in a single directory to specify a different install path. %!s(int64=24) %!d(string=hai) anos
cmInstallTargetsCommand.cxx 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmInstallTargetsCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmLibraryCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmLinkDirectoriesCommand.cxx 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmLinkDirectoriesCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmLinkLibrariesCommand.cxx 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 %!s(int64=24) %!d(string=hai) anos
cmLinkLibrariesCommand.h 5579ee31d5 documentation change %!s(int64=24) %!d(string=hai) anos
cmLoadCacheCommand.cxx 3b9f97f32d Adding new options to LoadCache. %!s(int64=24) %!d(string=hai) anos
cmLoadCacheCommand.h 3b9f97f32d Adding new options to LoadCache. %!s(int64=24) %!d(string=hai) anos
cmMSProjectGenerator.cxx 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 %!s(int64=24) %!d(string=hai) anos
cmMSProjectGenerator.h 38a164d254 ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter %!s(int64=24) %!d(string=hai) anos
cmMakeDepend.cxx ddec29c52d BUG: Changed include and link directory paths in cmMakefile back to std::vector because there is an order dependency. Only cmMakefile::AddIncludeDirectory and cmMakefile::AddLinkDirectory should be called to add directories to the paths. They make sure the paths are unique as they are inserted. %!s(int64=24) %!d(string=hai) anos
cmMakeDepend.h ddd5a7d729 ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files. %!s(int64=24) %!d(string=hai) anos
cmMakeDirectoryCommand.cxx 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmMakeDirectoryCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmMakefile.cxx a159c2d306 %!s(int64=24) %!d(string=hai) anos
cmMakefile.h ddd5a7d729 ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files. %!s(int64=24) %!d(string=hai) anos
cmMakefileGenerator.cxx 54cfe84f3f ENH:New copyright %!s(int64=25) %!d(string=hai) anos
cmMakefileGenerator.h a3cfcd9894 BUG: clean up memory leaks. %!s(int64=24) %!d(string=hai) anos
cmMessageCommand.cxx 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmMessageCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmOptionCommand.cxx edc738173b Allow option value to be expanded (thus, we can use the value of another option as default) %!s(int64=24) %!d(string=hai) anos
cmOptionCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmOutputRequiredFilesCommand.cxx 82c1916a6d ENH: Hacked together a new implementation of the dependency generator code. This should support finding dependencies for individual files without doing them for the entire makefile. Use cmMakeDepend::FindDependencies() to do this. %!s(int64=24) %!d(string=hai) anos
cmOutputRequiredFilesCommand.h 9508ae2b19 added new command %!s(int64=24) %!d(string=hai) anos
cmProjectCommand.cxx 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 %!s(int64=24) %!d(string=hai) anos
cmProjectCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmRegularExpression.cxx 54cfe84f3f ENH:New copyright %!s(int64=25) %!d(string=hai) anos
cmRegularExpression.h 54cfe84f3f ENH:New copyright %!s(int64=25) %!d(string=hai) anos
cmSetCommand.cxx 48febc4ed3 BUG: cmSystemTools::CollapseFullPath is a bad thing to call on the compiler which is a filepath %!s(int64=24) %!d(string=hai) anos
cmSetCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmSiteNameCommand.cxx 333e2dbf63 BUG: can not Add a definition that you just got %!s(int64=24) %!d(string=hai) anos
cmSiteNameCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmSourceFile.cxx e169953e92 ENH: Source and header file extensions are in variables in cmMakefile. %!s(int64=24) %!d(string=hai) anos
cmSourceFile.h e169953e92 ENH: Source and header file extensions are in variables in cmMakefile. %!s(int64=24) %!d(string=hai) anos
cmSourceFilesCommand.cxx e169953e92 ENH: Source and header file extensions are in variables in cmMakefile. %!s(int64=24) %!d(string=hai) anos
cmSourceFilesCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmSourceFilesRemoveCommand.cxx e169953e92 ENH: Source and header file extensions are in variables in cmMakefile. %!s(int64=24) %!d(string=hai) anos
cmSourceFilesRemoveCommand.h 348d1994ac ENH: Added new command SOURCE_FILES_REMOVE which can be used %!s(int64=24) %!d(string=hai) anos
cmSourceGroup.cxx de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) %!s(int64=25) %!d(string=hai) anos
cmSourceGroup.h ddd5a7d729 ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files. %!s(int64=24) %!d(string=hai) anos
cmSourceGroupCommand.cxx 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmSourceGroupCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmStandardIncludes.h ddd5a7d729 ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files. %!s(int64=24) %!d(string=hai) anos
cmSubdirCommand.cxx 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmSubdirCommand.h 5579ee31d5 documentation change %!s(int64=24) %!d(string=hai) anos
cmSubdirDependsCommand.cxx 8a03ccda07 ENH: Added SUBDIR_DEPENDS command and corresponding support code. This command allows specification that a set of subdirectories be built before a particular directory. %!s(int64=24) %!d(string=hai) anos
cmSubdirDependsCommand.h 8a03ccda07 ENH: Added SUBDIR_DEPENDS command and corresponding support code. This command allows specification that a set of subdirectories be built before a particular directory. %!s(int64=24) %!d(string=hai) anos
cmSystemTools.cxx 2190ddc4e9 added test driver for make test target %!s(int64=24) %!d(string=hai) anos
cmSystemTools.h 2190ddc4e9 added test driver for make test target %!s(int64=24) %!d(string=hai) anos
cmTarget.cxx cfa25e9e1a ENH: Added INSTALL_PROGRAMS command and corresponding support. This involved splitting cmTarget::INSTALL into INSTALL_FILES and INSTALL_PROGRAMS enum values. INSTALL_FILES no longer adds execute permission. The INSTALL_PROGRAMS commnad takes either a list of explicit names, or a regex. It will not expand source lists like the INSTALL_FILES command will. %!s(int64=24) %!d(string=hai) anos
cmTarget.h ddd5a7d729 ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files. %!s(int64=24) %!d(string=hai) anos
cmTargetLinkLibrariesCommand.cxx 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmTargetLinkLibrariesCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmUnixMakefileGenerator.cxx 2190ddc4e9 added test driver for make test target %!s(int64=24) %!d(string=hai) anos
cmUnixMakefileGenerator.h a1ec2852af ENH: some clean up, and better checking to see if we are building cmake %!s(int64=24) %!d(string=hai) anos
cmUtilitySourceCommand.cxx 333e2dbf63 BUG: can not Add a definition that you just got %!s(int64=24) %!d(string=hai) anos
cmUtilitySourceCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmVTKWrapJavaCommand.cxx 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 %!s(int64=24) %!d(string=hai) anos
cmVTKWrapJavaCommand.h 4e80d8e2b2 Should not be inherited. %!s(int64=24) %!d(string=hai) anos
cmVTKWrapPythonCommand.cxx 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 %!s(int64=24) %!d(string=hai) anos
cmVTKWrapPythonCommand.h 4e80d8e2b2 Should not be inherited. %!s(int64=24) %!d(string=hai) anos
cmVTKWrapTclCommand.cxx 0b471134c3 now creates output directories %!s(int64=24) %!d(string=hai) anos
cmVTKWrapTclCommand.h 4e80d8e2b2 Should not be inherited. %!s(int64=24) %!d(string=hai) anos
cmWrapExcludeFilesCommand.cxx 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmWrapExcludeFilesCommand.h 9922155423 ENH: rename Invoke to InitialPass %!s(int64=24) %!d(string=hai) anos
cmake.cxx a5eac44d18 ENH: rework GUI with configure/OK/Cancel %!s(int64=24) %!d(string=hai) anos
cmake.dsp 4179c991f4 ENH: change MFC gui to use cmake class %!s(int64=25) %!d(string=hai) anos
cmake.h a5eac44d18 ENH: rework GUI with configure/OK/Cancel %!s(int64=24) %!d(string=hai) anos
cmakemain.cxx f03ee2a53d cmake does not require two arguments %!s(int64=24) %!d(string=hai) anos
cmaketest.cxx fd06cd32c1 minor compile fix %!s(int64=24) %!d(string=hai) anos
cmaketest.h.in c19c252e23 minor fixes to testing %!s(int64=24) %!d(string=hai) anos
ctest.cxx 2190ddc4e9 added test driver for make test target %!s(int64=24) %!d(string=hai) anos
ctest.h 2190ddc4e9 added test driver for make test target %!s(int64=24) %!d(string=hai) anos