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

Refactor logging code to get rid of a mutex. #3126

Merged
merged 5 commits into from Dec 3, 2015

Commits on Oct 3, 2015

  1. Configuration menu
    Copy the full SHA
    83fa504 View commit details
    Browse the repository at this point in the history
  2. LogManager: replace set of LogListener pointers with bitset.

    Mostly so we can iterate over which LogListeners are enabled without
    having to aquire a lock.
    phire committed Oct 3, 2015
    Configuration menu
    Copy the full SHA
    6153424 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18142ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f8a672 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f84577b View commit details
    Browse the repository at this point in the history