Ken Martin d5c497d8bc ENH: update to new style of cache access 24 years ago
..
FLTKDialog d5c497d8bc ENH: update to new style of cache access 24 years ago
MFCDialog 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 years ago
CMakeLib.dsp 62d5051797 added make depend on win32 24 years ago
CMakeLists.txt a5cda2217d ENH: fix install for cygwin, build cmake from configure 24 years ago
CMakeSetup.dsw 06f403b274 updated for out of tree builds 24 years ago
DumpDocumentation.dsp 30ad61805b bug fixes 25 years ago
Makefile.in 4179c991f4 ENH: change MFC gui to use cmake class 24 years ago
cmAbstractFilesCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmAbstractFilesCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmAddCustomTargetCommand.cxx c84f6448a6 modified how paths are escaped, added depends 24 years ago
cmAddCustomTargetCommand.h c84f6448a6 modified how paths are escaped, added depends 24 years ago
cmAddDefinitionsCommand.cxx fda98f8562 BUG: Needed to expand variables of definitions. 24 years ago
cmAddDefinitionsCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmAddDependenciesCommand.cxx 43ac1a3a86 added add dependencies command 24 years ago
cmAddDependenciesCommand.h 43ac1a3a86 added add dependencies command 24 years ago
cmAddExecutableCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmAddExecutableCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmAddLibraryCommand.cxx e693d47253 ENH: Added support for selection of static/shared build on a per-library basis. 24 years ago
cmAddLibraryCommand.h e693d47253 ENH: Added support for selection of static/shared build on a per-library basis. 24 years ago
cmAddTestCommand.cxx f5ee70af60 ENH: Changed generated filename to DartTestfile.txt 24 years ago
cmAddTestCommand.h 37801ddaae added enable testing deprecated some commands 24 years ago
cmAuxSourceDirectoryCommand.cxx e169953e92 ENH: Source and header file extensions are in variables in cmMakefile. 24 years ago
cmAuxSourceDirectoryCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
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 24 years ago
cmBuildCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
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 24 years ago
cmBuildNameCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
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. 24 years ago
cmCableClassSet.h 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. 24 years ago
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. 24 years ago
cmCableClassSetCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmCableWrapTclCommand.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 24 years ago
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. 24 years ago
cmCacheManager.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 24 years ago
cmCacheManager.h 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 years ago
cmCommand.h 9027c8bdf7 ERR:Spelling mistake 24 years ago
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. 24 years ago
cmCommands.h 54cfe84f3f ENH:New copyright 25 years ago
cmConfigure.cmake.h.in a2b757aa2d ENH: better ability to find cmake program 24 years ago
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 years ago
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. 24 years ago
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. 24 years ago
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 24 years ago
cmConfigureGccXmlCommand.h 9adacc17f8 BUG: CompilerIsMipsPro needs to redirect stderr to stdout so that the test output can be checked. 24 years ago
cmCustomCommand.cxx 54cfe84f3f ENH:New copyright 25 years ago
cmCustomCommand.h 54cfe84f3f ENH:New copyright 25 years ago
cmDSPWriter.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 24 years ago
cmDSPWriter.h e693d47253 ENH: Added support for selection of static/shared build on a per-library basis. 24 years ago
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 24 years ago
cmDSWWriter.h 38a164d254 ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter 24 years ago
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. 25 years ago
cmDirectory.cxx 54cfe84f3f ENH:New copyright 25 years ago
cmDirectory.h 54cfe84f3f ENH:New copyright 25 years ago
cmDumpDocumentation.cxx 658614ff6a ENH:Reworked CMake for consistency 25 years ago
cmElseCommand.cxx d7702b4c30 added new if commands 24 years ago
cmElseCommand.h d7702b4c30 added new if commands 24 years ago
cmEnableTestingCommand.cxx 850d74f67f fixed Dart issue 24 years ago
cmEnableTestingCommand.h 37801ddaae added enable testing deprecated some commands 24 years ago
cmEndForEachCommand.cxx f783252c62 new commands 24 years ago
cmEndForEachCommand.h f783252c62 new commands 24 years ago
cmEndIfCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmEndIfCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmExecProgramCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmExecProgramCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
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 24 years ago
cmFindFileCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
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 24 years ago
cmFindLibraryCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
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 24 years ago
cmFindPathCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
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 24 years ago
cmFindProgramCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmForEachCommand.cxx f783252c62 new commands 24 years ago
cmForEachCommand.h f783252c62 new commands 24 years ago
cmFunctionBlocker.h 4ab2650802 added for each command 24 years ago
cmGeneratedFileStream.h b6d823a7c1 ENH: try to better handle control-c during make Makefiles 24 years ago
cmGetFilenameComponentCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmGetFilenameComponentCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmIfCommand.cxx d7702b4c30 added new if commands 24 years ago
cmIfCommand.h d7702b4c30 added new if commands 24 years ago
cmIncludeCommand.cxx d4edafe717 BUG: remove iostream.h includes 24 years ago
cmIncludeCommand.h 43c2a89568 ENH: add optional include and only allow one file per INCLUDE 24 years ago
cmIncludeDirectoryCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmIncludeDirectoryCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmIncludeRegularExpressionCommand.cxx cf82992964 ENH: Extended INCLUDE_REGULAR_EXPRESSION to allow selective complaints about missing dependencies. 24 years ago
cmIncludeRegularExpressionCommand.h cf82992964 ENH: Extended INCLUDE_REGULAR_EXPRESSION to allow selective complaints about missing dependencies. 24 years ago
cmInstallFilesCommand.cxx caab013c9a BUG: Need to expand variables when a regular expression is specified. 24 years ago
cmInstallFilesCommand.h 0ff3bdba20 better install support 24 years ago
cmInstallProgramsCommand.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. 24 years ago
cmInstallProgramsCommand.h 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. 24 years ago
cmInstallTargetsCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmInstallTargetsCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmLibraryCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmLinkDirectoriesCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmLinkDirectoriesCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
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 24 years ago
cmLinkLibrariesCommand.h 5579ee31d5 documentation change 24 years ago
cmLoadCacheCommand.cxx d4edafe717 BUG: remove iostream.h includes 24 years ago
cmLoadCacheCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
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 24 years ago
cmMSProjectGenerator.h 38a164d254 ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter 24 years ago
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. 24 years ago
cmMakeDepend.h 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. 24 years ago
cmMakeDirectoryCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmMakeDirectoryCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmMakefile.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 24 years ago
cmMakefile.h 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 years ago
cmMakefileGenerator.cxx 54cfe84f3f ENH:New copyright 25 years ago
cmMakefileGenerator.h a3cfcd9894 BUG: clean up memory leaks. 24 years ago
cmMessageCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmMessageCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmOptionCommand.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 24 years ago
cmOptionCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
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. 24 years ago
cmOutputRequiredFilesCommand.h 9508ae2b19 added new command 24 years ago
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 24 years ago
cmProjectCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmRegularExpression.cxx 54cfe84f3f ENH:New copyright 25 years ago
cmRegularExpression.h 54cfe84f3f ENH:New copyright 25 years ago
cmSetCommand.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 24 years ago
cmSetCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmSiteNameCommand.cxx 333e2dbf63 BUG: can not Add a definition that you just got 24 years ago
cmSiteNameCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmSourceFile.cxx e169953e92 ENH: Source and header file extensions are in variables in cmMakefile. 24 years ago
cmSourceFile.h e169953e92 ENH: Source and header file extensions are in variables in cmMakefile. 24 years ago
cmSourceFilesCommand.cxx e169953e92 ENH: Source and header file extensions are in variables in cmMakefile. 24 years ago
cmSourceFilesCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmSourceFilesRemoveCommand.cxx e169953e92 ENH: Source and header file extensions are in variables in cmMakefile. 24 years ago
cmSourceFilesRemoveCommand.h 348d1994ac ENH: Added new command SOURCE_FILES_REMOVE which can be used 24 years ago
cmSourceGroup.cxx de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 25 years ago
cmSourceGroup.h de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 25 years ago
cmSourceGroupCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmSourceGroupCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmStandardIncludes.h 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 years ago
cmSubdirCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmSubdirCommand.h 5579ee31d5 documentation change 24 years ago
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. 24 years ago
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. 24 years ago
cmSystemTools.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 24 years ago
cmSystemTools.h 572ecc9b8a ENH: Added support for non-verbose mode output from running a command. This can be used when it is expected that the command may fail. 24 years ago
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. 24 years ago
cmTarget.h 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. 24 years ago
cmTargetLinkLibrariesCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmTargetLinkLibrariesCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmUnixMakefileGenerator.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 24 years ago
cmUnixMakefileGenerator.h a1ec2852af ENH: some clean up, and better checking to see if we are building cmake 24 years ago
cmUtilitySourceCommand.cxx 333e2dbf63 BUG: can not Add a definition that you just got 24 years ago
cmUtilitySourceCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
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 24 years ago
cmVTKWrapJavaCommand.h 4e80d8e2b2 Should not be inherited. 24 years ago
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 24 years ago
cmVTKWrapPythonCommand.h 4e80d8e2b2 Should not be inherited. 24 years ago
cmVTKWrapTclCommand.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 24 years ago
cmVTKWrapTclCommand.h 4e80d8e2b2 Should not be inherited. 24 years ago
cmWrapExcludeFilesCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmWrapExcludeFilesCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 years ago
cmake.cxx a5eac44d18 ENH: rework GUI with configure/OK/Cancel 24 years ago
cmake.dsp 4179c991f4 ENH: change MFC gui to use cmake class 24 years ago
cmake.h a5eac44d18 ENH: rework GUI with configure/OK/Cancel 24 years ago
cmakemain.cxx f03ee2a53d cmake does not require two arguments 24 years ago
cmaketest.cxx fd06cd32c1 minor compile fix 24 years ago
cmaketest.h.in c19c252e23 minor fixes to testing 24 years ago