~wooksong/neural-network-support/+git/flatbuffers:tizen

Last commit made on 2024-01-04
Get this branch:
git clone -b tizen https://git.launchpad.net/~wooksong/neural-network-support/+git/flatbuffers

Branch merges

Branch information

Recent commits

398217d... by Yongjoo Ahn

[packaging] Add rpm spec and other files to support Tizen packaging

- Let the flatbuffers and flatbuffers-devel packages built by tizen GBS

Change-Id: Ib27a78816d99278c4167f33e532adaa03015cc2c
Signed-off-by: Yongjoo Ahn <email address hidden>

0100f6a... by Derek Bailey <email address hidden>

FlatBuffers Version 23.5.26 (#7976)

e0a87e3... by swimar <email address hidden>

 Update java pom.xml file to allow flatbuffers-java maven package to be compiled under java 8, and pulled in as a dependency to a project using java 8. (#7893) (#7894)

Co-authored-by: Derek Bailey <email address hidden>
Co-authored-by: Paulo Pinheiro <email address hidden>

b67f1ad... by Derek Bailey <email address hidden>

don't emit flatbuffers include in bfbs generated output (#7968)

ae67536... by Derek Bailey <email address hidden>

switch back to having T explicitly defined in CreateVector (#7967)

a352bdb... by Chih-Hsuan Yen <email address hidden>

Fix python tests (#7960)

* Don't generate types unless --python-typing specified

Fixes https://github.com/google/flatbuffers/issues/7944

* Fix incorrect import statements

Fixes https://github.com/google/flatbuffers/issues/7951

* Fix $PYTHONPATH in PythonTest.sh

Regressed from https://github.com/google/flatbuffers/pull/7529

* PythonTest: fail if something goes wrong

GitHub Actions runs `bash PythonTest.sh`, and thus failures were not
visible.

* Build flatc for Python tests

* Regenerate codes

---------

Co-authored-by: Derek Bailey <email address hidden>

cb14043... by sssooonnnggg <email address hidden>

fix(rust): fixed rust namer isses, resolve #7865 and ##7782 (#7964)

Co-authored-by: Derek Bailey <email address hidden>

d64dc62... by Derek Bailey <email address hidden>

Switch to using alias instead of a typedef for FlatBufferBuilder (#7966)

ea7cfcd... by sssooonnnggg <email address hidden>

chore: add rust windows test to CI, fix RustTest.bat (#7963)

Co-authored-by: Derek Bailey <email address hidden>

0675531... by Daniel Frederick Crisman <email address hidden>

README.md: SemVer case typo (#7962)

SemVer (if we are capitalizing it) has a capital V. See the third
sub-header at
https://semver.org/#semantic-versioning-specification-semver
"Semantic Versioning Specification (SemVer)"

Update the text in Versioning section