Brad King e0da3ef275 ERR: Corrected use of double-quotes to be compatible with UNIX make. Now double quotes (windows) or escape sequences for spaces (unix) are added when dependencies are output. 24 years ago
..
MFCDialog 0b0d1b1d43 ENH: add CMakeCache.txt support 25 years ago
CMakeBuildTargets.cxx 79b7d8a112 ERR: missing std:: on cout. 25 years ago
CMakeLib.dsp 8c087d0e7a ENH: Added SOURCE_GROUP command and corresponding support code. This command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles. 24 years ago
CMakeSetup.dsw 9d431ae48b ENH: share a .lib with the command line and mfc versions. 25 years ago
CMakeSetupCMD.cxx 89e037ee19 ENH: first pass at cache, clean up the unix generator, clean up configure.in some 25 years ago
CMakeSetupCMD.dsp 9d431ae48b ENH: share a .lib with the command line and mfc versions. 25 years ago
DLLFooter.dsptemplate cab31a5013 dll build rules 25 years ago
DLLHeader.dsptemplate 8fb07209eb ENH: Finished Simplifying dsptemplate processing with in place of separate Release, Debug, ReleaseDLL, ... configurations. 25 years ago
EXEFooter.dsptemplate 1f42f521ce NEW: move from tools and config to create CMake 25 years ago
EXEHeader.dsptemplate ee12876e2d FIX: returned to using /O2 optimization level and put a pragma in the netlib code that could not handle the /Og component of /O2 24 years ago
Makefile.in 8c087d0e7a ENH: Added SOURCE_GROUP command and corresponding support code. This command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles. 24 years ago
cmAbstractFilesCommand.cxx d31ce24413 ERR: Fixed warnings (int->unsigned int and a few others). 25 years ago
cmAbstractFilesCommand.h 463e466be3 ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 25 years ago
cmAddTargetCommand.cxx 658614ff6a ENH:Reworked CMake for consistency 25 years ago
cmAddTargetCommand.h 463e466be3 ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 25 years ago
cmAuxSourceDirectoryCommand.cxx 658614ff6a ENH:Reworked CMake for consistency 25 years ago
cmAuxSourceDirectoryCommand.h 463e466be3 ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 25 years ago
cmBuildSharedLibrariesCommand.cxx 2bba34959c new commands 25 years ago
cmBuildSharedLibrariesCommand.h 2bba34959c new commands 25 years ago
cmCableCloseNamespaceCommand.cxx dc72655414 ENH: Change to new CABLE command architecture. CABLE configuration code is now generated on the first pass, during the Invoke() calls. 25 years ago
cmCableCloseNamespaceCommand.h dc72655414 ENH: Change to new CABLE command architecture. CABLE configuration code is now generated on the first pass, during the Invoke() calls. 25 years ago
cmCableCommand.cxx e0da3ef275 ERR: Corrected use of double-quotes to be compatible with UNIX make. Now double quotes (windows) or escape sequences for spaces (unix) are added when dependencies are output. 24 years ago
cmCableCommand.h dc72655414 ENH: Change to new CABLE command architecture. CABLE configuration code is now generated on the first pass, during the Invoke() calls. 25 years ago
cmCableData.cxx 553457a4a4 ERR: Re-ordered declaration of members v. order of initialization on the constructor to match each other. 24 years ago
cmCableData.h 553457a4a4 ERR: Re-ordered declaration of members v. order of initialization on the constructor to match each other. 24 years ago
cmCableDefineSetCommand.cxx df8a7ecafd ENH: Changed generated includes to not have full path specified. 24 years ago
cmCableDefineSetCommand.h b9a8948ec8 ENH: Added SOURCE_FILES syntax to CABLE_DEFINE_SET command. 24 years ago
cmCableInstantiateClassCommand.cxx dc72655414 ENH: Change to new CABLE command architecture. CABLE configuration code is now generated on the first pass, during the Invoke() calls. 25 years ago
cmCableInstantiateClassCommand.h dc72655414 ENH: Change to new CABLE command architecture. CABLE configuration code is now generated on the first pass, during the Invoke() calls. 25 years ago
cmCableInstantiateCommand.cxx dc72655414 ENH: Change to new CABLE command architecture. CABLE configuration code is now generated on the first pass, during the Invoke() calls. 25 years ago
cmCableInstantiateCommand.h dc72655414 ENH: Change to new CABLE command architecture. CABLE configuration code is now generated on the first pass, during the Invoke() calls. 25 years ago
cmCableOpenNamespaceCommand.cxx dc72655414 ENH: Change to new CABLE command architecture. CABLE configuration code is now generated on the first pass, during the Invoke() calls. 25 years ago
cmCableOpenNamespaceCommand.h dc72655414 ENH: Change to new CABLE command architecture. CABLE configuration code is now generated on the first pass, during the Invoke() calls. 25 years ago
cmCablePackageCommand.cxx 8c087d0e7a ENH: Added SOURCE_GROUP command and corresponding support code. This command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles. 24 years ago
cmCablePackageCommand.h 354992c522 BUG: Fixed segfault when CABLE_PACKAGE is only CABLE command. Related to order of virtual destructor calls. 24 years ago
cmCablePackageEntryCommand.cxx dc72655414 ENH: Change to new CABLE command architecture. CABLE configuration code is now generated on the first pass, during the Invoke() calls. 25 years ago
cmCablePackageEntryCommand.h dc72655414 ENH: Change to new CABLE command architecture. CABLE configuration code is now generated on the first pass, during the Invoke() calls. 25 years ago
cmCableSourceFilesCommand.cxx 9b079becdf ENH: Added support for CABLE_SOURCE_FILES to refer to files that are not in the current directory. The include path is searched for the files. 24 years ago
cmCableSourceFilesCommand.h 9b079becdf ENH: Added support for CABLE_SOURCE_FILES to refer to files that are not in the current directory. The include path is searched for the files. 24 years ago
cmCableWrapCommand.cxx dc72655414 ENH: Change to new CABLE command architecture. CABLE configuration code is now generated on the first pass, during the Invoke() calls. 25 years ago
cmCableWrapCommand.h dc72655414 ENH: Change to new CABLE command architecture. CABLE configuration code is now generated on the first pass, during the Invoke() calls. 25 years ago
cmCacheManager.cxx 0b0d1b1d43 ENH: add CMakeCache.txt support 25 years ago
cmCacheManager.h 0b0d1b1d43 ENH: add CMakeCache.txt support 25 years ago
cmClassFile.cxx 3b338dacaf added functionality, fixed bug if no file existed and with header files 25 years ago
cmClassFile.h a91e3b5158 added wrap exclude ivar 25 years ago
cmCommand.h ce484264de ENH: Improved error handling when GetError is called on a command that has not called SetError. 25 years ago
cmCommands.cxx 8c087d0e7a ENH: Added SOURCE_GROUP command and corresponding support code. This command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles. 24 years ago
cmCommands.h d31ce24413 ERR: Fixed warnings (int->unsigned int and a few others). 25 years ago
cmConfigure.h.in 0b0d1b1d43 ENH: add CMakeCache.txt support 25 years ago
cmConfigureFileNoAutoconf.cxx 0b0d1b1d43 ENH: add CMakeCache.txt support 25 years ago
cmConfigureFileNoAutoconf.h d31ce24413 ERR: Fixed warnings (int->unsigned int and a few others). 25 years ago
cmDSPMakefile.cxx e0da3ef275 ERR: Corrected use of double-quotes to be compatible with UNIX make. Now double quotes (windows) or escape sequences for spaces (unix) are added when dependencies are output. 24 years ago
cmDSPMakefile.h 70b14df3f0 BUG: fix depends for libraries and executables in the same dir 24 years ago
cmDSPWriter.cxx e0da3ef275 ERR: Corrected use of double-quotes to be compatible with UNIX make. Now double quotes (windows) or escape sequences for spaces (unix) are added when dependencies are output. 24 years ago
cmDSPWriter.h 70b14df3f0 BUG: fix depends for libraries and executables in the same dir 24 years ago
cmDSWMakefile.cxx 70b14df3f0 BUG: fix depends for libraries and executables in the same dir 24 years ago
cmDSWMakefile.h 88bbc0c30d ENH:Documentation and cleanups 25 years ago
cmDSWWriter.cxx 70b14df3f0 BUG: fix depends for libraries and executables in the same dir 24 years ago
cmDSWWriter.h 88bbc0c30d ENH:Documentation and cleanups 25 years ago
cmDirectory.cxx c54a05bfc7 ENH: rework cmake, added ruleMaker classes and changed the syntax of the CMakeLists.txt files. 25 years ago
cmDirectory.h 88bbc0c30d ENH:Documentation and cleanups 25 years ago
cmDumpDocumentation.cxx 658614ff6a ENH:Reworked CMake for consistency 25 years ago
cmExecutablesCommand.cxx 658614ff6a ENH:Reworked CMake for consistency 25 years ago
cmExecutablesCommand.h 463e466be3 ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 25 years ago
cmFindFileCommand.cxx 3acd5951ba new command 25 years ago
cmFindFileCommand.h 3acd5951ba new command 25 years ago
cmFindIncludeCommand.cxx 2a7964e310 ENH: better error reporting, and add NOTFOUND into cache for library and file find 24 years ago
cmFindIncludeCommand.h 3355878eeb fixed the documentation some 24 years ago
cmFindLibraryCommand.cxx 2a7964e310 ENH: better error reporting, and add NOTFOUND into cache for library and file find 24 years ago
cmFindLibraryCommand.h 463e466be3 ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 25 years ago
cmFindProgramCommand.cxx 7cde8fd0f4 fixed bug and modified functionality 25 years ago
cmFindProgramCommand.h 7cde8fd0f4 fixed bug and modified functionality 25 years ago
cmIncludeDirectoryCommand.cxx 89e037ee19 ENH: first pass at cache, clean up the unix generator, clean up configure.in some 25 years ago
cmIncludeDirectoryCommand.h 463e466be3 ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 25 years ago
cmIncludeRegularExpressionCommand.cxx be4db9150c ENH: Added INCLUDE_REGULAR_EXPRESSION command to set regular expression used in dependency checking. 24 years ago
cmIncludeRegularExpressionCommand.h be4db9150c ENH: Added INCLUDE_REGULAR_EXPRESSION command to set regular expression used in dependency checking. 24 years ago
cmLibraryCommand.cxx 658614ff6a ENH:Reworked CMake for consistency 25 years ago
cmLibraryCommand.h 463e466be3 ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 25 years ago
cmLinkDirectoriesCommand.cxx 658614ff6a ENH:Reworked CMake for consistency 25 years ago
cmLinkDirectoriesCommand.h 463e466be3 ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 25 years ago
cmLinkLibrariesCommand.cxx 658614ff6a ENH:Reworked CMake for consistency 25 years ago
cmLinkLibrariesCommand.h 463e466be3 ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 25 years ago
cmMSProjectGenerator.cxx 0ce5ac760b ENH:Documentation and cleanups 25 years ago
cmMSProjectGenerator.h d195c01a90 ENH: add cache manager class, move all commands into cmCommands.cxx to speed up compile times, share a .lib with the command line and mfc versions. 25 years ago
cmMakeDepend.cxx be4db9150c ENH: Added INCLUDE_REGULAR_EXPRESSION command to set regular expression used in dependency checking. 24 years ago
cmMakeDepend.h be4db9150c ENH: Added INCLUDE_REGULAR_EXPRESSION command to set regular expression used in dependency checking. 24 years ago
cmMakefile.cxx 2a7964e310 ENH: better error reporting, and add NOTFOUND into cache for library and file find 24 years ago
cmMakefile.h 8c087d0e7a ENH: Added SOURCE_GROUP command and corresponding support code. This command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles. 24 years ago
cmMakefileGenerator.cxx 0ce5ac760b ENH:Documentation and cleanups 25 years ago
cmMakefileGenerator.h 658614ff6a ENH:Reworked CMake for consistency 25 years ago
cmProjectCommand.cxx fce56c57c4 some cleanup and fixes 25 years ago
cmProjectCommand.h 463e466be3 ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 25 years ago
cmRegularExpression.cxx 88bbc0c30d ENH:Documentation and cleanups 25 years ago
cmRegularExpression.h 89e037ee19 ENH: first pass at cache, clean up the unix generator, clean up configure.in some 25 years ago
cmSourceFilesCommand.cxx 658614ff6a ENH:Reworked CMake for consistency 25 years ago
cmSourceFilesCommand.h 463e466be3 ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 25 years ago
cmSourceFilesRequireCommand.cxx 658614ff6a ENH:Reworked CMake for consistency 25 years ago
cmSourceFilesRequireCommand.h 463e466be3 ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 25 years ago
cmSourceGroup.cxx 8c087d0e7a ENH: Added SOURCE_GROUP command and corresponding support code. This command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles. 24 years ago
cmSourceGroup.h 8c087d0e7a ENH: Added SOURCE_GROUP command and corresponding support code. This command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles. 24 years ago
cmSourceGroupCommand.cxx 8c087d0e7a ENH: Added SOURCE_GROUP command and corresponding support code. This command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles. 24 years ago
cmSourceGroupCommand.h 8c087d0e7a ENH: Added SOURCE_GROUP command and corresponding support code. This command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles. 24 years ago
cmStandardIncludes.h 408cad388a ERR: Added pragma to disable symbol length warning for Intel compiler. 24 years ago
cmSubdirCommand.cxx 658614ff6a ENH:Reworked CMake for consistency 25 years ago
cmSubdirCommand.h 463e466be3 ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 25 years ago
cmSystemTools.cxx e0da3ef275 ERR: Corrected use of double-quotes to be compatible with UNIX make. Now double quotes (windows) or escape sequences for spaces (unix) are added when dependencies are output. 24 years ago
cmSystemTools.h e0da3ef275 ERR: Corrected use of double-quotes to be compatible with UNIX make. Now double quotes (windows) or escape sequences for spaces (unix) are added when dependencies are output. 24 years ago
cmTestsCommand.cxx 658614ff6a ENH:Reworked CMake for consistency 25 years ago
cmTestsCommand.h 463e466be3 ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 25 years ago
cmUnixDefinesCommand.cxx b23fedda77 ERR: Minor wording error in output message. 25 years ago
cmUnixDefinesCommand.h 463e466be3 ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 25 years ago
cmUnixLibrariesCommand.cxx 658614ff6a ENH:Reworked CMake for consistency 25 years ago
cmUnixLibrariesCommand.h 463e466be3 ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 25 years ago
cmUnixMakefileGenerator.cxx e0da3ef275 ERR: Corrected use of double-quotes to be compatible with UNIX make. Now double quotes (windows) or escape sequences for spaces (unix) are added when dependencies are output. 24 years ago
cmUnixMakefileGenerator.h 5fc8300476 ENH: Added utility dependency support. Now a project can depend on other executables as well as link libraries. 25 years ago
cmUtilitySourceCommand.cxx e0da3ef275 ERR: Corrected use of double-quotes to be compatible with UNIX make. Now double quotes (windows) or escape sequences for spaces (unix) are added when dependencies are output. 24 years ago
cmUtilitySourceCommand.h f2cd113761 ENH: Made UTILITY_SOURCE command inherited, just like FIND_PROGRAM. 25 years ago
cmWin32DefinesCommand.cxx 658614ff6a ENH:Reworked CMake for consistency 25 years ago
cmWin32DefinesCommand.h 463e466be3 ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 25 years ago
cmWin32IncludeDirectoryCommand.cxx 8c4795025f Include directories under Win32 only (inherited by subdirs) 25 years ago
cmWin32IncludeDirectoryCommand.h 8c4795025f Include directories under Win32 only (inherited by subdirs) 25 years ago
cmWin32LibrariesCommand.cxx 658614ff6a ENH:Reworked CMake for consistency 25 years ago
cmWin32LibrariesCommand.h 463e466be3 ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 25 years ago
cmWindowsConfigure.cxx 88bbc0c30d ENH:Documentation and cleanups 25 years ago
cmWindowsConfigure.h 88bbc0c30d ENH:Documentation and cleanups 25 years ago
cmWrapExcludeFilesCommand.cxx 2bba34959c new commands 25 years ago
cmWrapExcludeFilesCommand.h 2bba34959c new commands 25 years ago
cmWrapTclCommand.cxx 8c087d0e7a ENH: Added SOURCE_GROUP command and corresponding support code. This command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles. 24 years ago
cmWrapTclCommand.h 32e738cd0c very early version of a wrapper 25 years ago
staticLibFooter.dsptemplate 1f42f521ce NEW: move from tools and config to create CMake 25 years ago
staticLibHeader.dsptemplate ee12876e2d FIX: returned to using /O2 optimization level and put a pragma in the netlib code that could not handle the /Og component of /O2 24 years ago