-
Notifications
You must be signed in to change notification settings - Fork 166
Cleanup #188
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 #188
Conversation
- Eliminated BOOST_THREAD_HAS_CONDATTR_SET_CLOCK_MONOTONIC. - CLOCK_MONOTONIC is now always used whenever it is available.
Great we start to see green run in windows :) |
A few green runs, at least. :) |
FYI, the 64-bit Windows builds are failing due the unit tests exceeding the 260 character filepath limit on Windows. Every filepath includes |
Thanks for the info. No I don't know how to shorten them. Could you create a issue for Boost.Build with the specific compiler report? |
Steven Watanabe said on Boost ML |
I've added --abbreviate-paths |
--abbreviate-paths sounds like the solution we need. Thanks for adding that. |
Glad to help. Which AppVeyor build are you looking at that's all green? |
These are a series of commits that been sitting in my local workspace for a couple of weeks now. I was going to wait until after I'd finished the win32 changes before submitting them, but I decided to go ahead and submit them now to get them out of the way.
See the commit log for the list of changes I made.