mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-08-22 04:06:24 -06:00
92bab1a9bfd5b0629beccd9702ea06b59be2a7b0
e8e5a4e to 39b0d4e (#569)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `e8e5a4e` to `39b0d4e`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/39b0d4ecf9bdc65a971e9423f4080d40814da6ce"><code>39b0d4e</code></a> Adjust .md files content to address warnings reported by markdownlint</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/2345e3456f1d9551e4dbaa382de860f8220391d5"><code>2345e34</code></a> GH Actions: Check .yml files format</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/9f3a2ff83f4e4adddc81ffb0266ead9abdeddb71"><code>9f3a2ff</code></a> GH Actions: Check .md files format (by markdownlint)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/4f039fdb1f153555f577ef6485c6b1f9ad3d0494"><code>4f039fd</code></a> Reformat .yml files with yamllint 1.37.1</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/2dcf7c1ca41c5c16894d5789191168b439feec67"><code>2dcf7c1</code></a> Reformat .md files with markdownlint tool</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/6a2bc40a82043f41dce32aa72821e367a4ef0803"><code>6a2bc40</code></a> Remove big_realloc sample which uses GC_size incorrectly</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/e2a79af169ad67f87ad36a02fbdd371794914195"><code>e2a79af</code></a> Fix second-level heading format in cmake.md</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/910a9e3a323e29df45e0941d529a70a51a358f83"><code>910a9e3</code></a> GH Actions: Check gc.man file format</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/e151db84733529a5f0aec3197cef267a0ef27609"><code>e151db8</code></a> Fix formatting of gc.man</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/ad74bfed2f31515a9bc52301303f9e90cef7dc18"><code>ad74bfe</code></a> Update README about code format-checking tools</li> <li>Additional commits viewable in <a href="https://github.com/bdwgc/bdwgc/compare/e8e5a4eb19d21c94b14c158ff39cc68a3e105d30...39b0d4ecf9bdc65a971e9423f4080d40814da6ce">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%