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

Put everything in Context behind the same Mutex #1050

Merged
merged 13 commits into from Jan 10, 2022
Merged

Commits on Jan 8, 2022

  1. Configuration menu
    Copy the full SHA
    18f3850 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f37e02 View commit details
    Browse the repository at this point in the history
  3. Fix some compilation issues

    emilk committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    8a3de4e View commit details
    Browse the repository at this point in the history
  4. Fix some compilation issues

    emilk committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    c063a98 View commit details
    Browse the repository at this point in the history
  5. Revert to using atomic_refcell

    emilk committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    3b2a783 View commit details
    Browse the repository at this point in the history
  6. Fix some clippy issues

    emilk committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    e4ee42f View commit details
    Browse the repository at this point in the history
  7. Fix a deadlock

    emilk committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    5b0a439 View commit details
    Browse the repository at this point in the history
  8. Rename CtxRef to Context

    The old `Context` is now `ContextImpl` and is non-pub
    emilk committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    f66cfed View commit details
    Browse the repository at this point in the history
  9. Cleanup

    emilk committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    89ba2bb View commit details
    Browse the repository at this point in the history
  10. Small stuff

    emilk committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    bff942b View commit details
    Browse the repository at this point in the history
  11. Fix potential deadlock

    emilk committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    e51d6d4 View commit details
    Browse the repository at this point in the history
  12. ContextMenu cleanup

    emilk committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    dd642d9 View commit details
    Browse the repository at this point in the history
  13. Add benchmark Painter::rect

    emilk committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    9d7e2d3 View commit details
    Browse the repository at this point in the history