mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-06-24 18:46:29 -06:00
8307928adf4887776bf4c24a333c23f90531e70f
413 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
baa9d17370 |
chore(deps): Bump vendor/bdwgc from 3ce1bb6 to 43ef26f (#294)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `3ce1bb6` to `43ef26f`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/43ef26f50260ae574a6d6903c1b402d2d554dc12"><code>43ef26f</code></a> Travis CI: Test USE_RWLOCK and MARK_BIT_PER_OBJ with static-only build</li> <li><a href="https://github.com/ivmai/bdwgc/commit/4e2a60fef7822dd645dd2f722b05953dc2ff4d36"><code>4e2a60f</code></a> AppVeyor CI: Test with USE_RWLOCK</li> <li><a href="https://github.com/ivmai/bdwgc/commit/efe50d059ea029308de34321b4236f6784cac31e"><code>efe50d0</code></a> Prevent hang if a thread acquiring reader lock is suspended externally</li> <li><a href="https://github.com/ivmai/bdwgc/commit/fa19ed0f2d8bcb3427a8e6eece702460f4a70708"><code>fa19ed0</code></a> Fix 'scope of variable i can be reduced' cppcheck warning in finalize.c</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/3ce1bb6691345d320594911c7659d592f0cfb105...43ef26f50260ae574a6d6903c1b402d2d554dc12">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> |
||
|
|
da4430aa0f |
chore(deps): Bump vendor/bdwgc from e3338f4 to 3ce1bb6 (#293)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `e3338f4` to `3ce1bb6`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/3ce1bb6691345d320594911c7659d592f0cfb105"><code>3ce1bb6</code></a> Travis CI: Test with USE_RWLOCK</li> <li><a href="https://github.com/ivmai/bdwgc/commit/3bfb499f3be9a10adaa81329d0208549d5d6e0d7"><code>3bfb499</code></a> Implement shared locks</li> <li><a href="https://github.com/ivmai/bdwgc/commit/c5d9ad125cae77a9dea310217a693e329913dea0"><code>c5d9ad1</code></a> Use reader mode of the allocator lock in GC_is_tmp_root</li> <li><a href="https://github.com/ivmai/bdwgc/commit/6594e9a7b0cac3e876510759a1b80b26f76212e2"><code>6594e9a</code></a> Fix handling of GC_gc_no counter wrap in GC_notify_or_invoke_finalizers</li> <li><a href="https://github.com/ivmai/bdwgc/commit/42d769885b7b5c5a0404d7240b5f52815ca48da0"><code>42d7698</code></a> Handle GC_gc_no counter overflow properly in GC_print_trace</li> <li><a href="https://github.com/ivmai/bdwgc/commit/88ed41ead0985eb0b1d79e57a73fc94ca755b3d3"><code>88ed41e</code></a> Fix handling of GC_gc_no counter wrap in GC_clear_stack</li> <li><a href="https://github.com/ivmai/bdwgc/commit/113550b34231f743bc637af094c267a977df088d"><code>113550b</code></a> Fix a typo in name GC_gc_no in comment of GC_stack_last_cleared</li> <li><a href="https://github.com/ivmai/bdwgc/commit/efec6f998bdebdda935d7a092228d24c4a4c908b"><code>efec6f9</code></a> Fix update of last_back_trace_gc_no if KEEP_BACK_PTRS is not defined</li> <li><a href="https://github.com/ivmai/bdwgc/commit/46c4e0330cba705071d987be942c1fe9d86701d0"><code>46c4e03</code></a> Travis CI: Remove build on xenial with TSan and parallel marker off</li> <li><a href="https://github.com/ivmai/bdwgc/commit/50fb23398c6eca225835273b02471e500aae358c"><code>50fb233</code></a> Fix a misleading comment about lock holder in gc_locks.h</li> <li>Additional commits viewable in <a href="https://github.com/ivmai/bdwgc/compare/e3338f439db1f9579fff7f33a5b6f0d3aba34371...3ce1bb6691345d320594911c7659d592f0cfb105">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> |
||
|
|
f9d407a9af |
chore(deps): Bump vendor/bdwgc from e8c073d to e3338f4 (#292)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `e8c073d` to `e3338f4`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/e3338f439db1f9579fff7f33a5b6f0d3aba34371"><code>e3338f4</code></a> Travis CI: Speedup cppcheck job by dividing *.c files set into 2 sets</li> <li><a href="https://github.com/ivmai/bdwgc/commit/a25827f5b62a5518099748e28dc0ad04af96734b"><code>a25827f</code></a> Fix 'l-value specifies const object' MSVC error in GC_push_many_regs</li> <li><a href="https://github.com/ivmai/bdwgc/commit/9eb6c163117df4a3a6159ace695cea5e3a2f4687"><code>9eb6c16</code></a> Fix 'signed/unsigned comparison' compiler warning in GC_set_pointer_mask</li> <li><a href="https://github.com/ivmai/bdwgc/commit/c03ecf538d7082e76836e1dae71b3e8b7543ee11"><code>c03ecf5</code></a> Unify comments about the allocator lock</li> <li><a href="https://github.com/ivmai/bdwgc/commit/569f665f40bfcc6762ec49a247f2567d2132e131"><code>569f665</code></a> Fix placement of comment about allocator lock in darwin_stop_world.c</li> <li><a href="https://github.com/ivmai/bdwgc/commit/bff54355d39571d34f040e832219ced680171a4d"><code>bff5435</code></a> Fix a typo in comment of GC_init_dyld</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/e8c073d786948dd522fa96c9c42d1a362836e1c8...e3338f439db1f9579fff7f33a5b6f0d3aba34371">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> |
||
|
|
e6e76b629b | Fix spell check (#291) | ||
|
|
21b6fb35ff | Fix examples test (#290) | ||
|
|
10e16366d7 | Refactor example test (#289) | ||
|
|
9dd6bfd031 | Refactor test | ||
|
|
f20c12e508 | Fix spell check (#287) | ||
|
|
e59c09749a | Bump version (#286) | ||
|
|
1e54b65b9e | Refactor (#285) | ||
|
|
7f2429fe25 |
chore(deps): Bump vendor/bdwgc from 4ae9dcd to e8c073d (#284)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `4ae9dcd` to `e8c073d`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/e8c073d786948dd522fa96c9c42d1a362836e1c8"><code>e8c073d</code></a> Group char-width fields together in GC_arrays</li> <li><a href="https://github.com/ivmai/bdwgc/commit/2fa18d27aa3032cf15eade0242f658ffb68dcf47"><code>2fa18d2</code></a> AppVeyor: Test enable_dynamic_pointer_mask option</li> <li><a href="https://github.com/ivmai/bdwgc/commit/8756a504c09cc9c7037457c2163b1a2222c3d8d4"><code>8756a50</code></a> Travis CI: Test with --enable-dynamic-pointer-mask</li> <li><a href="https://github.com/ivmai/bdwgc/commit/57828b3c2b7e811abd6bb1ba37060eb456b3824e"><code>57828b3</code></a> Support pointer mask/shift set at runtime</li> <li><a href="https://github.com/ivmai/bdwgc/commit/2ea5267d042b7f9fd97dd506e24b47c297d155ca"><code>2ea5267</code></a> Remove unneeded cast to word in GC_PUSH_ONE_HEAP/STACK</li> <li><a href="https://github.com/ivmai/bdwgc/commit/c68513167276d8deb8fe3e6286c525f58102fba7"><code>c685131</code></a> Turn on MAKE_BACK_GRAPH for all Linux architectures in cmake and configure</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/4ae9dcd8945e5a43b84375631e48e4fafd443a36...e8c073d786948dd522fa96c9c42d1a362836e1c8">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> |
||
|
|
3a1ddbb6ea |
chore(deps): Bump vendor/bdwgc from cbe50cb to 4ae9dcd (#281)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `cbe50cb` to `4ae9dcd`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/4ae9dcd8945e5a43b84375631e48e4fafd443a36"><code>4ae9dcd</code></a> Use BZERO in GC_save_callers</li> <li><a href="https://github.com/ivmai/bdwgc/commit/f5148bd07fef316e91be40dbb770f17cd2766508"><code>f5148bd</code></a> Fix 'info' buffer potential overrun in GC_save_callers</li> <li><a href="https://github.com/ivmai/bdwgc/commit/76cde169f98c3ac6ccfc027986a2cd1fdcf3e84a"><code>76cde16</code></a> Travis CI: Remove build on focal with TSan and large-config off</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/cbe50cbfdfcd5ec7fffa7fc6363070ff321e35d7...4ae9dcd8945e5a43b84375631e48e4fafd443a36">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> |
||
|
|
4412c9d243 |
chore(deps): Bump vendor/bdwgc from 4306149 to cbe50cb (#280)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `4306149` to `cbe50cb`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/cbe50cbfdfcd5ec7fffa7fc6363070ff321e35d7"><code>cbe50cb</code></a> Use AS_HELP_STRING consistently for AC_ARG_WITH in configure</li> <li><a href="https://github.com/ivmai/bdwgc/commit/ed0bb4c0c77ccf0fc2146b632b7b10ec0a8f2746"><code>ed0bb4c</code></a> Remove empty default cases in configure</li> <li><a href="https://github.com/ivmai/bdwgc/commit/7064a56952b93cb1db58c45d1d94df4f9199fff4"><code>7064a56</code></a> Fix closing bracket placement for case statement in configure</li> <li><a href="https://github.com/ivmai/bdwgc/commit/80309f4eec6303a58fb55f5bacec13a6991aa652"><code>80309f4</code></a> Do not use GC lock in GC_print_callers</li> <li><a href="https://github.com/ivmai/bdwgc/commit/33a5db3c58e5ec37c89694957cb84283812ac658"><code>33a5db3</code></a> Use GC_HIDE_NZ_POINTER() for hiding ci_arg value in GC_save_callers</li> <li><a href="https://github.com/ivmai/bdwgc/commit/629d6c3dba9335f16770b6b25f76256916366aa8"><code>629d6c3</code></a> Remove GC_save/print_callers duplicate declaration</li> <li><a href="https://github.com/ivmai/bdwgc/commit/f47941b85236b7bbeefc76dc830ffeb51b673336"><code>f47941b</code></a> Fix typo regarding mark lock in comment of gc_pmark.h</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/4306149f0bea951a9fb2c967a7b01c292c8aa78f...cbe50cbfdfcd5ec7fffa7fc6363070ff321e35d7">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> |
||
|
|
4485210edd |
chore(deps): Bump vendor/bdwgc from 1d98269 to 4306149 (#279)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `1d98269` to `4306149`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/4306149f0bea951a9fb2c967a7b01c292c8aa78f"><code>4306149</code></a> Workaround '_malloca macro redefinition' MS VC warning cause of intrin.h</li> <li><a href="https://github.com/ivmai/bdwgc/commit/c902a4fb39d6e1ef91a2db0cfaf7c03540d6f138"><code>c902a4f</code></a> Use MSVC _m_prefetchw intrinsic for write-prefetch (x86 and x64)</li> <li><a href="https://github.com/ivmai/bdwgc/commit/142e3d3e467ce0036df53a674919024310959ad0"><code>142e3d3</code></a> Update AUTHORS file</li> <li><a href="https://github.com/ivmai/bdwgc/commit/703fde0aec3141540745711adef0538c79f69420"><code>703fde0</code></a> Enable prefetch for MSVC (Windows/x86 and Windows/x64)</li> <li><a href="https://github.com/ivmai/bdwgc/commit/07f120a853f01284c119a926d993757d8df99476"><code>07f120a</code></a> Add comment about if-do-while statements in GC_wait_for_gc_completion</li> <li><a href="https://github.com/ivmai/bdwgc/commit/701a8086e125133bd46559c3d4d07ad1a393c8f4"><code>701a808</code></a> Revert "Simplify loop in GC_wait_for_gc_completion"</li> <li><a href="https://github.com/ivmai/bdwgc/commit/63e8f2a8874118a2d8ae5608aebc2d61ad098c45"><code>63e8f2a</code></a> Eliminate code duplication in GC_PREFETCH_FOR_WRITE generic definition</li> <li><a href="https://github.com/ivmai/bdwgc/commit/9a1e0e6ec9f975beeca81b77ae882f9aa33a0578"><code>9a1e0e6</code></a> Fix extra 'extern C' for include signal.h in gcconfig.h</li> <li><a href="https://github.com/ivmai/bdwgc/commit/b43ee71d85b38957701d2df09006db79f920f848"><code>b43ee71</code></a> Simplify loop in GC_wait_for_gc_completion</li> <li><a href="https://github.com/ivmai/bdwgc/commit/f8bfbfe965cea9c17798132e35c41d727436487b"><code>f8bfbfe</code></a> Fix GC_page_size for WASI</li> <li>Additional commits viewable in <a href="https://github.com/ivmai/bdwgc/compare/1d9826992aa2a2783c9badbacddae70fdf7fffee...4306149f0bea951a9fb2c967a7b01c292c8aa78f">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> |
||
|
|
542c989250 |
chore(deps): Bump vendor/libatomic_ops from fa4df52 to 9f6bc3b (#278)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `fa4df52` to `9f6bc3b`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/libatomic_ops/commit/9f6bc3b928e60081aa1cd6a3ac8707ed90705e9c"><code>9f6bc3b</code></a> Fix deprecation warning about support of CMake older than v3.5</li> <li>See full diff in <a href="https://github.com/ivmai/libatomic_ops/compare/fa4df527300587cf3650d9bc89d008fbb823a663...9f6bc3b928e60081aa1cd6a3ac8707ed90705e9c">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> |
||
|
|
61a78a5c05 |
chore(deps): Bump vendor/bdwgc from 99dbd7e to 1d98269 (#277)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `99dbd7e` to `1d98269`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/1d9826992aa2a2783c9badbacddae70fdf7fffee"><code>1d98269</code></a> Fix missing GC_pthread_sigmask on NetBSD</li> <li><a href="https://github.com/ivmai/bdwgc/commit/db2dc20c92b4be5aa9a4a3afbdd39c55bc479a5a"><code>db2dc20</code></a> Update ChangeLog file</li> <li><a href="https://github.com/ivmai/bdwgc/commit/f4724ef4a7fc60bec82a5f1099aa1fbcb6f88b9d"><code>f4724ef</code></a> Update ChangeLog file (v8.2 changes)</li> <li><a href="https://github.com/ivmai/bdwgc/commit/9f34b0d3c699bf94d11159bb22e8929b18f51349"><code>9f34b0d</code></a> Update ChangeLog file (v8.0 changes)</li> <li><a href="https://github.com/ivmai/bdwgc/commit/dc2bf02fd0e44982ad3460da96b7a341548d6ea3"><code>dc2bf02</code></a> Update ChangeLog file (v7.6 changes)</li> <li><a href="https://github.com/ivmai/bdwgc/commit/c5838044db2b09b4aaa94b61c0f770682670d779"><code>c583804</code></a> Update ChangeLog file (v7.2 - v7.4 changes only)</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/99dbd7ee2e744e76ad0d4814e1e6a4f510dcb316...1d9826992aa2a2783c9badbacddae70fdf7fffee">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> |
||
|
|
c7c1a78196 |
chore(deps): Bump vendor/bdwgc from 6f8349a to 99dbd7e (#276)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `6f8349a` to `99dbd7e`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/99dbd7ee2e744e76ad0d4814e1e6a4f510dcb316"><code>99dbd7e</code></a> Workaround mark stack overflow in GC_push_finalizer_structures on MinGW</li> <li><a href="https://github.com/ivmai/bdwgc/commit/f60b451faff01a20257552a839b384f2cc73b1a1"><code>f60b451</code></a> Remove unneeded casts in GC_PUSH_ALL_SYM</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/6f8349abac6a28b994e03288e9e4bc43c3ea9b2c...99dbd7ee2e744e76ad0d4814e1e6a4f510dcb316">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> |
||
|
|
4cd0e9de5f |
chore(deps): Bump vendor/bdwgc from 07a6d0e to 6f8349a (#275)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `07a6d0e` to `6f8349a`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/6f8349abac6a28b994e03288e9e4bc43c3ea9b2c"><code>6f8349a</code></a> Fix missing redirect and implementation of pthread_sigmask() on OpenBSD</li> <li><a href="https://github.com/ivmai/bdwgc/commit/3ed9b96eb7d8df86169790a1c1db3eb9e26f07ce"><code>3ed9b96</code></a> Fix missing GC_pthread_sigmask on Free/NetBSD</li> <li><a href="https://github.com/ivmai/bdwgc/commit/2d69b111b92dba1f8c10a8803b2f7a83d0702978"><code>2d69b11</code></a> Do not store E2K procedure stack to GC heap</li> <li><a href="https://github.com/ivmai/bdwgc/commit/41f2240a9357c575b7ab73ac571d4e7b47b4388b"><code>41f2240</code></a> Never use mmap() for storing procedure stack on E2K</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/07a6d0ee8889bca5eaeadc13cabadc363725d216...6f8349abac6a28b994e03288e9e4bc43c3ea9b2c">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> |
||
|
|
ca5bb30856 |
chore(deps): Bump actions/checkout from 3 to 4 (#274)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <h2>What's Changed</h2> <ul> <li>Update default runtime to node20 by <a href="https://github.com/takost"><code>@takost</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1436">actions/checkout#1436</a></li> <li>Support fetching without the --progress option by <a href="https://github.com/simonbaird"><code>@simonbaird</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1067">actions/checkout#1067</a></li> <li>Release 4.0.0 by <a href="https://github.com/takost"><code>@takost</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1447">actions/checkout#1447</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/takost"><code>@takost</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1436">actions/checkout#1436</a></li> <li><a href="https://github.com/simonbaird"><code>@simonbaird</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1067">actions/checkout#1067</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v3...v4.0.0">https://github.com/actions/checkout/compare/v3...v4.0.0</a></p> <h2>v3.6.0</h2> <h2>What's Changed</h2> <ul> <li>Mark test scripts with Bash'isms to be run via Bash by <a href="https://github.com/dscho"><code>@dscho</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1377">actions/checkout#1377</a></li> <li>Add option to fetch tags even if fetch-depth > 0 by <a href="https://github.com/RobertWieczoreck"><code>@RobertWieczoreck</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/579">actions/checkout#579</a></li> <li>Release 3.6.0 by <a href="https://github.com/luketomlinson"><code>@luketomlinson</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1437">actions/checkout#1437</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/RobertWieczoreck"><code>@RobertWieczoreck</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/579">actions/checkout#579</a></li> <li><a href="https://github.com/luketomlinson"><code>@luketomlinson</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1437">actions/checkout#1437</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v3.5.3...v3.6.0">https://github.com/actions/checkout/compare/v3.5.3...v3.6.0</a></p> <h2>v3.5.3</h2> <h2>What's Changed</h2> <ul> <li>Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by <a href="https://github.com/megamanics"><code>@megamanics</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1196">actions/checkout#1196</a></li> <li>Fix typos found by codespell by <a href="https://github.com/DimitriPapadopoulos"><code>@DimitriPapadopoulos</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1287">actions/checkout#1287</a></li> <li>Add support for sparse checkouts by <a href="https://github.com/dscho"><code>@dscho</code></a> and <a href="https://github.com/dfdez"><code>@dfdez</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1369">actions/checkout#1369</a></li> <li>Release v3.5.3 by <a href="https://github.com/TingluoHuang"><code>@TingluoHuang</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1376">actions/checkout#1376</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/megamanics"><code>@megamanics</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1196">actions/checkout#1196</a></li> <li><a href="https://github.com/DimitriPapadopoulos"><code>@DimitriPapadopoulos</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1287">actions/checkout#1287</a></li> <li><a href="https://github.com/dfdez"><code>@dfdez</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1369">actions/checkout#1369</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v3...v3.5.3">https://github.com/actions/checkout/compare/v3...v3.5.3</a></p> <h2>v3.5.2</h2> <h2>What's Changed</h2> <ul> <li>Fix: Use correct API url / endpoint in GHES by <a href="https://github.com/fhammerl"><code>@fhammerl</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1289">actions/checkout#1289</a> based on <a href="https://redirect.github.com/actions/checkout/issues/1286">#1286</a> by <a href="https://github.com/1newsr"><code>@1newsr</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v3.5.1...v3.5.2">https://github.com/actions/checkout/compare/v3.5.1...v3.5.2</a></p> <h2>v3.5.1</h2> <h2>What's Changed</h2> <ul> <li>Improve checkout performance on Windows runners by upgrading <code>@actions/github</code> dependency by <a href="https://github.com/BrettDong"><code>@BrettDong</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1246">actions/checkout#1246</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/BrettDong"><code>@BrettDong</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1246">actions/checkout#1246</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>v4.0.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1067">Support fetching without the --progress option</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1436">Update to node20</a></li> </ul> <h2>v3.6.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1377">Fix: Mark test scripts with Bash'isms to be run via Bash</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/579">Add option to fetch tags even if fetch-depth > 0</a></li> </ul> <h2>v3.5.3</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1196">Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1287">Fix typos found by codespell</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1369">Add support for sparse checkouts</a></li> </ul> <h2>v3.5.2</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1289">Fix api endpoint for GHES</a></li> </ul> <h2>v3.5.1</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1246">Fix slow checkout on Windows</a></li> </ul> <h2>v3.5.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1237">Add new public key for known_hosts</a></li> </ul> <h2>v3.4.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1209">Upgrade codeql actions to v2</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1210">Upgrade dependencies</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1225">Upgrade <code>@actions/io</code></a></li> </ul> <h2>v3.3.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1045">Implement branch list using callbacks from exec function</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1050">Add in explicit reference to private checkout options</a></li> <li>[Fix comment typos (that got added in <a href="https://redirect.github.com/actions/checkout/issues/770">#770</a>)](<a href="https://redirect.github.com/actions/checkout/pull/1057">actions/checkout#1057</a>)</li> </ul> <h2>v3.2.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/942">Add GitHub Action to perform release</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/967">Fix status badge</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1002">Replace datadog/squid with ubuntu/squid Docker image</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/964">Wrap pipeline commands for submoduleForeach in quotes</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1029">Update <code>@actions/io</code> to 1.1.2</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1039">Upgrading version to 3.2.0</a></li> </ul> <h2>v3.1.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/939">Use <code>@actions/core</code> <code>saveState</code> and <code>getState</code></a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/922">Add <code>github-server-url</code> input</a></li> </ul> <h2>v3.0.2</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/770">Add input <code>set-safe-directory</code></a></li> </ul> <h2>v3.0.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/checkout/commit/3df4ab11eba7bda6032a0b82a6bb43b11571feac"><code>3df4ab1</code></a> Release 4.0.0 (<a href="https://redirect.github.com/actions/checkout/issues/1447">#1447</a>)</li> <li><a href="https://github.com/actions/checkout/commit/8b5e8b768746b50394015010d25e690bfab9dfbc"><code>8b5e8b7</code></a> Support fetching without the --progress option (<a href="https://redirect.github.com/actions/checkout/issues/1067">#1067</a>)</li> <li><a href="https://github.com/actions/checkout/commit/97a652b80035363df47baee5031ec8670b8878ac"><code>97a652b</code></a> Update default runtime to node20 (<a href="https://redirect.github.com/actions/checkout/issues/1436">#1436</a>)</li> <li>See full diff in <a href="https://github.com/actions/checkout/compare/v3...v4">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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> |
||
|
|
12ee9cf0ac |
chore(deps): Bump vendor/bdwgc from 5839684 to 07a6d0e (#273)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `5839684` to `07a6d0e`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/07a6d0ee8889bca5eaeadc13cabadc363725d216"><code>07a6d0e</code></a> Update AUTHORS file (add Marius Gerbershagen)</li> <li><a href="https://github.com/ivmai/bdwgc/commit/c245cf60f21a04364d32e71c92d4c4ecd4ab92b5"><code>c245cf6</code></a> Fix GC_push_stack_for() to push also Xmm registers on Windows/x64</li> <li><a href="https://github.com/ivmai/bdwgc/commit/3e8e664b0bd67c71f9720812d03b62cb276968b4"><code>3e8e664</code></a> Undefine PUSHn macros after use in win32_threads.c</li> <li><a href="https://github.com/ivmai/bdwgc/commit/69810a111cb176246d7d840957588e800bb68dce"><code>69810a1</code></a> Do not include gcconfig.h from extra/symbian source files</li> <li><a href="https://github.com/ivmai/bdwgc/commit/5507e18a56b93e7b99c15eb2c63f02f65428dbc8"><code>5507e18</code></a> Fix 'missing binary operator before token' gc error in gcconfig.h</li> <li><a href="https://github.com/ivmai/bdwgc/commit/4a4f4e2a636633c8bee8d093bedee62d91687953"><code>4a4f4e2</code></a> Eliminate 'unused value' gcc warnings in init_global_static_roots (Symbian)</li> <li><a href="https://github.com/ivmai/bdwgc/commit/071e1a44627055a5c98a13bea839801edbc4c7a5"><code>071e1a4</code></a> Fix 'implicit declaration of function sbrk' gcc error on Symbian</li> <li><a href="https://github.com/ivmai/bdwgc/commit/1879b63a9d7c9eab043e872c9050fb9010f30ab8"><code>1879b63</code></a> Eliminate 'condition is always false' cppcheck warning in test_long_mult</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/583968445766c6e7bfd92568e76ff2bec8e3a111...07a6d0ee8889bca5eaeadc13cabadc363725d216">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> |
||
|
|
8f50af7f15 |
chore(deps): Bump vendor/bdwgc from 26f5b81 to 5839684 (#272)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `26f5b81` to `5839684`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/583968445766c6e7bfd92568e76ff2bec8e3a111"><code>5839684</code></a> Eliminate 'null argument passed to GC_toggleref_add' CSA warning</li> <li><a href="https://github.com/ivmai/bdwgc/commit/cfa8baef6b86be365ab2113279ce1b8fc6672f17"><code>cfa8bae</code></a> Provide GC_HIDE/REVEAL_NZ_POINTER public macros</li> <li><a href="https://github.com/ivmai/bdwgc/commit/5ef31e1e14fb8ffb3bc75cdccc6aa7eaea8ebffc"><code>5ef31e1</code></a> Better document why GC_REVEAL_POINTER should be used with GC lock held</li> <li><a href="https://github.com/ivmai/bdwgc/commit/1232a2bb25e8ba7a21e52622d79c312649baccec"><code>1232a2b</code></a> Add I_HOLD_LOCK assertions to ensure no race on reveal hidden pointers</li> <li><a href="https://github.com/ivmai/bdwgc/commit/cda8d871e6a42a17c2bcf7390691b7723629df2a"><code>cda8d87</code></a> Change gc.man to include gc/gc.h</li> <li><a href="https://github.com/ivmai/bdwgc/commit/b3dd2886be864b65c5be41f5f9681742f5851aa8"><code>b3dd288</code></a> Add comment that GC_get_back_ptr_info does not acquire GC lock</li> <li><a href="https://github.com/ivmai/bdwgc/commit/20b895aea7e9d0badcc37e3f75952f6fe2234d77"><code>20b895a</code></a> Provide debugging variant of GC_toggleref_add</li> <li><a href="https://github.com/ivmai/bdwgc/commit/0102889e123df93f6b7c8cd157e93bdaba0ff3eb"><code>0102889</code></a> Fix 'failed to extract a valid configuration' cppcheck error</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/26f5b812afe1de1fc6dfb4e22d3d9670280f1522...583968445766c6e7bfd92568e76ff2bec8e3a111">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> |
||
|
|
e927fa0f23 |
chore(deps): Bump vendor/bdwgc from b678225 to 26f5b81 (#271)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `b678225` to `26f5b81`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/26f5b812afe1de1fc6dfb4e22d3d9670280f1522"><code>26f5b81</code></a> Fix assertion violation in GC_toggleref_add called from gctest in gc-debug</li> <li><a href="https://github.com/ivmai/bdwgc/commit/96ed233e39c61cbf0763935f2f8b2177f3544d3b"><code>96ed233</code></a> Eliminate compiler warning of missing cast in LONG_MULT after shift</li> <li><a href="https://github.com/ivmai/bdwgc/commit/dafda5939feff2588430a635be194df89ade5015"><code>dafda59</code></a> Fix wrong comment describing GC_get_back_ptr_info in dbg_mlc.c</li> <li><a href="https://github.com/ivmai/bdwgc/commit/2c8fe8d4dd8f1d4972faaf1116dbea37a2b1ba7e"><code>2c8fe8d</code></a> Travis CI: Workaround 'value of CORD_API unknown' cppcheck warnings</li> <li><a href="https://github.com/ivmai/bdwgc/commit/c0f9c6fedd963aa718219fa2220b933898e220fe"><code>c0f9c6f</code></a> Fix 'use of undeclared identifier EPERM' clang error on Darwin</li> <li><a href="https://github.com/ivmai/bdwgc/commit/4abd13732507ebe0a1c5dd053387c895a4cdc629"><code>4abd137</code></a> Adjust placement of comment of GC_get_back_ptr_info in gc_backptr.h</li> <li><a href="https://github.com/ivmai/bdwgc/commit/49234ebf1d326bbe8cdcd33e1a2b44cf0f74e94f"><code>49234eb</code></a> Fix a typo in comment of GC_get_back_ptr_info</li> <li><a href="https://github.com/ivmai/bdwgc/commit/4864e3e2c16d0168327096c6be366337298cb700"><code>4864e3e</code></a> Fix misspelled GC_HEADERS_H macro in gc_priv.h</li> <li><a href="https://github.com/ivmai/bdwgc/commit/66e5a450c2456211f6f8a726ba87c003c39014a5"><code>66e5a45</code></a> Add check that gc_hdrs.h and gc_locks.h are included only from gc_priv.h</li> <li><a href="https://github.com/ivmai/bdwgc/commit/41f172c54315be654576aab2d3c52ab1b95ccad3"><code>41f172c</code></a> Change NOT_MARKED value to non-zero</li> <li>Additional commits viewable in <a href="https://github.com/ivmai/bdwgc/compare/b6782256ab51354b0bacc37175e0ef20eeaa8382...26f5b812afe1de1fc6dfb4e22d3d9670280f1522">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> |
||
|
|
a1902ccc8b |
chore(deps): Bump vendor/bdwgc from c15afb9 to b678225 (#270)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `c15afb9` to `b678225`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/b6782256ab51354b0bacc37175e0ef20eeaa8382"><code>b678225</code></a> Adjust header includes in cord .c files</li> <li><a href="https://github.com/ivmai/bdwgc/commit/c860036cbf55d8a3c55a90eb5e052caa80612b93"><code>c860036</code></a> Remove CORD_max_len debugging symbol</li> <li><a href="https://github.com/ivmai/bdwgc/commit/da4ccdea99d86e6e26e82aaaa2511a74e432024d"><code>da4ccde</code></a> Do not declare CORD_oom_fn when compiling cordprnt.c and cordxtra.c</li> <li><a href="https://github.com/ivmai/bdwgc/commit/dc1a122d43ffc2a005de14876dbb4a3b3ba583ad"><code>dc1a122</code></a> Test that CORD_oom_fn variable could be set from cordtest</li> <li><a href="https://github.com/ivmai/bdwgc/commit/c6159c1c8671fb461742ed760b9a4e6123af9a8b"><code>c6159c1</code></a> Fix 'external linkage required for imported CORD_oom_fn' error on MinGW</li> <li><a href="https://github.com/ivmai/bdwgc/commit/d962b1bf4422284eabcc6c64252733b5a2383db1"><code>d962b1b</code></a> Avoid unexpected heap growth in gctest for the case of VERY_SMALL_CONFIG</li> <li><a href="https://github.com/ivmai/bdwgc/commit/d724fb80217e7b7e6ae445d185873a509aec19d9"><code>d724fb8</code></a> Workaround 'passing sizeof(void*) to GC_malloc is suspicious' FP in gctest</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/c15afb9261c3f7a46bea4ccec579fff0c1523c25...b6782256ab51354b0bacc37175e0ef20eeaa8382">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
7f5dec371a |
chore(deps): Bump vendor/bdwgc from 8227c08 to c15afb9 (#269)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `8227c08` to `c15afb9`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/c15afb9261c3f7a46bea4ccec579fff0c1523c25"><code>c15afb9</code></a> Use LOGWL to define WORDS_TO_BYTES() and BYTES_TO_WORDS()</li> <li><a href="https://github.com/ivmai/bdwgc/commit/823731d4db519c46379d6b2511ff872c7ece8fa5"><code>823731d</code></a> Explicitly check that word has at least 32 bits in shifts by 20+ bits</li> <li><a href="https://github.com/ivmai/bdwgc/commit/39ab9631e1fc3d54ff5750f5d2da31eb1c8835ba"><code>39ab963</code></a> Travis CI: Test with VERY_SMALL_CONFIG</li> <li><a href="https://github.com/ivmai/bdwgc/commit/633c8675f98ec1398468df18c2fab4bb7153d249"><code>633c867</code></a> Reduce some of big constants in tests to fit into 16-bit int type</li> <li><a href="https://github.com/ivmai/bdwgc/commit/9ef3305fd38dbcc1dc4cecb8dff7c3b5179f3d85"><code>9ef3305</code></a> Fix missing outermost parentheses in macro definitions in huge test</li> <li><a href="https://github.com/ivmai/bdwgc/commit/4f2cfbda9f094ce1142bafa2ce09b4565435981c"><code>4f2cfbd</code></a> Eliminate 'alloc_small declared but unused' gcc warning in gctest</li> <li><a href="https://github.com/ivmai/bdwgc/commit/bb36261cc9f660ad2fdf9a1f0bd3cf4fc1cd49d1"><code>bb36261</code></a> Consistent use of CHECK_OUT_OF_MEMORY() in tests</li> <li><a href="https://github.com/ivmai/bdwgc/commit/5c85fb5e4c23794125eefcb87b5b318842d6d7f7"><code>5c85fb5</code></a> Remove redundant includes from tools and disclaim tests</li> <li><a href="https://github.com/ivmai/bdwgc/commit/9636efee10275f758656967f7679275dd28e0d88"><code>9636efe</code></a> Check for out-of-memory on every memory allocation in tests</li> <li><a href="https://github.com/ivmai/bdwgc/commit/1fa15d5f3cc2982b3f0ce7bf34996fd13e2a30ac"><code>1fa15d5</code></a> Refactoring of rt_hash()</li> <li>Additional commits viewable in <a href="https://github.com/ivmai/bdwgc/compare/8227c085a57315a0fcc540a5ceca92d471c7070f...c15afb9261c3f7a46bea4ccec579fff0c1523c25">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
472b815393 |
chore(deps): Bump vendor/bdwgc from 97f27a4 to 8227c08 (#268)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `97f27a4` to `8227c08`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/8227c085a57315a0fcc540a5ceca92d471c7070f"><code>8227c08</code></a> Ensure all macros defined in public cord_pos.h have 'CORD_' prefix</li> <li><a href="https://github.com/ivmai/bdwgc/commit/cb7eb3ddc94bffce1ec9d78ae015786849e03d07"><code>cb7eb3d</code></a> Export CORD_ec_append_cord(), CORD_ec_flush_buf() from cord shared library</li> <li><a href="https://github.com/ivmai/bdwgc/commit/04f2ab9bc3cc3d9820decf439bdc4394188131f7"><code>04f2ab9</code></a> Comment out argument names of functions in cord public headers</li> <li><a href="https://github.com/ivmai/bdwgc/commit/de47da1b4e74ed9c6fb036eebe1ddd6134cddccd"><code>de47da1</code></a> Fix a typo in the comment documenting CORD_set_pos</li> <li><a href="https://github.com/ivmai/bdwgc/commit/87a48e8030c106a09da60b0259d688e217c4783c"><code>87a48e8</code></a> Export CORD_oom_fn public variable from cord shared library</li> <li><a href="https://github.com/ivmai/bdwgc/commit/f5e4a8f898c756a05fac38137623845217f9948e"><code>f5e4a8f</code></a> AppVeyor CI: Build cord/de test program on MinGW</li> <li><a href="https://github.com/ivmai/bdwgc/commit/7280bbdfba9398d4563171581b7613976ddaac8a"><code>7280bbd</code></a> Remove .log and cordtest .tmp files by 'make clean' (Makefile.direct)</li> <li><a href="https://github.com/ivmai/bdwgc/commit/860bc0449df9e7a583561314c9debce6a26bee33"><code>860bc04</code></a> Mention proper CURSES value in Makefile.direct to build cord/de test</li> <li><a href="https://github.com/ivmai/bdwgc/commit/e4022066bb70a2ad1b814cf31f0b3bc3d4c16766"><code>e402206</code></a> Define tunable values in cordtest as macro</li> <li><a href="https://github.com/ivmai/bdwgc/commit/be11a62e6441cede3151d05eee3e9e2feb71659f"><code>be11a62</code></a> Remove redundant check a predefined macro of BCC</li> <li>Additional commits viewable in <a href="https://github.com/ivmai/bdwgc/compare/97f27a46f951feef1a785861ecea44347c0c5e0c...8227c085a57315a0fcc540a5ceca92d471c7070f">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
b00373c028 | chore: Release bdwgc-alloc version 0.6.6 v0.6.6 | ||
|
|
76f185316c |
chore(deps): Bump vendor/bdwgc from 3f419b6 to 97f27a4 (#267)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `3f419b6` to `97f27a4`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/97f27a46f951feef1a785861ecea44347c0c5e0c"><code>97f27a4</code></a> Eliminate 'comparison of ints of different signs' warning in GC_repeat_read</li> <li><a href="https://github.com/ivmai/bdwgc/commit/4e167901540020f22f2a3dd07b7bb70ae8e8d3e7"><code>4e16790</code></a> Define OS_TYPE and HAVE_PTHREAD_GETATTR_NP on KOS platform</li> <li><a href="https://github.com/ivmai/bdwgc/commit/46aefb22933cf60c41577765cf5818382766e142"><code>46aefb2</code></a> Remove a redundant check of HOST_ANDROID in gcconfig.h</li> <li><a href="https://github.com/ivmai/bdwgc/commit/836503b026bca2f1eb98fad165d609788546547c"><code>836503b</code></a> Fix output of GC_printf on KOS platform</li> <li><a href="https://github.com/ivmai/bdwgc/commit/087187771a252ca2095812ee216fb072a6992f22"><code>0871877</code></a> Eliminate 'array subscript has type char' compiler warnings in os_dep</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/3f419b623643adedb11d260afc92cdd347dba5d6...97f27a46f951feef1a785861ecea44347c0c5e0c">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
b14c90e9f5 |
chore(deps): Bump vendor/bdwgc from 3223ac5 to 3f419b6 (#266)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `3223ac5` to `3f419b6`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/3f419b623643adedb11d260afc92cdd347dba5d6"><code>3f419b6</code></a> Allow incremental GC on OpenBSD</li> <li><a href="https://github.com/ivmai/bdwgc/commit/aec96062d21b9c8c9d11e87b06f8e8c16e507507"><code>aec9606</code></a> Include sys/types.h and unistd.h from a single place</li> <li><a href="https://github.com/ivmai/bdwgc/commit/999dd9343bba4d256746a8d9ea1f3d950b9b9a24"><code>999dd93</code></a> Do not check dl_iterate_phdr presence by CMake on Cygwin</li> <li><a href="https://github.com/ivmai/bdwgc/commit/85cf101fcfc7cc122b360a715c284d80101fb4d7"><code>85cf101</code></a> Remove outdated info from README about Linux/m68k bug</li> <li><a href="https://github.com/ivmai/bdwgc/commit/1dd63bd734dfb497050c0488fba1f0716846d2b0"><code>1dd63bd</code></a> Fix '--no-undefined' linker flag checking by CMake script on OS X</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/3223ac58f54157c44e3f8664bc66bd614f490c04...3f419b623643adedb11d260afc92cdd347dba5d6">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
f775bd115e |
chore(deps): Bump vendor/bdwgc from 14a1025 to 3223ac5 (#265)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `14a1025` to `3223ac5`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/3223ac58f54157c44e3f8664bc66bd614f490c04"><code>3223ac5</code></a> Fix '--no-undefined' linker flag checking in CMake script</li> <li><a href="https://github.com/ivmai/bdwgc/commit/c1592386188fa62f2bb0fd306b192a5f49f7d319"><code>c159238</code></a> Do not check dl_iterate_phdr presence by build scripts on OS X and Win32</li> <li><a href="https://github.com/ivmai/bdwgc/commit/147bba894f2a911d46b238c7c1eb00fb4d036308"><code>147bba8</code></a> Adjust indent inside case statements in configure.ac</li> <li><a href="https://github.com/ivmai/bdwgc/commit/e0f60af9d628fa8695fe34f2dfb340928728dc63"><code>e0f60af</code></a> Fix 'GC_register_main_static_data() is always false' cppcheck warning</li> <li><a href="https://github.com/ivmai/bdwgc/commit/a7194da12eb3e0bd44d5162af4ddd136c471c87a"><code>a7194da</code></a> Eliminate 'unused function thr_run_one_test' gcc warning in gctest</li> <li><a href="https://github.com/ivmai/bdwgc/commit/ced7dd69ebd6c2c9b9fc85454575ffc091edcd77"><code>ced7dd6</code></a> Fix 'AO_t macro redefinition' gcc error in weakmap</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/14a1025bd99a0f5a1ffb999e65046841e6dc9247...3223ac58f54157c44e3f8664bc66bd614f490c04">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
66c32b192f |
chore(deps): Bump vendor/bdwgc from d2690a7 to 14a1025 (#264)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `d2690a7` to `14a1025`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/14a1025bd99a0f5a1ffb999e65046841e6dc9247"><code>14a1025</code></a> Fix getcontext() detection by CMake on OpenBSD</li> <li><a href="https://github.com/ivmai/bdwgc/commit/f385ab05a6e28ee878b20ad9aa27ebb0c7727505"><code>f385ab0</code></a> Set name of GC marker threads on OpenBSD</li> <li><a href="https://github.com/ivmai/bdwgc/commit/d82af8d05a23994c153e37634514bab1b946c8b1"><code>d82af8d</code></a> Fix 'linker input unused' error inside check_c_compiler_flag (CMake)</li> <li><a href="https://github.com/ivmai/bdwgc/commit/8c7daed88ea06eda80da94f1e00bab8e60dd771f"><code>8c7daed</code></a> Fix 'undefined reference' linker errors if shared build on OpenBSD (CMake)</li> <li><a href="https://github.com/ivmai/bdwgc/commit/96b4f1da47979e0e3a8f371f4e642a9aecc6a744"><code>96b4f1d</code></a> Eliminate 'rand() may return deterministic values' warning</li> <li><a href="https://github.com/ivmai/bdwgc/commit/d8638caefefe70fe9762888fa0c591d2aefa6883"><code>d8638ca</code></a> Use a macro internally to designate Free/Net/OpenBSD</li> <li><a href="https://github.com/ivmai/bdwgc/commit/52961f3fd1f8ccf239008cb3883a43941995aefc"><code>52961f3</code></a> Use a macro internally to designate Cygwin and MSWin/WinCE</li> <li><a href="https://github.com/ivmai/bdwgc/commit/789964e764061e61c82a788fe7d419ae7668e3ef"><code>789964e</code></a> Initial support of KOS/arm64</li> <li><a href="https://github.com/ivmai/bdwgc/commit/5db8ac5b8236e0f079a6dd542a2abf34e4c2b34f"><code>5db8ac5</code></a> Define internal macro for pointers rounding up by a mask</li> <li><a href="https://github.com/ivmai/bdwgc/commit/cf77740afead684e2daeaa39e53292ab73848644"><code>cf77740</code></a> Eliminate 'unused function' gcc warnings in tests</li> <li>Additional commits viewable in <a href="https://github.com/ivmai/bdwgc/compare/d2690a7c2754c3e04cd9196f366d9cad5b9edad2...14a1025bd99a0f5a1ffb999e65046841e6dc9247">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
2dfe1223e8 |
chore(deps): Bump vendor/libatomic_ops from 7244051 to fa4df52 (#263)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `7244051` to `fa4df52`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/libatomic_ops/commit/fa4df527300587cf3650d9bc89d008fbb823a663"><code>fa4df52</code></a> Fix 'undefined reference' linker errors if shared build on OpenBSD (CMake)</li> <li>See full diff in <a href="https://github.com/ivmai/libatomic_ops/compare/724405171d08abb56ae391a85fca20088c189761...fa4df527300587cf3650d9bc89d008fbb823a663">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
c270475912 |
chore(deps): Bump vendor/bdwgc from 5520e1c to d2690a7 (#262)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `5520e1c` to `d2690a7`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/d2690a7c2754c3e04cd9196f366d9cad5b9edad2"><code>d2690a7</code></a> Fix SVR4 macro definition order</li> <li><a href="https://github.com/ivmai/bdwgc/commit/04f27f93b5e37132e68c69d9755525766e378964"><code>04f27f9</code></a> Fix a typo in comment of SPARC-specific SIG_SUSPEND definition</li> <li><a href="https://github.com/ivmai/bdwgc/commit/eec540bf117cdb085800ea36773a924529156b6e"><code>eec540b</code></a> Remove redundant Linux/SPARC checks</li> <li><a href="https://github.com/ivmai/bdwgc/commit/cdcbf15a3a5d8b177a8be34609758dde1a31f8c9"><code>cdcbf15</code></a> Fix 'missing sysconf() prototype' gcc error in setjmp_t tool (OpenBSD)</li> <li><a href="https://github.com/ivmai/bdwgc/commit/a26bf4f9d464437de929154d42bd310fbf7918f0"><code>a26bf4f</code></a> Eliminate warning of unused expression result in GC_FreeBSDGetDataStart</li> <li><a href="https://github.com/ivmai/bdwgc/commit/932e8abf2391fbe978a74404e4774fe37b770f10"><code>932e8ab</code></a> Adjust pointer-to-int cast in GC_register_dynamic_libraries for WinCE</li> <li><a href="https://github.com/ivmai/bdwgc/commit/a32d552d78842c2291860d76bd2d2921ef0cd63a"><code>a32d552</code></a> Eliminate 'cast discards const/volatile from target type' warnings in libgc</li> <li><a href="https://github.com/ivmai/bdwgc/commit/9e561962e08ec91491a729c875e529a26d60d3d3"><code>9e56196</code></a> Eliminate 'conversion may change sign of result' clang warnings in libgc</li> <li><a href="https://github.com/ivmai/bdwgc/commit/a6774621b5d0960337c7873835e08e39a6ebf709"><code>a677462</code></a> Fix missing type widening before left shift in GC_MAKE_PROC</li> <li><a href="https://github.com/ivmai/bdwgc/commit/3bd1713cba49b7806bf6d5e1a664921e8ee87183"><code>3bd1713</code></a> Fix missing type conversion before bitwise negation operation</li> <li>Additional commits viewable in <a href="https://github.com/ivmai/bdwgc/compare/5520e1c8379615bab14ac0ee0a8e8ff57ce586e2...d2690a7c2754c3e04cd9196f366d9cad5b9edad2">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
c57a2cef6f |
chore(deps): Bump vendor/bdwgc from 998be9a to 5520e1c (#261)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `998be9a` to `5520e1c`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/5520e1c8379615bab14ac0ee0a8e8ff57ce586e2"><code>5520e1c</code></a> Fix undefined behavior of calculation over void pointer in get_stack_base</li> <li><a href="https://github.com/ivmai/bdwgc/commit/5fafd10df92765a1a00d33619e0a5f978389391c"><code>5fafd10</code></a> Support Embox/x86 (single-threaded)</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/998be9a6e21ff5cf8297d9fda4d3d86d9fce196e...5520e1c8379615bab14ac0ee0a8e8ff57ce586e2">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
63f70d42c1 |
chore(deps): Bump vendor/bdwgc from d303213 to 998be9a (#260)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `d303213` to `998be9a`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/998be9a6e21ff5cf8297d9fda4d3d86d9fce196e"><code>998be9a</code></a> Update AUTHORS file (add David A. Holland)</li> <li><a href="https://github.com/ivmai/bdwgc/commit/ca96eaae0e87b01315e251cea5c84976ceda5b36"><code>ca96eaa</code></a> Support NetBSD/riscv64</li> <li><a href="https://github.com/ivmai/bdwgc/commit/7c5c6881f331bf4713bedacd51dc4aec3475999a"><code>7c5c688</code></a> Update ChangeLog file</li> <li><a href="https://github.com/ivmai/bdwgc/commit/6c4c541e385d91cc6da54596e6646c3f30963e70"><code>6c4c541</code></a> Update ChangeLog file (set v8.2.4 release date)</li> <li><a href="https://github.com/ivmai/bdwgc/commit/dbdfd710f17184b586ee109543ebfcecf3dd31d8"><code>dbdfd71</code></a> Update ChangeLog file (v8.2 changes)</li> <li><a href="https://github.com/ivmai/bdwgc/commit/93ebc422de46e427b9944e37d60a8e65e43c9295"><code>93ebc42</code></a> Update ChangeLog file (set v8.0.10 release date)</li> <li><a href="https://github.com/ivmai/bdwgc/commit/fc724478fc038ec5bb3ac6ee07d0924aaae6c73a"><code>fc72447</code></a> Update ChangeLog file (v8.0 changes)</li> <li><a href="https://github.com/ivmai/bdwgc/commit/6cc73fceee4766236162a9a430f6ad3c14d5890f"><code>6cc73fc</code></a> Update ChangeLog file (set v7.6.18 release date)</li> <li><a href="https://github.com/ivmai/bdwgc/commit/b54ee22ca96f24552c31d580fda05f2806f83a20"><code>b54ee22</code></a> Update ChangeLog file (v7.6 changes)</li> <li><a href="https://github.com/ivmai/bdwgc/commit/03d4f20244cfa723a41cb7ea2418015e14c4a931"><code>03d4f20</code></a> Update ChangeLog file (set v7.4.24 release date)</li> <li>Additional commits viewable in <a href="https://github.com/ivmai/bdwgc/compare/d303213c15a8d2c21cd52d66fd47b583f3cda518...998be9a6e21ff5cf8297d9fda4d3d86d9fce196e">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
b4e7dac02a |
chore(deps): Bump vendor/bdwgc from f7a0708 to d303213 (#259)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `f7a0708` to `d303213`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/d303213c15a8d2c21cd52d66fd47b583f3cda518"><code>d303213</code></a> Travis CI: Test with CHECK_SOFT_VDB</li> <li><a href="https://github.com/ivmai/bdwgc/commit/772d472011bbe57171e32a622f7287e9c72aebad"><code>772d472</code></a> Suppress 'unreachable code' wcc warning in I_HOLD_LOCK assertion (CMake)</li> <li><a href="https://github.com/ivmai/bdwgc/commit/85a9993cbdac2c140682ad7744f00e055c80cf2b"><code>85a9993</code></a> Remove disable-warning options from WCC_MAKEFILE unrecognized by wcc v2.0</li> <li><a href="https://github.com/ivmai/bdwgc/commit/ce9a21c93880647d2ab6bd772240dbdf5e3a9bc9"><code>ce9a21c</code></a> Eliminate '&array may not produce intended result' wcc warnings</li> <li><a href="https://github.com/ivmai/bdwgc/commit/aede1ebf3d25cf1839bff831217c456d23d7ee77"><code>aede1eb</code></a> Remove extra space after sizeof</li> <li><a href="https://github.com/ivmai/bdwgc/commit/41704248785fe48f03a485046dc839f26030e101"><code>4170424</code></a> AppVeyor: Change wcc compiler download link to Github</li> <li><a href="https://github.com/ivmai/bdwgc/commit/ad1852d6a3070676667cb1c5a825a63cc8cc165a"><code>ad1852d</code></a> Travis CI: Fallback to Focal for some Ubuntu builds with TSan</li> <li><a href="https://github.com/ivmai/bdwgc/commit/b4e1ce50cd2511c66d237fa93dd26f76bd86bc83"><code>b4e1ce5</code></a> Provide a macro to check dirty bits consistency between MPROTECT/SOFT_VDB</li> <li><a href="https://github.com/ivmai/bdwgc/commit/ae620d99f1f6a0604a0ed0cf2294ee032f74eeff"><code>ae620d9</code></a> Workaround CSA null pointer dereference FP in invalidate_map of cord/de</li> <li><a href="https://github.com/ivmai/bdwgc/commit/059bcebc9a4553dcf26e467b6b62e435d9aba853"><code>059bceb</code></a> Travis CI: Use Jammy for most Ubuntu builds</li> <li>Additional commits viewable in <a href="https://github.com/ivmai/bdwgc/compare/f7a0708c57e42ce42a5467d539063bfa4c1bbd6b...d303213c15a8d2c21cd52d66fd47b583f3cda518">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
8debac7acf |
chore(deps): Bump vendor/libatomic_ops from e06dc95 to 7244051 (#258)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `e06dc95` to `7244051`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/libatomic_ops/commit/724405171d08abb56ae391a85fca20088c189761"><code>7244051</code></a> Travis CI: Test -D AO_USE_PTHREAD_DEFS on Ubuntu Jammy</li> <li><a href="https://github.com/ivmai/libatomic_ops/commit/340d74e570714b67fbee9d145c7f056730f4399d"><code>340d74e</code></a> Fix 'undefined reference to AO_pt_lock' if configure is using clang-16</li> <li><a href="https://github.com/ivmai/libatomic_ops/commit/3e53e2656277f77076707383a767a78f1cb0c5cb"><code>3e53e26</code></a> Travis CI: Use Jammy for most Ubuntu builds</li> <li><a href="https://github.com/ivmai/libatomic_ops/commit/09d68d8e7179b9dc0d97d79822ee972a3b6b8fa6"><code>09d68d8</code></a> Travis CI: Make all configurations unique regardless of dist</li> <li>See full diff in <a href="https://github.com/ivmai/libatomic_ops/compare/e06dc9549f1c24f8564501a9c5a264d20af1c4b5...724405171d08abb56ae391a85fca20088c189761">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> |
||
|
|
905c0fc306 |
chore(deps): Bump vendor/bdwgc from 9229da0 to f7a0708 (#257)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `9229da0` to `f7a0708`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/f7a0708c57e42ce42a5467d539063bfa4c1bbd6b"><code>f7a0708</code></a> Support client-defined stack pointer adjustment before thread stack push</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/9229da044bbc5f5f131741975c0c35522bed227d...f7a0708c57e42ce42a5467d539063bfa4c1bbd6b">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
cffd6a28ad |
chore(deps): Bump vendor/bdwgc from 71f838e to 9229da0 (#255)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `71f838e` to `9229da0`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/9229da044bbc5f5f131741975c0c35522bed227d"><code>9229da0</code></a> Fix alt-stack handling in GC_push_all_stacks if stack grows up</li> <li><a href="https://github.com/ivmai/bdwgc/commit/ece931a64d57bb849ed16a80ba8e42118a68c817"><code>ece931a</code></a> Fix stack top/bottom print order in GC_push_all_stacks if stack grows up</li> <li><a href="https://github.com/ivmai/bdwgc/commit/eb2adbe24216f8a804e14afb94780dc965db69f2"><code>eb2adbe</code></a> Adjust comment for CANCEL_SAFE in gc_priv.h</li> <li><a href="https://github.com/ivmai/bdwgc/commit/15f0510eb57423bd92888003c39e19d23e6a8e29"><code>15f0510</code></a> Adjust CORD_ec comment placement in ec.h</li> <li><a href="https://github.com/ivmai/bdwgc/commit/0156754db7be5f7e5d69a9e71f5934e7d016ede2"><code>0156754</code></a> Remove commented out code in de_win</li> <li><a href="https://github.com/ivmai/bdwgc/commit/503c1cdc120af0cded66269046d914afccb41bf5"><code>503c1cd</code></a> Remove STACK_GROWS_DOWN macro usage</li> <li><a href="https://github.com/ivmai/bdwgc/commit/ce92a64e26ca050b0196d99fdf5b0a19930ba347"><code>ce92a64</code></a> Add assertion that custom setspecific is not called to overwrite value</li> <li><a href="https://github.com/ivmai/bdwgc/commit/c0f1628305e1f527a9f31579c53be3c7b5307876"><code>c0f1628</code></a> Fix duplicate entry creation in GC_setspecific if USE_CUSTOM_SPECIFIC</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/71f838eb6e803c3fc3ff4dec31b3f9a22615868d...9229da044bbc5f5f131741975c0c35522bed227d">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> |
||
|
|
3abd5dea37 | chore: Release bdwgc-alloc version 0.6.5 v0.6.5 | ||
|
|
ec67abe1ef | Update CI (#254) | ||
|
|
8f73f3d63a | Refactor (#253) | ||
|
|
ca51b73cf5 |
chore(deps): Bump vendor/bdwgc from 5f6df10 to 71f838e (#252)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `5f6df10` to `71f838e`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/71f838eb6e803c3fc3ff4dec31b3f9a22615868d"><code>71f838e</code></a> Add debug logging to GC_clear_exclusion_table and GC_exclude_static_roots</li> <li><a href="https://github.com/ivmai/bdwgc/commit/0b35c12b3fc83374e8a5f17d829d878797aa241a"><code>0b35c12</code></a> Allow GC_push_roots to work even when no exclusions registered</li> <li><a href="https://github.com/ivmai/bdwgc/commit/a06340cc0b9d2bc3b28ba95c3503fba9e1fbf4f2"><code>a06340c</code></a> Fix GC_excl_table overrun on overflow in GC_exclude_static_roots</li> <li><a href="https://github.com/ivmai/bdwgc/commit/0a65033c4adb39fa64583d732564abeec949db43"><code>0a65033</code></a> Fix overlapping region assertion in mark_some if malloc redirect on Linux</li> <li><a href="https://github.com/ivmai/bdwgc/commit/18e5b12da8d638a4d567c2f888201a4fc86c9c64"><code>18e5b12</code></a> Clear GC_thread_key thread-local value on unregistering the thread</li> <li><a href="https://github.com/ivmai/bdwgc/commit/cd465f79c52aa887d2b65a1b26447179def228b6"><code>cd465f7</code></a> Fix GC_unregister_my_thread call before GC functions usage</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/5f6df10a9317385b77d52ee2006f435639e87e44...71f838eb6e803c3fc3ff4dec31b3f9a22615868d">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
fbc2d363b8 |
chore(deps): Bump vendor/bdwgc from db76b2f to 5f6df10 (#251)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `db76b2f` to `5f6df10`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/5f6df10a9317385b77d52ee2006f435639e87e44"><code>5f6df10</code></a> Make comparisons to the lowest heap boundary strict</li> <li><a href="https://github.com/ivmai/bdwgc/commit/ffc64167e4d0eccbee19794d7eac6b6946cddb63"><code>ffc6416</code></a> Fix old name (typo) of gc_priv.h</li> <li><a href="https://github.com/ivmai/bdwgc/commit/1c2d6cf5439a052e06369c36746d3c1f07900e22"><code>1c2d6cf</code></a> Fix comparisons to heap boundary in GC_get_back_ptr_info and GC_mark_from</li> <li><a href="https://github.com/ivmai/bdwgc/commit/a0a416a8a9c5ad98678207ef8fa3a9b8e1262318"><code>a0a416a</code></a> Fix assertion in GC_mark_from regarding GC_least_plausible_heap_addr</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/db76b2f831a66c8067626dd6bb68450243989bf3...5f6df10a9317385b77d52ee2006f435639e87e44">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
7ff5ac5b21 | Refactor (#250) | ||
|
|
2d329a6e65 | chore: Release bdwgc-alloc version 0.6.4 v0.6.4 | ||
|
|
59fe9dfa47 | impl. register_finalizer, force_collect (#248) | ||
|
|
d7521be32f | Fix workflow (#249) | ||
|
|
0779f60a82 |
chore(deps): Bump vendor/bdwgc from 2bcec83 to db76b2f (#247)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `2bcec83` to `db76b2f`. - [Release notes](https://github.com/ivmai/bdwgc/releases) - [Commits](https://github.com/ivmai/bdwgc/compare/2bcec83b6ef0eadf30ea01786a1efac969ae1d9c...db76b2f831a66c8067626dd6bb68450243989bf3) --- updated-dependencies: - dependency-name: vendor/bdwgc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
8d12fa613e |
chore(deps): Bump vendor/bdwgc from d654f40 to 2bcec83 (#246)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `d654f40` to `2bcec83`. - [Release notes](https://github.com/ivmai/bdwgc/releases) - [Commits](https://github.com/ivmai/bdwgc/compare/d654f40deaa60b9bcaa5177963aec76974745897...2bcec83b6ef0eadf30ea01786a1efac969ae1d9c) --- updated-dependencies: - dependency-name: vendor/bdwgc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
7578318bc1 |
chore(deps): Bump vendor/bdwgc from 4f44ad7 to d654f40 (#245)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `4f44ad7` to `d654f40`. - [Release notes](https://github.com/ivmai/bdwgc/releases) - [Commits](https://github.com/ivmai/bdwgc/compare/4f44ad7650605911b261a0d12b8dd90530374ca8...d654f40deaa60b9bcaa5177963aec76974745897) --- updated-dependencies: - dependency-name: vendor/bdwgc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |