Skip to content
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

XCode15, NDK 25, up v8 and jsc #59

Closed
wants to merge 41 commits into from

Conversation

CedricGuillemet
Copy link
Contributor

@CedricGuillemet CedricGuillemet commented Oct 4, 2023

fixes #51

@CedricGuillemet CedricGuillemet changed the title XCode15 for iOS qnd NDK version parameter XCode15 for iOS and NDK version parameter Oct 4, 2023
@CedricGuillemet CedricGuillemet changed the title XCode15 for iOS and NDK version parameter XCode15 for iOS and NDK version parameter set to 25 Oct 4, 2023
Tests/UnitTests/Android/app/build.gradle Outdated Show resolved Hide resolved
.github/azure-pipelines.yml Outdated Show resolved Hide resolved
.github/jobs/android.yml Outdated Show resolved Hide resolved
.github/jobs/ios.yml Outdated Show resolved Hide resolved
Comment on lines +6 to +11
// 'allocator<void>' is deprecated
// Android with NDK25
// 23/10/04 : allocator still present in latest asio main branch
#if defined(__clang__)
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
#endif
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe we should submit a fix to asio. @ryantrem and I did some simple replacements locally to fix this.

@CedricGuillemet
Copy link
Contributor Author

#66

@CedricGuillemet CedricGuillemet marked this pull request as draft November 14, 2023 11:11
@CedricGuillemet CedricGuillemet changed the title XCode15 for iOS and NDK version parameter set to 25 XCode15, NDK 25, up v8 and jsc Nov 14, 2023
@CedricGuillemet CedricGuillemet marked this pull request as ready for review January 26, 2024 16:56
@CedricGuillemet
Copy link
Contributor Author

Closing as these changes are part of #70

@CedricGuillemet CedricGuillemet deleted the xcode15NDK25 branch June 26, 2024 14:42
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.

Android NDK25
2 participants