dependabot[bot]
ca51b73cf5
chore(deps): Bump vendor/bdwgc from 5f6df10 to 71f838e ( #252 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `5f6df10` to
`71f838e`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ivmai/bdwgc/commit/71f838eb6e803c3fc3ff4dec31b3f9a22615868d "><code>71f838e</code></a>
Add debug logging to GC_clear_exclusion_table and
GC_exclude_static_roots</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/0b35c12b3fc83374e8a5f17d829d878797aa241a "><code>0b35c12</code></a>
Allow GC_push_roots to work even when no exclusions registered</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/a06340cc0b9d2bc3b28ba95c3503fba9e1fbf4f2 "><code>a06340c</code></a>
Fix GC_excl_table overrun on overflow in GC_exclude_static_roots</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/0a65033c4adb39fa64583d732564abeec949db43 "><code>0a65033</code></a>
Fix overlapping region assertion in mark_some if malloc redirect on
Linux</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/18e5b12da8d638a4d567c2f888201a4fc86c9c64 "><code>18e5b12</code></a>
Clear GC_thread_key thread-local value on unregistering the thread</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/cd465f79c52aa887d2b65a1b26447179def228b6 "><code>cd465f7</code></a>
Fix GC_unregister_my_thread call before GC functions usage</li>
<li>See full diff in <a
href="https://github.com/ivmai/bdwgc/compare/5f6df10a9317385b77d52ee2006f435639e87e44...71f838eb6e803c3fc3ff4dec31b3f9a22615868d ">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 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-05-16 20:00:37 +00:00
dependabot[bot]
fbc2d363b8
chore(deps): Bump vendor/bdwgc from db76b2f to 5f6df10 ( #251 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `db76b2f` to
`5f6df10`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ivmai/bdwgc/commit/5f6df10a9317385b77d52ee2006f435639e87e44 "><code>5f6df10</code></a>
Make comparisons to the lowest heap boundary strict</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/ffc64167e4d0eccbee19794d7eac6b6946cddb63 "><code>ffc6416</code></a>
Fix old name (typo) of gc_priv.h</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/1c2d6cf5439a052e06369c36746d3c1f07900e22 "><code>1c2d6cf</code></a>
Fix comparisons to heap boundary in GC_get_back_ptr_info and
GC_mark_from</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/a0a416a8a9c5ad98678207ef8fa3a9b8e1262318 "><code>a0a416a</code></a>
Fix assertion in GC_mark_from regarding
GC_least_plausible_heap_addr</li>
<li>See full diff in <a
href="https://github.com/ivmai/bdwgc/compare/db76b2f831a66c8067626dd6bb68450243989bf3...5f6df10a9317385b77d52ee2006f435639e87e44 ">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 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-05-15 20:01:31 +00:00
Yota Toyama
7ff5ac5b21
Refactor ( #250 )
2023-05-15 17:40:34 +08:00
Yota Toyama
2d329a6e65
chore: Release bdwgc-alloc version 0.6.4
v0.6.4
2023-05-14 17:13:35 +10:00
Yutaka HARA
59fe9dfa47
impl. register_finalizer, force_collect ( #248 )
2023-05-14 07:12:16 +00:00
Yota Toyama
d7521be32f
Fix workflow ( #249 )
2023-05-14 07:07:25 +00:00
dependabot[bot]
0779f60a82
chore(deps): Bump vendor/bdwgc from 2bcec83 to db76b2f ( #247 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `2bcec83` to `db76b2f`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/2bcec83b6ef0eadf30ea01786a1efac969ae1d9c...db76b2f831a66c8067626dd6bb68450243989bf3 )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-11 20:00:46 +00:00
dependabot[bot]
8d12fa613e
chore(deps): Bump vendor/bdwgc from d654f40 to 2bcec83 ( #246 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `d654f40` to `2bcec83`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/d654f40deaa60b9bcaa5177963aec76974745897...2bcec83b6ef0eadf30ea01786a1efac969ae1d9c )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-08 20:00:56 +00:00
dependabot[bot]
7578318bc1
chore(deps): Bump vendor/bdwgc from 4f44ad7 to d654f40 ( #245 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `4f44ad7` to `d654f40`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/4f44ad7650605911b261a0d12b8dd90530374ca8...d654f40deaa60b9bcaa5177963aec76974745897 )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-04 20:02:00 +00:00
dependabot[bot]
974afa310e
chore(deps): Bump vendor/bdwgc from 026dde2 to 4f44ad7 ( #244 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `026dde2` to `4f44ad7`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/026dde22e2194990d699446d9ce71ea6e19859ed...4f44ad7650605911b261a0d12b8dd90530374ca8 )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-03 20:00:26 +00:00
dependabot[bot]
12a68b35e5
chore(deps): Bump vendor/bdwgc from 60be9d4 to 026dde2 ( #243 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `60be9d4` to `026dde2`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/60be9d4da2a263acbdabbca00fc0880c1a124b95...026dde22e2194990d699446d9ce71ea6e19859ed )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-28 20:00:11 +00:00
dependabot[bot]
a03985d3ea
chore(deps): Bump vendor/bdwgc from 4bdf9b9 to 60be9d4 ( #242 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `4bdf9b9` to `60be9d4`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/4bdf9b9c327673b71344a63e368d8b2386bae6af...60be9d4da2a263acbdabbca00fc0880c1a124b95 )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-27 20:00:48 +00:00
dependabot[bot]
22ddca7811
chore(deps): Bump vendor/bdwgc from 06ffb93 to 4bdf9b9 ( #241 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `06ffb93` to `4bdf9b9`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/06ffb93814a97d08fce62e2f3ce3135bc2473e59...4bdf9b9c327673b71344a63e368d8b2386bae6af )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-25 20:00:21 +00:00
dependabot[bot]
833abbcecb
chore(deps): Bump vendor/bdwgc from d70772a to 06ffb93 ( #240 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `d70772a` to `06ffb93`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/d70772a42debc40d4c13fd735913ee6ae322aa9b...06ffb93814a97d08fce62e2f3ce3135bc2473e59 )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-20 20:03:38 +00:00
dependabot[bot]
450257b73e
chore(deps): Bump vendor/bdwgc from 274e5ce to d70772a ( #239 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `274e5ce` to `d70772a`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/274e5ced83975df4df880b7d6c32061fa1c67985...d70772a42debc40d4c13fd735913ee6ae322aa9b )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-17 20:00:31 +00:00
dependabot[bot]
bddf66861e
chore(deps): Bump vendor/libatomic_ops from 2c8ba25 to e06dc95 ( #238 )
...
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops ) from `2c8ba25` to `e06dc95`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases )
- [Commits](https://github.com/ivmai/libatomic_ops/compare/2c8ba251866ed12fa17fb51abfca063e2f6f717d...e06dc9549f1c24f8564501a9c5a264d20af1c4b5 )
---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-17 20:00:27 +00:00
dependabot[bot]
658f8f7b5b
chore(deps): Bump vendor/bdwgc from d80ce05 to 274e5ce ( #237 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `d80ce05` to `274e5ce`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/d80ce053ff9701ccac04506267bbdf30be350481...274e5ced83975df4df880b7d6c32061fa1c67985 )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-12 20:57:12 +00:00
dependabot[bot]
273291836d
chore(deps): Bump vendor/bdwgc from 6dfd81e to d80ce05 ( #236 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `6dfd81e` to `d80ce05`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/6dfd81e1a070b4ab44f7edb32e05538d22c8ca9f...d80ce053ff9701ccac04506267bbdf30be350481 )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-11 20:00:40 +00:00
dependabot[bot]
186123157f
chore(deps): Bump vendor/bdwgc from c94898b to 6dfd81e ( #235 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `c94898b` to `6dfd81e`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/c94898ba7bc03a0d40e58642c44f6596106de7d2...6dfd81e1a070b4ab44f7edb32e05538d22c8ca9f )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-07 20:01:37 +00:00
dependabot[bot]
6e3107ab80
chore(deps): Bump vendor/libatomic_ops from 92435d4 to 2c8ba25 ( #234 )
...
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops ) from `92435d4` to `2c8ba25`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases )
- [Commits](https://github.com/ivmai/libatomic_ops/compare/92435d45beeaab3ea269190c0f6c5d77e6f1d710...2c8ba251866ed12fa17fb51abfca063e2f6f717d )
---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-31 20:01:20 +00:00
dependabot[bot]
e0cb8aca15
chore(deps): Bump vendor/bdwgc from 132eb0b to c94898b ( #233 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `132eb0b` to `c94898b`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/132eb0bc220b7c2e32d43e9e5c290b17a7e6f37a...c94898ba7bc03a0d40e58642c44f6596106de7d2 )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-30 20:02:56 +00:00
dependabot[bot]
6d9ce150cd
chore(deps): Bump vendor/libatomic_ops from 7f731c9 to 92435d4 ( #232 )
...
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops ) from `7f731c9` to `92435d4`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases )
- [Commits](https://github.com/ivmai/libatomic_ops/compare/7f731c96672c6be37b9da54c26a7fafa64407a89...92435d45beeaab3ea269190c0f6c5d77e6f1d710 )
---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-28 20:01:23 +00:00
dependabot[bot]
3563d4e213
chore(deps): Bump vendor/bdwgc from 441698c to 132eb0b ( #231 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `441698c` to `132eb0b`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/441698c68a90caa1670e9b46275c5db12668d171...132eb0bc220b7c2e32d43e9e5c290b17a7e6f37a )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-27 20:02:55 +00:00
dependabot[bot]
cbb3bd39d4
chore(deps): Bump vendor/libatomic_ops from a04ad40 to 7f731c9 ( #230 )
...
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops ) from `a04ad40` to `7f731c9`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases )
- [Commits](https://github.com/ivmai/libatomic_ops/compare/a04ad40056f161d89c94810621889a1c52165cda...7f731c96672c6be37b9da54c26a7fafa64407a89 )
---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-27 20:01:55 +00:00
dependabot[bot]
85701b18c8
chore(deps): Bump vendor/bdwgc from b41a290 to 441698c ( #229 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `b41a290` to `441698c`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/b41a2904f938df11160f894b825b719d22d2b004...441698c68a90caa1670e9b46275c5db12668d171 )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-20 20:01:31 +00:00
dependabot[bot]
82e7664a74
chore(deps): Bump vendor/bdwgc from f21eefa to b41a290 ( #228 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `f21eefa` to `b41a290`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/f21eefafc047240a4d971de5147bf64dd46725fe...b41a2904f938df11160f894b825b719d22d2b004 )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-16 20:02:25 +00:00
dependabot[bot]
82c6516d29
chore(deps): Bump vendor/bdwgc from b49d1ae to f21eefa ( #227 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `b49d1ae` to `f21eefa`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/b49d1aefc29bf6623888abe885b9ac9b85a970df...f21eefafc047240a4d971de5147bf64dd46725fe )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-10 20:02:12 +00:00
dependabot[bot]
bd9137b1f6
chore(deps): Bump vendor/bdwgc from 92dce07 to b49d1ae ( #226 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `92dce07` to `b49d1ae`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/92dce071fa2db2b615981818b1db1024558d09ca...b49d1aefc29bf6623888abe885b9ac9b85a970df )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08 20:00:51 +00:00
dependabot[bot]
f590a7c7ed
chore(deps): Bump vendor/bdwgc from 6a283de to 92dce07 ( #225 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `6a283de` to `92dce07`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/6a283de1db84c15e048cf9df6b47f4368b2e226a...92dce071fa2db2b615981818b1db1024558d09ca )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-07 20:00:59 +00:00
dependabot[bot]
b31a5cff06
chore(deps): Bump vendor/bdwgc from 1c2f2c6 to 6a283de ( #224 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `1c2f2c6` to `6a283de`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/1c2f2c679927538fa4969f85c67fafc3b1dddb23...6a283de1db84c15e048cf9df6b47f4368b2e226a )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 20:01:35 +00:00
dependabot[bot]
c35a6a9212
chore(deps): Bump vendor/libatomic_ops from 344993c to a04ad40 ( #223 )
...
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops ) from `344993c` to `a04ad40`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases )
- [Commits](https://github.com/ivmai/libatomic_ops/compare/344993c87c190d7ab8c3935fe80baea516ba2724...a04ad40056f161d89c94810621889a1c52165cda )
---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 20:01:12 +00:00
dependabot[bot]
a74ccfc19c
chore(deps): Bump vendor/bdwgc from 0e63b39 to 1c2f2c6 ( #222 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `0e63b39` to `1c2f2c6`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/0e63b3923b215fe8229aaeaab6d9bc6d0cd18965...1c2f2c679927538fa4969f85c67fafc3b1dddb23 )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-20 20:00:31 +00:00
dependabot[bot]
d60cf964d0
chore(deps): Bump vendor/bdwgc from 272e61e to 0e63b39 ( #221 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `272e61e` to `0e63b39`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/272e61e4691a9e990fa94a071d739dfbfa836941...0e63b3923b215fe8229aaeaab6d9bc6d0cd18965 )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-15 20:00:42 +00:00
dependabot[bot]
b824c776f6
chore(deps): Bump vendor/bdwgc from dac8f77 to 272e61e ( #220 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `dac8f77` to `272e61e`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/dac8f776145e437de006fe416b4cf0678b5f9523...272e61e4691a9e990fa94a071d739dfbfa836941 )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-13 20:00:53 +00:00
dependabot[bot]
f41ade234c
chore(deps): Bump vendor/bdwgc from 151b49a to dac8f77 ( #219 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `151b49a` to `dac8f77`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/151b49a5302eea89ffd9efd9cdb82b75ac4f5d35...dac8f776145e437de006fe416b4cf0678b5f9523 )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-09 20:01:00 +00:00
dependabot[bot]
e3d427aaf8
chore(deps): Bump vendor/bdwgc from 31fa843 to 151b49a ( #218 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `31fa843` to `151b49a`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/31fa843270a83e5e93c8dee16a3654eb93a98833...151b49a5302eea89ffd9efd9cdb82b75ac4f5d35 )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-02 19:04:11 +00:00
dependabot[bot]
362bbd4ac4
chore(deps): Bump vendor/bdwgc from f55e46c to 31fa843 ( #217 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `f55e46c` to `31fa843`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/f55e46c34acf847577209a51b2da5e75d4400034...31fa843270a83e5e93c8dee16a3654eb93a98833 )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-01 19:05:29 +00:00
dependabot[bot]
40fae8cfc5
chore(deps): Bump vendor/bdwgc from d389c2d to f55e46c ( #216 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `d389c2d` to `f55e46c`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/d389c2d7f08ab48e7b6ec1a22c2afe9d201f5b12...f55e46c34acf847577209a51b2da5e75d4400034 )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-30 19:04:45 +00:00
dependabot[bot]
fa50cd76d1
chore(deps): Bump vendor/bdwgc from 04cdd2f to d389c2d ( #215 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `04cdd2f` to `d389c2d`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/04cdd2f19901f9a2b0f7b28b16c41e7c0db2fca2...d389c2d7f08ab48e7b6ec1a22c2afe9d201f5b12 )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-26 19:04:59 +00:00
dependabot[bot]
e3162293df
chore(deps): Bump vendor/bdwgc from 3dbb260 to 04cdd2f ( #213 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `3dbb260` to `04cdd2f`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/3dbb260e5f277a350da7251e01dd3284f973f36f...04cdd2f19901f9a2b0f7b28b16c41e7c0db2fca2 )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-25 19:05:04 +00:00
dependabot[bot]
20fbf8e1e9
chore(deps): Bump vendor/libatomic_ops from 4bc05be to 344993c ( #214 )
...
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops ) from `4bc05be` to `344993c`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases )
- [Commits](https://github.com/ivmai/libatomic_ops/compare/4bc05be28b471ff335a1f1e79b43099bac61b273...344993c87c190d7ab8c3935fe80baea516ba2724 )
---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-25 19:04:51 +00:00
dependabot[bot]
4dc952a872
chore(deps): Bump vendor/bdwgc from 98200e4 to 3dbb260 ( #212 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `98200e4` to `3dbb260`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/98200e4fff00d243c9bc65591ee794eaab1b6b48...3dbb260e5f277a350da7251e01dd3284f973f36f )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-20 19:04:14 +00:00
dependabot[bot]
fb4e72bcdd
chore(deps): Bump vendor/libatomic_ops from 0445739 to 4bc05be ( #211 )
...
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops ) from `0445739` to `4bc05be`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases )
- [Commits](https://github.com/ivmai/libatomic_ops/compare/044573903530c4a8e8318e20a830d4a0531b2035...4bc05be28b471ff335a1f1e79b43099bac61b273 )
---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-20 19:04:06 +00:00
dependabot[bot]
444ee0ecc1
chore(deps): Bump vendor/bdwgc from 04d7f70 to 98200e4 ( #210 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `04d7f70` to `98200e4`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/04d7f70721be8098d0778e145f7af37cd74d7634...98200e4fff00d243c9bc65591ee794eaab1b6b48 )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-03 19:05:05 +00:00
dependabot[bot]
b01f884f5d
chore(deps): Bump vendor/bdwgc from 0a1667b to 04d7f70 ( #209 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `0a1667b` to `04d7f70`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/0a1667bee7f2c004abda6ecd173cd80bfef8412c...04d7f70721be8098d0778e145f7af37cd74d7634 )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-02 19:04:09 +00:00
Yota Toyama
ed6055e188
chore: Release bdwgc-alloc version 0.6.3
v0.6.3
2022-12-21 12:20:56 -08:00
Yota Toyama
a227aa2aa9
Update readme ( #208 )
2022-12-21 20:13:42 +00:00
dependabot[bot]
c95f5dbacc
Bump vendor/bdwgc from e45120d to 0a1667b ( #207 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `e45120d` to `0a1667b`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/e45120d08bd1b4dcc2184024e76b40ddfafc69ca...0a1667bee7f2c004abda6ecd173cd80bfef8412c )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-21 19:04:15 +00:00
dependabot[bot]
c2c0c522e1
Bump vendor/bdwgc from 128c0ec to e45120d ( #206 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `128c0ec` to `e45120d`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/128c0ec33dc7b41c1ea40ca27d57821135744182...e45120d08bd1b4dcc2184024e76b40ddfafc69ca )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-15 19:07:45 +00:00
dependabot[bot]
4992c30a1e
Bump vendor/bdwgc from f77d065 to 128c0ec ( #205 )
...
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc ) from `f77d065` to `128c0ec`.
- [Release notes](https://github.com/ivmai/bdwgc/releases )
- [Commits](https://github.com/ivmai/bdwgc/compare/f77d0654663a345ee440ef775b7fb935c103ced5...128c0ec33dc7b41c1ea40ca27d57821135744182 )
---
updated-dependencies:
- dependency-name: vendor/bdwgc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-12 19:10:07 +00:00