summaryrefslogtreecommitdiff
path: root/Source/cmInstallDirectoryGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-5/+5
* 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
* cmInstallDirectoryGenerator: Factor out method to get list of directoriesBrad King2021-01-281-5/+17
* 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-7/+9
* cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utilityDaniel Eiband2019-09-231-7/+4
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-2/+1
* clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-051-1/+2
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* Refactor: Allow cmInstallGenerator::Compute() to return an errorKyle Edwards2019-05-131-2/+3
* Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-4/+6
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* cmMakefile: return directories as const std::string&Vitaly Stakhovsky2018-08-271-1/+1
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+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-7/+5
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* 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-0/+3
* install: Fix evaluation of leading generator expressions in DIRECTORYYves Frederix2016-08-311-0/+11
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-1/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-61/+40
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-4/+0
* install: Add EXCLUDE_FROM_ALL option (#14921)Nick Lewis2016-02-041-1/+3
* install: Allow generator expressions in DIRECTORYYves Frederix2016-01-131-4/+24
* Remove some obsolete declarationsStephen Kelly2015-10-271-1/+0
* cmGeneratorExpression: Port to cmLocalGenerator.Stephen Kelly2015-10-121-1/+1
* install: Allow generator expressions in DIRECTORY DESTINATIONRobert Goulet2015-09-241-1/+46
* cmInstallGenerator: Pass destination explicitly to AddInstallRuleBrad King2015-02-111-1/+3
* install: Thread message level setting through internal APIBrad King2014-06-241-1/+3
* Factor cmInstallType out of cmTarget::TargetTypeBrad King2012-02-271-1/+1
* 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: Add install(DIRECTORY) option 'OPTIONAL'Brad King2009-02-241-4/+4
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-2/+1
* ENH: Further cleanup of installation script generation. The per-component an...Brad King2007-07-021-5/+6
* ENH: First step of install script generator cleanup. Each configuration to b...Brad King2007-06-281-14/+11
* STYLE: preparations for the INSTALL(EXPORT ...) generatorAlexander Neundorf2007-06-191-1/+1
* ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized c...Brad King2006-08-211-3/+5
* ENH: Started implementing INSTALL(DIRECTORY) command mode. This is not yet f...Brad King2006-08-171-0/+59