-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull KSC, KST and runtime changes related to #949
- Loading branch information
1 parent
643733d
commit 699b5a0
Showing
13 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
Submodule compiler
updated
19 files
Submodule cpp_stl
updated
3 files
+10 −10 | CMakeLists.txt | |
+41 −42 | kaitai/kaitaistream.cpp | |
+1 −3 | kaitai/kaitaistream.h |
Submodule go
updated
6 files
+1 −1 | .github/workflows/go.yml | |
+26 −7 | .golangci.yml | |
+1 −1 | go.mod | |
+2 −2 | go.sum | |
+34 −29 | kaitai/stream.go | |
+66 −28 | kaitai/stream_test.go |
Submodule javascript
updated
3 files
+76 −34 | KaitaiStream.js | |
+1 −1 | package-lock.json | |
+19 −19 | package.json |
Submodule php
updated
4 files
+4 −0 | README.md | |
+12 −5 | composer.json | |
+36 −32 | lib/Kaitai/Struct/Stream.php | |
+5 −5 | test/KaitaiTest/Struct/StreamTest.php |