-
Notifications
You must be signed in to change notification settings - Fork 127
Merge to Master for 1.90 #745
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
Conversation
Add more cpp_double_fp tests and handle warns
Fix #733 refactor loop to remove warning
Stop using ccache in codecov run
Simplify syntax cpp_double_fp_backend
Disable warnings from deprecated numeric_limits members (clang version)
More double_fp syntax improvements
|
Hi @mborland see #746, which should (or is expected to) handle the The failures in special function C99 edge cases are from boostorg/math/pull/1315, which repaired negative zero for Cc: @jzmaddock |
Updated GCC on MinGW needs mbig-obj
|
Hi Matt (@mborland) this one runs green now. We needed Math to be updated, as mentioned. The other unrelated problem with MinGW 15.2.0 and the big objects attribute is solved. My Jamfile solution, however, may have been a bit heavy-handed. So if you could take a look at this one at a time of your convenience, we can either modify the MinGW fix or let it ride, both or either of which are fine by me. Cc: @jzmaddock |
It's a really annoying issue, that keeps resurfacing every time some random thing changes, we've just got to do what we've got to do here. Go for it. |
Indeed. Thanks John. I was a bit uncertain. I got the impression CI had problems until the addition of this line. Did I just turn on big-object for all the MinGW runs? I suppose that wouldn't even really matter anyway. But I'm not sure if that line is/was really needed? My other changes seemed easier to understand. Cc: @mborland |
|
|
No description provided.