summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* ENH: if no COMPONENT is specified, make this install item part of theAlexander Neundorf2007-08-011-5/+5
* ENH: Further cleanup of installation script generation. The per-component an...Brad King2007-07-021-1/+1
* BUG: Do not install the import library for an executable that does not have E...Brad King2007-06-271-1/+2
* ENH: add INSTALL(EXPORT ...) mode and INSTALL( TARGETS ... EXPORT <set> ) ,Alexander Neundorf2007-06-191-0/+186
* STYLE: preparations for the INSTALL(EXPORT ...) generatorAlexander Neundorf2007-06-191-23/+36
* ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates anAlexander Neundorf2007-05-221-1/+1
* ENH: Added support for import libraries created by executable and module targ...Brad King2007-03-191-0/+14
* ENH: Added OPTIONAL option to INSTALL command to allow installation of files ...Brad King2006-10-051-7/+50
* STYLE: Fixed line-too-long.Brad King2006-09-081-2/+4
* ENH: Patch from Toni Timonen to allow cross-compiling of DLLs.Brad King2006-09-071-35/+43
* ENH: Do not generate install target unless some INSTALL or INSTALL_* commands...Brad King2006-08-311-0/+4
* ENH: Add support to INSTALL(DIRECTORY) to install an empty directory. This a...Brad King2006-08-291-0/+6
* BUG: Directory installation pattern matching should be case insensitive on so...Brad King2006-08-211-0/+5
* ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized c...Brad King2006-08-211-1/+177
* ENH: Started implementing INSTALL(DIRECTORY) command mode. This is not yet f...Brad King2006-08-171-0/+179
* ENH: Added CONFIGURATIONS option to INSTALL command to allow per-configuratio...Brad King2006-05-051-2/+63
* ENH: Added INSTALL(CODE) mode to allow inline specification of install script...Brad King2006-04-131-0/+23
* ENH: Added named component installation implementation. Installation behavio...Brad King2006-03-301-7/+81
* ENH: Added ARCHIVE option to the TARGETS mode of the INSTALL command. It is ...Brad King2006-03-241-16/+67
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-10/+10
* ENH: Added PERMISSIONS option to the TARGETS mode of the INSTALL command.Brad King2006-03-041-5/+51
* ENH: Added PERMISSIONS and RENAME options to the INSTALL command's FILES and ...Brad King2006-03-031-1/+79
* ENH: Implemented FILES and PROGRAMS forms of the INSTALL command as replaceme...Brad King2006-02-191-0/+88
* COMP: Removed unused variables.Brad King2006-02-191-3/+1
* ENH: Created new install script generation framework. The INSTALL command cr...Brad King2006-02-191-1/+261
* ENH: Added INSTALL command as a placeholder for a future generic install spec...Brad King2006-02-101-0/+54