forked from gdlocalisation/gdl-source-code
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule utf8
updated
6 files
+1 −1 | .github/workflows/cmake-multi-platform.yml | |
+3 −2 | CMakeLists.txt | |
+7 −7 | README.md | |
+4 −4 | source/utf8/core.h | |
+3 −3 | source/utf8/unchecked.h | |
+8 −6 | tests/CMakeLists.txt |
Submodule zydis
updated
17 files
+61 −8 | .github/workflows/main.yml | |
+0 −2 | CMakeLists.txt | |
+25 −0 | Doxyfile.meson.in | |
+1 −0 | assets/version-bump-checklist.txt | |
+1 −1 | dependencies/zycore | |
+10 −0 | dependencies/zycore.wrap | |
+2 −2 | examples/ZydisPerfTest.c | |
+28 −0 | examples/meson.build | |
+25 −0 | man/meson.build | |
+339 −0 | meson.build | |
+87 −0 | meson_options.txt | |
+1 −1 | resources/VersionInfo.rc | |
+20 −7 | src/Utils.c | |
+1 −0 | subprojects | |
+34 −0 | tests/meson.build | |
+42 −0 | tests/zydis_encoder_types.py | |
+85 −0 | tools/meson.build |