mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-08-22 04:06:24 -06:00
ff213eae83b6eed96295e1d66c841d74989d68aa
b819d9f to 834ae84 (#546)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `b819d9f` to `834ae84`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/834ae84382cb7bb7a2b492be713c82b6469d0230"><code>834ae84</code></a> Fix 'GC_DllMain undeclared' compiler error if CPPCHECK defined</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/41135c1e3ed46e4ce947c2f395fd05212999b040"><code>41135c1</code></a> Minimize code duplication in ABORT definition</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/6a661c06b8bf4369a681c6e332ab6572bd79d4be"><code>6a661c0</code></a> Fix deadlock caused by MessageBox call while DllMain thread is suspended</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/d385d5157bd95849bf63664b10ae97c321dc4170"><code>d385d51</code></a> New macro TEST_NO_THREADS_DISCOVERY to test without use_threads_discovery</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/b819d9fe314f95a2ac466987d5e6ff0ddb80587b...834ae84382cb7bb7a2b492be713c82b6469d0230">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%