8000 Comparing v0.12...v0.12.1 · jbaldwin/libcoro · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: jbaldwin/libcoro
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12
Choose a base ref
...
head repository: jbaldwin/libcoro
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.1
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Aug 2, 2024

  1. Upgrade supported opensuse/leap:15.6 (#275)

    15.2 is having issues with nodejs and glibc
    
    /__e/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /__e/node20/bin/node
    
    Closes #274
    jbaldwin authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    b698069 View commit details
    Browse the repository at this point in the history
  2. Use lock for sync_wait completion (#272)

    * Use lock for sync_wait completion
    
    * release/acquire memory ordering has a race condition
    * also reproduced on seq_cst
    * requiring a lock around the std::condition_variable to properly and always wake up the waiting sync_wait thread, this is necessary for correctness over speed
    
    Closes #270
    jbaldwin authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    ee02dc8 View commit details
    Browse the repository at this point in the history
Loading
0