Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: YACLib/YACLib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2022.09.19
Choose a base ref
...
head repository: YACLib/YACLib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2022.10.08
Choose a head ref
  • 4 commits
  • 65 files changed
  • 1 contributor

Commits on Sep 28, 2022

  1. Update fair_thread_pool.cpp

    MBkkt authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    de222cd View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Improvements (#214)

    * Improve perfomance
    * Disable macos 12 gcc (because bug in xcode 14 ld)
    * Add OneShotEvent/WaitGroupEvent::WaitFor/Until
    * Add tests for StickyGuard
    MBkkt authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    3db1e8e View commit details
    Browse the repository at this point in the history
  2. Fix test (#215)

    MBkkt authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    5443674 View commit details
    Browse the repository at this point in the history
  3. Disable leak sanitizer in macOS CI

    Because xcode ld new bug
    MBkkt authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    6d7ee27 View commit details
    Browse the repository at this point in the history
Loading