~roguescholar/boost/+git/atomic:develop

Last commit made on 2024-05-20
Get this branch:
git clone -b develop https://git.launchpad.net/~roguescholar/boost/+git/atomic

Branch merges

Branch information

Name:
develop
Repository:
lp:~roguescholar/boost/+git/atomic

Recent commits

fbdb5f4... by Andrey Semashev <email address hidden>

Replaced macos-11 GHA image with 12, 13 and 14 since 11 is being removed.

6ee3138... by Andrey Semashev <email address hidden>

Use futex function wrapper on OpenBSD.

Since recent OpenBSD versions have removed syscall(2) interface, use
futex(2) wrapper that was also added along with the SYS_futex syscall.

Closes https://github.com/boostorg/atomic/pull/68.

5bbcce0... by Andrey Semashev <email address hidden>

Reduced CI job timeouts.

6594779... by Andrey Semashev <email address hidden>

Added gcc-13 CI job.

d875b25... by Andrey Semashev <email address hidden>

Replaced actions/checkout usage with manual download commands.

This fixes the deprecation warnings for actions/checkout@v3. actions/checkout@v4
is not functional because of the upstream bug:

https://github.com/actions/checkout/issues/1590

b91d551... by Andrey Semashev <email address hidden>

Added a changelog entry for pause on RISC-V.

62c5ff9... by Andrey Semashev <email address hidden>

Merge pull request #65 from XieJiSS/patch-1

Implement pause support for RISC-V

ce34f07... by XieJiSS <email address hidden>

fix: remove rocket-specific code introduced from the kernel

faec57c... by Andrey Semashev <email address hidden>

Fixed clang-17 package name.

5332620... by Andrey Semashev <email address hidden>

Added clang-17 GHA jobs.