| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor: Move common methods into cmInstallGenerator | Kyle Edwards | 2021-05-31 | 1 | -62/+11 |
|
|
* | install: Implement new install(CODE|SCRIPT) option ALL_COMPONENTS | Nils Gladitz | 2021-05-19 | 1 | -1/+1 |
|
|
* | cmInstallTargetGenerator: Report namelink mode with list of files | Brad King | 2021-03-16 | 1 | -0/+1 |
|
|
* | cmInstallGenerator: Add backtrace to all install generators | Brad King | 2021-01-28 | 1 | -2/+1 |
|
|
* | cmInstallTargetGenerator: Factor out method to get list of target files | Brad King | 2021-01-28 | 1 | -95/+107 |
|
|
* | cmInstallTargetGenerator: Avoid duplicating install destination in memory | Brad King | 2021-01-28 | 1 | -18/+22 |
|
|
* | cmInstallTargetGenerator: Move internal helper to anonymous namespace | Brad King | 2021-01-28 | 1 | -13/+15 |
|
|
* | cmMakefile::GetDefinition: return cmProp | Vitaly Stakhovsky | 2020-09-02 | 1 | -3/+3 |
|
|
* | Single location for cmProp typedef | Vitaly Stakhovsky | 2020-06-01 | 1 | -2/+1 |
|
|
* | cmGeneratorTarget::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-29 | 1 | -2/+6 |
|
|
* | cmInstallGenerator: std::string params | Vitaly Stakhovsky | 2020-01-21 | 1 | -2/+2 |
|
|
* | cmInstall*Generator: std::string params | Vitaly Stakhovsky | 2020-01-21 | 1 | -6/+6 |
|
|
* | Merge topic 'install-name-dir-genex' | Brad King | 2019-11-06 | 1 | -2/+4 |
|\ |
|
| * | INSTALL_NAME_DIR: Add support for generator expressions | Kyle Edwards | 2019-11-04 | 1 | -2/+4 |
|
|
* | | RPATH: Remove stray indent in generated file(RPATH_CHANGE) command | Craig Scott | 2019-11-04 | 1 | -1/+1 |
|/ |
|
* | cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utility | Daniel Eiband | 2019-09-23 | 1 | -4/+2 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -9/+8 |
|
|
* | clang-tidy: isolate declarations for readability | Regina Pfeifer | 2019-08-20 | 1 | -1/+2 |
|
|
* | avoid adding multiple consecutive string literals to std::string | Rolf Eike Beer | 2019-08-18 | 1 | -2/+1 |
|
|
* | clang-tidy: Enable performance-inefficient-string-concatenation | Sebastian Holtermann | 2019-08-05 | 1 | -1/+2 |
|
|
* | Property: Add INSTALL_REMOVE_ENVIROMENT_RPATH property | Jiang Yue | 2019-07-25 | 1 | -2/+8 |
|
|
* | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -0/+1 |
|
|
* | cmInstallTargetGenerator: Escape generated OLD_RPATH argument | Dennis Klein | 2019-06-13 | 1 | -2/+3 |
|
|
* | cmInstallTargetGenerator: Introduce CMP0095 | Dennis Klein | 2019-06-13 | 1 | -9/+67 |
|
|
* | Refactor: Allow cmInstallGenerator::Compute() to return an error | Kyle Edwards | 2019-05-13 | 1 | -1/+3 |
|
|
* | Merge topic 'remove-exclude-from-all-warning' | Brad King | 2019-02-25 | 1 | -16/+0 |
|\ |
|
| * | EXCLUDE_FROM_ALL: Don't warn if installing target excluded from all | Craig Scott | 2019-02-21 | 1 | -16/+0 |
|
|
* | | Create and use `cmGeneratorTarget::Names` | Saleem Abdulrasool | 2019-02-11 | 1 | -59/+41 |
|
|
* | | cmMakefile::GetRequiredDefinition: return const std::string& | Vitaly Stakhovsky | 2019-02-07 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'install-strip-macos' | Brad King | 2019-01-31 | 1 | -1/+13 |
|\ |
|
| * | install: Fix stripping on macOS | Harry Mallon | 2019-01-30 | 1 | -1/+13 |
|
|
* | | Merge topic 'restore-install-late-framework' | Brad King | 2019-01-31 | 1 | -2/+29 |
|\ \
| |/
|/| |
|
| * | macOS: Restore compatibility for setting FRAMEWORK after install() | Brad King | 2019-01-30 | 1 | -2/+29 |
|
|
* | | Merge topic 'tidy-use-equals-default' | Brad King | 2019-01-29 | 1 | -3/+1 |
|\ \ |
|
| * | | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -3/+1 |
|
|
* | | | cmSystemTools::Message: Add overload accepting std::string | Vitaly Stakhovsky | 2019-01-28 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge topic 'cmake-files-directory' | Brad King | 2019-01-25 | 1 | -2/+1 |
|\ \
| |/
|/| |
|
| * | cmake: inlined files dir constant and removed it from cmake.h | Bruno Manganelli | 2019-01-21 | 1 | -2/+1 |
|
|
* | | clang-tidy: Pass by value | Regina Pfeifer | 2019-01-22 | 1 | -4/+4 |
|/ |
|
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -2/+3 |
|
|
* | install: Record TARGET mode backtraces internally | Brad King | 2018-10-18 | 1 | -1/+2 |
|
|
* | install: Allow installing targets created in another directory | Zack Galbreath | 2018-06-18 | 1 | -0/+6 |
|
|
* | cmGeneratorTarget: Make import library checks config-aware | Michael Stürmer | 2018-04-05 | 1 | -4/+4 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -12/+12 |
|
|
* | Xcode: rename embedded SDK query function | Gregor Jasny | 2017-12-22 | 1 | -2/+2 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -22/+11 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -5/+5 |
|
|
* | cmScriptGenerator: pass Indent by value | Daniel Pfeifer | 2017-04-21 | 1 | -14/+12 |
|
|
* | Replace boolean `implib` parameters with enum | Gregor Jasny | 2017-04-20 | 1 | -1/+4 |
|
|