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

Cleanup cmake thread detection #1142

Merged

Conversation

kdt3rd
Copy link
Contributor

@kdt3rd kdt3rd commented Sep 5, 2021

Remove old variables, prepare for glibc 2.34+ where pthread moves into
libc to detect semaphores.
Force enable C11 for core library to turn on atomics for older compilers
Fix error messages

Signed-off-by: Kimball Thurston kdt3rd@gmail.com

Remove old variables, prepare for glibc 2.34+ where pthread moves into
libc to detect semaphores.
Force enable C11 for core library to turn on atomics for older compilers
Fix error messages

Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
Copy link
Contributor

@meshula meshula left a comment

Choose a reason for hiding this comment

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

This all looks good to me.

@kdt3rd kdt3rd merged commit ee35a19 into AcademySoftwareFoundation:master Sep 7, 2021
@kdt3rd kdt3rd deleted the cleanup_thread_references branch September 7, 2021 08:32
@cary-ilm
Copy link
Member

cary-ilm commented Sep 7, 2021

@kdtrd, when you merged this did you squash or rebase? Our policy is to squash, even if it's a single commit, because that rewrites the commit title to include the PR #, which is helpful downstream when merging into a branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants