summaryrefslogtreecommitdiff
path: root/Source/cmInstallFilesGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-8/+6
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-1/+0
* cmConstStack: Factor out of cmListFileBacktraceBrad King2022-04-021-0/+1
* install: Implement new install(CODE|SCRIPT) option ALL_COMPONENTSNils Gladitz2021-05-191-1/+1
* cmInstallGenerator: Add backtrace to all install generatorsBrad King2021-01-281-2/+2
* cmInstallFilesGenerator: Factor out method to get list of filesBrad King2021-01-281-5/+17
* install(files): Support genex in rename optionAsit Dhal2021-01-131-2/+12
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-1/+1
* cmInstallGenerator: std::string paramsVitaly Stakhovsky2020-01-211-2/+2
* cmInstall*Generator: std::string paramsVitaly Stakhovsky2020-01-211-8/+11
* cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utilityDaniel Eiband2019-09-231-7/+4
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-3/+2
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* Refactor: Allow cmInstallGenerator::Compute() to return an errorKyle Edwards2019-05-131-1/+2
* Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-5/+7
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-261-2/+3
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-3/+2
* Use C++11 nullptrDaniel Pfeifer2017-08-241-3/+3
* cmScriptGenerator: pass Indent by valueDaniel Pfeifer2017-04-221-3/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-2/+4
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-1/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-3/+3
* Pass arguments that are not modified as const&.Daniel Pfeifer2016-05-261-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-60/+39
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-6/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* install: Add EXCLUDE_FROM_ALL option (#14921)Nick Lewis2016-02-041-1/+3
* cmGeneratorExpression: Port to cmLocalGenerator.Stephen Kelly2015-10-121-2/+2
* install: Allow generator expressions in FILES DESTINATIONRobert Goulet2015-09-231-4/+21
* cmInstallFilesGenerator: Require cmLocalGenerator, not cmMakefile.Stephen Kelly2015-08-231-5/+10
* cmInstallFilesGenerator: Re-arrange data layout.Stephen Kelly2015-06-071-2/+4
* cmInstallGenerator: Pass destination explicitly to AddInstallRuleBrad King2015-02-111-0/+1
* install: Thread message level setting through internal APIBrad King2014-06-241-1/+2
* genex: remove the need for backtracesBen Boeckel2014-06-051-2/+2
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-2/+2
* install: Support generator expressions in FILES and PROGRAMS modeBrad King2014-02-211-3/+48
* cmInstallFilesGenerator: Add reference to calling cmMakefileBrad King2014-02-211-1/+3
* Factor cmInstallType out of cmTarget::TargetTypeBrad King2012-02-271-4/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Remove unused PROPERTIES from file(INSTALL)Brad King2009-04-271-2/+1
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-1/+1
* ENH: Further cleanup of installation script generation. The per-component an...Brad King2007-07-021-7/+7
* ENH: First step of install script generator cleanup. Each configuration to b...Brad King2007-06-281-15/+12
* STYLE: preparations for the INSTALL(EXPORT ...) generatorAlexander Neundorf2007-06-191-1/+1
* ENH: Added OPTIONAL option to INSTALL command to allow installation of files ...Brad King2006-10-051-4/+4
* ENH: Started implementing INSTALL(DIRECTORY) command mode. This is not yet f...Brad King2006-08-171-3/+4
* ENH: Added CONFIGURATIONS option to INSTALL command to allow per-configuratio...Brad King2006-05-051-1/+4
* ENH: Added named component installation implementation. Installation behavio...Brad King2006-03-301-3/+7