mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-08-22 12:16:24 -06:00
6895288700d4c45ac482c1db322beea3d6ee898a
1133dc4 to 98d0159 (#377)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `1133dc4` to `98d0159`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/98d01596f05a600026a0a86ce4c9e9c703c72b39"><code>98d0159</code></a> Reformat all C/C++ files with clang-format based on GNU style</li> <li><a href="https://github.com/ivmai/bdwgc/commit/5257d569b816e30247a4aaf6e5c19adaaca55acb"><code>5257d56</code></a> Remove no-op GC_push_regs</li> <li><a href="https://github.com/ivmai/bdwgc/commit/6b40481955464015e1b19fa56448d09a09e6eed9"><code>6b40481</code></a> Reduce nesting of ifdef directives for GC_register_data_segments</li> <li><a href="https://github.com/ivmai/bdwgc/commit/c5847047879f040bee7a494ff470278b3e1bcf59"><code>c584704</code></a> Name wrapped dlopen and phtread_* functions using GC_wrap_ macros</li> <li><a href="https://github.com/ivmai/bdwgc/commit/29369754e93a3474dfa969dfae5aeb0365b179fc"><code>2936975</code></a> Do not use else-if construction where else part is commented out</li> <li><a href="https://github.com/ivmai/bdwgc/commit/18d18727cd07a6d33f1ed9b40bcd37b2eee40850"><code>18d1872</code></a> Travis CI: Remove deleted PCR-specific files from checking by CSA</li> <li><a href="https://github.com/ivmai/bdwgc/commit/989125b71a63e8bc4162df4442773b6d9020cebd"><code>989125b</code></a> Discontinue support of Xerox Portable Common Runtime (PCR)</li> <li><a href="https://github.com/ivmai/bdwgc/commit/cb546abfbdaebe86429389987ae34a4c50dc19b5"><code>cb546ab</code></a> Discontinue support of Amiga target</li> <li><a href="https://github.com/ivmai/bdwgc/commit/b04f341760337f5d53913207e7cd4af3ecaa5fd2"><code>b04f341</code></a> Discontinue support of ancient MacOS</li> <li><a href="https://github.com/ivmai/bdwgc/commit/94ea02e1f551c57bcde284f38b76711cd4b36dc4"><code>94ea02e</code></a> Define a single macro which includes all GC_ATTR_NO_SANITIZE_x</li> <li>Additional commits viewable in <a href="https://github.com/ivmai/bdwgc/compare/1133dc4804726c1fb6c922743c31e47560124969...98d01596f05a600026a0a86ce4c9e9c703c72b39">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-alloc
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%