summaryrefslogtreecommitdiff
path: root/Source/cmInstallDirectoryGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-1/+1
* cmConstStack: Factor out of cmListFileBacktraceBrad King2022-04-021-1/+1
* cmInstallGenerator: Add backtrace to all install generatorsBrad King2021-01-281-8/+7
* cmInstallDirectoryGenerator: Factor out method to get list of directoriesBrad King2021-01-281-0/+3
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* cmInstallGenerator: std::string paramsVitaly Stakhovsky2020-01-211-1/+2
* cmInstall*Generator: std::string paramsVitaly Stakhovsky2020-01-211-10/+10
* 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
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-4/+4
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* cmScriptGenerator: pass Indent by valueDaniel Pfeifer2017-04-221-4/+3
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* cmConfigure: Ensure separate include block in headersDaniel Pfeifer2017-04-111-0/+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/+8
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-6/+6
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-9/+5
* install: Add EXCLUDE_FROM_ALL option (#14921)Nick Lewis2016-02-041-0/+1
* install: Allow generator expressions in DIRECTORYYves Frederix2016-01-131-1/+2
* install: Allow generator expressions in DIRECTORY DESTINATIONRobert Goulet2015-09-241-0/+11
* install: Thread message level setting through internal APIBrad King2014-06-241-0/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Add install(DIRECTORY) option 'OPTIONAL'Brad King2009-02-241-1/+3
* STYLE: Remove useless install generator typedefsBrad King2008-12-181-1/+0
* ENH: Further cleanup of installation script generation. The per-component an...Brad King2007-07-021-3/+2
* STYLE: preparations for the INSTALL(EXPORT ...) generatorAlexander Neundorf2007-06-191-1/+0
* ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized c...Brad King2006-08-211-1/+3
* ENH: Started implementing INSTALL(DIRECTORY) command mode. This is not yet f...Brad King2006-08-171-0/+46