Commit Graph

173 Commits

Author SHA1 Message Date
Maurice Heumann
587db25eaf Build(deps): Bump deps/googletest from 373af2e to a05c091 (#458)
Bumps [deps/googletest](https://github.com/google/googletest) from
`373af2e` to `a05c091`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a05c091507"><code>a05c091</code></a>
Deprecate single-argument DoAll and Invoke.</li>
<li><a
href="244cec869d"><code>244cec8</code></a>
Update the document in typed tests to use using-declaration instead of
typedef</li>
<li>See full diff in <a
href="373af2e3df...a05c091507">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>
2025-08-19 14:54:53 +02:00
dependabot[bot]
fc0d2c476c Build(deps): Bump deps/googletest from 373af2e to a05c091
Bumps [deps/googletest](https://github.com/google/googletest) from `373af2e` to `a05c091`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](373af2e3df...a05c091507)

---
updated-dependencies:
- dependency-name: deps/googletest
  dependency-version: a05c0915074bcd1b82f232e081da9bb6c205c28d
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-19 07:10:18 +00:00
dependabot[bot]
4d13e00b4f Build(deps): Bump deps/capstone from b69d944 to 2f85e93
Bumps [deps/capstone](https://github.com/capstone-engine/capstone) from `b69d944` to `2f85e93`.
- [Release notes](https://github.com/capstone-engine/capstone/releases)
- [Commits](b69d944fbe...2f85e932c1)

---
updated-dependencies:
- dependency-name: deps/capstone
  dependency-version: 2f85e932c148bd126cc64fa42260bed116c2552f
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-19 07:10:16 +00:00
dependabot[bot]
f58ec5d715 Build(deps): Bump deps/flatbuffers from 518bf42 to 067bfdb
Bumps [deps/flatbuffers](https://github.com/google/flatbuffers) from `518bf42` to `067bfdb`.
- [Release notes](https://github.com/google/flatbuffers/releases)
- [Commits](518bf42df8...067bfdbde9)

---
updated-dependencies:
- dependency-name: deps/flatbuffers
  dependency-version: 067bfdbde9b10c1beb5d6b02d67ae9db8b96f736
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-19 07:10:10 +00:00
momo5502
10cd7868ac Support SGDT hooking 2025-08-18 18:24:46 +02:00
momo5502
5ffff265d3 Fix macos build 2025-08-16 12:21:31 +02:00
momo5502
3b72ae9709 Add capstone disassembler 2025-08-16 11:53:40 +02:00
dependabot[bot]
061cf01471 Build(deps): Bump deps/reflect from 239f695 to c21a448
Bumps [deps/reflect](https://github.com/qlibs/reflect) from `239f695` to `c21a448`.
- [Release notes](https://github.com/qlibs/reflect/releases)
- [Commits](239f695545...c21a44839d)

---
updated-dependencies:
- dependency-name: deps/reflect
  dependency-version: c21a44839db947f3a6bd0c5a113191b18198c8cf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-05 05:25:17 +00:00
Maurice Heumann
1e007c36c8 Build(deps): Bump deps/googletest from 32f9f4c to 373af2e (#430)
Bumps [deps/googletest](https://github.com/google/googletest) from
`32f9f4c` to `373af2e`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="373af2e3df"><code>373af2e</code></a>
Provide a better error message when ASSERT and SKIP macros are used in
method...</li>
<li>See full diff in <a
href="32f9f4c82a...373af2e3df">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>
2025-08-02 10:33:35 +02:00
dependabot[bot]
3a9d83cf77 Build(deps): Bump deps/googletest from 32f9f4c to 373af2e
Bumps [deps/googletest](https://github.com/google/googletest) from `32f9f4c` to `373af2e`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](32f9f4c82a...373af2e3df)

---
updated-dependencies:
- dependency-name: deps/googletest
  dependency-version: 373af2e3df71599b87a40ce0e37164523849166b
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-01 17:50:44 +00:00
dependabot[bot]
49150a35ef Build(deps): Bump deps/flatbuffers from c526cb6 to 518bf42
Bumps [deps/flatbuffers](https://github.com/google/flatbuffers) from `c526cb6` to `518bf42`.
- [Release notes](https://github.com/google/flatbuffers/releases)
- [Commits](c526cb640b...518bf42df8)

---
updated-dependencies:
- dependency-name: deps/flatbuffers
  dependency-version: 518bf42df82da02b77696027215bda91edbd4102
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-01 17:50:42 +00:00
Maurice Heumann
84430c156c Build(deps): Bump deps/flatbuffers from 64e5252 to c526cb6 (#424)
Bumps [deps/flatbuffers](https://github.com/google/flatbuffers) from
`64e5252` to `c526cb6`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c526cb640b"><code>c526cb6</code></a>
[Python] Enhance object API <code>__init__</code> with typed keyword
arguments (<a
href="https://redirect.github.com/google/flatbuffers/issues/8615">#8615</a>)</li>
<li><a
href="ca73ff34b7"><code>ca73ff3</code></a>
[Swift] Memory usage fix (<a
href="https://redirect.github.com/google/flatbuffers/issues/8643">#8643</a>)</li>
<li><a
href="2e49b3ba60"><code>2e49b3b</code></a>
docs: Fixing typo on PHP sample (<a
href="https://redirect.github.com/google/flatbuffers/issues/8566">#8566</a>)</li>
<li><a
href="f830c47d68"><code>f830c47</code></a>
[Python] Avoid double flatbuffers include in pyi files (<a
href="https://redirect.github.com/google/flatbuffers/issues/8626">#8626</a>)</li>
<li><a
href="501810f4d1"><code>501810f</code></a>
Fix JavaScript typo in mkdocs.yml (<a
href="https://redirect.github.com/google/flatbuffers/issues/8515">#8515</a>)</li>
<li><a
href="1047d7ec13"><code>1047d7e</code></a>
Fix Enum type definition (<a
href="https://redirect.github.com/google/flatbuffers/issues/8624">#8624</a>)</li>
<li><a
href="07c2eb5fe7"><code>07c2eb5</code></a>
Moves away from @_exported import to add the import in the generated
code (<a
href="https://redirect.github.com/google/flatbuffers/issues/8">#8</a>...</li>
<li><a
href="c7b9dc83f5"><code>c7b9dc8</code></a>
[Python] Avoid include own type (<a
href="https://redirect.github.com/google/flatbuffers/issues/8625">#8625</a>)</li>
<li><a
href="4c9079e31b"><code>4c9079e</code></a>
Update logo path (<a
href="https://redirect.github.com/google/flatbuffers/issues/8602">#8602</a>)</li>
<li>See full diff in <a
href="64e5252b4e...c526cb640b">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>
2025-07-25 08:47:58 +02:00
Maurice Heumann
f6d1370e9f Build(deps): Bump deps/gtest-parallel from 96f4f90 to cd488bd (#423)
Bumps [deps/gtest-parallel](https://github.com/google/gtest-parallel)
from `96f4f90` to `cd488bd`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="cd488bdedc"><code>cd488bd</code></a>
Fix tests</li>
<li><a
href="bc701b26b3"><code>bc701b2</code></a>
Add --print_test_command to print actual test command (<a
href="https://redirect.github.com/google/gtest-parallel/issues/95">#95</a>)</li>
<li><a
href="e06d5c87f5"><code>e06d5c8</code></a>
log_exit(): Add handler for signals (<a
href="https://redirect.github.com/google/gtest-parallel/issues/99">#99</a>)</li>
<li>See full diff in <a
href="96f4f90492...cd488bdedc">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>
2025-07-25 08:43:19 +02:00
dependabot[bot]
5417481e9a Build(deps): Bump deps/flatbuffers from 64e5252 to c526cb6
Bumps [deps/flatbuffers](https://github.com/google/flatbuffers) from `64e5252` to `c526cb6`.
- [Release notes](https://github.com/google/flatbuffers/releases)
- [Commits](64e5252b4e...c526cb640b)

---
updated-dependencies:
- dependency-name: deps/flatbuffers
  dependency-version: c526cb640b49c5c3a58298de93b8225efcce9047
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-25 05:57:55 +00:00
dependabot[bot]
f60526fa20 Build(deps): Bump deps/gtest-parallel from 96f4f90 to cd488bd
Bumps [deps/gtest-parallel](https://github.com/google/gtest-parallel) from `96f4f90` to `cd488bd`.
- [Commits](96f4f90492...cd488bdedc)

---
updated-dependencies:
- dependency-name: deps/gtest-parallel
  dependency-version: cd488bdedc1d2cffb98201a17afc1b298b0b90f1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-25 05:57:53 +00:00
dependabot[bot]
e66ac56328 Build(deps): Bump deps/googletest from 3983f67 to 32f9f4c
Bumps [deps/googletest](https://github.com/google/googletest) from `3983f67` to `32f9f4c`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](3983f67e32...32f9f4c82a)

---
updated-dependencies:
- dependency-name: deps/googletest
  dependency-version: 32f9f4c82afa4249af66b55278df15c16b3031ea
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-25 05:57:51 +00:00
Maurice Heumann
cb32bef085 Update unicorn 2025-07-13 20:03:33 +02:00
Maurice Heumann
91375b22f9 Try upgrading unicorn 2025-07-13 19:37:56 +02:00
momo5502
adb94f37bd Prepare memory 64 support 2025-07-09 17:38:10 +02:00
Maurice Heumann
7ef54d46bb Build(deps): Bump deps/flatbuffers from 00eec24 to 64e5252 (#408)
Bumps [deps/flatbuffers](https://github.com/google/flatbuffers) from
`00eec24` to `64e5252`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="64e5252b4e"><code>64e5252</code></a>
Fix typo in code comment (<a
href="https://redirect.github.com/google/flatbuffers/issues/8549">#8549</a>)</li>
<li><a
href="00c30807ff"><code>00c3080</code></a>
Fixed typo in quick_start.md (<a
href="https://redirect.github.com/google/flatbuffers/issues/8592">#8592</a>)</li>
<li><a
href="c15fe421ba"><code>c15fe42</code></a>
Use correct default type for str (<a
href="https://redirect.github.com/google/flatbuffers/issues/8623">#8623</a>)</li>
<li><a
href="6b251aa1cf"><code>6b251aa</code></a>
Bugfix/new decode flag (<a
href="https://redirect.github.com/google/flatbuffers/issues/8634">#8634</a>)</li>
<li><a
href="6fe8afb3b6"><code>6fe8afb</code></a>
[CI] Moves swift actions to use next (<a
href="https://redirect.github.com/google/flatbuffers/issues/8632">#8632</a>)</li>
<li>See full diff in <a
href="00eec2445b...64e5252b4e">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>
2025-07-08 20:10:31 +02:00
dependabot[bot]
a61ab1417e Build(deps): Bump deps/flatbuffers from 00eec24 to 64e5252
Bumps [deps/flatbuffers](https://github.com/google/flatbuffers) from `00eec24` to `64e5252`.
- [Release notes](https://github.com/google/flatbuffers/releases)
- [Commits](00eec2445b...64e5252b4e)

---
updated-dependencies:
- dependency-name: deps/flatbuffers
  dependency-version: 64e5252b4ef333c9e367378619151406435c9612
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-08 17:27:52 +00:00
dependabot[bot]
35950f7fe4 Build(deps): Bump deps/googletest from c67de11 to 3983f67
Bumps [deps/googletest](https://github.com/google/googletest) from `c67de11` to `3983f67`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](c67de11737...3983f67e32)

---
updated-dependencies:
- dependency-name: deps/googletest
  dependency-version: 3983f67e32fb3e9294487b9d4f9586efa6e5d088
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-08 17:27:48 +00:00
dependabot[bot]
4f22082848 Bump deps/flatbuffers from b8db3a9 to 00eec24
Bumps [deps/flatbuffers](https://github.com/google/flatbuffers) from `b8db3a9` to `00eec24`.
- [Release notes](https://github.com/google/flatbuffers/releases)
- [Commits](b8db3a9a6a...00eec2445b)

---
updated-dependencies:
- dependency-name: deps/flatbuffers
  dependency-version: 00eec2445b9f342949dc2b17b684a480543229b7
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-01 17:10:05 +00:00
Maurice Heumann
e4cc5c979a Bump deps/googletest from 35b75a2 to c67de11 (#385)
Bumps [deps/googletest](https://github.com/google/googletest) from
`35b75a2` to `c67de11`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c67de11737"><code>c67de11</code></a>
gtest: Reword fail_if_no_test_selected_message for sharding and
filtering.</li>
<li><a
href="a45468c0fc"><code>a45468c</code></a>
Merge pull request <a
href="https://redirect.github.com/google/googletest/issues/4694">#4694</a>
from chromy:main</li>
<li><a
href="f8ed0e687c"><code>f8ed0e6</code></a>
Add documentation for exception matchers.</li>
<li>See full diff in <a
href="35b75a2cba...c67de11737">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>
2025-07-01 11:14:04 +02:00
dependabot[bot]
41990a01cd Bump deps/flatbuffers from 5822c1c to b8db3a9
Bumps [deps/flatbuffers](https://github.com/google/flatbuffers) from `5822c1c` to `b8db3a9`.
- [Release notes](https://github.com/google/flatbuffers/releases)
- [Commits](5822c1c8dd...b8db3a9a6a)

---
updated-dependencies:
- dependency-name: deps/flatbuffers
  dependency-version: b8db3a9a6a6e03acf80e81edcd8c79860d5bc445
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-01 07:26:46 +00:00
dependabot[bot]
31acb17883 Bump deps/googletest from 35b75a2 to c67de11
Bumps [deps/googletest](https://github.com/google/googletest) from `35b75a2` to `c67de11`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](35b75a2cba...c67de11737)

---
updated-dependencies:
- dependency-name: deps/googletest
  dependency-version: c67de117379f4d1c889c7581a0a76aa0979c2083
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-01 07:26:42 +00:00
Maurice Heumann
62363a5230 Bump deps/googletest from e9092b1 to 35b75a2 (#365)
Bumps [deps/googletest](https://github.com/google/googletest) from
`e9092b1` to `35b75a2`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="35b75a2cba"><code>35b75a2</code></a>
Although the following paragraph explains there is a better solution,
having ...</li>
<li><a
href="175c1b55cf"><code>175c1b5</code></a>
Add UnpackStructImpl for structs with 24, 25 and 26 fields.</li>
<li><a
href="1aeec48a1d"><code>1aeec48</code></a>
Merge pull request <a
href="https://redirect.github.com/google/googletest/issues/4774">#4774</a>
from joel-langlois:FixReadme</li>
<li><a
href="0fe21ac6ef"><code>0fe21ac</code></a>
README.md: Fixed broken Markdown link formatting.</li>
<li><a
href="fd15f51d57"><code>fd15f51</code></a>
Automated Code Change</li>
<li><a
href="6230d316e1"><code>6230d31</code></a>
In MatcherCast, store the input value as its own type rather than as the
Matc...</li>
<li><a
href="28e9d1f267"><code>28e9d1f</code></a>
googletest: Add a flag to fail if no tests were selected to run.</li>
<li><a
href="7e2c425db2"><code>7e2c425</code></a>
Remove &quot;blindly&quot; from the gmock &quot;uninteresting call&quot;
message.</li>
<li>See full diff in <a
href="e9092b12dc...35b75a2cba">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>
2025-06-14 14:32:38 +02:00
dependabot[bot]
39e90e10a5 Bump deps/googletest from e9092b1 to 35b75a2
Bumps [deps/googletest](https://github.com/google/googletest) from `e9092b1` to `35b75a2`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](e9092b12dc...35b75a2cba)

---
updated-dependencies:
- dependency-name: deps/googletest
  dependency-version: 35b75a2cba6ef72b7ce2b6b94b05c54ca07df866
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-14 07:32:04 +00:00
dependabot[bot]
65275478ef Bump deps/reflect from 0479f92 to 239f695
Bumps [deps/reflect](https://github.com/qlibs/reflect) from `0479f92` to `239f695`.
- [Release notes](https://github.com/qlibs/reflect/releases)
- [Commits](0479f92b78...239f695545)

---
updated-dependencies:
- dependency-name: deps/reflect
  dependency-version: 239f695545f4d25a08fd673595f34cf4fe0e481e
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-14 07:32:01 +00:00
redthing1
5d9dd122d2 minidump support: dump loading and process reconstruction 2025-06-09 23:12:45 -07:00
momo5502
413ef1ea31 Update unicorn 2025-06-07 10:25:58 +02:00
dependabot[bot]
4c600fd4c4 Bump deps/googletest from 7da5582 to e9092b1
Bumps [deps/googletest](https://github.com/google/googletest) from `7da5582` to `e9092b1`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](7da55820cc...e9092b12dc)

---
updated-dependencies:
- dependency-name: deps/googletest
  dependency-version: e9092b12dc3cf617d47578f13a1f64285cfa5b2f
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-01 17:29:31 +00:00
Hacksign
0fa037adc3 UPDATE: unicorn repo information. 2025-05-29 16:08:39 +08:00
Maurice Heumann
757517585c Bump deps/reflect from 07aab99 to 0479f92 (#315)
Bumps [deps/reflect](https://github.com/qlibs/reflect) from `07aab99` to
`0479f92`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0479f92b78"><code>0479f92</code></a>
🐛 README example doesn't compile, Fix <a
href="https://redirect.github.com/qlibs/reflect/issues/70">#70</a></li>
<li>See full diff in <a
href="07aab99583...0479f92b78">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>
2025-05-25 14:25:52 +02:00
dependabot[bot]
d0f1cc160e Bump deps/reflect from 07aab99 to 0479f92
Bumps [deps/reflect](https://github.com/qlibs/reflect) from `07aab99` to `0479f92`.
- [Release notes](https://github.com/qlibs/reflect/releases)
- [Commits](07aab99583...0479f92b78)

---
updated-dependencies:
- dependency-name: deps/reflect
  dependency-version: '0479f92b78e89ab046dff7184fe3a915b380b68a'
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-25 07:15:21 +00:00
dependabot[bot]
74bd042e6d Bump deps/googletest from fa8438a to 09ffd00
Bumps [deps/googletest](https://github.com/google/googletest) from `fa8438a` to `09ffd00`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](fa8438ae6b...09ffd00153)

---
updated-dependencies:
- dependency-name: deps/googletest
  dependency-version: '09ffd0015395354774c059a17d9f5bee36177ff9'
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-25 07:15:19 +00:00
Maurice Heumann
b5a7a81f94 Bump deps/flatbuffers from 609c72c to 5822c1c (#300)
Bumps [deps/flatbuffers](https://github.com/google/flatbuffers) from
`609c72c` to `5822c1c`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5822c1c8dd"><code>5822c1c</code></a>
Fix dereference operator of VectorIterator to structures (<a
href="https://redirect.github.com/google/flatbuffers/issues/8425">#8425</a>)</li>
<li>See full diff in <a
href="609c72ca1a...5822c1c8dd">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>
2025-05-20 00:11:53 +02:00
dependabot[bot]
7211bbae98 Bump deps/flatbuffers from 609c72c to 5822c1c
Bumps [deps/flatbuffers](https://github.com/google/flatbuffers) from `609c72c` to `5822c1c`.
- [Release notes](https://github.com/google/flatbuffers/releases)
- [Commits](609c72ca1a...5822c1c8dd)

---
updated-dependencies:
- dependency-name: deps/flatbuffers
  dependency-version: 5822c1c8ddc69bf54ee659603c4d7754eb609b4c
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-19 17:38:01 +00:00
dependabot[bot]
b079c154d9 Bump deps/googletest from 90a4152 to fa8438a
Bumps [deps/googletest](https://github.com/google/googletest) from `90a4152` to `fa8438a`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](90a4152114...fa8438ae6b)

---
updated-dependencies:
- dependency-name: deps/googletest
  dependency-version: fa8438ae6b70c57010177de47a9f13d7041a6328
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-19 17:35:58 +00:00
dependabot[bot]
3f2f5dd5cf Bump deps/reflect from 5935c37 to 07aab99
Bumps [deps/reflect](https://github.com/qlibs/reflect) from `5935c37` to `07aab99`.
- [Release notes](https://github.com/qlibs/reflect/releases)
- [Commits](5935c37ffa...07aab99583)

---
updated-dependencies:
- dependency-name: deps/reflect
  dependency-version: 07aab9958367acce7af3253fa04d5ae678baf082
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-11 15:44:54 +00:00
momo5502
8f41196ce9 Fix visual studio compilation 2025-05-11 17:26:01 +02:00
dependabot[bot]
ae3f8b0061 Bump deps/googletest from 04ee1b4 to 90a4152
Bumps [deps/googletest](https://github.com/google/googletest) from `04ee1b4` to `90a4152`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](04ee1b4f2a...90a4152114)

---
updated-dependencies:
- dependency-name: deps/googletest
  dependency-version: 90a41521142c978131f38c6da07b4eb96a9f1ff6
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-03 09:00:28 +00:00
Maurice Heumann
0b61ac8014 Bump deps/googletest from cd430b4 to 04ee1b4 (#251)
Bumps [deps/googletest](https://github.com/google/googletest) from
`cd430b4` to `04ee1b4`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="04ee1b4f2a"><code>04ee1b4</code></a>
Update documentation for v1.17.0</li>
<li><a
href="54915d462b"><code>54915d4</code></a>
Update GoogleTest dependencies in preparation for release</li>
<li><a
href="59c924bc47"><code>59c924b</code></a>
Use std::memcpy instead of a union to access floating point bits.</li>
<li><a
href="00b2154e8e"><code>00b2154</code></a>
Fix GCC15 warning that &lt;ciso646&gt; is deprecated in C++17</li>
<li>See full diff in <a
href="cd430b47a5...04ee1b4f2a">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>
2025-04-30 22:34:58 +02:00
dependabot[bot]
ed061a79d0 Bump deps/googletest from cd430b4 to 04ee1b4
Bumps [deps/googletest](https://github.com/google/googletest) from `cd430b4` to `04ee1b4`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](cd430b47a5...04ee1b4f2a)

---
updated-dependencies:
- dependency-name: deps/googletest
  dependency-version: 04ee1b4f2aefdffb0135d7cf2a2c519fe50dabe4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-30 19:28:20 +00:00
dependabot[bot]
a6a73fdfdf Bump deps/reflect from 68d8fd0 to 5935c37
Bumps [deps/reflect](https://github.com/qlibs/reflect) from `68d8fd0` to `5935c37`.
- [Release notes](https://github.com/qlibs/reflect/releases)
- [Commits](68d8fd0913...5935c37ffa)

---
updated-dependencies:
- dependency-name: deps/reflect
  dependency-version: 5935c37ffac633a3f4e179f1cded8ef295318014
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-30 19:28:17 +00:00
momo5502
9ab282c2cf Prepare TS flatbuffer support 2025-04-29 09:25:46 +02:00
momo5502
bc26ebf1ba Better message transmission 2025-04-29 09:25:46 +02:00
momo5502
d6abbc7e37 Prepare flatbuffer support 2025-04-29 09:25:45 +02:00
momo5502
1c671da641 Progress 2025-04-29 09:25:45 +02:00
momo5502
6a302aff69 Add nlohmann json 2025-04-29 09:25:45 +02:00