| Commit message (Expand) | Author | Age | Files | Lines |
* | cmInstall*Generator: std::string params | Vitaly Stakhovsky | 2020-01-21 | 1 | -10/+10 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -4/+4 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-03 | 1 | -3/+3 |
|
|
* | cmInstallTargetGenerator: Introduce CMP0095 | Dennis Klein | 2019-06-13 | 1 | -0/+1 |
|
|
* | Refactor: Allow cmInstallGenerator::Compute() to return an error | Kyle Edwards | 2019-05-13 | 1 | -1/+1 |
|
|
* | EXCLUDE_FROM_ALL: Don't warn if installing target excluded from all | Craig Scott | 2019-02-21 | 1 | -1/+0 |
|
|
* | clang-tidy: Pass by value | Regina Pfeifer | 2019-01-22 | 1 | -2/+2 |
|
|
* | install: Record TARGET mode backtraces internally | Brad King | 2018-10-18 | 1 | -5/+10 |
|
|
* | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 1 | -4/+4 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+1 |
|
|
* | cmScriptGenerator: pass Indent by value | Daniel Pfeifer | 2017-04-21 | 1 | -17/+14 |
|
|
* | Allow OBJECT libraries to be installed, exported, and imported | Robert Maynard | 2017-04-18 | 1 | -0/+6 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | 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/+8 |
|
|
* | mark functions with CM_OVERRIDE | Daniel Pfeifer | 2016-06-27 | 1 | -6/+5 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -15/+11 |
|
|
* | install: Add EXCLUDE_FROM_ALL option (#14921) | Nick Lewis | 2016-02-04 | 1 | -0/+1 |
|
|
* | Xcode: Add support for combined install on iOS | Ruslan Baratov | 2015-12-10 | 1 | -0/+2 |
|
|
* | cmInstallTargetGenerator: Port GetInstallFilename to cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 1 | -2/+1 |
|
|
* | cmInstallTargetGenerator: Port to cmGeneratorTarget. | Stephen Kelly | 2015-07-30 | 1 | -3/+5 |
|
|
* | cmInstallCommand: Store only a targetName, not a cmTarget. | Stephen Kelly | 2015-07-30 | 1 | -1/+5 |
|
|
* | cmInstallTargetGenerator: Re-arrange data layout. | Stephen Kelly | 2015-06-07 | 1 | -4/+2 |
|
|
* | install: Allow generator expressions in TARGETS DESTINATION (#14317) | Brad King | 2015-02-11 | 1 | -2/+1 |
|
|
* | cmInstallGenerator: Move GetDestination to subclasses that need it | Brad King | 2015-02-11 | 1 | -0/+3 |
|
|
* | install: Thread message level setting through internal API | Brad King | 2014-06-24 | 1 | -0/+1 |
|
|
* | cmInstallTargetGenerator: Drop default constructor arguments | Brad King | 2014-06-24 | 1 | -5/+4 |
|
|
* | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -11/+14 |
|
|
* | Constify handling of link targets. | Stephen Kelly | 2013-12-11 | 1 | -1/+2 |
|
|
* | Revert "Move GetLinkInformation to cmGeneratorTarget" | Stephen Kelly | 2012-11-21 | 1 | -4/+1 |
|
|
* | Fix compiler warning with initialization order. | Stephen Kelly | 2012-09-19 | 1 | -1/+1 |
|
|
* | Move GetLinkInformation to cmGeneratorTarget | Stephen Kelly | 2012-09-19 | 1 | -0/+5 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -2/+2 |
|
|
* | Tweak all files during target installation | Brad King | 2009-10-21 | 1 | -0/+14 |
|
|
* | Simplify 'strip' and 'ranlib' install tweak code | Brad King | 2009-10-21 | 1 | -2/+0 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: Cleanup per-config target install generation | Brad King | 2009-07-03 | 1 | -1/+0 |
|
|
* | ENH: Refactor cmInstallGenerator for re-use | Brad King | 2009-03-16 | 1 | -5/+3 |
|
|
* | STYLE: Remove useless install generator typedefs | Brad King | 2008-12-18 | 1 | -1/+0 |
|
|
* | BUG: Fix config test for target install rules | Brad King | 2008-10-03 | 1 | -5/+3 |
|
|
* | ENH: Further refinement of the CPack components functionality from Doug Gregor. | David Cole | 2008-07-08 | 1 | -1/+1 |
|
|
* | ENH: Improve RPATH behavior during installation. | Brad King | 2008-04-14 | 1 | -0/+3 |
|
|
* | ENH: Improve exporting/importing of targets | Brad King | 2008-02-06 | 1 | -2/+12 |
|
|
* | ENH: Allow separate installation of shared libs and their links. | Brad King | 2008-02-04 | 1 | -0/+11 |
|
|
* | ENH: Add cmTarget::GetLinkInformation method to allow several places in the g... | Brad King | 2008-01-29 | 1 | -0/+1 |
|
|
* | ENH: Updated exporting and importing of targets to support libraries and conf... | Brad King | 2008-01-28 | 1 | -0/+3 |
|
|
* | STYLE: fix warnings: comparison signed/unsigned, unused variable | Alexander Neundorf | 2007-12-19 | 1 | -1/+1 |
|
|
* | ENH: add support for chrpath, so the RPATH in ELF files can be changed when | Alexander Neundorf | 2007-12-18 | 1 | -0/+3 |
|
|
* | ENH: Add InstallNameFixupPath to support installing built frameworks on the M... | David Cole | 2007-08-24 | 1 | -3/+3 |
|
|
* | ENH: Further cleanup of installation script generation. The per-component an... | Brad King | 2007-07-02 | 1 | -4/+0 |
|
|