summaryrefslogtreecommitdiffstats
path: root/iOS
Commit message (Collapse)AuthorAgeFilesLines
* gh-114099: Fix typos in iOS/README.rst (GH-118378)Xie Yanbo2024-04-291-2/+2
|
* Correct typo in iOS README (#118341)Wulian2332024-04-271-1/+1
|
* gh-114099: Add documentation for iOS platform (GH-117057)Russell Keith-Magee2024-03-281-9/+50
| | | | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Jacob Coffee <jacob@z7x.org> Co-authored-by: Malcolm Smith <smith@chaquo.com> Co-authored-by: Ned Deily <nad@python.org>
* gh-114099: Additions to standard library to support iOS (GH-117052)Russell Keith-Magee2024-03-282-3/+3
| | | | | 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-Magee2024-03-193-3/+3
| | | | Co-authored-by: Malcolm Smith <smith@chaquo.com> Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
* gh-114099 - Add iOS testbed, plus Makefile target to invoke it. (gh-115930)Russell Keith-Magee2024-03-0715-17/+938
|
* gh-114099: Add configure and Makefile targets to support iOS compilation. ↵Russell Keith-Magee2024-02-2613-0/+406
(GH-115390)