summaryrefslogtreecommitdiff
path: root/Source/cmInstallGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+6
* use CM_NULLPTRDaniel Pfeifer2016-06-281-7/+6
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-15/+9
* install: Add EXCLUDE_FROM_ALL option (#14921)Nick Lewis2016-02-041-2/+5
* cmInstallGenerator: Add a Compute() virtual hook.Stephen Kelly2015-07-301-0/+2
* cmInstallGenerator: Pass destination explicitly to AddInstallRuleBrad King2015-02-111-1/+3
* cmInstallGenerator: Refactor computation of absolute install destBrad King2015-02-111-1/+1
* cmInstallGenerator: Move GetDestination to subclasses that need itBrad King2015-02-111-3/+0
* install(DIRECTORY): Add MESSAGE_NEVER option to avoid output (#13761)Brad King2014-06-241-2/+2
* install: Add CMAKE_INSTALL_MESSAGE variable (#13761)Brad King2014-06-241-0/+7
* install: Thread message level setting through internal APIBrad King2014-06-241-1/+8
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-1/+1
* Factor cmInstallType out of cmTarget::TargetTypeBrad King2012-02-271-1/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Remove unused PROPERTIES from file(INSTALL)Brad King2009-04-271-1/+0
* ENH: Refactor cmInstallGenerator for re-useBrad King2009-03-161-44/+3
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-2/+10
* ENH: Further cleanup of installation script generation. The per-component an...Brad King2007-07-021-8/+21
* ENH: Improved indentation of generated cmake_install.cmake code.Brad King2007-07-021-1/+28
* ENH: First step of install script generator cleanup. Each configuration to b...Brad King2007-06-281-1/+2
* STYLE: preparations for the INSTALL(EXPORT ...) generatorAlexander Neundorf2007-06-191-0/+3
* ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized c...Brad King2006-08-211-1/+2
* ENH: Started implementing INSTALL(DIRECTORY) command mode. This is not yet f...Brad King2006-08-171-1/+2
* STYLE: fix line lengthKen Martin2006-05-111-1/+2
* ENH: Added CONFIGURATIONS option to INSTALL command to allow per-configuratio...Brad King2006-05-051-6/+9
* ENH: Added named component installation implementation. Installation behavio...Brad King2006-03-301-0/+1
* ENH: Added PERMISSIONS and RENAME options to the INSTALL command's FILES and ...Brad King2006-03-031-1/+3
* BUG: Do not report files as installed if they are optional and do not exist.Brad King2006-02-191-1/+1
* ENH: Created new install script generation framework. The INSTALL command cr...Brad King2006-02-191-0/+48