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

Use an internal implementation of boost::condition_variable with monotonic clock #1932

Merged
merged 3 commits into from
Jul 28, 2020

Commits on Apr 14, 2020

  1. Use an internal implementation of condition_variable with monotonic c…

    …lock to avoid ODR violation
    meyerj committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    7969a11 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    e0712b3 View commit details
    Browse the repository at this point in the history
  2. Fix "static_assert with no message is a C++17 extension" warning in r…

    …os/internal/condition_variable.h
    meyerj committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    81627ef View commit details
    Browse the repository at this point in the history