mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-06-25 02:56:29 -06:00
c373659c8c32b35b0c0e91b6112a6208e99b8871
469 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
c373659c8c |
chore(deps): Bump vendor/bdwgc from 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> |
||
|
|
2c0409beca |
chore(deps): Bump vendor/bdwgc from cb3a2a8 to 76a3310 (#528)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `cb3a2a8` to `76a3310`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/76a3310471bbf7aa5077a43f8ef65a1a8637bae5"><code>76a3310</code></a> Explicitly define type of CORD_EMPTY to CORD</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/6e8b190170cbec5c916ed9de3fcef56f217276d1"><code>6e8b190</code></a> Use CORD_EMPTY instead 0 for cords in cordbscs.c and cordxtra.c</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/2e77a8f6fe291f9443cb5bc6c7041f07f783a707"><code>2e77a8f</code></a> Fix CORD_cat_char_star for both empty cord and string arguments</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/5edeeef4841ba233258653c30ada724c696f3095"><code>5edeeef</code></a> Remove 'goto' statement in CORD_from_fn_inner</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/b832b7171e93d287fbc70c0b62bf73fbd681577d"><code>b832b71</code></a> Provide a callback in GC_os_get_mem()</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/eaaf56143561136f287c57bc135ca49a0372bd9e"><code>eaaf561</code></a> Eliminate 'push_current_stack defined but unused' gcc warning on Emscripten</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/cb3a2a8dbd5d588c81229a34a4a17f73f8ca65bf...76a3310471bbf7aa5077a43f8ef65a1a8637bae5">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> |
||
|
|
3becbdc3f3 |
chore(deps): Bump vendor/bdwgc from d02a2ab to cb3a2a8 (#527)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `d02a2ab` to `cb3a2a8`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/cb3a2a8dbd5d588c81229a34a4a17f73f8ca65bf"><code>cb3a2a8</code></a> GH Actions: Fix Install gcc-multilib in autotools workflow</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/f30d52343a1e580c7671e54763ecafc096924a76"><code>f30d523</code></a> Do not mention exact bdwgc version in cmake.md</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/e781d97478320f13f943ed187f65c47e3d8d5942"><code>e781d97</code></a> Update ChangeLog file</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/a03d708cadd0ee99ed3afdca75bbacfd71418ba4"><code>a03d708</code></a> Update ChangeLog file (set v8.2.12 release date)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/4416cf2506de7145dca6a24d2e42900825a53898"><code>4416cf2</code></a> Update ChangeLog file (v8.2 changes)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/248835e9a01b8730caad23fad4fed38e97ecf5d8"><code>248835e</code></a> Update ChangeLog file (set v8.0.18 release date)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/3f912460f2a236569877da8c7e9b54d88f86121d"><code>3f91246</code></a> Update ChangeLog file (v8.0 changes)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/da294d3244c175f41589bf37f5dde2ecbd36dec8"><code>da294d3</code></a> Update ChangeLog file (set v7.6.26 release date)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/9669662f60901f0d9e6dea40a0f5c5773d06a16a"><code>9669662</code></a> Update ChangeLog file (v7.6 changes)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/6584f86c9ddd1b50d8c2af1cbdebf9afa2252909"><code>6584f86</code></a> Update ChangeLog file (set v7.4.32 release date)</li> <li>Additional commits viewable in <a href="https://github.com/bdwgc/bdwgc/compare/d02a2abbeebeae73759aeaab0a514b8df8924457...cb3a2a8dbd5d588c81229a34a4a17f73f8ca65bf">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> |
||
|
|
793fc7f93c |
chore(deps): Bump vendor/bdwgc from f044df4 to d02a2ab (#525)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `f044df4` to `d02a2ab`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/d02a2abbeebeae73759aeaab0a514b8df8924457"><code>d02a2ab</code></a> Remove unneeded __MINGW_EXCPT_DEFINE_PSDK macro define for mingw32</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/f044df4d8f3057abd27166b77fb15dbd41faae82...d02a2abbeebeae73759aeaab0a514b8df8924457">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> |
||
|
|
76eb2c663e |
chore(deps): Bump vendor/bdwgc from ea7255d to f044df4 (#524)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `ea7255d` to `f044df4`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/f044df4d8f3057abd27166b77fb15dbd41faae82"><code>f044df4</code></a> Refine USE_PROC_FOR_LIBRARIES macro documentation for Solaris</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/3ecf3db0347c1be4e0caca599ab9769cd65eb778"><code>3ecf3db</code></a> Turn on incremental GC in gctest for non-Linux USE_PROC_FOR_LIBRARIES</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/fc03d03f0d7561f40fe63e1c87768f6e7490d190"><code>fc03d03</code></a> Do not define USE_PROC_FOR_LIBRARIES for NaCl</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/a290e75a93b1b5d8d0e8f8d175a51191128c1632"><code>a290e75</code></a> Remove sbrk usage in redirect malloc needed for ancient Solaris/i686</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/341bee286a3251a605fcb49e38254878ae20243b"><code>341bee2</code></a> Simplify dyn_load.c by defining UNIX_GENERIC_DYNAMIC_LOADING macro</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/f58c0d7c4cded1b8e959e019bcda70f94416dd1b"><code>f58c0d7</code></a> Remove useless FIXME item in is_asan_mapping</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/e0feba795f98ee44354dad2452294ac7d803574f"><code>e0feba7</code></a> Fix missing GC_register_dynamic_libraries_dl_iterate_phdr on Solaris</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/0e49480333209c588fb5b361dc0c3bb09ae4fa8c"><code>0e49480</code></a> Eliminate 'GC_remove_roots_subregion not used' gcc warning on Solaris</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/cd2e7ffb22d6bbb6bd6cf435caf86f293e6619cc"><code>cd2e7ff</code></a> Fix 'PIOCNMAP undeclared' gcc error if USE_PROC_FOR_LIBRARIES on Solaris</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/b759d7788d1ac512ed55ee640b8264d8a16069b6"><code>b759d77</code></a> Fix 'MA_FETCHOP undeclared' gcc error if USE_PROC_FOR_LIBRARIES on Solaris</li> <li>Additional commits viewable in <a href="https://github.com/bdwgc/bdwgc/compare/ea7255d41e2a4cec49fef4320eb426542d193249...f044df4d8f3057abd27166b77fb15dbd41faae82">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> |
||
|
|
991992c3c6 |
chore(deps): Bump vendor/bdwgc from f7b7bc8 to ea7255d (#523)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `f7b7bc8` to `ea7255d`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/ea7255d41e2a4cec49fef4320eb426542d193249"><code>ea7255d</code></a> Fix register_dynamic_libraries if compile with Address Sanitizer on Linux</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/7623ae2add007a7c7c2e7f3554325b00f68d5a66"><code>7623ae2</code></a> Fix redirected malloc/calloc call during ASan initialization</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/5bc30920d14824b915160df36194871cdb5270b3"><code>5bc3092</code></a> Workaround locals not pushed in sanitized binaries by disabling fake stacks</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/f7b7bc8c89f074f026d07cff9666f1cbe219efd4...ea7255d41e2a4cec49fef4320eb426542d193249">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> |
||
|
|
5ebfbf71e4 |
chore(deps): Bump vendor/bdwgc from d626f6d to f7b7bc8 (#522)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `d626f6d` to `f7b7bc8`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/f7b7bc8c89f074f026d07cff9666f1cbe219efd4"><code>f7b7bc8</code></a> Remove redundant casts of REDIRECT_MALLOC_F() in malloc/calloc</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/c8be05d665945327a04d4e0bb769ada36116cda6"><code>c8be05d</code></a> Unify preprocessor condition in malloc and GC_free for Solaris/i686</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/9a5764adf007257c0e62076b6b7ddfe602b7b915"><code>9a5764a</code></a> Do not use GC_init_lib_bounds in calloc/free if non-debug redirection</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/d798365da4771a5571f913d6d8ced8b2227f700f"><code>d798365</code></a> Fix redirected 'free' for callers from libdl/libpthread if IGNORE_FREE</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/4ab93411e2cf5cbae8b0b64a70b1f257474a66f2"><code>4ab9341</code></a> Update AppVeyor CI badge image URL in README (Jan 2026)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/789375d3b907084f6825cdac09bd42d49bdd1337"><code>789375d</code></a> Eliminate 'sizeof mismatch' code defect FP in GC_is_visible</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/d626f6d9e561e95569f0dd65b90e5907f900f640...f7b7bc8c89f074f026d07cff9666f1cbe219efd4">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> |
||
|
|
2db584a9a8 |
chore(deps): Bump vendor/libatomic_ops from fdccf2b to d007246 (#521)
Bumps [vendor/libatomic_ops](https://github.com/bdwgc/libatomic_ops) from `fdccf2b` to `d007246`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/libatomic_ops/commit/d007246aa70fef4f9bfcb84bcc5e6a97653b3d86"><code>d007246</code></a> Update AppVeyor CI badge image URL in README (Jan 2026)</li> <li>See full diff in <a href="https://github.com/bdwgc/libatomic_ops/compare/fdccf2b3cdcad5584af0554fceff83d3342d5ebc...d007246aa70fef4f9bfcb84bcc5e6a97653b3d86">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> |
||
|
|
b86a23aa22 |
chore(deps): Bump vendor/bdwgc from 0f54ceb to d626f6d (#520)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `0f54ceb` to `d626f6d`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/d626f6d9e561e95569f0dd65b90e5907f900f640"><code>d626f6d</code></a> Fix GC_delete_thread call in GC_suspend if not GC_win32_dll_threads</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/42dd41cf623e6fba2a1752ea92856ebfa1754d8c"><code>42dd41c</code></a> AppVeyor CI: Test with -D GC_DISCOVER_TASK_THREADS</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/4853d412943e70cf67df458573960e0b8fba3aa0"><code>4853d41</code></a> Do not compile unsupported parallel markers if GC_DISCOVER_TASK_THREADS</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/bd7b7ff7d3f74640835f5b2af67491e96c3857cc"><code>bd7b7ff</code></a> Fix assertion in GC_wait_for_reclaim if DllMain-based thread registration</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/3fcaccac3f4d42b689668a33564691c250ec532f"><code>3fcacca</code></a> AppVeyor CI: Test with -D TEST_NO_THREADS</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/0e0ee391605e073c98a840a01812999aa65b2768"><code>0e0ee39</code></a> GH Actions: Test cmake build with -D TEST_NO_THREADS</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/341dd930d0a4b1bb891362c20686d6e2ee1db657"><code>341dd93</code></a> New macro TEST_NO_THREADS to force tests build as single-threaded</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/87ea05b69241745c31a9dcb068a00010783b3b8c"><code>87ea05b</code></a> Use single-threaded logic in GC_is_visible if no threads created</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/42b57b238f477e3a63e8bc28241c465f648c66e0"><code>42b57b2</code></a> Avoid affect of GC_ALWAYS_MULTITHREADED on logic of min_bytes_allocd()</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/b29916d3299403c0d74a61b1f2bdb9835e695eab"><code>b29916d</code></a> Do not define GC_max_thread_index variable if GC_NO_THREADS_DISCOVERY</li> <li>Additional commits viewable in <a href="https://github.com/bdwgc/bdwgc/compare/0f54cebfdc91b192e3ad253aa9a8ed801e985bb7...d626f6d9e561e95569f0dd65b90e5907f900f640">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> |
||
|
|
7fe3fa60be |
chore(deps): Bump vendor/bdwgc from 370781b to 0f54ceb (#519)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `370781b` to `0f54ceb`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/0f54cebfdc91b192e3ad253aa9a8ed801e985bb7"><code>0f54ceb</code></a> Fix race in DllMain by deferring delete_thread call to GC_start_world</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/fc122d3deb6bc4f3a59bcb9fbf91c3b84ca19304"><code>fc122d3</code></a> Revert "Fix GC_suspend abort when the thread is deleted by DllMain"</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/f46598c498fccd09fa8240039c6e941526a3fcd9"><code>f46598c</code></a> Revert "Avoid abort on ResumeThread failure if Win32 DllMain closes thread"</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/3d7c03e3246bf3fea1269d039d287ddaeaa37966"><code>3d7c03e</code></a> GH Actions: Always build cord in zig-build workflow</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/1d7d267e0aa11af741dd3a8db423f4a0ec400e1e"><code>1d7d267</code></a> Remove redundant cast of handle in GC_register_my_thread_inner</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/370781b86b66f4c20f2a9af51d4409697c9f2057...0f54cebfdc91b192e3ad253aa9a8ed801e985bb7">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> |
||
|
|
aa38e2c079 |
chore(deps): Bump vendor/bdwgc from beffb57 to 370781b (#517)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `beffb57` to `370781b`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/370781b86b66f4c20f2a9af51d4409697c9f2057"><code>370781b</code></a> Fix 'reserved' argument handling in GC_DllMain</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/8b2745ce06eba5472e44ea5f49f4e481d2236e9d"><code>8b2745c</code></a> Fix typo ('copies') in gcinterface.md</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/beffb57e89902d080eace96a576458a99d09f938...370781b86b66f4c20f2a9af51d4409697c9f2057">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> |
||
|
|
1480c87bd8 |
chore(deps): Bump vendor/bdwgc from 6d018a1 to beffb57 (#515)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `6d018a1` to `beffb57`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/beffb57e89902d080eace96a576458a99d09f938"><code>beffb57</code></a> Use semantic version instead of libtool version-info in build scripts</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/3a350dfabd16cef515d2b8411287af193150d350"><code>3a350df</code></a> Fix typo ('contents') in comments</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/8697c0452218c61070f2f485548f515a7d4b8173"><code>8697c04</code></a> GH Actions: Fix typo 'contents' in autotools-build-extra.yml</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/f25737494abdb107cfef562d86af800b8c5cc811"><code>f257374</code></a> Parse PACKAGE_VERSION in configure using 'cut' portable utility</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/575876205d65d81cc87e4b5f40bb7966dd4927c0"><code>5758762</code></a> Remove unused GC_VERSION in configure</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/6ce984cc9d6cb75d13a6a4ac3d3e2fb639e14209"><code>6ce984c</code></a> Rename x_VERSION_PROP variables to LIBx_SHARED_VERSION in CMake script</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/43199b0d86edbdf55819fb6221f032917f291027"><code>43199b0</code></a> Better document PACKAGE_VERSION in gc_version.h and build scripts</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/ba17766614b7972d566719b17ffa6fefa789e262"><code>ba17766</code></a> Rename CHECK_GC_LIB_VERSION to CHECK_PACKAGE_VERSION in gctest</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/6d018a1f241a9d892e67f25cac1b5b119ae60a88...beffb57e89902d080eace96a576458a99d09f938">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> |
||
|
|
f426c29da9 |
chore(deps): Bump vendor/bdwgc from 32b7481 to 6d018a1 (#514)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `32b7481` to `6d018a1`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/6d018a1f241a9d892e67f25cac1b5b119ae60a88"><code>6d018a1</code></a> Provide GC_FREEZERO() and redirect platform freezero<a href="">all</a></li> <li><a href="https://github.com/bdwgc/bdwgc/commit/5dbcb0ffc97de3a04d166bf7fb5fdfad45824f5e"><code>5dbcb0f</code></a> Remove unused redefinition of GC_free in gctest</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/2ceaf1d9d1cb834230878f128de899fd56f46695"><code>2ceaf1d</code></a> Fix 'undefined errno' compiler error in strdup/strndup on WinCE</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/eff358b97a4118045e3d2d5fdbda936f778ea1ad"><code>eff358b</code></a> Use free_internal() from GC_debug_free[_inner]</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/913534be5f68270f44b3d720bdc0619c0893586b"><code>913534b</code></a> Mark down 'flags' identifier in comment of Win32 GC_get_mem</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/e06d8d60d2bb837a58cd8082c92df8ac8c099435"><code>e06d8d6</code></a> Mark down identifier in comments of GC_allocobj and GC_FAST_MALLOC_GRANS</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/dabf6bc9f7da379eef412d21f0bae674aa5e6b37"><code>dabf6bc</code></a> Travis CI: Minimize number of ppc64le and s390x builds</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/e11194501c85b89a90977d3bd449eec15f1ca174"><code>e111945</code></a> Travis CI: Use git shallow clone with depth one</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/a902c60502862aad97d59992d22c6dac5052d9ea"><code>a902c60</code></a> AppVeyor CI: Use git shallow clone with depth one</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/850de27d39059736e32385275c1bcd50e2df6fa9"><code>850de27</code></a> GH Actions: Use git shallow clone with depth one</li> <li>Additional commits viewable in <a href="https://github.com/bdwgc/bdwgc/compare/32b74811147649efab0944b2762fc3300074d25e...6d018a1f241a9d892e67f25cac1b5b119ae60a88">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> |
||
|
|
ba333137b0 |
chore(deps): Bump vendor/bdwgc from 832713e to 32b7481 (#513)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `832713e` to `32b7481`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/32b74811147649efab0944b2762fc3300074d25e"><code>32b7481</code></a> Control redirection internally using REDIRECT_MALLOC_DEBUG/UNCOLLECTABLE</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/c6101e8cf8e5e616ea4b7239459fa2f95d231dd0"><code>c6101e8</code></a> Fix a typo ('added') in ChangeLog file</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/b74fddcfa750efbd00e9a20bfee43e343a85792f"><code>b74fddc</code></a> Specify SO-version for shared libraries built by Zig</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/c1be8076d9204c047e4506bc81d763b2016abafd"><code>c1be807</code></a> Mention build.zig in README.win32</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/2db687107d4dfb427f24217bd6eccd9dc95711ff"><code>2db6871</code></a> GH Actions: Test with --disable-threads-discovery</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/db730de0dffb8c367e5eb5b427996c20216bfa57"><code>db730de</code></a> Refine '--enable-redirect-malloc', '--enable-threads-discovery' messages</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/8c56abe940b47679456813e013e8242e70ac4be6"><code>8c56abe</code></a> GH Actions: Test with configure --enable-uncollectable-redirection</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/b9d2e0ae8f89369704c6c9c3942d6843a0ffb46d"><code>b9d2e0a</code></a> Reformat some messages in configure.ac</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/3c321efc1af42b01a6db42f55f36544a1351daab"><code>3c321ef</code></a> Provide GC_debug_malloc_uncollectable_replacement API function</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/9c8e4be8fc2d1095f2dcdeed75c8174dbb708787"><code>9c8e4be</code></a> New option '--enable-uncollectable-redirection' in build scripts</li> <li>Additional commits viewable in <a href="https://github.com/bdwgc/bdwgc/compare/832713e82a43aee85abd9db19a0e977c60e31c9b...32b74811147649efab0944b2762fc3300074d25e">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> |
||
|
|
10fbe89a92 |
chore(deps): Bump vendor/bdwgc from 5901d16 to 832713e (#498)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `5901d16` to `832713e`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/832713e82a43aee85abd9db19a0e977c60e31c9b"><code>832713e</code></a> GH Actions: Update after prefixing CMake BUILD_SHARED_LIBS option</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/382767dcbbac1de04c734025d79d13ad9742570a"><code>382767d</code></a> AppVeyor CI: Update after prefixing CMake BUILD_SHARED_LIBS option</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/416e4fa7651b2f0f25ce99ad126b1ebe89825a57"><code>416e4fa</code></a> Update AUTHORS file (add Ben Leadbetter)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/e93ee1127660159f8b2b5d0bca2f889d3e13169c"><code>e93ee11</code></a> Rename CMake BUILD_SHARED_LIBS option to GC_BUILD_SHARED_LIBS</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/5901d16bbc45e867408ab88e3383757e9cb88306...832713e82a43aee85abd9db19a0e977c60e31c9b">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> Co-authored-by: Yota Toyama <raviqqe@gmail.com> |
||
|
|
0168d61081 |
chore(deps): Bump vendor/bdwgc from cd28730 to 5901d16 (#497)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `cd28730` to `5901d16`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/5901d16bbc45e867408ab88e3383757e9cb88306"><code>5901d16</code></a> GH Actions: Use awalsh128/cache-apt-pkgs-action instead of 'apt install'</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/264aa81b4f9f1d1cf8acd7913c21aa41b1b91671"><code>264aa81</code></a> GC Actions: Enable multi-threads builds with cmake using msvc</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/2c02f4ddab6a9e7cd8fac2bca11f05308216dd0d"><code>2c02f4d</code></a> GH Actions: Use actions-use-homebrew-tools instead of 'brew install'</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/e9eb8f050a89193d02f35420eaa74895f052fd8e"><code>e9eb8f0</code></a> GH Actions: Clone libatomic_ops using actions/checkout</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/ee84c358df1628af4843539462292b0a91116eae"><code>ee84c35</code></a> GH Actions: Change korandoru/setup-zig action to mlugg/setup-zig</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/38ef0821c6df72b1d9a0121a4cda14e5ac111244"><code>38ef082</code></a> GH Actions: Update cspell-action to v8</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/07291e380a2c27671f48b76ce9a34e05594d80e6"><code>07291e3</code></a> GH Actions: Update codeql-action to v4</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/8df998851b6959ad41757124e79b75340fac6e16"><code>8df9988</code></a> GH Actions: Update actions/checkout to v6</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/cd28730e0b212f1cc0d20b93d427385b459be4ab...5901d16bbc45e867408ab88e3383757e9cb88306">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> |
||
|
|
1a2451ee9e |
chore(deps): Bump vendor/bdwgc from 63c90f0 to cd28730 (#496)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `63c90f0` to `cd28730`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/cd28730e0b212f1cc0d20b93d427385b459be4ab"><code>cd28730</code></a> Report warning by configure if both shared and static libs are requested</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/d9dd2973c6ca926d57caca7d6c3949881ebebfbf"><code>d9dd297</code></a> GH Actions: Add a test with --enable-valgrind-tracking</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/9630d6632dc83d3a446a286eedbdda0e038c8e03"><code>9630d66</code></a> GH Actions: Remove redundant --enable-static passed to configure</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/5644fff34295b54069c03cac4bfc91176516e2b3"><code>5644fff</code></a> Do not prevent shared builds on OpenBSD/alpha</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/0de2ff8837727d4e8e747f3e1174b01ab5fa7a78"><code>0de2ff8</code></a> AppVeyor CI: Update after disable_gc_debug option change to enable_gc_dump</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/a5fc6107d753e02dbffb204f2177ff07f12bd25f"><code>a5fc610</code></a> GH Actions: Update after disable_gc_debug option change to enable_gc_dump</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/38b314f013417c5921a2ec916c3e329090ded9ec"><code>38b314f</code></a> Replace disable_gc_debug build scripts option to enable_gc_dump</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/50425a689f7e3acf710fd40af4a88ce49d0e4ee2"><code>50425a6</code></a> Add 'zig format' status badge to README.md</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/ec643a52848f26d16b19286a77b59b570329b95f"><code>ec643a5</code></a> GH Actions: Add check that build.zig is formatted properly</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/b5cac99a5d24d4e86ca864cbde1bf735b2c3084c"><code>b5cac99</code></a> Reformat build.zig with Zig fmt</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/63c90f040c6eafc3e9ab71dbaa820725c713e72b...cd28730e0b212f1cc0d20b93d427385b459be4ab">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> |
||
|
|
cc4e7c5e16 |
chore(deps): Bump vendor/bdwgc from 741d3d7 to 63c90f0 (#495)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `741d3d7` to `63c90f0`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/63c90f040c6eafc3e9ab71dbaa820725c713e72b"><code>63c90f0</code></a> Add autotools-build-extra status badge to README.md</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/beb40c818bf92f951ce0918fbb5f7a2ccf72c2c4"><code>beb40c8</code></a> GH actions: Move configure-based build jobs from Travis</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/6d0edec27c3a62df040c7ba6efcfbc60e2210e35"><code>6d0edec</code></a> Add 'Makefile.direct' build status badge to README.md</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/b0885dc6d4bd3c45306b2130582118d1b94d6706"><code>b0885dc</code></a> Enable tools/if_mach.c compilation on Windows</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/d877ebfeb07fca975eb315f39554eff76e59dda3"><code>d877ebf</code></a> Eliminate 'x might be clobbered' gcc-13 warning in setjmp_test</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/3c53673dc67760808e3544dcc6b78271cfc99e6b"><code>3c53673</code></a> GH actions: Move build jobs based on Makefile.direct from Travis</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/8d33146e3e478f9dbef08f03c6234755003f76dd"><code>8d33146</code></a> Add 'CSA check' status badge to README.md</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/084bab644847a039f24c2f1fd74dbcbfc99e5f05"><code>084bab6</code></a> GH actions: Move CSA-check jobs from Travis</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/bdb16475b13a86b4b00fb4b64dd43b49ed1a95a5"><code>bdb1647</code></a> Add cmake-build-extra status badge to README.md</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/59e61eb97618fe6bf7f7baf9eba5c3c72e409f75"><code>59e61eb</code></a> GH actions: Move cmake-based jobs from Travis to extra workflow</li> <li>Additional commits viewable in <a href="https://github.com/bdwgc/bdwgc/compare/741d3d78bc8c10f652a6e49f0a9cb1b12e4523a2...63c90f040c6eafc3e9ab71dbaa820725c713e72b">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> |
||
|
|
f9621627dd |
chore(deps): Bump vendor/bdwgc from 5fcf4b1 to 741d3d7 (#494)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `5fcf4b1` to `741d3d7`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/741d3d78bc8c10f652a6e49f0a9cb1b12e4523a2"><code>741d3d7</code></a> Eliminate 'no-return function does return' lcc warning in default_on_abort</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/0c5eb8db9cab98b5932087c95022f53b97a8e0f5"><code>0c5eb8d</code></a> AppVeyor CI: Change folder name of CMake build artifacts to 'build'</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/1b7fac17c869d3a22aed0edc783dd614e0c0b573"><code>1b7fac1</code></a> Change suggested folder name of CMake build artifacts to 'build'</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/47cb73b46737d03edda6913b7f73848da8ae522f"><code>47cb73b</code></a> Use backtick symbol to quote 'a.out' in leak.md</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/e45bfc62061e9b80fdb910928dfd0ee008d43873"><code>e45bfc6</code></a> AppVeyor CI: Update after CMake build_tests option rename to BUILD_TESTING</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/82e07f623019d88508cb9d2e427c1ba027a1187f"><code>82e07f6</code></a> Replace build_tests to standard BUILD_TESTING option (CMake)</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/5fcf4b193a93bfe7610a8595ba4be4f01ef61a19...741d3d78bc8c10f652a6e49f0a9cb1b12e4523a2">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> |
||
|
|
b0c96e8eb6 |
chore(deps): Bump vendor/bdwgc from 8e04154 to 5fcf4b1 (#492)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `8e04154` to `5fcf4b1`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/5fcf4b193a93bfe7610a8595ba4be4f01ef61a19"><code>5fcf4b1</code></a> Fix comment for endif in GC_print_callers</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/8e04154e8a78ffd6613ad1e08d5c23473291c0e7...5fcf4b193a93bfe7610a8595ba4be4f01ef61a19">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> |
||
|
|
bf926f471c |
chore(deps): Bump vendor/libatomic_ops from 508d227 to fdccf2b (#491)
Bumps [vendor/libatomic_ops](https://github.com/bdwgc/libatomic_ops) from `508d227` to `fdccf2b`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/libatomic_ops/commit/fdccf2b3cdcad5584af0554fceff83d3342d5ebc"><code>fdccf2b</code></a> Bump libatomic_ops version to 7.11.0 (next release development)</li> <li><a href="https://github.com/bdwgc/libatomic_ops/commit/650dd27283d6a705961250cce7ac446cbef89370"><code>650dd27</code></a> [7.10.0]</li> <li><a href="https://github.com/bdwgc/libatomic_ops/commit/f29954c4ab9b5cb0284ccafe661641eb1dcb74b5"><code>f29954c</code></a> Update ChangeLog file</li> <li><a href="https://github.com/bdwgc/libatomic_ops/commit/d2f4ff428ef2f75f5ade716323998b4644912e35"><code>d2f4ff4</code></a> GH Actions: Update after CMake BUILD_SHARED_LIBS option renaming</li> <li><a href="https://github.com/bdwgc/libatomic_ops/commit/6ccc26c9588e8f69fd9188ddc9a35c3bdb81ee1d"><code>6ccc26c</code></a> Travis CI: Update after CMake BUILD_SHARED_LIBS option renaming</li> <li><a href="https://github.com/bdwgc/libatomic_ops/commit/2af775ee7d1e80fabc92f74c9e2338241e51a7e3"><code>2af775e</code></a> AppVeyor CI: Update after CMake BUILD_SHARED_LIBS option renaming</li> <li><a href="https://github.com/bdwgc/libatomic_ops/commit/8f5a2094eb2f9f95a69494a429a25e2737462f84"><code>8f5a209</code></a> Rename CMake BUILD_SHARED_LIBS option to AO_BUILD_SHARED_LIBS</li> <li><a href="https://github.com/bdwgc/libatomic_ops/commit/62610898d4e198cc8231b5bea82338042a075739"><code>6261089</code></a> GH Actions: Upgrade macos-13 to macos-15-intel in cmake build</li> <li><a href="https://github.com/bdwgc/libatomic_ops/commit/94845aaf27601565bb931badedbcb945d293ed4f"><code>94845aa</code></a> AppVeyor CI: Update after CMake build_tests option rename to BUILD_TESTING</li> <li><a href="https://github.com/bdwgc/libatomic_ops/commit/a36001370a54a6d135e00d83bd4ce40986bdb49b"><code>a360013</code></a> Replace CMake build_tests option to standard BUILD_TESTING one</li> <li>Additional commits viewable in <a href="https://github.com/bdwgc/libatomic_ops/compare/508d227476dfc35060279ab8469053e4bb3318df...fdccf2b3cdcad5584af0554fceff83d3342d5ebc">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> |
||
|
|
6b1ffd6b59 |
chore(deps): Bump vendor/bdwgc from a8bd418 to 8e04154 (#490)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `a8bd418` to `8e04154`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/8e04154e8a78ffd6613ad1e08d5c23473291c0e7"><code>8e04154</code></a> AppVeyor CI: Update after changing CMake script to build tests by default</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/42235f40153b2bd7ea7c78f98ae8e743cb48cfdf"><code>42235f4</code></a> GH Actions: Update after changing CMake script to build tests by default</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/f5d0dc00f528efcf99728b3019ad44f167e8224b"><code>f5d0dc0</code></a> Travis CI: Update after changing CMake script to build tests by default</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/ddb903ecbd6a2eeb3f2f6a827a8bc3aab58c15c8"><code>ddb903e</code></a> Build tests by default in CMake script</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/70759f1615fa69aeea1257b440d8eba6070c7895"><code>70759f1</code></a> Change type of arguments of GC_push_all_stack to void pointer</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/38931233a1f4266163e6429a7f7793d9ab03f5a7"><code>3893123</code></a> Remove outdated README.uts file</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/0a83c484375a4a846a714cfb8ed8adad762a5baa"><code>0a83c48</code></a> Do not break C string literals into two parts where possible</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/5ca83a6bb516df8e0f67056ab8fe93224b84a27a"><code>5ca83a6</code></a> Move variables representing collector single-threaded state to GC_arrays</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/2aa70c22699a5db0b3dfff26b13491495bbd20c8"><code>2aa70c2</code></a> Remove GC_ports static variable</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/0652c610e1b379eb0faafbff0716c065dba20829"><code>0652c61</code></a> Declare variables used for debugging in checksums.c as 'extern C'</li> <li>Additional commits viewable in <a href="https://github.com/bdwgc/bdwgc/compare/a8bd4189437eb08bce0f9bba1750d6c7a2d89a7d...8e04154e8a78ffd6613ad1e08d5c23473291c0e7">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> |
||
|
|
acba32cb7a |
chore(deps): Bump vendor/bdwgc from 62a1414 to a8bd418 (#488)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `62a1414` to `a8bd418`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/a8bd4189437eb08bce0f9bba1750d6c7a2d89a7d"><code>a8bd418</code></a> GH Actions: Remove unused cflags_extra in zig-cross-compile.yml</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/337831dda20c46d3ff797e05c36ce8900a1009d5"><code>337831d</code></a> Travis CI: Fix integration with Coveralls by using new reporter tool</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/62a14140731d58ff1849fbaf0e5fc6d01d0456be...a8bd4189437eb08bce0f9bba1750d6c7a2d89a7d">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> |
||
|
|
7ad85b6047 |
chore(deps): Bump vendor/bdwgc from abbe389 to 62a1414 (#487)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `abbe389` to `62a1414`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/62a14140731d58ff1849fbaf0e5fc6d01d0456be"><code>62a1414</code></a> Build 'de' cord program (test) by Zig on Windows</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/76a32016196adc90bcc3fe792c2fa0021ad04a72"><code>76a3201</code></a> Instruct tests that they are executed in non-interactive mode</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/bc8ca39316c36bd71bd3224f53f76083d0e8b1a0"><code>bc8ca39</code></a> Build de.exe by digimars.mak (dmc)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/924b74cb0a329eff92c1b5cb979ff24d769f5387"><code>924b74c</code></a> Discontinue support of configure '--enable-gcov' option</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/927b04081d6f96e8eef98c1114cc46fc30cd28ac"><code>927b040</code></a> Travis CI: Replace 'configure --enable-gcov' to 'gcc --coverage -O0'</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/396668e71489063566247a1973dd00aa032ebecf"><code>396668e</code></a> Rename CYGWIN32 internal macro to CYGWIN</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/02cd4c0e95f107245a6ba9c0d2b8a0f97ce2a97f"><code>02cd4c0</code></a> Detect GC_PROMPT_DISABLED environment var to support non-interactive mode</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/8951e8389d88c8b3e0a9b9dadae252a0f7267776"><code>8951e83</code></a> AppVeyor CI: Remove redundant -D NO_MSGBOX_ON_ERROR</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/abbe3898f306b1fafa3757af70d37c9ec9614ddb...62a14140731d58ff1849fbaf0e5fc6d01d0456be">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> |
||
|
|
a28b3aa417 |
chore(deps): Bump vendor/libatomic_ops from 985c64f to 508d227 (#486)
Bumps [vendor/libatomic_ops](https://github.com/bdwgc/libatomic_ops) from `985c64f` to `508d227`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/libatomic_ops/commit/508d227476dfc35060279ab8469053e4bb3318df"><code>508d227</code></a> Travis CI: Fix integration with Coveralls by using new reporter tool</li> <li><a href="https://github.com/bdwgc/libatomic_ops/commit/17f0b82d1fb842f692e42315d8c2892c726565a7"><code>17f0b82</code></a> Discontinue support of configure '--enable-gcov' option</li> <li><a href="https://github.com/bdwgc/libatomic_ops/commit/49b0de6e9227a964278b4f1a765ebc3c030bced0"><code>49b0de6</code></a> Travis CI: Replace 'configure --enable-gcov' to 'gcc --coverage -O0'</li> <li>See full diff in <a href="https://github.com/bdwgc/libatomic_ops/compare/985c64fb7018c87b9c3674e7ceea92fc70792b1f...508d227476dfc35060279ab8469053e4bb3318df">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> |
||
|
|
a94746c51a |
chore(deps): Bump vendor/bdwgc from 98a8fc3 to abbe389 (#485)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `98a8fc3` to `abbe389`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/abbe3898f306b1fafa3757af70d37c9ec9614ddb"><code>abbe389</code></a> Build staticrootstest by Zig</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/d7d1715f6fec797868983bf6c0df81d70f7b5894"><code>d7d1715</code></a> Pass optional arguments to addTestExt in a structure in Zig build script</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/84ba275feec4cc0c0d24804dc6936b7ed785a025"><code>84ba275</code></a> Exit with zero code if no arguments are given to cord/de and disclaim_bench</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/0e8ac788ea4399521133645ca197ce1d6e1a4bfd"><code>0e8ac78</code></a> Adjust printed usage message of code/de and tools</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/4b3320209c3124aa879b57719898d22a3144efb9"><code>4b33202</code></a> Exit with a distinct code in case of exec fail in if_mach utility</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/bbbd16e66fe2e6cc100d7eaf75fafae88b8b6410"><code>bbbd16e</code></a> Remove unneeded exec() from if_not_there utility</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/4e8a1974c4fa883496c70374ceb82c2f250a24d2"><code>4e8a197</code></a> Fix missing new-line in help message of console variant of cord/de</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/4885cf512372877811b229021a23b8970ebdd3c4"><code>4885cf5</code></a> Adjust printed usage message in cpptest</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/b643c6539e77d11fa2c743565d9b8694f5bb1f57"><code>b643c65</code></a> Print new-line in console variant of de_error() of cord/de</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/8a9bf6c09f8034130f451a9be22a9e9ebddae4bb"><code>8a9bf6c</code></a> Exit with non-zero code if RegisterClass or CreateWindow failed in de_win</li> <li>Additional commits viewable in <a href="https://github.com/bdwgc/bdwgc/compare/98a8fc3b0c2c2c631fc6217e15d0123f097c21cb...abbe3898f306b1fafa3757af70d37c9ec9614ddb">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> |
||
|
|
84800d08c6 |
chore(deps): Bump vendor/bdwgc from 83a42e6 to 98a8fc3 (#484)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `83a42e6` to `98a8fc3`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/98a8fc3b0c2c2c631fc6217e15d0123f097c21cb"><code>98a8fc3</code></a> Travis CI: Add back os_dep.c to list of files for checking by cppcheck</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/f8741d495ef0bd2258fb2deb104819e8d6617ac3"><code>f8741d4</code></a> Fix 'KERN_PROTECTION_FAILURE while world is stopped' error on MacOS X</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/4b6f8614cbe3ed141f3b767cbea95ad3de78f97c"><code>4b6f861</code></a> Eliminate 'unused parameter' clang warnings in GC_darwin_sigbus</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/83a42e64d0710958a50cc28fe1c232f7726cd293...98a8fc3b0c2c2c631fc6217e15d0123f097c21cb">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> |
||
|
|
8768091814 |
chore(deps): Bump vendor/bdwgc from 75ef9a3 to 83a42e6 (#483)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `75ef9a3` to `83a42e6`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/83a42e64d0710958a50cc28fe1c232f7726cd293"><code>83a42e6</code></a> Workaround unreachable-code code defect in test of GC_get_supported_vdbs</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/26d0bba1bd3a9bd2126970bef7501846ef8f54a7"><code>26d0bba</code></a> Fix 'using unreliable value of saved_interrupt_finalizers` code defect</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/af2e18f6bf17759e052dfcc60515ccba69f39e0a"><code>af2e18f</code></a> Workaround 'signed GC_parallel cast to bigger unsigned' code defect FP</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/75ef9a30272c7b0a582321da6018f4eec077bfc9...83a42e64d0710958a50cc28fe1c232f7726cd293">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> |
||
|
|
1e54add7f9 |
chore(deps): Bump vendor/bdwgc from 44fbb3b to 75ef9a3 (#482)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `44fbb3b` to `75ef9a3`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/75ef9a30272c7b0a582321da6018f4eec077bfc9"><code>75ef9a3</code></a> Update AUTHORS file</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/ad2be4190e144565a764a71d9bc5be5a63834cd5"><code>ad2be41</code></a> Fix reliance on glibc-specific '__data_start' for some Linux platforms</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/c2f88e178cac40b271762d6daa4c7524b1f96e0c"><code>c2f88e1</code></a> GH Actions: Upgrade macos-13 to macos-15-intel in cmake build</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/a863ed338db9c8ae267418b461c5d68d783ce8c0"><code>a863ed3</code></a> Fix a cycle in NORMAL freelist if malloc is redirected on Linux</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/e40697e26d7a7a0243955e0408a217a6a6e6ceae"><code>e40697e</code></a> Fix SIGSEGV if pthread_detach is called before collector initialization</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/e13a887b54d564a2f056f47652544d5c05fd503b"><code>e13a887</code></a> Move GC_fl_builder_count definition to mark.c</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/84e897941b308ecd059504c1271cc5dd3b72057f"><code>84e8979</code></a> Remove goto statements in GC_generic_malloc_many</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/c7d342c83ed307e0a091ab72f46f9ef6bcfcab43"><code>c7d342c</code></a> Fix code defect of LOCK/UNLOCK in separate 'if' in GC_generic_malloc_many</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/6fa9d97ac38faf1696f2752ee8c4a1d37a412229"><code>6fa9d97</code></a> Call HDR() holding lock in GC_free and GC_generic_malloc_uncollectable</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/44fbb3b9e4c55d9fa2e134948ff542fe3a774e80...75ef9a30272c7b0a582321da6018f4eec077bfc9">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> |
||
|
|
dd31d2a5f6 |
chore(deps): Bump vendor/bdwgc from 82274ec to 44fbb3b (#481)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `82274ec` to `44fbb3b`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/44fbb3b9e4c55d9fa2e134948ff542fe3a774e80"><code>44fbb3b</code></a> Fix SIGSEGV in remove_all_threads_but_me if fork from unregistered thread</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/f72ab92399935425fe86bc50e20aded4a88559af"><code>f72ab92</code></a> Prevent collection if fork from an unregistered thread</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/82274ec6c24e9f19809fb6ed4781d287edb88cd2...44fbb3b9e4c55d9fa2e134948ff542fe3a774e80">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> |
||
|
|
933f6702d0 |
chore(deps): Bump vendor/bdwgc from ba6ba75 to 82274ec (#480)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `ba6ba75` to `82274ec`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/82274ec6c24e9f19809fb6ed4781d287edb88cd2"><code>82274ec</code></a> GH Actions: Test cmake build on Windows/arm64</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/deaca5f40128ce808b1b71a42a0007943da6f810"><code>deaca5f</code></a> GH Actions: Test cmake build on Ubuntu/aarch64</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/a60e1720848ddb438cc2a30f6c5396d4a78d1be1"><code>a60e172</code></a> GH Actions: Test cmake build on MacOS/x86_64</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/ba6ba75bd1e1ba027c4970626e6ba8a62ff6b8f6...82274ec6c24e9f19809fb6ed4781d287edb88cd2">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> |
||
|
|
922cf34eb8 |
chore(deps): Bump vendor/bdwgc from e1042aa to ba6ba75 (#479)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `e1042aa` to `ba6ba75`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/ba6ba75bd1e1ba027c4970626e6ba8a62ff6b8f6"><code>ba6ba75</code></a> GH Actions: Fix spell-check workflow file extension</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/3854cd484eaec6c117a29f15fc037938b4089605"><code>3854cd4</code></a> Add spell-check status badge to README.md</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/2b8c7c6fec24f6dde4f8e4d67ffcf120edb7be2c"><code>2b8c7c6</code></a> GH Actions: Add spell-checking of C/C++ source and .md files (by cspell)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/4bae2258ff30515ede1b4fc938eb018184f6475c"><code>4bae225</code></a> Turn on pthread_atfork usage on Hurd</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/b1f17958cd60e25e6be8e8cf7576187dd9884936"><code>b1f1795</code></a> Eliminate 'assign long to void*' gcc warning in get_stack_base on Serenity</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/1372b91dd24cff66c90266f8c3128db27de60d05"><code>1372b91</code></a> Replace some words in comments that are unknown to cspell</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/b83b1a112c64724b663495e037383d51bb121367"><code>b83b1a1</code></a> Break several magic test strings into substrings in cordtest</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/ad2339bbb1e1830abb4d9d13318165b12a333226"><code>ad2339b</code></a> Rename GC_ALCTR_x_T internal macros in gc_allocator.h</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/b75f90b06627b1e7fa2796b4a9238b31be332414"><code>b75f90b</code></a> Rename private identifiers spotted by cspell tool</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/9ce58a585f10c1192699febc5544e1c8cc00d24f"><code>9ce58a5</code></a> Rename x_LINUXTHREADS internal macro to x_LINUX_THREADS</li> <li>Additional commits viewable in <a href="https://github.com/bdwgc/bdwgc/compare/e1042aa86d9403f433a2ab38ee2aab081984fca8...ba6ba75bd1e1ba027c4970626e6ba8a62ff6b8f6">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> |
||
|
|
3068936553 |
chore(deps): Bump vendor/bdwgc from 7eec679 to e1042aa (#478)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `7eec679` to `e1042aa`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/e1042aa86d9403f433a2ab38ee2aab081984fca8"><code>e1042aa</code></a> Update ChangeLog file</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/db5425f43dc7823564e378aa614ae41a93e6300d"><code>db5425f</code></a> Update ChangeLog file (set v8.2.10 release date)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/7cb138970b53354ae24e0b42e69286c48ff11985"><code>7cb1389</code></a> Update ChangeLog file (v8.2 changes)</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/7eec6795c6df4437e8ac5ae7aea3a6ed1f5ff360...e1042aa86d9403f433a2ab38ee2aab081984fca8">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> |
||
|
|
129d6022ed |
chore(deps): Bump vendor/bdwgc from 19a7f49 to 7eec679 (#477)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `19a7f49` to `7eec679`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/7eec6795c6df4437e8ac5ae7aea3a6ed1f5ff360"><code>7eec679</code></a> AppVeyor CI: Test DONT_USE_ATEXIT, NO_MSGBOX_ON_ERROR, GC_NO_DEINIT</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/a80e1cd19c58ddacb9185b6d9fd621b83940c052"><code>a80e1cd</code></a> Update modification date in gc.man</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/a689c46734603d5fe4976871dcfe67daace38650"><code>a689c46</code></a> Update copyright information in alloc.c and other modified files (2025)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/46b8aeda7f8473f1366ebcb3d16f495eaefbe8c3"><code>46b8aed</code></a> AppVeyor CI: Update wcc compiler to v2 beta shapshot 2025-10-02</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/c738aeea896ed1b88381be01e744f7a621e5e57a"><code>c738aee</code></a> Update ChangeLog file (set v8.0.16 release date)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/dd70bfa60f95c54644fa4803d11d4fc5234635d6"><code>dd70bfa</code></a> Update ChangeLog file (v8.0 changes)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/af8386cf2f9263f5f954ac16531416f27ad02035"><code>af8386c</code></a> Update ChangeLog file (set v7.6.24 release date)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/821174d8cf1b26b229319aa403a7cfefae0f4395"><code>821174d</code></a> Update ChangeLog file (v7.6 changes)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/75fdff5b91d242bca496c9fb92bbb63ec0efae8c"><code>75fdff5</code></a> Update ChangeLog file (set v7.4.30 release date)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/28da492b4109a57fc9dfd944871fa1e4c91ccd6a"><code>28da492</code></a> Update ChangeLog file (set v7.2t release date)</li> <li>Additional commits viewable in <a href="https://github.com/bdwgc/bdwgc/compare/19a7f495cd7c48cdf6f56c593c6dd57187afa079...7eec6795c6df4437e8ac5ae7aea3a6ed1f5ff360">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> |
||
|
|
653b17ff17 |
chore(deps): Bump vendor/bdwgc from 50abe55 to 19a7f49 (#476)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `50abe55` to `19a7f49`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/19a7f495cd7c48cdf6f56c593c6dd57187afa079"><code>19a7f49</code></a> Fix a typo (words duplication) in comment of backgraph.c</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/1b2b933b902dbb936b8e8bdf94512b28180a2891"><code>1b2b933</code></a> Do not provide GC_win32_free_heap if GC_NO_DEINIT macro is defined</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/85128b6c97aaf672e524cd3c31494c2bf0b4c1b7"><code>85128b6</code></a> Travis CI: Add testing of GC_NO_DEINIT macro</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/2f65e825a99f03d8e3472a301071f1b24df64ffb"><code>2f65e82</code></a> Remove support of SEPARATE_GLOBALS macro</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/7b27a9d40b8370a0754f64a115eae4d65290afe2"><code>7b27a9d</code></a> Allow the GC state to be re-initialized (in some configurations)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/a958ea9e418b0631d018de47432cdf5b0dc8f730"><code>a958ea9</code></a> Fix undefined reference to GC_objfreelist and GC_bytes_allocd</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/939fca4a3b228a1811221b6b5d5b65d4bb3fd71f"><code>939fca4</code></a> Change last_back_trace_gc_no initialization to zero</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/c18b27e9339bd0bfb30e706583b519646691c8fe"><code>c18b27e</code></a> Restore GC_interrupt_finalizers on return from GC_finalize_all</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/2e6a32f0bc0e09b7d54720ae7de79740d13ca317"><code>2e6a32f</code></a> Use BZERO in GC_update_check_page</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/3fdabe7443f0a90db9772a73bfd2f2ffdd2d93f8"><code>3fdabe7</code></a> Reset GC_max_root_size value by GC_win32_free_heap</li> <li>Additional commits viewable in <a href="https://github.com/bdwgc/bdwgc/compare/50abe5579b66c2380bafb2a2f1abe60c68f2e574...19a7f495cd7c48cdf6f56c593c6dd57187afa079">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> |
||
|
|
58f5ee594b |
chore(deps): Bump vendor/bdwgc from 7577ca7 to 50abe55 (#474)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `7577ca7` to `50abe55`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/50abe5579b66c2380bafb2a2f1abe60c68f2e574"><code>50abe55</code></a> GH Actions: Update zig to v0.15.1 final</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/523ee814d553ac66281685f707c1240c57a7ddfd"><code>523ee81</code></a> GH actions: Update to use Zig linkage option</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/835647a6cb737a5aa3e3f775c94aa41b4a8145b0"><code>835647a</code></a> Use Zig build-system standard way to set linkage mode</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/7577ca7c2dc7364bb6733dab23be34231279db6b...50abe5579b66c2380bafb2a2f1abe60c68f2e574">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> |
||
|
|
7376105ca5 |
chore(deps): Bump vendor/bdwgc from 2dddff0 to 7577ca7 (#468)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `2dddff0` to `7577ca7`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/7577ca7c2dc7364bb6733dab23be34231279db6b"><code>7577ca7</code></a> Update AUTHORS file (add Locria Cyber)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/4fb2e0a25e158fedae364c99771ff42951501268"><code>4fb2e0a</code></a> Add Zig package definition file</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/2dddff06cc5e87df34f1da790cdc7faa54d04170...7577ca7c2dc7364bb6733dab23be34231279db6b">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> |
||
|
|
03b3e65fc8 |
chore(deps): Bump vendor/bdwgc from dde0f79 to 2dddff0 (#464)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `dde0f79` to `2dddff0`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/2dddff06cc5e87df34f1da790cdc7faa54d04170"><code>2dddff0</code></a> Update bestpractices badge URL in README (Sep 2025)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/4b7b97da7d98bd4d91f7cd7724c65b20dc4cc5f0"><code>4b7b97d</code></a> Add assertion to thread-local GC_gcj_malloc that thread key is initialized</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/9f810d1758b74c62cfbaaace3cb0858e463f153e"><code>9f810d1</code></a> Fix missing mark down of several identifiers in comments and documentation</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/25447a7d6f542f8c917ffc6c0b3ac6af11502365"><code>25447a7</code></a> Replace EXPECT internal macro to LIKELY/UNLIKELY</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/dde0f79c4415abe9afcf2ee470c6de85c656e0b4...2dddff06cc5e87df34f1da790cdc7faa54d04170">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> |
||
|
|
5864fd6bec |
chore(deps): Bump vendor/libatomic_ops from d17ffd7 to 985c64f (#463)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `d17ffd7` to `985c64f`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/libatomic_ops/commit/985c64fb7018c87b9c3674e7ceea92fc70792b1f"><code>985c64f</code></a> Update bestpractices badge URL in README (Sep 2025)</li> <li>See full diff in <a href="https://github.com/ivmai/libatomic_ops/compare/d17ffd78e5736ff57ce7d7c09752e9ed1ecd4e79...985c64fb7018c87b9c3674e7ceea92fc70792b1f">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> |
||
|
|
51a828ed8d |
chore(deps): Bump vendor/bdwgc from 54ac18c to dde0f79 (#462)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `54ac18c` to `dde0f79`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/dde0f79c4415abe9afcf2ee470c6de85c656e0b4"><code>dde0f79</code></a> Travis CI: Add testing of GC_dump_regions</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/8836ee90a0e706428bd08724293855c2c607dd9f"><code>8836ee9</code></a> Allow to call GC_dump_regions and GC_print_free_list by gctest</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/e81bcc13362dd8060e73f016235df1d3abe6df43"><code>e81bcc1</code></a> Update AUTHORS file (add Anton Kruglyakov)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/b9aea9178f54c5baf584e535e15e262fb2d978ca"><code>b9aea91</code></a> New API (GC_foreach_heap_section_inner) to iterate over heap blocks</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/948d5e796ca044a96670a97ebbe23e550907d7de"><code>948d5e7</code></a> Do not declare GC_set_on_thread_event for NN_PLATFORM_CTR unless GC_THREADS</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/21994cd5b90a56bd3781e1781e6aa7cec9dc3bd4"><code>21994cd</code></a> Do not use NN_BUILD_TARGET_PLATFORM_NX in thread_local_alloc.h directly</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/f706ac91ae87001cdacf0df16510f9c5b8e7737f"><code>f706ac9</code></a> Ensure GC_dirty_inner symbol could be patched at runtime</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/cf6073b1bea3f59439ec6aadd2a48073624d9cef"><code>cf6073b</code></a> Fix GETPAGESIZE and USE_M[UN]MAP for Nintendo Switch</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/54ac18ccbc5a833dd7edaff94a10ab9b65044d61...dde0f79c4415abe9afcf2ee470c6de85c656e0b4">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> |
||
|
|
4dc31f0054 |
chore(deps): Bump vendor/bdwgc from 10544ab to 54ac18c (#461)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `10544ab` to `54ac18c`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/54ac18ccbc5a833dd7edaff94a10ab9b65044d61"><code>54ac18c</code></a> Travis CI: Use base dist for gcc analyzer builds</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/4fd0d60942b725a398f89d39cf8587e1e2ce4c7a"><code>4fd0d60</code></a> Workaround 'use of uninitialized p[i]' gcc analyzer FP in leaktest</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/9fb972680932c6f65fd590fa989c25c0f1797ba1"><code>9fb9726</code></a> Declare GC_abort_on_oom() as no-return</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/10544ab5c6eddc69e04fd1de776d5b1ecce07bf6...54ac18ccbc5a833dd7edaff94a10ab9b65044d61">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> |
||
|
|
e091efbeeb |
chore(deps): Bump vendor/bdwgc from 6d068ea to 10544ab (#460)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `6d068ea` to `10544ab`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/10544ab5c6eddc69e04fd1de776d5b1ecce07bf6"><code>10544ab</code></a> Travis CI: Update autotools for release tarball (am-1.18.1, m4-1.4.20)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/e865672b0ab9935d4715a4c16fb09cbc6e53784e"><code>e865672</code></a> Travis CI: Fix 'exclude pattern libatomic_ops is unused' lcov error</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/de187886a7d776c39a71cfee1b375bf4f7766f70"><code>de18788</code></a> Travis CI: Update base dist to Ubuntu 24.04 (noble)</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/6d068ea3fa8191f252a8ca4910e0bd3cbb877d0f...10544ab5c6eddc69e04fd1de776d5b1ecce07bf6">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> |
||
|
|
5e9f7babd2 |
chore(deps): Bump vendor/libatomic_ops from e845269 to d17ffd7 (#459)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `e845269` to `d17ffd7`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/libatomic_ops/commit/d17ffd78e5736ff57ce7d7c09752e9ed1ecd4e79"><code>d17ffd7</code></a> Update ChangeLog file</li> <li><a href="https://github.com/bdwgc/libatomic_ops/commit/062652b4f9c36eae949e4c8085c11b746d20854d"><code>062652b</code></a> Update ChangeLog file (set v7.8.4 release date)</li> <li><a href="https://github.com/bdwgc/libatomic_ops/commit/4d20bf5d95edd1f39ab4ce7e1e8008b012186404"><code>4d20bf5</code></a> Update ChangeLog file (v7.8 changes)</li> <li>See full diff in <a href="https://github.com/ivmai/libatomic_ops/compare/e845269a38edb0250d250d6733e36065aded004d...d17ffd78e5736ff57ce7d7c09752e9ed1ecd4e79">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> |
||
|
|
898bec5f92 |
chore(deps): Bump vendor/bdwgc from edac9bb to 6d068ea (#457)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `edac9bb` to `6d068ea`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/6d068ea3fa8191f252a8ca4910e0bd3cbb877d0f"><code>6d068ea</code></a> Switch to unmanaged containers in Zig script</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/edac9bb74d97137c3e6013745de87e6ee341cb5c...6d068ea3fa8191f252a8ca4910e0bd3cbb877d0f">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> |
||
|
|
2dabbb11f8 |
chore(deps): Bump vendor/bdwgc from 9d83c00 to edac9bb (#454)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `9d83c00` to `edac9bb`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/edac9bb74d97137c3e6013745de87e6ee341cb5c"><code>edac9bb</code></a> Travis CI: Eliminate negative coverage count warning</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/5405d333964e597ee76175d12a4400c4dbeb4792"><code>5405d33</code></a> Travis CI: Do not ignore lcov errors</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/0aaadb65170bb3b1560ffedd50e8b3656cf022d7"><code>0aaadb6</code></a> Travis CI: Fix repo-token option for Coveralls</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/d0cbab47b17e72a3554348ce7dc4de644de03c59"><code>d0cbab4</code></a> Fix reading async proc maps when GC is single-threaded but process is not</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/9d83c00b5c146863397c31dbac0892c762e7530f...edac9bb74d97137c3e6013745de87e6ee341cb5c">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> |
||
|
|
4c2997d5a7 |
chore(deps): Bump vendor/libatomic_ops from e876cd2 to e845269 (#453)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `e876cd2` to `e845269`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/libatomic_ops/commit/e845269a38edb0250d250d6733e36065aded004d"><code>e845269</code></a> Travis CI: Do not ignore lcov errors</li> <li><a href="https://github.com/bdwgc/libatomic_ops/commit/692cd3e338e8dfe2340ae5118520373d056794ae"><code>692cd3e</code></a> Travis CI: Fix 'exclude pattern /usr is unused' lcov error</li> <li><a href="https://github.com/bdwgc/libatomic_ops/commit/04533aacf71e130290378a433cce22da87227764"><code>04533aa</code></a> Travis CI: Fix negative coverage count</li> <li><a href="https://github.com/bdwgc/libatomic_ops/commit/8966d4eaf3ad7647cefaec10f02bd9d0793c00e4"><code>8966d4e</code></a> Travis CI: Fix repo-token option for Coveralls</li> <li><a href="https://github.com/bdwgc/libatomic_ops/commit/778d3ed3110191289465e08756e003b9c0d96497"><code>778d3ed</code></a> Travis CI: Change cppcheck check-level to exhaustive</li> <li><a href="https://github.com/bdwgc/libatomic_ops/commit/af9cc9c842c2fb94acc533593b145aa3ea0193b4"><code>af9cc9c</code></a> Fix LVAR_VOLATILE definition for cppcheck in test_atomic_include.template</li> <li>See full diff in <a href="https://github.com/ivmai/libatomic_ops/compare/e876cd20e7aa8a175c7430bc6b993ad3a0ff6d57...e845269a38edb0250d250d6733e36065aded004d">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> |
||
|
|
8f71ca183d |
chore(deps): Bump vendor/bdwgc from 7f7ba14 to 9d83c00 (#452)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `7f7ba14` to `9d83c00`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/9d83c00b5c146863397c31dbac0892c762e7530f"><code>9d83c00</code></a> Workaround 'dereference after comparison to null' FP defect in GC_finalize</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/67a23dafc3e9b3fcd76d760c85fa67a5436c8dea"><code>67a23da</code></a> Travis CI: Do not run Coverity Scan job on pull requests</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/066d47d117583ad0d41e04bdc51b046afc975cae"><code>066d47d</code></a> Workaround 'tainted e_phnum use as loop bound' static analysis tool warning</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/7f7ba14f8a85bb253ca8f15c5d2a02e987d062ad...9d83c00b5c146863397c31dbac0892c762e7530f">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> |
||
|
|
e8930fe2fc |
chore(deps): Bump vendor/libatomic_ops from e8b241f to e876cd2 (#450)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `e8b241f` to `e876cd2`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/libatomic_ops/commit/e876cd20e7aa8a175c7430bc6b993ad3a0ff6d57"><code>e876cd2</code></a> Travis CI: Do not run Coverity Scan job on pull requests</li> <li>See full diff in <a href="https://github.com/ivmai/libatomic_ops/compare/e8b241f97d85ae51dffe221aec27d8fcbfd735cc...e876cd20e7aa8a175c7430bc6b993ad3a0ff6d57">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> |
||
|
|
d96c77780f |
chore(deps): Bump vendor/bdwgc from 05e5ea4 to 7f7ba14 (#451)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `05e5ea4` to `7f7ba14`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/7f7ba14f8a85bb253ca8f15c5d2a02e987d062ad"><code>7f7ba14</code></a> Eliminate 'strerror is not thread-safe' code defect in tests</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/05e5ea4304cf52df1a1c0248c3c3576e43192a0c...7f7ba14f8a85bb253ca8f15c5d2a02e987d062ad">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> |
||
|
|
afa7d101f1 |
chore(deps): Bump vendor/bdwgc from 32fd37b to 05e5ea4 (#449)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `32fd37b` to `05e5ea4`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/05e5ea4304cf52df1a1c0248c3c3576e43192a0c"><code>05e5ea4</code></a> Freshen MIT licensing terms of gc_allocator.h</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/32fd37b5b0ca373d592c0602740a79afbd150599...05e5ea4304cf52df1a1c0248c3c3576e43192a0c">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> |