Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .xcframework: Search Info.plist for "maccatalyst" instead of "catalyst" | Kyle Edwards | 2023-08-16 | 1 | -2/+2 |
| | |||||
* | .xcframework: Check SupportedPlatformVariant | Kyle Edwards | 2023-08-15 | 1 | -2/+37 |
| | |||||
* | Merge topic 'clang-tidy-xcode-generator' | Brad King | 2023-08-01 | 1 | -7/+8 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 09b7ac7f67 strings: use single characters where possible 6aa9023700 string_view: use string_view literals in comparisons 1b60137b98 strings: combine string literals e1b70d7286 cmCPackDragNDropGenerator: use a string instead of a stream for commands f5d04b5bf0 cmStrCat: use where possible in Apple-specific sources 3af822cd8f cmXCode21Object: simplify streaming expression c4f751604b cmLocalXCodeGenerator: return a default string ce549909fb cmCPackPKGGenerator: remove unnecessary `.c_str()` calls ... Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8660 | ||||
| * | string_view: use string_view literals in comparisons | Ben Boeckel | 2023-07-30 | 1 | -7/+8 |
| | | |||||
* | | IWYU: Update for Debian 12 CI job | Brad King | 2023-07-28 | 1 | -1/+0 |
|/ | | | | | | `include-what-you-use` diagnostics, in practice, are specific to the environment's compiler and standard library. Update includes to satisfy IWYU for our CI job under Debian 12. | ||||
* | macOS: Add support for linking against .xcframework folders | Kyle Edwards | 2023-07-26 | 1 | -0/+174 |
Issue: #21752 |