flatbuffers icon indicating copy to clipboard operation
flatbuffers copied to clipboard

FlatBuffers: Memory Efficient Serialization Library

Results 529 flatbuffers issues
Sort by recently updated
recently updated
newest added
trafficstars

Make sure the command fails when tail fields are removed; Add more information to unconformable error; Add two conform test cases;

c++
codegen

Python support for fixed sized arrays of Structs and Non-Structs. Problem: We encountered that using python and c++ together created issues when we wanted to use fixed sized arrays in...

python
c++
codegen

add new conform option --conform-subsequence - when the option is present, conform will fail on deleted fields or structs/tables - currently there exists cases that subsequent changes conform with the...

c++
codegen

I removed some commented out workflows for C#, PHP, and JS in https://github.com/google/flatbuffers/pull/6948, they should be implemented at some point. This is to track that work and point to the...

There are various internal APIs exposed by the flatbuffer crate, and in the code it generates that are unsound, in that they permit undefined behaviour through safe APIs. It is...

c++
rust
codegen

As I tend to do, I'll try to keep this top comment updated with the latest state. This is based off of https://github.com/google/flatbuffers/issues/6428#issuecomment-856272970. # Proposal ## Why `flatc` is really...

c++
parser

The Rust Flatbuffers library currently relies on Rust's notion of alignment, which is platform dependent. We should audit/remove all use of `align_of::() ` and use our own trait for flatbuffers...

EDIT: Fix for https://github.com/google/flatbuffers/issues/7516, see below

c++
codegen

#7142

c++
codegen
php

So I was planning on reworking the GRPC directory; which will happen in three steps, step one will be unrelated to the release of flatbuffers 2.0. ## Step 1: -...

grpc