CMake/Source
Brad King 7b47a5d2ef ENH: Need BUILD_SHARED_LIBRARIES defined for making windows DLLs. 2001-04-10 15:26:57 -04:00
..
MFCDialog ENH: add CMakeCache.txt support 2001-02-22 19:24:43 -05:00
CMakeBuildTargets.cxx ERR: missing std:: on cout. 2001-02-27 12:00:03 -05:00
CMakeLib.dsp 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. 2001-03-20 13:20:59 -05:00
CMakeSetup.dsw ENH: share a .lib with the command line and mfc versions. 2001-02-12 14:42:46 -05:00
CMakeSetupCMD.cxx ENH: first pass at cache, clean up the unix generator, clean up configure.in some 2001-02-19 15:13:48 -05:00
CMakeSetupCMD.dsp ENH: share a .lib with the command line and mfc versions. 2001-02-12 14:42:46 -05:00
DLLFooter.dsptemplate dll build rules 2001-02-27 16:46:43 -05:00
DLLHeader.dsptemplate ENH: Need BUILD_SHARED_LIBRARIES defined for making windows DLLs. 2001-04-10 15:26:57 -04:00
EXEFooter.dsptemplate NEW: move from tools and config to create CMake 2000-08-29 15:26:29 -04:00
EXEHeader.dsptemplate FIX: returned to using /O2 optimization level and put a pragma in the netlib code that could not handle the /Og component of /O2 2001-04-04 09:33:59 -04:00
Makefile.in 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. 2001-03-20 13:20:59 -05:00
cmAbstractFilesCommand.cxx ERR: Fixed warnings (int->unsigned int and a few others). 2001-02-23 10:40:13 -05:00
cmAbstractFilesCommand.h ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 2001-02-26 12:07:53 -05:00
cmAddTargetCommand.cxx ENH:Reworked CMake for consistency 2001-01-18 11:20:24 -05:00
cmAddTargetCommand.h ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 2001-02-26 12:07:53 -05:00
cmAuxSourceDirectoryCommand.cxx ENH:Reworked CMake for consistency 2001-01-18 11:20:24 -05:00
cmAuxSourceDirectoryCommand.h ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 2001-02-26 12:07:53 -05:00
cmBuildSharedLibrariesCommand.cxx new commands 2001-02-27 16:48:15 -05:00
cmBuildSharedLibrariesCommand.h new commands 2001-02-27 16:48:15 -05:00
cmCableCloseNamespaceCommand.cxx ENH: Change to new CABLE command architecture. CABLE configuration code is now generated on the first pass, during the Invoke() calls. 2001-03-01 16:47:05 -05:00
cmCableCloseNamespaceCommand.h ENH: Change to new CABLE command architecture. CABLE configuration code is now generated on the first pass, during the Invoke() calls. 2001-03-01 16:47:05 -05:00
cmCableCommand.cxx 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. 2001-04-09 10:31:36 -04:00
cmCableCommand.h ENH: Change to new CABLE command architecture. CABLE configuration code is now generated on the first pass, during the Invoke() calls. 2001-03-01 16:47:05 -05:00
cmCableData.cxx ERR: Re-ordered declaration of members v. order of initialization on the constructor to match each other. 2001-03-16 11:14:08 -05:00
cmCableData.h ERR: Re-ordered declaration of members v. order of initialization on the constructor to match each other. 2001-03-16 11:14:08 -05:00
cmCableDefineSetCommand.cxx ENH: Changed generated includes to not have full path specified. 2001-03-16 09:25:18 -05:00
cmCableDefineSetCommand.h ENH: Added SOURCE_FILES syntax to CABLE_DEFINE_SET command. 2001-03-15 14:46:08 -05:00
cmCableInstantiateClassCommand.cxx ENH: Change to new CABLE command architecture. CABLE configuration code is now generated on the first pass, during the Invoke() calls. 2001-03-01 16:47:05 -05:00
cmCableInstantiateClassCommand.h ENH: Change to new CABLE command architecture. CABLE configuration code is now generated on the first pass, during the Invoke() calls. 2001-03-01 16:47:05 -05:00
cmCableInstantiateCommand.cxx ENH: Change to new CABLE command architecture. CABLE configuration code is now generated on the first pass, during the Invoke() calls. 2001-03-01 16:47:05 -05:00
cmCableInstantiateCommand.h ENH: Change to new CABLE command architecture. CABLE configuration code is now generated on the first pass, during the Invoke() calls. 2001-03-01 16:47:05 -05:00
cmCableOpenNamespaceCommand.cxx ENH: Change to new CABLE command architecture. CABLE configuration code is now generated on the first pass, during the Invoke() calls. 2001-03-01 16:47:05 -05:00
cmCableOpenNamespaceCommand.h ENH: Change to new CABLE command architecture. CABLE configuration code is now generated on the first pass, during the Invoke() calls. 2001-03-01 16:47:05 -05:00
cmCablePackageCommand.cxx ERR: Added double-quotes around command name before arguments are appended. 2001-04-09 10:56:55 -04:00
cmCablePackageCommand.h BUG: Fixed segfault when CABLE_PACKAGE is only CABLE command. Related to order of virtual destructor calls. 2001-03-15 10:42:43 -05:00
cmCablePackageEntryCommand.cxx ENH: Change to new CABLE command architecture. CABLE configuration code is now generated on the first pass, during the Invoke() calls. 2001-03-01 16:47:05 -05:00
cmCablePackageEntryCommand.h ENH: Change to new CABLE command architecture. CABLE configuration code is now generated on the first pass, during the Invoke() calls. 2001-03-01 16:47:05 -05:00
cmCableSourceFilesCommand.cxx 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. 2001-03-23 14:27:02 -05:00
cmCableSourceFilesCommand.h 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. 2001-03-23 14:27:02 -05:00
cmCableWrapCommand.cxx ENH: Change to new CABLE command architecture. CABLE configuration code is now generated on the first pass, during the Invoke() calls. 2001-03-01 16:47:05 -05:00
cmCableWrapCommand.h ENH: Change to new CABLE command architecture. CABLE configuration code is now generated on the first pass, during the Invoke() calls. 2001-03-01 16:47:05 -05:00
cmCacheManager.cxx ENH: add CMakeCache.txt support 2001-02-22 19:24:43 -05:00
cmCacheManager.h ENH: add CMakeCache.txt support 2001-02-22 19:24:43 -05:00
cmClassFile.cxx added functionality, fixed bug if no file existed and with header files 2001-02-26 17:15:44 -05:00
cmClassFile.h added wrap exclude ivar 2001-02-27 16:48:55 -05:00
cmCommand.h ENH: Improved error handling when GetError is called on a command that has not called SetError. 2001-03-12 18:30:58 -05:00
cmCommands.cxx 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. 2001-03-20 13:20:59 -05:00
cmCommands.h ERR: Fixed warnings (int->unsigned int and a few others). 2001-02-23 10:40:13 -05:00
cmConfigure.h.in ENH: add CMakeCache.txt support 2001-02-22 19:24:43 -05:00
cmConfigureFileNoAutoconf.cxx ENH: add CMakeCache.txt support 2001-02-22 19:24:43 -05:00
cmConfigureFileNoAutoconf.h ERR: Fixed warnings (int->unsigned int and a few others). 2001-02-23 10:40:13 -05:00
cmDSPMakefile.cxx 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. 2001-04-09 10:31:36 -04:00
cmDSPMakefile.h BUG: fix depends for libraries and executables in the same dir 2001-04-06 17:01:57 -04:00
cmDSPWriter.cxx 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. 2001-04-09 10:31:36 -04:00
cmDSPWriter.h BUG: fix depends for libraries and executables in the same dir 2001-04-06 17:01:57 -04:00
cmDSWMakefile.cxx BUG: fix depends for libraries and executables in the same dir 2001-04-06 17:01:57 -04:00
cmDSWMakefile.h ENH:Documentation and cleanups 2001-01-11 14:47:38 -05:00
cmDSWWriter.cxx BUG: fix depends for libraries and executables in the same dir 2001-04-06 17:01:57 -04:00
cmDSWWriter.h ENH:Documentation and cleanups 2001-01-11 14:47:38 -05:00
cmDirectory.cxx ENH: rework cmake, added ruleMaker classes and changed the syntax of the CMakeLists.txt files. 2001-01-05 11:41:20 -05:00
cmDirectory.h ENH:Documentation and cleanups 2001-01-11 14:47:38 -05:00
cmDumpDocumentation.cxx ENH:Reworked CMake for consistency 2001-01-18 11:20:24 -05:00
cmExecutablesCommand.cxx ENH:Reworked CMake for consistency 2001-01-18 11:20:24 -05:00
cmExecutablesCommand.h ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 2001-02-26 12:07:53 -05:00
cmFindFileCommand.cxx new command 2001-02-26 17:13:30 -05:00
cmFindFileCommand.h new command 2001-02-26 17:13:30 -05:00
cmFindIncludeCommand.cxx ENH: better error reporting, and add NOTFOUND into cache for library and file find 2001-04-06 14:51:53 -04:00
cmFindIncludeCommand.h fixed the documentation some 2001-04-06 12:00:39 -04:00
cmFindLibraryCommand.cxx ENH: better error reporting, and add NOTFOUND into cache for library and file find 2001-04-06 14:51:53 -04:00
cmFindLibraryCommand.h ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 2001-02-26 12:07:53 -05:00
cmFindProgramCommand.cxx fixed bug and modified functionality 2001-02-26 17:14:33 -05:00
cmFindProgramCommand.h fixed bug and modified functionality 2001-02-26 17:14:33 -05:00
cmIncludeDirectoryCommand.cxx ENH: first pass at cache, clean up the unix generator, clean up configure.in some 2001-02-19 15:13:48 -05:00
cmIncludeDirectoryCommand.h ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 2001-02-26 12:07:53 -05:00
cmIncludeRegularExpressionCommand.cxx ENH: Added INCLUDE_REGULAR_EXPRESSION command to set regular expression used in dependency checking. 2001-03-15 18:09:16 -05:00
cmIncludeRegularExpressionCommand.h ENH: Added INCLUDE_REGULAR_EXPRESSION command to set regular expression used in dependency checking. 2001-03-15 18:09:16 -05:00
cmLibraryCommand.cxx ENH:Reworked CMake for consistency 2001-01-18 11:20:24 -05:00
cmLibraryCommand.h ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 2001-02-26 12:07:53 -05:00
cmLinkDirectoriesCommand.cxx ENH:Reworked CMake for consistency 2001-01-18 11:20:24 -05:00
cmLinkDirectoriesCommand.h ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 2001-02-26 12:07:53 -05:00
cmLinkLibrariesCommand.cxx ENH:Reworked CMake for consistency 2001-01-18 11:20:24 -05:00
cmLinkLibrariesCommand.h ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 2001-02-26 12:07:53 -05:00
cmMSProjectGenerator.cxx ENH:Documentation and cleanups 2001-01-11 14:55:47 -05:00
cmMSProjectGenerator.h 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. 2001-02-12 14:26:25 -05:00
cmMakeDepend.cxx ENH: Added INCLUDE_REGULAR_EXPRESSION command to set regular expression used in dependency checking. 2001-03-15 18:09:16 -05:00
cmMakeDepend.h ENH: Added INCLUDE_REGULAR_EXPRESSION command to set regular expression used in dependency checking. 2001-03-15 18:09:16 -05:00
cmMakefile.cxx ENH: better error reporting, and add NOTFOUND into cache for library and file find 2001-04-06 14:51:53 -04:00
cmMakefile.h 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. 2001-03-20 13:20:59 -05:00
cmMakefileGenerator.cxx ENH:Documentation and cleanups 2001-01-11 14:55:47 -05:00
cmMakefileGenerator.h ENH:Reworked CMake for consistency 2001-01-18 11:20:24 -05:00
cmProjectCommand.cxx some cleanup and fixes 2001-02-15 13:30:13 -05:00
cmProjectCommand.h ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 2001-02-26 12:07:53 -05:00
cmRegularExpression.cxx ENH:Documentation and cleanups 2001-01-11 14:47:38 -05:00
cmRegularExpression.h ENH: first pass at cache, clean up the unix generator, clean up configure.in some 2001-02-19 15:13:48 -05:00
cmSourceFilesCommand.cxx ENH:Reworked CMake for consistency 2001-01-18 11:20:24 -05:00
cmSourceFilesCommand.h ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 2001-02-26 12:07:53 -05:00
cmSourceFilesRequireCommand.cxx ENH:Reworked CMake for consistency 2001-01-18 11:20:24 -05:00
cmSourceFilesRequireCommand.h ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 2001-02-26 12:07:53 -05:00
cmSourceGroup.cxx 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. 2001-03-20 13:20:59 -05:00
cmSourceGroup.h 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. 2001-03-20 13:20:59 -05:00
cmSourceGroupCommand.cxx 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. 2001-03-20 13:20:59 -05:00
cmSourceGroupCommand.h 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. 2001-03-20 13:20:59 -05:00
cmStandardIncludes.h ERR: Added pragma to disable symbol length warning for Intel compiler. 2001-03-21 15:52:29 -05:00
cmSubdirCommand.cxx ENH:Reworked CMake for consistency 2001-01-18 11:20:24 -05:00
cmSubdirCommand.h ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 2001-02-26 12:07:53 -05:00
cmSystemTools.cxx 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. 2001-04-09 10:31:36 -04:00
cmSystemTools.h 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. 2001-04-09 10:31:36 -04:00
cmTestsCommand.cxx ENH:Reworked CMake for consistency 2001-01-18 11:20:24 -05:00
cmTestsCommand.h ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 2001-02-26 12:07:53 -05:00
cmUnixDefinesCommand.cxx ERR: Minor wording error in output message. 2001-03-08 17:31:27 -05:00
cmUnixDefinesCommand.h ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 2001-02-26 12:07:53 -05:00
cmUnixLibrariesCommand.cxx ENH:Reworked CMake for consistency 2001-01-18 11:20:24 -05:00
cmUnixLibrariesCommand.h ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 2001-02-26 12:07:53 -05:00
cmUnixMakefileGenerator.cxx ERR: Missed one EscapeSpaces call. 2001-04-09 10:53:17 -04:00
cmUnixMakefileGenerator.h ENH: Added utility dependency support. Now a project can depend on other executables as well as link libraries. 2001-03-09 10:53:32 -05:00
cmUtilitySourceCommand.cxx 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. 2001-04-09 10:31:36 -04:00
cmUtilitySourceCommand.h ENH: Made UTILITY_SOURCE command inherited, just like FIND_PROGRAM. 2001-03-09 11:33:33 -05:00
cmWin32DefinesCommand.cxx ENH:Reworked CMake for consistency 2001-01-18 11:20:24 -05:00
cmWin32DefinesCommand.h ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 2001-02-26 12:07:53 -05:00
cmWin32IncludeDirectoryCommand.cxx Include directories under Win32 only (inherited by subdirs) 2001-03-12 10:10:39 -05:00
cmWin32IncludeDirectoryCommand.h Include directories under Win32 only (inherited by subdirs) 2001-03-12 10:10:39 -05:00
cmWin32LibrariesCommand.cxx ENH:Reworked CMake for consistency 2001-01-18 11:20:24 -05:00
cmWin32LibrariesCommand.h ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses. 2001-02-26 12:07:53 -05:00
cmWindowsConfigure.cxx ENH:Documentation and cleanups 2001-01-11 14:47:38 -05:00
cmWindowsConfigure.h ENH:Documentation and cleanups 2001-01-11 14:47:38 -05:00
cmWrapExcludeFilesCommand.cxx new commands 2001-02-27 16:48:15 -05:00
cmWrapExcludeFilesCommand.h new commands 2001-02-27 16:48:15 -05:00
cmWrapTclCommand.cxx 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. 2001-03-20 13:20:59 -05:00
cmWrapTclCommand.h very early version of a wrapper 2001-02-26 17:17:06 -05:00
staticLibFooter.dsptemplate NEW: move from tools and config to create CMake 2000-08-29 15:26:29 -04:00
staticLibHeader.dsptemplate FIX: returned to using /O2 optimization level and put a pragma in the netlib code that could not handle the /Og component of /O2 2001-04-04 09:33:59 -04:00