| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gh-133183: Include IPHONEOS_DEPLOYMENT_TARGET in iOS shim targets. (#133184) | Russell Keith-Magee | 2025-05-01 | 9 | -9/+9 |
| | | | | Include IPHONEOS_DEPLOYMENT_TARGET in iOS shim targets. | ||||
| * | gh-133131: Discover an appropriate iOS simulator rather than hard-coding ↵ | Russell Keith-Magee | 2025-04-29 | 1 | -3/+39 |
| | | | | | | iPhone SE 3rd gen (#133132) Determines a candidate simulator at runtime rather than hardcoding iPhone SE. | ||||
| * | gh-129200: Add locking to the iOS testbed startup sequence. (#130564) | Russell Keith-Magee | 2025-02-27 | 1 | -7/+63 |
| | | | | | | Add a lock to ensure that only one iOS testbed per user can start at a time, so that the simulator discovery process doesn't collide between instances. | ||||
| * | gh-130292: Allow for empty simulator list when running iOS testbed (#130388) | Russell Keith-Magee | 2025-02-25 | 1 | -13/+23 |
| | | | | | Adds error handling when there are no pre-existing test simulators. | ||||
| * | gh-130293: Ensure test__colorize will pass on dumb terminals. (#130333) | Russell Keith-Magee | 2025-02-20 | 1 | -1/+1 |
| | | | | | Ensure colorize tests will run on dumb terminals (or environment with TERM=dumb set) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | ||||
| * | gh-130025: Correct handling of symlinks during iOS testbed framework ↵ | Russell Keith-Magee | 2025-02-13 | 1 | -9/+45 |
| | | | | | | installation. (#130026) Correct handling of symlinks during iOS testbed framework installation. | ||||
| * | gh-129248: Filter out the iOS log prefix from testbed runner output. (#129252) | Russell Keith-Magee | 2025-01-25 | 1 | -0/+15 |
| | | | | Filter out the iOS log prefix from testbed runner output. | ||||
| * | gh-127845: Minor improvements to iOS test runner script (#127846) | Russell Keith-Magee | 2024-12-12 | 2 | -19/+52 |
| | | | | | | | Uses symlinks to install iOS framework into testbed clone, adds a verbose mode to the iOS runner to hide most Xcode output, adds another mechanism to disable terminal colors, and ensures that stdout is flushed after every write. | ||||
| * | gh-126821: Add versionadded annotation to use_system_logger feature. (#127755) | Russell Keith-Magee | 2024-12-10 | 1 | -1/+1 |
| | | | | Add versionadded annotation to use_system_logger feature. | ||||
| * | gh-126925: Modify how iOS test results are gathered (#127592) | Russell Keith-Magee | 2024-12-09 | 4 | -32/+391 |
| | | | | | | | | Adds a `use_system_log` config item to enable stdout/stderr redirection for Apple platforms. This log streaming is then used by a new iOS test runner script, allowing the display of test suite output at runtime. The iOS test runner script can be used by any Python project, not just the CPython test suite. | ||||
| * | 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. | ||||
| * | gh-126167: Modify iOS Testbed to read arguments from Info.plist (#126169) | Russell Keith-Magee | 2024-11-17 | 6 | -28/+104 |
| | | | | Modify iOS Testbed to read arguments from Info.plist. | ||||
| * | Add shims for iOS C++ compilation (#123620) | Russell Keith-Magee | 2024-09-04 | 3 | -0/+6 |
| | | | | Add shims for iOS C++ compilation. | ||||
| * | Ensure that iOS test re-runs don't try to spawn a process. (#122994) | Russell Keith-Magee | 2024-08-14 | 1 | -0/+1 |
| | | | | Adds the --single-process option to the iOS test runner to ensure re-runs execute in the same process. | ||||
| * | Add a --rerun option to the iOS testbed. (#122992) | Russell Keith-Magee | 2024-08-14 | 1 | -0/+1 |
| | | | | Enable --rerun when running tests on iOS. | ||||
| * | gh-120831: Increase the default minimum supported iOS version to 13.0 (#121250) | Russell Keith-Magee | 2024-07-16 | 1 | -1/+1 |
| | | | | | | Increases the default minimum iOS version to 13.0. Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com> | ||||
| * | gh-114099: Fix typos in iOS/README.rst (GH-118378) | Xie Yanbo | 2024-04-29 | 1 | -2/+2 |
| | | |||||
| * | Correct typo in iOS README (#118341) | Wulian233 | 2024-04-27 | 1 | -1/+1 |
| | | |||||
| * | gh-114099: Add documentation for iOS platform (GH-117057) | Russell Keith-Magee | 2024-03-28 | 1 | -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-Magee | 2024-03-28 | 2 | -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-Magee | 2024-03-19 | 3 | -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-Magee | 2024-03-07 | 15 | -17/+938 |
| | | |||||
| * | gh-114099: Add configure and Makefile targets to support iOS compilation. ↵ | Russell Keith-Magee | 2024-02-26 | 13 | -0/+406 |
| (GH-115390) | |||||
