dependabot[bot] 9db16141d6 chore(deps): Bump vendor/bdwgc from 14ebfe7 to abb43bb (#320)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `14ebfe7` to
`abb43bb`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="abb43bba35"><code>abb43bb</code></a>
Refine main README about the ways available to build the library</li>
<li><a
href="c3e77d206d"><code>c3e77d2</code></a>
Eliminate 'unused parameter' gcc warning in free() if IGNORE_FREE</li>
<li><a
href="f5b0933bf8"><code>f5b0933</code></a>
Remove warning at GC_init about USE_PROC_FOR_LIBRARIES and Linux
threads</li>
<li><a
href="89cb8c4ddb"><code>89cb8c4</code></a>
Compile gc_dlopen.c and specific.c conditionally in Makefile.am</li>
<li><a
href="69af51ad09"><code>69af51a</code></a>
Order libgc .c files lexicographically in Makefile.direct,
NT/WCC_MAKEFILE</li>
<li><a
href="3e0232e700"><code>3e0232e</code></a>
Fix back graph and checksums support in WCC_MAKEFILE</li>
<li><a
href="eed79507a3"><code>eed7950</code></a>
Order libgc .c files lexicographically in cmake and automake
scripts</li>
<li><a
href="499206c000"><code>499206c</code></a>
New public function GC_get_actual_vdb</li>
<li><a
href="fb6e7e442c"><code>fb6e7e4</code></a>
Export get/set_abort_func even in case of SMALL_CONFIG</li>
<li><a
href="32dbd6d899"><code>32dbd6d</code></a>
Export get/set_manual_vdb_allowed even in case of SMALL_CONFIG</li>
<li>Additional commits viewable in <a
href="14ebfe7718...abb43bba35">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>
2023-12-22 19:38:20 +00:00
2023-09-28 05:48:03 +00:00
2023-09-28 10:51:38 +08:00
2023-09-28 07:05:39 +00:00
2019-06-02 06:20:42 +00:00
2019-05-15 15:39:53 +00:00
2023-09-28 07:05:39 +00:00
2023-09-28 02:55:18 +00:00
2019-04-13 20:21:25 +00:00
2022-12-21 20:13:42 +00:00
2020-11-28 04:41:52 +00:00

bdwgc-alloc

GitHub Action Crate License

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

MIT

Description
No description provided
Readme MIT 1.4 MiB
Languages
Rust 96.8%
Shell 3.2%