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

Upgrade fmt to 11.0.2 #412

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Commits on Sep 30, 2024

  1. Upgrade fmt to 11.0.2

    Switch to upstream formatters for std::complex and std::expected.
    
    Signed-off-by: Frank Osterfeld <[email protected]>
    frankosterfeld committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    65b3ae9 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Wait for threads before destroying scheduler

    Avoid crashes when worker threads access blocks owned by the already
    destroyed scheduler.
    frankosterfeld committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    aa1ec79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b77c2ca View commit details
    Browse the repository at this point in the history