| Commit message (Expand) | Author | Age | Files | Lines |
* | cmInstallGenerator: Add backtrace to all install generators | Brad King | 2021-01-28 | 1 | -2/+2 |
|
|
* | cmInstallFilesGenerator: Factor out method to get list of files | Brad King | 2021-01-28 | 1 | -5/+17 |
|
|
* | install(files): Support genex in rename option | Asit Dhal | 2021-01-13 | 1 | -2/+12 |
|
|
* | Code style: add missed explicit 'this->' | Oleksandr Koval | 2021-01-05 | 1 | -1/+1 |
|
|
* | cmInstallGenerator: std::string params | Vitaly Stakhovsky | 2020-01-21 | 1 | -2/+2 |
|
|
* | cmInstall*Generator: std::string params | Vitaly Stakhovsky | 2020-01-21 | 1 | -8/+11 |
|
|
* | cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utility | Daniel Eiband | 2019-09-23 | 1 | -7/+4 |
|
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -3/+2 |
|
|
* | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -1/+1 |
|
|
* | Refactor: Allow cmInstallGenerator::Compute() to return an error | Kyle Edwards | 2019-05-13 | 1 | -1/+2 |
|
|
* | Modernize: Use ranged for-loops when possible | Artur Ryt | 2019-02-07 | 1 | -5/+7 |
|
|
* | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -3/+1 |
|
|
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -2/+3 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -3/+2 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -3/+3 |
|
|
* | cmScriptGenerator: pass Indent by value | Daniel Pfeifer | 2017-04-21 | 1 | -3/+3 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -2/+4 |
|
|
* | Avoid using KWSys auto_ptr by adopting it ourselves | Brad King | 2016-06-29 | 1 | -1/+1 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -3/+3 |
|
|
* | Pass arguments that are not modified as const&. | Daniel Pfeifer | 2016-05-26 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -60/+39 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -6/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -1/+1 |
|
|
* | install: Add EXCLUDE_FROM_ALL option (#14921) | Nick Lewis | 2016-02-04 | 1 | -1/+3 |
|
|
* | cmGeneratorExpression: Port to cmLocalGenerator. | Stephen Kelly | 2015-10-12 | 1 | -2/+2 |
|
|
* | install: Allow generator expressions in FILES DESTINATION | Robert Goulet | 2015-09-23 | 1 | -4/+21 |
|
|
* | cmInstallFilesGenerator: Require cmLocalGenerator, not cmMakefile. | Stephen Kelly | 2015-08-23 | 1 | -5/+10 |
|
|
* | cmInstallFilesGenerator: Re-arrange data layout. | Stephen Kelly | 2015-06-07 | 1 | -2/+4 |
|
|
* | cmInstallGenerator: Pass destination explicitly to AddInstallRule | Brad King | 2015-02-11 | 1 | -0/+1 |
|
|
* | install: Thread message level setting through internal API | Brad King | 2014-06-24 | 1 | -1/+2 |
|
|
* | genex: remove the need for backtraces | Ben Boeckel | 2014-06-05 | 1 | -2/+2 |
|
|
* | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | install: Support generator expressions in FILES and PROGRAMS mode | Brad King | 2014-02-21 | 1 | -3/+48 |
|
|
* | cmInstallFilesGenerator: Add reference to calling cmMakefile | Brad King | 2014-02-21 | 1 | -1/+3 |
|
|
* | Factor cmInstallType out of cmTarget::TargetType | Brad King | 2012-02-27 | 1 | -4/+2 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: Remove unused PROPERTIES from file(INSTALL) | Brad King | 2009-04-27 | 1 | -2/+1 |
|
|
* | ENH: Updated exporting and importing of targets to support libraries and conf... | Brad King | 2008-01-28 | 1 | -1/+1 |
|
|
* | ENH: Further cleanup of installation script generation. The per-component an... | Brad King | 2007-07-02 | 1 | -7/+7 |
|
|
* | ENH: First step of install script generator cleanup. Each configuration to b... | Brad King | 2007-06-28 | 1 | -15/+12 |
|
|
* | STYLE: preparations for the INSTALL(EXPORT ...) generator | Alexander Neundorf | 2007-06-19 | 1 | -1/+1 |
|
|
* | ENH: Added OPTIONAL option to INSTALL command to allow installation of files ... | Brad King | 2006-10-05 | 1 | -4/+4 |
|
|
* | ENH: Started implementing INSTALL(DIRECTORY) command mode. This is not yet f... | Brad King | 2006-08-17 | 1 | -3/+4 |
|
|
* | ENH: Added CONFIGURATIONS option to INSTALL command to allow per-configuratio... | Brad King | 2006-05-05 | 1 | -1/+4 |
|
|
* | ENH: Added named component installation implementation. Installation behavio... | Brad King | 2006-03-30 | 1 | -3/+7 |
|
|
* | ENH: Added PERMISSIONS and RENAME options to the INSTALL command's FILES and ... | Brad King | 2006-03-03 | 1 | -3/+9 |
|
|
* | ENH: Implemented FILES and PROGRAMS forms of the INSTALL command as replaceme... | Brad King | 2006-02-19 | 1 | -0/+47 |
|
|