From a94def370259fb363a9a71d4b5a6d782e51de1df Mon Sep 17 00:00:00 2001 From: Mingun Date: Fri, 29 Mar 2024 17:34:36 +0500 Subject: [PATCH 1/3] Add Rust runtime submodule --- .gitmodules | 3 +++ runtime/rust | 1 + 2 files changed, 4 insertions(+) create mode 160000 runtime/rust diff --git a/.gitmodules b/.gitmodules index 974470bfc..2f3599a13 100644 --- a/.gitmodules +++ b/.gitmodules @@ -49,3 +49,6 @@ [submodule "runtime/nim"] path = runtime/nim url = https://github.com/kaitai-io/kaitai_struct_nim_runtime +[submodule "runtime/rust"] + path = runtime/rust + url = https://github.com/kaitai-io/kaitai_struct_rust_runtime diff --git a/runtime/rust b/runtime/rust new file mode 160000 index 000000000..844bb653c --- /dev/null +++ b/runtime/rust @@ -0,0 +1 @@ +Subproject commit 844bb653ce6b46b45ce302dc5184fe9efe50a8da From 455b1aaaf66c608391e208ac4fa546686c0c695e Mon Sep 17 00:00:00 2001 From: Mingun Date: Fri, 29 Mar 2024 17:41:17 +0500 Subject: [PATCH 2/3] Add kaitai_struct_gui as `viewer` submodule --- .gitmodules | 3 +++ viewer | 1 + 2 files changed, 4 insertions(+) create mode 160000 viewer diff --git a/.gitmodules b/.gitmodules index 2f3599a13..e18dcb397 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,6 @@ [submodule "runtime/rust"] path = runtime/rust url = https://github.com/kaitai-io/kaitai_struct_rust_runtime +[submodule "viewer"] + path = viewer + url = https://github.com/kaitai-io/kaitai_struct_gui diff --git a/viewer b/viewer new file mode 160000 index 000000000..ae342c482 --- /dev/null +++ b/viewer @@ -0,0 +1 @@ +Subproject commit ae342c482cf9273da28640acf1c51a031ed02438 From 19e579cde0d4fe8697166f09a78a5998a68313e3 Mon Sep 17 00:00:00 2001 From: Mingun Date: Fri, 5 Apr 2024 21:38:41 +0500 Subject: [PATCH 3/3] Pulled new benchmarks + compiler + doc + visualizer + php runtime --- benchmarks | 2 +- compiler | 2 +- doc | 2 +- runtime/php | 2 +- visualizer | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/benchmarks b/benchmarks index 4c322df20..e285873a1 160000 --- a/benchmarks +++ b/benchmarks @@ -1 +1 @@ -Subproject commit 4c322df20b5aa60a6b56c33df30ce33393452b16 +Subproject commit e285873a1fec776efab9f5d6ce6f6193f8c44a20 diff --git a/compiler b/compiler index 751f059f4..45f3da23a 160000 --- a/compiler +++ b/compiler @@ -1 +1 @@ -Subproject commit 751f059f4a34dddcf7d8f75bd8f89c3ee07f53fc +Subproject commit 45f3da23adead2fae573d8c762c1cf1a1942a82e diff --git a/doc b/doc index c82329c4e..c87ae4cb4 160000 --- a/doc +++ b/doc @@ -1 +1 @@ -Subproject commit c82329c4ee4383e184f5b457c6f652b1cc2d58b0 +Subproject commit c87ae4cb447abfb043bcbade1c8d601037469142 diff --git a/runtime/php b/runtime/php index e21bc2a38..9c31d3270 160000 --- a/runtime/php +++ b/runtime/php @@ -1 +1 @@ -Subproject commit e21bc2a3824f1a2b37588c191596b67cb4ba03ba +Subproject commit 9c31d3270bcfd7ac68f95102465768ee1ed8142f diff --git a/visualizer b/visualizer index 5b3ec3dba..0b5cb9f99 160000 --- a/visualizer +++ b/visualizer @@ -1 +1 @@ -Subproject commit 5b3ec3dbaa6f3cbc9c34c0e51d92d443c3861e71 +Subproject commit 0b5cb9f999ca8b3527f73b6acbb39386c39b6560