summaryrefslogtreecommitdiff
path: root/Source/cmInstallGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use CPACK_xxx and CMAKE_xxx in a consistent way.Eric NOULARD2012-05-201-8/+8
* Fix KWStyle warningEric NOULARD2012-05-151-1/+2
* CPack add necessary check to detect/warns/error on ABSOLUTE DESTINATIONEric NOULARD2012-05-141-0/+9
* Factor cmInstallType out of cmTarget::TargetTypeBrad King2012-02-271-10/+8
* InstallGen/CPack fix handling absolute installed file regressionEric NOULARD2010-09-201-2/+5
* CPack Enable better handling of absolute installed filesEric NOULARD2010-08-231-0/+20
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Remove unused PROPERTIES from file(INSTALL)Brad King2009-04-271-5/+0
* ENH: Refactor cmInstallGenerator for re-useBrad King2009-03-161-120/+4
* BUG: Fix component-name test on installationBrad King2008-12-161-2/+2
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-1/+38
* STYLE: add some newlines to cmake_install.cmake, so it's easier to readAlexander Neundorf2007-08-201-1/+1
* ENH: Further cleanup of installation script generation. The per-component an...Brad King2007-07-021-18/+120
* ENH: Improved indentation of generated cmake_install.cmake code.Brad King2007-07-021-3/+5
* ENH: First step of install script generator cleanup. Each configuration to b...Brad King2007-06-281-2/+19
* ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized c...Brad King2006-08-211-2/+8
* ENH: Started implementing INSTALL(DIRECTORY) command mode. This is not yet f...Brad King2006-08-171-3/+8
* STYLE: fix line lengthKen Martin2006-05-111-12/+13
* ENH: Added CONFIGURATIONS option to INSTALL command to allow per-configuratio...Brad King2006-05-051-9/+21
* ENH: Added named component installation implementation. Installation behavio...Brad King2006-03-301-0/+5
* ENH: Add proper support for installing bundlesAndy Cedilnik2006-03-281-0/+1
* ENH: Added PERMISSIONS and RENAME options to the INSTALL command's FILES and ...Brad King2006-03-031-1/+11
* BUG: Fixed optional file install support for multi-configuration generators.Brad King2006-02-191-21/+5
* BUG: Do not report files as installed if they are optional and do not exist.Brad King2006-02-191-11/+24
* ENH: Created new install script generation framework. The INSTALL command cr...Brad King2006-02-191-0/+82