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

Protect against crashes when MANUAL_LIFETIME is used #690

Closed
wants to merge 4 commits into from

Commits on Dec 17, 2023

  1. Guarding against 'TracyIsStarted' in many of Tracy's functions so tha…

    …t MANUAL_LIFETIME can be used correctly. Mutexes that have been allocated *before* Tracy is initialised will not be tracked.
    plekakis committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    6151281 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd8cfbe View commit details
    Browse the repository at this point in the history
  3. fixed the remaining ifdef

    plekakis committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    cf33524 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. compile error fix

    plekakis committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    fb6b4c6 View commit details
    Browse the repository at this point in the history