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

Check that the C++11 future feature is supported for kaleid0sc0pe #179

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

gbendy
Copy link
Contributor

@gbendy gbendy commented Aug 6, 2023

The mingw cross compiler for windows can be built with either a posix thread model or a win32 thread model. The win32 thread model does not fully support future and builds fail. So we detect if future compilation works and disable multithreading if not.

Fixes issue #178

Copy link
Member

@jaromil jaromil left a comment

Choose a reason for hiding this comment

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

Hi Brendan! many thanks! if you want to trigger a fix release with semantic versioning next time please consider using fix: as first 4 chars of the first line in commit description, this will trigger CI automations and tag a new release right after merging your PR. This time is fine, I'll merge other fixes and trigger it myself.

The mingw cross compiler for windows can be built with either a
posix thread model or a win32 thread model. The win32 thread model does
not fully support future. So we detect if future compilation works and
disable multithreading if not.

Fixes issue dyne#178
@jaromil jaromil merged commit 448be4b into dyne:master Dec 8, 2023
2 checks passed
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.

None yet

2 participants