| Commit message (Expand) | Author | Age | Files | Lines |
* | install: Add context to {PUBLIC,PRIVATE}_HEADER/RESOURCE DESTINATION warnings | Brad King | 2021-10-27 | 2 | -4/+22 |
|
|
* | Add deprecation warnings for policies CMP0088 and below | Brad King | 2021-06-30 | 1 | -0/+8 |
|
|
* | Tests: Add tests for new options | Kyle Edwards | 2021-06-04 | 2 | -0/+40 |
|
|
* | install: Add RUNTIME_DEPENDENCY_SET mode | Kyle Edwards | 2021-06-04 | 4 | -0/+8 |
|
|
* | install(IMPORTED_RUNTIME_ARTIFACTS): Add RUNTIME_DEPENDENCY_SET option | Kyle Edwards | 2021-06-04 | 4 | -0/+10 |
|
|
* | install(TARGETS): Add RUNTIME_DEPENDENCY_SET argument | Kyle Edwards | 2021-06-04 | 7 | -0/+25 |
|
|
* | install(TARGETS): Add RUNTIME_DEPENDENCIES option | Kyle Edwards | 2021-06-04 | 17 | -1/+79 |
|
|
* | install: Implement new install(CODE|SCRIPT) option ALL_COMPONENTS | Nils Gladitz | 2021-05-19 | 5 | -0/+9 |
|
|
* | Merge topic 'codespell' | Brad King | 2021-05-10 | 1 | -2/+2 |
|\ |
|
| * | Tests: Fix typos and spelling in test error message | Josef Angstenberger | 2021-05-07 | 1 | -2/+2 |
|
|
* | | install(FILES): Allow installation of symlinks to directory | Jens Carl | 2021-05-06 | 5 | -0/+22 |
|/ |
|
* | MSYS: Add support for running under MSYS runtime environment | Orgad Shaneh | 2021-04-26 | 6 | -0/+58 |
|
|
* | AIX: Enable XCOFF editing to replace RPATH on installation | Brad King | 2021-02-03 | 2 | -4/+8 |
|
|
* | install(files): Support genex in rename option | Asit Dhal | 2021-01-13 | 6 | -0/+21 |
|
|
* | export: Do not fail generation for separate namelink only case | Deniz Bahadir | 2020-12-01 | 2 | -0/+20 |
|
|
* | export: Do not fail generation for namelink-only case | Deniz Bahadir | 2020-10-09 | 5 | -0/+21 |
|
|
* | ISPC: Support generation for multiple instruction sets | Robert Maynard | 2020-09-04 | 5 | -0/+28 |
|
|
* | Tests: Factor out RunCMake.file-GET_RUNTIME_DEPENDENCIES test | Brad King | 2020-06-16 | 58 | -1404/+0 |
|
|
* | Tests: Fix RunCMake.install LDFLAGS treatment | Brad King | 2020-05-26 | 1 | -2/+1 |
|
|
* | Tests: Update test suite to run in an Anaconda environment | Robert Maynard | 2020-05-21 | 1 | -0/+7 |
|
|
* | file: GetRuntimeDependencies use CMAKE_OBJDUMP when applicable | Robert Maynard | 2020-04-06 | 6 | -0/+32 |
|
|
* | Merge branch 'backport-3.16-install-default-fix' | Brad King | 2020-02-11 | 6 | -12/+12 |
|\ |
|
| * | install: Fix regression when using default destinations | Kyle Edwards | 2020-02-11 | 6 | -12/+12 |
|
|
| * | file(GET_RUNTIME_DEPENDENCIES): Tolerate empty list arguments | Kyle Edwards | 2020-01-22 | 2 | -2/+20 |
|
|
* | | Tests: Disable test on problematic versions of install_name_tool | Kyle Edwards | 2020-01-27 | 1 | -4/+6 |
|
|
* | | file(GET_RUNTIME_DEPENDENCIES): Tolerate empty list arguments | Kyle Edwards | 2020-01-22 | 2 | -2/+20 |
|
|
* | | Ninja: Add multi-config variant | Kyle Edwards | 2019-12-13 | 1 | -2/+2 |
|/ |
|
* | cmInstallTargetGenerator: Add tests for the RPATH_CHANGE rule | Dennis Klein | 2019-06-13 | 7 | -0/+237 |
|
|
* | cmInstallTargetGenerator: Introduce CMP0095 | Dennis Klein | 2019-06-13 | 2 | -5/+7 |
|
|
* | file: Add GET_RUNTIME_DEPENDENCIES mode | Kyle Edwards | 2019-06-10 | 53 | -0/+1344 |
|
|
* | INTERFACE Target: allow (PUBLIC/PRIVATE)_HEADER properties | Avraham Shukron | 2019-04-11 | 3 | -0/+20 |
|
|
* | install: Do not crash on imported global target | Brad King | 2019-03-07 | 4 | -0/+9 |
|
|
* | EXCLUDE_FROM_ALL: Don't warn if installing target excluded from all | Craig Scott | 2019-02-21 | 1 | -1/+0 |
|
|
* | Merge topic 'install-code-script-genex' | Craig Scott | 2018-12-23 | 9 | -0/+44 |
|\ |
|
| * | install: Teach CODE,SCRIPT modes to evaluate generator expressions | Jon Chronopoulos | 2018-12-22 | 9 | -0/+44 |
|
|
* | | Tests: Fix Cygwin failure on RunCMake.install | Kyle Edwards | 2018-12-19 | 2 | -2/+2 |
|/ |
|
* | install: Add sane set of defaults for DESTINATION and file type parameters | Kyle Edwards | 2018-11-07 | 32 | -0/+505 |
|
|
* | Merge branch 'backport-revert-install-code-script-genex' into revert-install-... | Brad King | 2018-10-11 | 6 | -19/+0 |
|\ |
|
| * | install: Revert CODE,SCRIPT support for generator expressions | Brad King | 2018-10-11 | 6 | -19/+0 |
|
|
* | | Testing: Update hard-coded line numbers to [0-9]+ in some tests | Kyle Edwards | 2018-10-10 | 3 | -3/+3 |
|/ |
|
* | Add deprecation warnings for policies CMP0063 and below | Brad King | 2018-09-17 | 1 | -0/+10 |
|
|
* | Tests: Add test for install(SCRIPT ... COMPONENT) | Kyle Edwards | 2018-07-17 | 5 | -0/+9 |
|
|
* | Tests: Add test for InstallRequiredSystemLibraries | Kyle Edwards | 2018-07-17 | 3 | -0/+12 |
|
|
* | Tests: Add test for install(TARGETS) RPATH functionality | Kyle Edwards | 2018-07-17 | 5 | -1/+42 |
|
|
* | Tests: Add test for install(FILES) with PERMISSIONS | Kyle Edwards | 2018-07-17 | 3 | -0/+7 |
|
|
* | Tests: Add test for installing parts of targets in different directories | Kyle Edwards | 2018-07-17 | 4 | -0/+15 |
|
|
* | Tests: Add test for install(DIRECTORY) with PATTERN and REGEX | Kyle Edwards | 2018-07-17 | 6 | -0/+38 |
|
|
* | Tests: Add test for CONFIGURATIONS parameter of install() | Kyle Edwards | 2018-07-17 | 3 | -0/+4 |
|
|
* | Tests: Add test for install(<SCRIPT|CODE>) | Kyle Edwards | 2018-07-17 | 4 | -0/+11 |
|
|
* | Tests: Add test for <PRE|POST>_INSTALL_SCRIPT | Kyle Edwards | 2018-07-17 | 5 | -0/+11 |
|
|