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
Posix threads #2263
Posix threads #2263
Conversation
8dbe2bd
to
38f4a2d
Compare
Rebased on current master. |
Rebased on current master. Any comments for this PR? I am waiting its merging for sending of PRs with updates of other packages. |
Looks good to me, there's a couple other tidy ups (llvm, qtifw) that I'll do shortly. Thanks! |
also boost, see 7f22c4d |
I am using boost 1.67.0 in my fork now and have used version 1.65.0 before. Sorry for not tested boost from master branch. |
The diff is quite small in fact. |
Boost is an ongoing issue #2043. Any given version can be made to work, but not for dependent packages and all variants. |
Yep, I am aware of it. Almost each update of major version of boost requires an enormous amount of time for updating of all affected packages. That's why I have not tried to push such changes to upstream. |
Switch to posix threads by default.
See: #2258 (comment)