Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-127434: Fix iOS `xcrun --sdk` clang/ar scripts to allow arguments with ↵ | Feodor Fitsner | 2024-12-05 | 12 | -12/+12 |
| | | | | | spaces (#127575) Added shell escaping to ensure iOS compiler shims can accept arguments with spaces. | ||||
* | Add shims for iOS C++ compilation (#123620) | Russell Keith-Magee | 2024-09-04 | 3 | -0/+6 |
| | | | Add shims for iOS C++ compilation. | ||||
* | gh-114099: Additions to standard library to support iOS (GH-117052) | Russell Keith-Magee | 2024-03-28 | 1 | -1/+1 |
| | | | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Malcolm Smith <smith@chaquo.com> Co-authored-by: Ned Deily <nad@python.org> | ||||
* | gh-114099 - Add iOS framework loading machinery. (GH-116454) | Russell Keith-Magee | 2024-03-19 | 1 | -1/+1 |
| | | | | Co-authored-by: Malcolm Smith <smith@chaquo.com> Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com> | ||||
* | gh-114099: Add configure and Makefile targets to support iOS compilation. ↵ | Russell Keith-Magee | 2024-02-26 | 12 | -0/+85 |
(GH-115390) |