-
Notifications
You must be signed in to change notification settings - Fork 163
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
Legal problem with win32/thread_primitives.hpp
#209
Labels
Comments
I missed the comment on this commit. could someone provide a PR? |
@Lastique perhaps? |
I will make a PR shortly. |
Thank you very much. |
Lastique
added a commit
to Lastique/thread
that referenced
this issue
Feb 20, 2018
This is to resolve the possible license violation as the previous implementation has been taken from StackOverflow and was not licensed under the Boost Software License. The new implementation was adopted from Boost.Log: https://github.com/boostorg/log/blob/1cc577cbf5fae8f55c71c4493a7ef89027bd85dc/src/timestamp.cpp#L66-L86 The legal issue has been raised in: https://lists.boost.org/Archives/boost/2018/02/241453.php Fixes boostorg#209.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A third-party legal review has identified a problem as reported here:
https://lists.boost.org/Archives/boost/2018/02/241435.php
regarding
thread/include/boost/thread/win32/thread_primitives.hpp
Lines 89 to 110 in 526c72c
introduced by
04c5341
The easiest way to fix that is to rewrite
GetTickCount64emulation
in terms ofboost::atomic_uint64_t
. As pointed out inhttps://lists.boost.org/Archives/boost/2018/02/241453.php
an implementation already exists in Boost.Log:
https://github.com/boostorg/log/blob/1cc577cbf5fae8f55c71c4493a7ef89027bd85dc/src/timestamp.cpp#L66-L86
The text was updated successfully, but these errors were encountered: