summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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