forked from GitHub/bdwgc-rust
cc4e7c5e1677db41f3956d4dbb3bf66e39f978d5
741d3d7 to 63c90f0 (#495)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `741d3d7` to `63c90f0`. <details> <summary>Commits</summary> <ul> <li><a href="63c90f040c"><code>63c90f0</code></a> Add autotools-build-extra status badge to README.md</li> <li><a href="beb40c818b"><code>beb40c8</code></a> GH actions: Move configure-based build jobs from Travis</li> <li><a href="6d0edec27c"><code>6d0edec</code></a> Add 'Makefile.direct' build status badge to README.md</li> <li><a href="b0885dc6d4"><code>b0885dc</code></a> Enable tools/if_mach.c compilation on Windows</li> <li><a href="d877ebfeb0"><code>d877ebf</code></a> Eliminate 'x might be clobbered' gcc-13 warning in setjmp_test</li> <li><a href="3c53673dc6"><code>3c53673</code></a> GH actions: Move build jobs based on Makefile.direct from Travis</li> <li><a href="8d33146e3e"><code>8d33146</code></a> Add 'CSA check' status badge to README.md</li> <li><a href="084bab6448"><code>084bab6</code></a> GH actions: Move CSA-check jobs from Travis</li> <li><a href="bdb16475b1"><code>bdb1647</code></a> Add cmake-build-extra status badge to README.md</li> <li><a href="59e61eb976"><code>59e61eb</code></a> GH actions: Move cmake-based jobs from Travis to extra workflow</li> <li>Additional commits viewable in <a href="741d3d78bc...63c90f040c">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
81.8%
Nix
15.5%
Shell
2.7%