Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added support for import libraries created by executable and module ↵ | Brad King | 2007-03-19 | 1 | -6/+26 |
| | | | | targets. The module import libraries should never be used but some windows compilers always create them for .dll files since there is no distinction from shared libraries on that platform. The executable import libraries may be used to create modules that when loaded bind to symbols from the executables. This is an enhancement related to bug#4210 though not requested by it explicitly. | ||||
* | BUG: Use GetExecutableNames instead of GetLibraryNames to compute the ↵ | Brad King | 2007-03-16 | 1 | -35/+61 |
| | | | | installation file name for executable targets. | ||||
* | ENH: Added implib option to cmTarget::GetDirectory to support a separate ↵ | Brad King | 2007-03-09 | 1 | -1/+1 |
| | | | | directory containing the import library. This is an incremental step for bug#4210. | ||||
* | BUG: The .pdb file generated for a library or executable should match the ↵ | Brad King | 2007-02-01 | 1 | -2/+5 |
| | | | | real file name used for the target. This addresses bug#3277. | ||||
* | ENH: Cleanup of install component list. There was already the list in the ↵ | Andy Cedilnik | 2006-10-31 | 1 | -2/+0 |
| | | | | global generator. Use that one | ||||
* | STYLE: Fix kwstyle | Andy Cedilnik | 2006-10-31 | 1 | -1/+2 |
| | |||||
* | ENH: Add support for displaying the list of components | Andy Cedilnik | 2006-10-30 | 1 | -0/+1 |
| | |||||
* | ENH: Added OPTIONAL option to INSTALL command to allow installation of files ↵ | Brad King | 2006-10-05 | 1 | -3/+4 |
| | | | | if they exist while ignoring them otherwise. This addresses bug#2922. | ||||
* | ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized ↵ | Brad King | 2006-08-21 | 1 | -1/+5 |
| | | | | cmFileCommand's implementation of FILE(INSTALL) a bit to help out. This addresses bug#1694 and partially addresses bug#2691. | ||||
* | ENH: Started implementing INSTALL(DIRECTORY) command mode. This is not yet ↵ | Brad King | 2006-08-17 | 1 | -3/+4 |
| | | | | finished so it is undocumented and there is no test. These changes also separate the notions of file and directory permissions. | ||||
* | STYLE: Fixed long line. | Brad King | 2006-08-03 | 1 | -1/+2 |
| | |||||
* | BUG: Fixed shared library version support for Fortran. This addresses bug#3558. | Brad King | 2006-08-01 | 1 | -8/+17 |
| | |||||
* | ENH: centralized locaiton of CMakeFiles setting | Ken Martin | 2006-06-14 | 1 | -1/+3 |
| | |||||
* | BUG: Adjustment of install_name with install_name_tool should account for ↵ | Brad King | 2006-06-01 | 1 | -1/+1 |
| | | | | DESTDIR when specifying the file to be changed. | ||||
* | STYLE: fix line length | Ken Martin | 2006-05-11 | 1 | -10/+15 |
| | |||||
* | ENH: Added CONFIGURATIONS option to INSTALL command to allow ↵ | Brad King | 2006-05-05 | 1 | -3/+8 |
| | | | | per-configuration install rules. | ||||
* | ENH: Added named component installation implementation. Installation ↵ | Brad King | 2006-03-30 | 1 | -7/+13 |
| | | | | behavior should be unchanged unless -DCOMPONENT=<name> is specified when cmake_install.cmake is invoked. | ||||
* | ENH: Add proper support for installing bundles | Andy Cedilnik | 2006-03-28 | 1 | -18/+2 |
| | |||||
* | BUG: Pay attention to the MACOSX_BUNDLE target property only on APPLE platforms. | Brad King | 2006-03-28 | 1 | -2/+2 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -3/+5 |
| | |||||
* | ENH: Added PERMISSIONS option to the TARGETS mode of the INSTALL command. | Brad King | 2006-03-04 | 1 | -3/+6 |
| | |||||
* | BUG: Fixed installation of MacOSX Bundle executables and the corresponding ↵ | Brad King | 2006-03-03 | 1 | -15/+24 |
| | | | | install_name remapping support. Extended the BundleTest test to check that this all works. Part of these fixes required changing the signature of AppendDirectoryForConfig in all generators. It now accepts prefix and suffix strings to deal with whether leading or trailing slashes should be included with the configuration subdirectory. | ||||
* | ENH: Created target property INSTALL_NAME_DIR initalized by ↵ | Brad King | 2006-02-24 | 1 | -12/+161 |
| | | | | CMAKE_INSTALL_NAME_DIR specifying the directory portion of the OSX install_name field in shared libraries. This is the OSX equivalent of RPATH. | ||||
* | BUG: Fixed optional file install support for multi-configuration generators. | Brad King | 2006-02-20 | 1 | -1/+8 |
| | |||||
* | STYLE: Removed unused includes. | Brad King | 2006-02-19 | 1 | -2/+0 |
| | |||||
* | BUG: Fixed relink with new install framework. | Brad King | 2006-02-19 | 1 | -0/+1 |
| | |||||
* | BUG: Import libraries should be installed as STATIC_LIBRARY. | Brad King | 2006-02-19 | 1 | -0/+8 |
| | |||||
* | ENH: Created new install script generation framework. The INSTALL command ↵ | Brad King | 2006-02-19 | 1 | -0/+191 |
creates the generators which are later used by cmLocalGenerator to create the cmake_install.cmake files. A new target installation interface is provided by the INSTALL command which fixes several problems with the INSTALL_TARGETS command. See bug#2691. Bugs 1481 and 1695 are addressed by these changes. |