summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallCommand.h
Commit message (Expand)AuthorAgeFilesLines
* ENH: make commands lower case by defaultKen Martin2007-10-101-10/+10
* ENH: add install files generators for targets which have PUBLIC_HEADER,Alexander Neundorf2007-08-271-2/+3
* ENH: Added warning when an install rule is created from an EXCLUDE_FROM_ALL t...Brad King2007-08-031-0/+3
* ENH: add INSTALL(EXPORT ...) mode and INSTALL( TARGETS ... EXPORT <set> ) ,Alexander Neundorf2007-06-191-0/+1
* STYLE: preparations for the INSTALL(EXPORT ...) generatorAlexander Neundorf2007-06-191-2/+2
* STYLE: add some more line breaks so it should be easier to readAlexander Neundorf2007-06-151-6/+6
* ENH: Added OPTIONAL option to INSTALL command to allow installation of files ...Brad King2006-10-051-2/+5
* ENH: Add support to INSTALL(DIRECTORY) to install an empty directory. This a...Brad King2006-08-291-0/+2
* BUG: Fixed man page formatting for INSTALL command documentation. Fixed line...Brad King2006-08-221-12/+14
* ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized c...Brad King2006-08-211-0/+49
* ENH: Started implementing INSTALL(DIRECTORY) command mode. This is not yet f...Brad King2006-08-171-0/+1
* STYLE: fix line lengthKen Martin2006-05-111-7/+9
* ENH: Added CONFIGURATIONS option to INSTALL command to allow per-configuratio...Brad King2006-05-051-0/+5
* BUG: Using the source-file permissions by default for installation is somewha...Brad King2006-04-181-2/+4
* ENH: Added INSTALL(CODE) mode to allow inline specification of install script...Brad King2006-04-131-4/+8
* ENH: Added named component installation implementation. Installation behavio...Brad King2006-03-301-2/+12
* ENH: Added ARCHIVE option to the TARGETS mode of the INSTALL command. It is ...Brad King2006-03-241-16/+22
* ENH: Added PERMISSIONS option to the TARGETS mode of the INSTALL command.Brad King2006-03-041-0/+1
* ENH: Added PERMISSIONS and RENAME options to the INSTALL command's FILES and ...Brad King2006-03-031-7/+23
* ENH: Implemented FILES and PROGRAMS forms of the INSTALL command as replaceme...Brad King2006-02-191-11/+38
* ENH: Created new install script generation framework. The INSTALL command cr...Brad King2006-02-191-9/+55
* ENH: Added INSTALL command as a placeholder for a future generic install spec...Brad King2006-02-101-0/+80