| Commit message (Expand) | Author | Age | Files | Lines |
* | clang-tidy: address `modernize-use-default-member-init` lints | Ben Boeckel | 2022-05-24 | 1 | -1/+0 |
|
|
* | cmConstStack: Factor out of cmListFileBacktrace | Brad King | 2022-04-02 | 1 | -0/+1 |
|
|
* | install: Implement new install(CODE|SCRIPT) option ALL_COMPONENTS | Nils Gladitz | 2021-05-19 | 1 | -1/+1 |
|
|
* | cmInstallGenerator: Add backtrace to all install generators | Brad King | 2021-01-28 | 1 | -2/+2 |
|
|
* | cmInstallDirectoryGenerator: Factor out method to get list of directories | Brad King | 2021-01-28 | 1 | -5/+17 |
|
|
* | 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 | -7/+9 |
|
|
* | 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 | -2/+1 |
|
|
* | clang-tidy: Enable performance-inefficient-string-concatenation | Sebastian Holtermann | 2019-08-05 | 1 | -1/+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 | -2/+3 |
|
|
* | Modernize: Use ranged for-loops when possible | Artur Ryt | 2019-02-07 | 1 | -4/+6 |
|
|
* | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -3/+1 |
|
|
* | cmMakefile: return directories as const std::string& | Vitaly Stakhovsky | 2018-08-27 | 1 | -1/+1 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -1/+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 | -7/+5 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -2/+2 |
|
|
* | 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 | -0/+3 |
|
|
* | install: Fix evaluation of leading generator expressions in DIRECTORY | Yves Frederix | 2016-08-31 | 1 | -0/+11 |
|
|
* | 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 | -2/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -61/+40 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -4/+0 |
|
|
* | install: Add EXCLUDE_FROM_ALL option (#14921) | Nick Lewis | 2016-02-04 | 1 | -1/+3 |
|
|
* | install: Allow generator expressions in DIRECTORY | Yves Frederix | 2016-01-13 | 1 | -4/+24 |
|
|
* | Remove some obsolete declarations | Stephen Kelly | 2015-10-27 | 1 | -1/+0 |
|
|
* | cmGeneratorExpression: Port to cmLocalGenerator. | Stephen Kelly | 2015-10-12 | 1 | -1/+1 |
|
|
* | install: Allow generator expressions in DIRECTORY DESTINATION | Robert Goulet | 2015-09-24 | 1 | -1/+46 |
|
|
* | cmInstallGenerator: Pass destination explicitly to AddInstallRule | Brad King | 2015-02-11 | 1 | -1/+3 |
|
|
* | install: Thread message level setting through internal API | Brad King | 2014-06-24 | 1 | -1/+3 |
|
|
* | Factor cmInstallType out of cmTarget::TargetType | Brad King | 2012-02-27 | 1 | -1/+1 |
|
|
* | 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: Add install(DIRECTORY) option 'OPTIONAL' | Brad King | 2009-02-24 | 1 | -4/+4 |
|
|
* | ENH: Updated exporting and importing of targets to support libraries and conf... | Brad King | 2008-01-28 | 1 | -2/+1 |
|
|
* | ENH: Further cleanup of installation script generation. The per-component an... | Brad King | 2007-07-02 | 1 | -5/+6 |
|
|
* | ENH: First step of install script generator cleanup. Each configuration to b... | Brad King | 2007-06-28 | 1 | -14/+11 |
|
|
* | STYLE: preparations for the INSTALL(EXPORT ...) generator | Alexander Neundorf | 2007-06-19 | 1 | -1/+1 |
|
|
* | ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized c... | Brad King | 2006-08-21 | 1 | -3/+5 |
|
|
* | ENH: Started implementing INSTALL(DIRECTORY) command mode. This is not yet f... | Brad King | 2006-08-17 | 1 | -0/+59 |
|
|