Brad King
|
712345ffc4
BUG: The .pdb file generated for a library or executable should match the real file name used for the target. This addresses bug#3277.
|
19 年之前 |
Andy Cedilnik
|
897a2a9029
ENH: Cleanup of install component list. There was already the list in the global generator. Use that one
|
19 年之前 |
Andy Cedilnik
|
605d8871bb
STYLE: Fix kwstyle
|
19 年之前 |
Andy Cedilnik
|
7ded253013
ENH: Add support for displaying the list of components
|
19 年之前 |
Brad King
|
934c804ea4
ENH: Added OPTIONAL option to INSTALL command to allow installation of files if they exist while ignoring them otherwise. This addresses bug#2922.
|
19 年之前 |
Brad King
|
bed79f6c6b
ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized cmFileCommand's implementation of FILE(INSTALL) a bit to help out. This addresses bug#1694 and partially addresses bug#2691.
|
19 年之前 |
Brad King
|
8a72d43c17
ENH: Started implementing INSTALL(DIRECTORY) command mode. This is not yet finished so it is undocumented and there is no test. These changes also separate the notions of file and directory permissions.
|
19 年之前 |
Brad King
|
15a2b5b4e5
STYLE: Fixed long line.
|
19 年之前 |
Brad King
|
c9506c30f0
BUG: Fixed shared library version support for Fortran. This addresses bug#3558.
|
19 年之前 |
Ken Martin
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 年之前 |
Brad King
|
bfb0ec58e8
BUG: Adjustment of install_name with install_name_tool should account for DESTDIR when specifying the file to be changed.
|
19 年之前 |
Ken Martin
|
ba2b99bb9f
STYLE: fix line length
|
19 年之前 |
Brad King
|
50a0f71120
ENH: Added CONFIGURATIONS option to INSTALL command to allow per-configuration install rules.
|
19 年之前 |
Brad King
|
08b14163ee
ENH: Added named component installation implementation. Installation behavior should be unchanged unless -DCOMPONENT=<name> is specified when cmake_install.cmake is invoked.
|
19 年之前 |
Andy Cedilnik
|
ed5f95cf23
ENH: Add proper support for installing bundles
|
19 年之前 |
Brad King
|
15f7676a6d
BUG: Pay attention to the MACOSX_BUNDLE target property only on APPLE platforms.
|
19 年之前 |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 年之前 |
Brad King
|
06846c4c07
ENH: Added PERMISSIONS option to the TARGETS mode of the INSTALL command.
|
19 年之前 |
Brad King
|
93c95f1cc5
BUG: Fixed installation of MacOSX Bundle executables and the corresponding 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.
|
19 年之前 |
Brad King
|
586a9427d3
ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAME_DIR specifying the directory portion of the OSX install_name field in shared libraries. This is the OSX equivalent of RPATH.
|
19 年之前 |
Brad King
|
3ca9ef09b7
BUG: Fixed optional file install support for multi-configuration generators.
|
20 年之前 |
Brad King
|
4140f4a6fa
STYLE: Removed unused includes.
|
20 年之前 |
Brad King
|
8dd00d5b1e
BUG: Fixed relink with new install framework.
|
20 年之前 |
Brad King
|
39f4e7f5e0
BUG: Import libraries should be installed as STATIC_LIBRARY.
|
20 年之前 |
Brad King
|
96f0266228
ENH: Created new install script generation framework. The INSTALL command 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.
|
20 年之前 |