Skip to content

Add back kqueue support on iOS #716

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 25, 2025
Merged

Add back kqueue support on iOS #716

merged 3 commits into from
Mar 25, 2025

Conversation

xiazhvera
Copy link
Contributor

Issue #, if available:

Description of changes:
Temporary add back kqueue support on iOS . Kqueue support will be eventually replaced by dispatch queue on iOS. #661

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

CMakeLists.txt Outdated
Comment on lines 209 to 211
if (AWS_USE_APPLE_DISPATCH_QUEUE)
target_compile_definitions(${PROJECT_NAME} PUBLIC "-DAWS_USE_APPLE_DISPATCH_QUEUE")
endif()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be this be under #if Apple?

CMakeLists.txt Outdated
Comment on lines 185 to 187
if (AWS_USE_SECITEM)
target_compile_definitions(${PROJECT_NAME} PUBLIC "-DAWS_USE_SECITEM")
endif()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be this be under #if Apple?

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.59%. Comparing base (318f7e5) to head (f27bad2).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #716      +/-   ##
==========================================
- Coverage   79.65%   79.59%   -0.07%     
==========================================
  Files          30       30              
  Lines        6120     6120              
==========================================
- Hits         4875     4871       -4     
- Misses       1245     1249       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@xiazhvera xiazhvera merged commit 2efcac7 into main Mar 25, 2025
43 checks passed
@xiazhvera xiazhvera deleted the revert_ios branch March 25, 2025 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants