Max Burke
81724e5b20
Ensure that empty modules can build in TypeScript isolatedModules mode ( #7726 )
2023-01-06 16:42:26 -08:00
mustiikhalil
4d6a7aa8b7
Removes Dead code & regenerate code ( #7744 )
...
Formats the swift project
Update Sample files
Update docc documentation
Updates swift docs in the website
Updates code for Wasm
2023-01-06 16:40:40 -08:00
Florian Wagner
e61b00359b
[Kotlin] Improve field nullability based on (required) ( #7658 )
...
* [Kotlin] Only generate nullable return types if the field is not required
* [Kotlin] Fix generated code formatting according to kotlin style guide
Co-authored-by: Derek Bailey <derekbailey@google.com >
Co-authored-by: Paulo Pinheiro <paulovictor.pinheiro@gmail.com >
2023-01-06 04:16:31 +00:00
Saman
74b5195089
Fix operator==() generated for field of fixed sized array ( #7749 )
...
* Fix operator==() generated for field of fixed sized array
* Compare address
* noexcept
* Grammer
Co-authored-by: Derek Bailey <derekbailey@google.com >
2023-01-05 20:11:11 -08:00
Anton Bobukh
07d9485146
Expand wildcard imports in the generated Kotlin files. ( #7757 )
...
Tested:
```
$ cmake -G "Unix Makefiles" && make && ./flattests
...
[ 99%] Linking CXX executable flatsamplebinary
[100%] Built target flatsamplebinary
ALL TESTS PASSED
```
Co-authored-by: Derek Bailey <derekbailey@google.com >
2023-01-05 14:34:44 -08:00
Derek Bailey
82da3da3f6
Update Readme.md for versioning
...
Updated the front readme doc about the non-semver versioning so that the rationale is more apparent to users.
2023-01-05 14:24:56 -08:00
Paulo Pinheiro
a809a2d3f7
Add pointer reference to sibling union field on FieldDef ( #7755 )
...
To make it simple to map between a union field and its union type
field we are adding a pointer to FieldDef to point to each other. For
all other types the pointer will be nullptr.
Co-authored-by: Derek Bailey <derekbailey@google.com >
2023-01-05 14:21:23 -08:00
Derek Bailey
af9ceabeef
FlatBuffers Version 23.1.4 ( #7758 )
v23.1.4
2023-01-04 15:22:46 -08:00
Michael Le
3b2eb77595
Fix go.mod name ( #7756 )
2023-01-04 09:27:44 -08:00
Michael Le
6420fa5c88
[Go]Add go.mod ( #7720 )
...
Co-authored-by: Derek Bailey <derekbailey@google.com >
2023-01-03 20:56:11 -08:00
Robin Giese
01589630ba
Fix "'flatbuffers::FieldDef* field' shadows a parameter" ( #7740 )
2023-01-03 20:00:54 -08:00
RishabhDeep Singh
e0d68bdda2
Add link to building guide ( #7733 )
2022-12-22 14:06:57 -08:00
James Kuszmaul
e43a80c322
[TS] Fix getFullyQualifiedName codegen for typescript ( #7730 )
...
#7451 caused getFullyQualifiedName to return a name with underscores,
not periods. Because the fully qualified name is a property of
FlatBuffers, not the language being codegen'd for, it should use
periods. Fixes #7564 .
Co-authored-by: Derek Bailey <derekbailey@google.com >
2022-12-22 20:59:40 +00:00
RishabhDeep Singh
449d5649d6
Fixed test cases ( #7732 )
...
* Fix Cannot find symbol and test case
* Add generated tests
Co-authored-by: Derek Bailey <derekbailey@google.com >
2022-12-22 20:51:39 +00:00
Michael Le
96d438df47
Perform nil check on string fields when packing ( #7719 )
...
Co-authored-by: Derek Bailey <derekbailey@google.com >
2022-12-22 20:28:00 +00:00
engedy
4e396d47bc
Add CI step to build with -DFLATBUFFERS_NO_FILE_TESTS. ( #7729 )
...
* Add CI step to build with -DFLATBUFFERS_NO_FILE_TESTS
* Fix cmake syntax
* Further fix cmake argumetns
* Add workaround for unused-parameter.
* Remove build matrix
Co-authored-by: Derek Bailey <derekbailey@google.com >
2022-12-22 08:48:48 -08:00
engedy
b47ba1d5ff
Add include guards around DoNotRequireEofTest ( #7728 )
...
Guard DoNotRequireEofTest against -Wunused-function on platforms without file tests.
2022-12-21 14:59:34 -08:00
Casper
a078130c87
Fix Rust codegen escaping field in tables. ( #7659 )
...
* Fix Rust codegen escaping field in tables.
* other gencode
* gencode
* removed a debug print
* regen code
Co-authored-by: Casper Neo <cneo@google.com >
Co-authored-by: Derek Bailey <derekbailey@google.com >
2022-12-15 06:04:57 +00:00
Saman
9ed76559df
Add clang-tidy, fix some bugpron problems. ( #7708 )
...
* Add clang-tidy, fix some bugpron problems.
* Fix more issues
* Fix some more issues :))
* Minimal pr to just add clang-tidy
Co-authored-by: Derek Bailey <derekbailey@google.com >
2022-12-14 21:58:55 -08:00
mogemimi
9927747d4e
[C++] Fix clang -Wnewline-eof warning ( #7711 )
...
* Fix clang -Wnewline-eof warning
* Enable -Wnewline-eof warning
Co-authored-by: Derek Bailey <derekbailey@google.com >
2022-12-14 21:35:54 -08:00
Wen Sun
52d1b77941
Add CI job to build linux and run unit test on s390x ( #7707 )
...
* create job to build linux and run unit test on s390x
* update
* update
* update
* update
* update
* print out machine type
* create regression test to build a big endian arch and run unit tests daily
* rename and schedule run on pr merged and on request
* udpate
Co-authored-by: Wen Sun <sunwen@google.com >
Co-authored-by: Derek Bailey <derekbailey@google.com >
2022-12-14 14:56:31 -08:00
Jared Junyoung Lim
40aa964057
Add Ref.AsStringBytes to flatbuffers.flexbuffers Python API ( #7713 )
...
* Add Ref.AsStringBytes to flatbuffers.flexbuffers Python API
* Append Bytes to AsStringBytes return value
Co-authored-by: Jared Junyoung Lim <jaredlim@google.com >
2022-12-14 14:42:56 -08:00
Michael Le
e1a2f688e0
[Go] Fix bug where bytes wasn't being imported when using --gen-onefile flag ( #7706 )
...
* Fix bug one file import bug
* Create reset import function and add braces
2022-12-12 23:06:48 -08:00
Saman
c0797b22ae
fix clang format plus implicit cast error. ( #7704 )
2022-12-12 21:22:24 -08:00
Maxim Zaks
97ee210826
Fix a bug where a floating point number was cast to int and the value was stored incorrectly because of low byte width. ( #7703 )
...
Reported in https://github.com/google/flatbuffers/issues/7690
2022-12-12 21:20:26 -08:00
Max Burke
3be296ec8a
[Rust] Restore public visibility of previously-public fields ( #7700 )
...
* Restore public visibility of previously-public fields
* code review feedback
2022-12-08 18:20:14 -05:00
Derek Bailey
acf39ff056
FlatBuffers Version 22.12.06 ( #7702 )
v22.12.06
v22.12.6
2022-12-06 22:54:49 -08:00
Derek Bailey
0e79e56427
inline initialize byte_width
2022-12-06 22:18:11 -08:00
郭浩伟
aadc4cb8be
fix: byte_width_ = 1U << static_cast<BitWidth>(packed_type & 3) implicit conversion loses integer precision: 'unsigned int' to 'uint8_t' (aka 'unsigned char') [-Werror,-Wimplicit-int-conversion] ( #7697 )
...
Co-authored-by: Derek Bailey <derekbailey@google.com >
2022-12-06 21:19:54 -08:00
Wen Sun
b5ebd3fd78
[C++] Update to address comparator failure in big endian ( #7681 )
...
* update unit test and generated file to test is extra endianswap can help resolve issue
* remove EndianScalar wrapper from Get method
* remove endianscalar wrapper
* update
* update
* use Array instead
* clang format
* address error
* clang
* update
* manually generate
* Move Nim to completed language
* Add swift link
* address comments
* update unit test
* address comment
* address comment
* regenerate file
* use auto instead of size_t
* use uint32_t instead
* update
* format
* delete extra whitespace
Co-authored-by: Wen Sun <sunwen@google.com >
Co-authored-by: Derek Bailey <derekbailey@google.com >
2022-12-06 14:02:16 -08:00
Michael Mickelson
11394575bc
Fix "Download Doxygen" URL ( #7699 )
2022-12-06 14:01:12 -08:00
James Kuszmaul
5b7b36e8be
Upgrade rules_go for Bazel 7.0 support ( #7691 )
...
Fixes : #7664 (hopefully)
Co-authored-by: Derek Bailey <derekbailey@google.com >
2022-12-05 16:56:02 -08:00
RishabhDeep Singh
c0230d839b
Refactor src/idl_gen_cpp.cpp ( #7693 )
...
* Refactor for loops and simplify code
* Refactor for loops and simplify code
* Fix for loop and reformat
* reformat code
2022-12-06 00:43:38 +00:00
RishabhDeep Singh
a8d49f2972
Add LICENSE.txt to python ( #7692 )
...
* Add LICENSE.txt to python
* Remove LICENSE.txt from python path and used the root LICENSE.txt file
2022-12-05 16:37:21 -08:00
Derek Bailey
416c6020eb
Add swift link
2022-12-02 20:52:20 -08:00
Derek Bailey
6d95867a8f
Move Nim to completed language
2022-12-02 20:49:03 -08:00
Derek Bailey
2eaf790638
Fix confrom failure for nullptr dereference. ( #7688 )
2022-12-01 20:21:48 -08:00
Derek Bailey
3b2ced0131
Update missing C# namespace to Google.FlatBuffers
2022-12-01 20:04:49 -08:00
Michael Le
00af4e23b3
Remove --gen-name-strings flag from cmake command for generating union_vector_generated.h ( #7684 )
...
* Sync make outputs with master
* Remove --gen-name-string flag from CMAKE
2022-11-30 20:57:06 -08:00
Sergei Trofimovich
7e00b754f0
tests/reflection_test.h: add missing <stdint.h> include ( #7680 )
...
Without the change build fails on weekly `gcc-13` snapshots as:
In file included from /build/flatbuffers/tests/reflection_test.cpp:1:
tests/reflection_test.h:9:57: error: 'uint8_t' has not been declared
9 | void ReflectionTest(const std::string& tests_data_path, uint8_t *flatbuf, size_t length);
| ^~~~~~~
2022-11-30 18:47:10 -08:00
Louis Laugesen
cf89d1e756
Fix PHP byte validation and reenable builds ( #7670 )
...
* Fix PHP byte validation and reenable builds
* Use checkout@v3
Co-authored-by: Derek Bailey <derekbailey@google.com >
2022-11-29 08:12:28 -08:00
sssooonnnggg
ad6054c600
chore: emit more reasonable error message when using incomplete type in struct ( #7678 )
...
Co-authored-by: Derek Bailey <derekbailey@google.com >
2022-11-29 04:59:53 +00:00
Michael Le
c3a01c7228
Use FinshedBytes() in go-echo example instead of manually encoding offset ( #7660 )
...
Co-authored-by: Derek Bailey <derekbailey@google.com >
2022-11-29 02:29:48 +00:00
Saman
533f75d91b
Fix java import wild card ( #7672 )
...
* Fix java import wild card
* fix java include
* Fix some import problems
* clang-format
* Sort imports
Co-authored-by: Derek Bailey <derekbailey@google.com >
2022-11-28 17:27:55 -08:00
Derek Bailey
fcab80f1bb
build.yml: MacOs Build Inplace (#7677 )
...
* `build.yml`: MacOs Build Inplace
* Update build.yml
2022-11-28 16:38:56 -08:00
Derek Bailey
5d2d0b92b1
build.yml Update dependencies (#7674 )
...
* `build.yml` Update dependencies
* Update build.yml
* Update build.yml
* `build.yml`: Use macos-11
* Update build.yml
2022-11-28 15:34:32 -08:00
Derek Bailey
ae6662374d
add buildkite badge
2022-11-23 13:11:56 -08:00
Casper
7b6c9f4a3c
Rurel ( #7663 )
...
* Update release script to update Rust version (it still needs to be published after)
* Also update rust while I'm at it
Co-authored-by: Casper Neo <cneo@google.com >
2022-11-23 12:03:54 -08:00
Derek Bailey
5a42b2c76c
Specify min android SDK version of 14
2022-11-23 11:54:36 -08:00
Derek Bailey
8f625561d0
FlatBuffers Version 22.11.23 ( #7662 )
v22.11.23
2022-11-23 11:32:19 -08:00