mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-05-29 18:08:56 -06:00
3becbdc3f3358f4bba94605620c597639d48dcf5
d02a2ab to cb3a2a8 (#527)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `d02a2ab` to `cb3a2a8`. <details> <summary>Commits</summary> <ul> <li><a href="cb3a2a8dbd"><code>cb3a2a8</code></a> GH Actions: Fix Install gcc-multilib in autotools workflow</li> <li><a href="f30d52343a"><code>f30d523</code></a> Do not mention exact bdwgc version in cmake.md</li> <li><a href="e781d97478"><code>e781d97</code></a> Update ChangeLog file</li> <li><a href="a03d708cad"><code>a03d708</code></a> Update ChangeLog file (set v8.2.12 release date)</li> <li><a href="4416cf2506"><code>4416cf2</code></a> Update ChangeLog file (v8.2 changes)</li> <li><a href="248835e9a0"><code>248835e</code></a> Update ChangeLog file (set v8.0.18 release date)</li> <li><a href="3f912460f2"><code>3f91246</code></a> Update ChangeLog file (v8.0 changes)</li> <li><a href="da294d3244"><code>da294d3</code></a> Update ChangeLog file (set v7.6.26 release date)</li> <li><a href="9669662f60"><code>9669662</code></a> Update ChangeLog file (v7.6 changes)</li> <li><a href="6584f86c9d"><code>6584f86</code></a> Update ChangeLog file (set v7.4.32 release date)</li> <li>Additional commits viewable in <a href="d02a2abbee...cb3a2a8dbd">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 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%