summaryrefslogtreecommitdiff
path: root/Source/cmInstallFilesGenerator.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-1/+2
* cmInstallFilesGenerator: Factor out method to get list of filesBrad King2021-01-281-0/+2
* install(files): Support genex in rename optionAsit Dhal2021-01-131-0/+1
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* cmInstall*Generator: std::string paramsVitaly Stakhovsky2020-01-211-9/+9
* 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
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+9
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-6/+6
* Pass arguments that are not modified as const&.Daniel Pfeifer2016-05-261-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-7/+4
* install: Add EXCLUDE_FROM_ALL option (#14921)Nick Lewis2016-02-041-0/+1
* install: Allow generator expressions in FILES DESTINATIONRobert Goulet2015-09-231-1/+5
* cmInstallFilesGenerator: Require cmLocalGenerator, not cmMakefile.Stephen Kelly2015-08-231-5/+4
* cmInstallFilesGenerator: Re-arrange data layout.Stephen Kelly2015-06-071-1/+1
* install: Thread message level setting through internal APIBrad King2014-06-241-0/+1
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-1/+1
* install: Support generator expressions in FILES and PROGRAMS modeBrad King2014-02-211-0/+5
* cmInstallFilesGenerator: Add reference to calling cmMakefileBrad King2014-02-211-1/+6
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* 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: Added OPTIONAL option to INSTALL command to allow installation of files ...Brad King2006-10-051-1/+3
* ENH: Started implementing INSTALL(DIRECTORY) command mode. This is not yet f...Brad King2006-08-171-2/+2
* ENH: Added CONFIGURATIONS option to INSTALL command to allow per-configuratio...Brad King2006-05-051-0/+2
* ENH: Added named component installation implementation. Installation behavio...Brad King2006-03-301-1/+4
* ENH: Added PERMISSIONS and RENAME options to the INSTALL command's FILES and ...Brad King2006-03-031-1/+4
* ENH: Implemented FILES and PROGRAMS forms of the INSTALL command as replaceme...Brad King2006-02-191-0/+39