Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized ↵ | Brad King | 2006-08-21 | 1 | -2/+8 |
| | | | | 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/+8 |
| | | | | finished so it is undocumented and there is no test. These changes also separate the notions of file and directory permissions. | ||||
* | STYLE: fix line length | Ken Martin | 2006-05-11 | 1 | -12/+13 |
| | |||||
* | ENH: Added CONFIGURATIONS option to INSTALL command to allow ↵ | Brad King | 2006-05-05 | 1 | -9/+21 |
| | | | | per-configuration install rules. | ||||
* | ENH: Added named component installation implementation. Installation ↵ | Brad King | 2006-03-30 | 1 | -0/+5 |
| | | | | 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 | -0/+1 |
| | |||||
* | ENH: Added PERMISSIONS and RENAME options to the INSTALL command's FILES and ↵ | Brad King | 2006-03-03 | 1 | -1/+11 |
| | | | | PROGRAMS mode, and corresponding support to FILE(INSTALL). Default permissions for shared libraries on non-Windows/non-OSX platforms no longer has the execute bit set. | ||||
* | BUG: Fixed optional file install support for multi-configuration generators. | Brad King | 2006-02-20 | 1 | -21/+5 |
| | |||||
* | BUG: Do not report files as installed if they are optional and do not exist. | Brad King | 2006-02-19 | 1 | -11/+24 |
| | |||||
* | ENH: Created new install script generation framework. The INSTALL command ↵ | Brad King | 2006-02-19 | 1 | -0/+82 |
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. |