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

Mark PluginManager statics as thread safe #3107

Merged

Commits on Mar 31, 2014

  1. Mark PluginManager statics as thread safe

    The singletons for the plugin system are required to be initialized before any threads are started, therefore the statics which hold those singletons are thread safe. This commit used the cms attribute to mark these as safe so we do not get a false positive from the static analyzer.
    Dr15Jones committed Mar 31, 2014
    Configuration menu
    Copy the full SHA
    6d7f231 View commit details
    Browse the repository at this point in the history