Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmFileCommand: improve error message | Seth R Johnson | 2021-10-12 | 4 | -4/+12 |
| | | | | | Print full list of unresolved dependencies and a phrase that indicates what about the file is unresolved. | ||||
* | file(GET_RUNTIME_DEPENDENCIES): Check architecture of dependencies | Kyle Edwards | 2021-07-12 | 1 | -4/+1 |
| | | | | Fixes: #22106 | ||||
* | file(GET_RUNTIME_DEPENDENCIES): Add undocumented RPATH_PREFIX option | Kyle Edwards | 2021-06-04 | 2 | -0/+36 |
| | |||||
* | file(GET_RUNTIME_DEPENDENCIES): Add POST_{IN,EX}CLUDE_FILES arguments | Kyle Edwards | 2021-06-01 | 7 | -55/+157 |
| | |||||
* | file(GET_RUNTIME_DEPENDENCIES): Fix weak macOS libraries not detected | Bianca van Schaik | 2021-01-20 | 2 | -2/+35 |
| | | | | | | | | Starting with Clang 12, `otool -l` reports `LC_LOAD_WEAK_DYLIB` instead of `LC_LOAD_DYLIB` for weakly linked libraries. Update the implementation of `file(GET_RUNTIME_DEPENDENCIES)` to recognize these. Fixes: #21684 | ||||
* | Tests: Update file(G_R_D) test to make system library optional | Kyle Edwards | 2020-07-13 | 1 | -12/+14 |
| | | | | | Since the system library may not exist on the filesystem on macOS 11, skip it if it doesn't exist. | ||||
* | Tests: Shorten case names in RunCMake.file-GET_RUNTIME_DEPENDENCIES test | Brad King | 2020-06-16 | 64 | -255/+255 |
| | | | | | Now that these cases are in a dedicated test we can drop the `file-GET_RUNTIME_DEPENDENCIES-` prefix from their name. | ||||
* | Tests: Factor out RunCMake.file-GET_RUNTIME_DEPENDENCIES test | Brad King | 2020-06-16 | 58 | -0/+1420 |
Move the `file(GET_RUNTIME_DEPENDENCIES)` cases out of `RunCMake.install`. |