Skip to content

feat: crashpad cxx17 support #116

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 7 commits into from
Jan 10, 2025
Merged

Conversation

supervacuus
Copy link
Collaborator

@supervacuus supervacuus commented Dec 29, 2024

crashpad increasingly depends on C++20 features through its base-library mini_chromium.

This change vendors a mini_chromium fork compatible with C++17 compilers and removes the dependency on std::ranges in the crashpad UUID utilities.

The corresponding mini_chromium change is: getsentry/mini_chromium#1

This change is based on upstream mini_chromium revision bd56f6 which is also the getsentry branch-base of our fork.

crashpad increasingly depends on C++20 features through its base-library `mini_chromium`.

This change vendors a `mini_chromium` fork that is compatible with C++17 compilers and removes the dependency on `std::ranges` in the `crashpad` uuid utilities.
Copy link
Member

@JoshuaMoelans JoshuaMoelans left a comment

Choose a reason for hiding this comment

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

also lgtm!

@supervacuus supervacuus merged commit 6cdf8ed into getsentry Jan 10, 2025
8 checks passed
@supervacuus supervacuus deleted the feat/crashpad_cxx17_support branch January 10, 2025 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants