-
Notifications
You must be signed in to change notification settings - Fork 200
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
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule compiler
updated
7 files
Submodule doc
updated
25 files
+1 −0 | .github/push_artifacts | |
+43 −0 | .github/workflows/main.yml | |
+0 −1 | .gitignore | |
+4 −1 | .gitmodules | |
+0 −36 | .travis.yml | |
+5 −0 | Gemfile | |
+7 −9 | Makefile | |
+5 −5 | ci.adoc | |
+23 −6 | developers.adoc | |
+1 −1 | developers_intro.adoc | |
+1 −11 | docinfo-footer.html | |
+0 −10 | docinfo.html | |
+1 −0 | docson | |
+2 −2 | dot/ci_overview.dot | |
+3 −0 | index.adoc | |
+1 −1 | kst.adoc | |
+1 −1 | ksy_style_guide.adoc | |
+5 −5 | lang_cpp_stl.adoc | |
+4 −4 | lang_java.adoc | |
+4 −4 | lang_php.adoc | |
+9 −10 | lang_python.adoc | |
+0 −1 | push_artifacts | |
+833 −0 | serialization.adoc | |
+1 −0 | tmpl/navbar.html | |
+127 −40 | user_guide.adoc |
Submodule cpp_stl
updated
7 files
+21 −10 | .build/build.ps1 | |
+2 −2 | .build/run-unittest.ps1 | |
+54 −0 | .github/workflows/build.yml | |
+10 −1 | Common.cmake | |
+67 −5 | kaitai/kaitaistream.cpp | |
+5 −0 | kaitai/kaitaistream.h | |
+10 −1 | tests/unittest.cpp |