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

Eliminate complex typed static variables #37

Open
wants to merge 1 commit into
base: patched-5
Choose a base branch
from

Commits on Feb 12, 2016

  1. Eliminate complex typed static variables

    Complex typed static variables (e.g. maps) in dll-s are to avoid.
    On Windows they are not initialised in time (or at all) when the dll
    is dynamically loaded. The current use of static QHash data members
    results in crash on Windows when the PythonQt.dll is loaded.
    
    See details here:
    http://stackoverflow.com/questions/5114683/loading-dll-not-initializing-static-c-classes
    builder@murbella committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    c891272 View commit details
    Browse the repository at this point in the history