flatbuffers icon indicating copy to clipboard operation
flatbuffers copied to clipboard

FlatBuffers: Memory Efficient Serialization Library

Results 593 flatbuffers issues
Sort by recently updated
recently updated
newest added

It would be handy if there was a make_span overload accepting a pointer to the Vector (like VectorLength). This overload should do the nullptr check and return an empty span...

It works fine when designing string filed as the "key" field. But problem happens when I use one of ushort field as the key . [Fbs file] [TestCode] - [C#,...

I am assuming here that FLATBUFFERS_FLATC_SCHEMA_EXTRA_ARGS is intended to be exposed to users and that I am not overstepping by setting it. Passing, e.g. --filename-ext hpp breaks the cmake dependencies...

I have pretty average neural network (10GB) and small exporter using flatbuffers how do i "fight" int32 offset limit in python, it is even possible or i have to switch...

python

I followed the instructions here: https://google.github.io/flatbuffers/flatbuffers_guide_building.html which says that I simply can put following in my own cmake project: ``` # Add FlatBuffers directly to our build. This defines the...

For resolving bug #7200 not sure how I'm supposed to link this to the bug more directly, is that correct? Added: -Wmissing-declarations -Wzero-as-null-pointer-constant Added a lot of 'static' declarations in...

golang
python
java
c++
rust
grpc
codegen
swift
dart
json
kotlin

Adds vector union support for Python. Tests are consistent with the tests I saw for vector unions in Java, except that I added more than one Attacker struct to the...

python
c++
codegen

I'd like to use a FlatBufferBuilder directly into an externally-allocated buffer from Rust. Some context: I'm looking to implement the equivalent of [this C++ API](https://github.com/frc971/971-Robot-Code/blob/aa3b08658485f4482759d253fea93a79afebb8ae/aos/events/event_loop.h#L344). It's an interface to a...

### Discussed in https://github.com/google/flatbuffers/discussions/7125 (repost for visibility) Originally posted by **CasperN** February 22, 2022 Our current verifiers were implemented eagerly, where we read and verify every single field/element in the...

enhancement

I have added fixed length array support (#5313) for typescript. Needed this for a project of mine. I have not done intensive testing. It works for my project though. Thought...

c++
javascript
typescript
codegen