summaryrefslogtreecommitdiff
path: root/Source/cmInstallGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* install: Don't ignore EXCLUDE_FROM_ALL when used with ALL_COMPONENTSNils Gladitz2022-05-161-5/+14
* cmInstallGenerator: use CMake-private variables in generated codeBen Boeckel2022-04-271-8/+15
* cmInstallGenerator: fix default argument commentsBen Boeckel2022-04-271-4/+4
* generated-scripts: simplify `if` conditionsBen Boeckel2022-04-201-2/+2
* install(TARGETS): Add RUNTIME_DEPENDENCIES optionKyle Edwards2021-06-041-19/+32
* Refactor: Move common methods into cmInstallGeneratorKyle Edwards2021-05-311-3/+60
* install: Implement new install(CODE|SCRIPT) option ALL_COMPONENTSNils Gladitz2021-05-191-6/+12
* cmInstallGenerator: Add backtrace to all install generatorsBrad King2021-01-281-1/+3
* cmInstallGenerator: std::string paramsVitaly Stakhovsky2020-01-211-7/+8
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
* Modernize: Enable modernize-raw-string-literal in clang-tidyArtur Ryt2019-04-021-1/+1
* Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-4/+5
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* add_subdirectory: Run subdirectory install rules in correct orderKyle Edwards2018-10-101-0/+13
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-2/+2
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-3/+2
* install: Avoid CMP0054 warning in generated install scriptBrad King2017-08-301-2/+2
* Pass large types by const&, small types by valueDaniel Pfeifer2017-06-041-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/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-129/+113
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-8/+0
* install: Add EXCLUDE_FROM_ALL option (#14921)Nick Lewis2016-02-041-6/+12
* cmInstallGenerator: Pass destination explicitly to AddInstallRuleBrad King2015-02-111-1/+1
* cmInstallGenerator: Fix check for absolute install destinationsBrad King2015-02-111-2/+3
* cmInstallGenerator: Refactor computation of absolute install destBrad King2015-02-111-5/+6
* install(DIRECTORY): Add MESSAGE_NEVER option to avoid output (#13761)Brad King2014-06-241-1/+5
* install: Add CMAKE_INSTALL_MESSAGE variable (#13761)Brad King2014-06-241-0/+28
* install: Thread message level setting through internal APIBrad King2014-06-241-2/+4
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-1/+1
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-1/+1
* Generate modern-style cmake code.Stephen Kelly2013-08-221-7/+7
* 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