mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-08-22 04:06:24 -06:00
c373659c8c32b35b0c0e91b6112a6208e99b8871
76a3310 to 9fd2bdd (#530)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `76a3310` to `9fd2bdd`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/9fd2bdd8f8a65c162c1fe50b6da7a08ebe03219b"><code>9fd2bdd</code></a> Add tests for CORD_prev, CORD_pos_to_cord and CORD_pos_to_index</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/3e4fc57a0db121c5bf3326cacc85a09fbe94dfea"><code>3e4fc57</code></a> Better document result of CORD_to_char_star</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/dcf00a94b55da16244e07e87cb0e9aa1801d4665"><code>dcf00a9</code></a> Add test case for CORD_cat_char_star when right part is concatenation</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/ad93854946d85edb48f4997dbc94fd8fb41ea304"><code>ad93854</code></a> Add tests for CORD_dump</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/c210e7f9bedde882dc969ad7e0747b03abf45e6f"><code>c210e7f</code></a> Avoid code duplication between CORD_cmp and CORD_ncmp</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/3de8452f6249b9f682672c7d4d31362c2d9ff7c4"><code>3de8452</code></a> Fix handling of cords with NUL characters in CORD_cmp and CORD_ncmp</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/c6be77046bf5fcd9f1cf2ab3e975e4bc08af5867"><code>c6be770</code></a> Fix handling of negative result of CORD_pos_chars_left() in CORD_cmp()</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/c7c509398be7d77b1ae79882ae2be2a9a81565b0"><code>c7c5093</code></a> .gitignore: Ignore VSCode folder</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/45de342cc30620784114079a2ebae18d1dc762c0"><code>45de342</code></a> Allow to concatenate a substring of 2nd argument in CORD_cat_char_star</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/ff93115e1b113a965d49f711758f0cc18c8b13a7"><code>ff93115</code></a> Avoid code duplication regarding C string copy/concat in cordbscs.c</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/76a3310471bbf7aa5077a43f8ef65a1a8637bae5...9fd2bdd8f8a65c162c1fe50b6da7a08ebe03219b">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%