summaryrefslogtreecommitdiff
path: root/Source/cmInstallGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* install: Don't ignore EXCLUDE_FROM_ALL when used with ALL_COMPONENTSNils Gladitz2022-05-161-1/+2
* install(TARGETS): Add RUNTIME_DEPENDENCIES optionKyle Edwards2021-06-041-1/+2
* Refactor: Move common methods into cmInstallGeneratorKyle Edwards2021-05-311-1/+15
* install: Implement new install(CODE|SCRIPT) option ALL_COMPONENTSNils Gladitz2021-05-191-1/+4
* cmInstallGenerator: Add accessors for settings common to all installersBrad King2021-01-281-0/+4
* cmInstallGenerator: Add backtrace to all install generatorsBrad King2021-01-281-1/+5
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* cmInstallGenerator: std::string paramsVitaly Stakhovsky2020-01-211-7/+7
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+3
* Refactor: Allow cmInstallGenerator::Compute() to return an errorKyle Edwards2019-05-131-1/+1
* clang-tidy: Use `= delete`Regina Pfeifer2019-01-291-2/+3
* add_subdirectory: Run subdirectory install rules in correct orderKyle Edwards2018-10-101-0/+4
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-2/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-3/+3
* Pass large types by const&, small types by valueDaniel Pfeifer2017-06-041-1/+1
* Use CM_DISABLE_COPYDaniel Pfeifer2017-04-241-0/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* 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