mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-05-29 18:08:56 -06:00
bf926f471c0051bc113eae7f247db867bda3c4e1
508d227 to fdccf2b (#491)
Bumps [vendor/libatomic_ops](https://github.com/bdwgc/libatomic_ops) from `508d227` to `fdccf2b`. <details> <summary>Commits</summary> <ul> <li><a href="fdccf2b3cd"><code>fdccf2b</code></a> Bump libatomic_ops version to 7.11.0 (next release development)</li> <li><a href="650dd27283"><code>650dd27</code></a> [7.10.0]</li> <li><a href="f29954c4ab"><code>f29954c</code></a> Update ChangeLog file</li> <li><a href="d2f4ff428e"><code>d2f4ff4</code></a> GH Actions: Update after CMake BUILD_SHARED_LIBS option renaming</li> <li><a href="6ccc26c958"><code>6ccc26c</code></a> Travis CI: Update after CMake BUILD_SHARED_LIBS option renaming</li> <li><a href="2af775ee7d"><code>2af775e</code></a> AppVeyor CI: Update after CMake BUILD_SHARED_LIBS option renaming</li> <li><a href="8f5a2094eb"><code>8f5a209</code></a> Rename CMake BUILD_SHARED_LIBS option to AO_BUILD_SHARED_LIBS</li> <li><a href="62610898d4"><code>6261089</code></a> GH Actions: Upgrade macos-13 to macos-15-intel in cmake build</li> <li><a href="94845aaf27"><code>94845aa</code></a> AppVeyor CI: Update after CMake build_tests option rename to BUILD_TESTING</li> <li><a href="a36001370a"><code>a360013</code></a> Replace CMake build_tests option to standard BUILD_TESTING one</li> <li>Additional commits viewable in <a href="508d227476...fdccf2b3cd">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
bdwgc-rust
GlobalAlloc implementation for bdwgc, the conservative garbage collector.
This crate is for use cases in which developers need to integrate bdwgc into their programs written in Rust (e.g. writing a runtime library in Rust for their own programming language whose GC is done by bdwgc.)
Usage
See examples directory.
By default bdwgc is built with autotools. To build with cmake, enable the cmake feature:
cargo build --no-default-features --features cmake
License
Languages
Rust
96.8%
Shell
3.2%