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

Fix race conditions in LOG_EVERY_N #492

Merged
merged 5 commits into from
Feb 22, 2021

Commits on Nov 6, 2019

  1. fix race conditions in LOG_EVERY_N

    * Use CMakeLists.txt to check the availability of std::atomic<>
    * Declare the static integer counters as std::atomic<int> instead of int
    if C++11's atomic is available
    aesophor committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    997fe7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46b5365 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Configuration menu
    Copy the full SHA
    bc31220 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43430a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. Configuration menu
    Copy the full SHA
    5651508 View commit details
    Browse the repository at this point in the history