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

fix: crashpad scope flushing synchronization #1019

Merged
merged 9 commits into from
Jul 23, 2024

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    cae3be3 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. explicitly sync handler flushing with atomics

    * reenable flushing on Windows due to WER module
    * TODO: std::memory_order_[relaxed|acquire|release]
    supervacuus committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    35f0ec8 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. replace std::atomic<bool> with std::atomic_flag...

    ...which ensures block-free synchronization on all platforms.
    supervacuus committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    562f7c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa9de71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f56fd60 View commit details
    Browse the repository at this point in the history
  4. Update changelog

    supervacuus committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    ccddc71 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Fix python lint

    supervacuus committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    13bbbfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9f139a View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    c4c613e View commit details
    Browse the repository at this point in the history