-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull C++ runtime (
bit_cast
fix), tests (Go modules), compiler
- Loading branch information
1 parent
d2f4b0c
commit d0e23be
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule compiler
updated
13 files
Submodule cpp_stl
updated
8 files
+26 −0 | .build/install-gtest | |
+17 −3 | .github/workflows/build.yml | |
+1 −1 | Common.cmake | |
+3 −3 | kaitai/exceptions.h | |
+60 −38 | kaitai/kaitaistream.cpp | |
+11 −9 | kaitai/kaitaistream.h | |
+2 −2 | tests/gtest-nano.h | |
+8 −7 | tests/unittest.cpp |
Submodule go
updated
3 files
+2 −3 | .github/workflows/go.yml | |
+38 −81 | .golangci.yml | |
+2 −1 | docker-golangci-lint |
Submodule tests
updated
60 files