summaryrefslogtreecommitdiff
path: root/Source/cmInstallScriptGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* install(CODE|SCRIPT): Support $<INSTALL_PREFIX> genexKyle Edwards2023-02-241-5/+5
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-1/+0
* install: Implement new install(CODE|SCRIPT) option ALL_COMPONENTSNils Gladitz2021-05-191-2/+3
* cmInstallGenerator: Add backtrace to all install generatorsBrad King2021-01-281-2/+2
* cmInstallScriptGenerator: Factor out method to get scriptBrad King2021-01-281-7/+14
* clang-tidy: fix `readability-make-member-function-const` warningsBen Boeckel2021-01-271-3/+2
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-1/+1
* cmInstallGenerator: std::string paramsVitaly Stakhovsky2020-01-211-5/+4
* cmInstall*Generator: std::string paramsVitaly Stakhovsky2020-01-211-2/+3
* cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utilityDaniel Eiband2019-09-231-5/+2
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-0/+1
* Refactor: Allow cmInstallGenerator::Compute() to return an errorKyle Edwards2019-05-131-1/+3
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-2/+2
* install: Teach CODE,SCRIPT modes to evaluate generator expressionsJon Chronopoulos2018-12-231-10/+60
* Merge branch 'backport-revert-install-code-script-genex' into revert-install-...Brad King2018-10-111-32/+8
|\
| * install: Revert CODE,SCRIPT support for generator expressionsBrad King2018-10-111-32/+8
* | add_subdirectory: Run subdirectory install rules in correct orderKyle Edwards2018-10-101-2/+2
|/
* install: Teach CODE,SCRIPT modes to evaluate generator expressionsJon Chronopoulos2018-06-071-8/+32
* Use C++11 nullptrDaniel Pfeifer2017-08-241-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/+5
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-14/+12
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-3/+0
* install: Add EXCLUDE_FROM_ALL option (#14921)Nick Lewis2016-02-041-3/+4
* install: Thread message level setting through internal APIBrad King2014-06-241-1/+1
* Generate modern-style cmake code.Stephen Kelly2013-08-221-3/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Fix #5868 - add COMPONENT handling to the SCRIPT and CODE signatures of ...David Cole2007-10-151-4/+12
* ENH: Further cleanup of installation script generation. The per-component an...Brad King2007-07-021-0/+1
* ENH: Added INSTALL(CODE) mode to allow inline specification of install script...Brad King2006-04-121-2/+10
* ENH: Created new install script generation framework. The INSTALL command cr...Brad King2006-02-191-0/+35