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 thread_local instead of static in EASY_LOCAL_STATIC_PTR. #130

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Commits on Oct 2, 2018

  1. Use thread_local instead of static in EASY_LOCAL_STATIC_PTR. As witho…

    …ut it it's impossible to profile functions called from multiple threads.
    evgeny committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    3ee2067 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Revert "Use thread_local instead of static in EASY_LOCAL_STATIC_PTR. …

    …As without it it's impossible to profile functions called from multiple threads."
    
    This reverts commit 3ee2067.
    evgeny committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    3759ed6 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. Added option EASY_OPTION_THREAD_SAFE_INIT to support disabled thread-…

    …safe initialization of static local variables.
    evgeny committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    7c11264 View commit details
    Browse the repository at this point in the history
  2. Added generation of config header to avoid setting some defines also …

    …in project using profiler.
    
    EASY_OPTION_THREAD_SAFE_INIT doesn't require setting it in project using profiler.
    evgeny committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    cddba4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f86b817 View commit details
    Browse the repository at this point in the history