mirror of https://github.com/vee1e/flatbuffers - FlatBuffers: Memory Efficient Serialization Library
Find a file
Derek Bailey 0da6f94867
[C++] Static assert on Flatbuffers Version (#7203)
* Static assert on Flatbuffers Version

* add comment
2022-03-31 20:56:41 -07:00
.bazelci [swift] Add bazel configuration for Swift (#7195) 2022-03-29 21:30:33 -07:00
.github reduce fuzzing time to 1 minute in CI 2022-03-31 16:28:53 -07:00
.travis
android replaced removed xml tag 2022-02-02 15:15:50 -08:00
bazel
benchmarks
CMake Use DESCRIPTION only if CMake version >= 3.9 (#7166) 2022-03-13 12:49:18 -07:00
conan
dart Namerdart (#7187) 2022-03-28 18:07:09 -04:00
docs Fix minor typo in WhitePaper.md (#7108) 2022-02-18 21:29:21 -08:00
go
grpc Replaced ToDasherCase with ConvertCase (#7131) 2022-02-23 22:31:40 -06:00
include/flatbuffers [C++] Static assert on Flatbuffers Version (#7203) 2022-03-31 20:56:41 -07:00
java/com/google/flatbuffers removed BSD-3-Clause license and Zlib licenses (#7073) 2022-02-02 13:12:01 -08:00
js
kotlin
lobster [Lobster] file_identifier support 2022-03-08 15:39:12 -08:00
lua
mjs
net/FlatBuffers add xmlns to .Net (#7066) 2022-02-01 20:57:13 -08:00
php
python Add reflection support for python (#7026) 2022-02-10 11:10:47 -08:00
reflection Handle root offset and root table vtable invalidation (#7177) 2022-03-23 21:51:32 -07:00
rust [Rust] Add length checks to arrays and vectors. (#7130) 2022-02-24 13:49:59 -05:00
samples [C++] Static assert on Flatbuffers Version (#7203) 2022-03-31 20:56:41 -07:00
scripts fixed padding in struct for annotated binary (#7199) 2022-03-30 16:43:22 -07:00
snap
src [C++] Static assert on Flatbuffers Version (#7203) 2022-03-31 20:56:41 -07:00
swift [swift] Add bazel configuration for Swift (#7195) 2022-03-29 21:30:33 -07:00
tests [C++] Static assert on Flatbuffers Version (#7203) 2022-03-31 20:56:41 -07:00
ts [TS] Add single-file ts codegen & bazel rule for typescript (#7161) 2022-03-10 10:08:13 -08:00
.clang-format
.editorconfig
.eslintrc.js
.gitattributes
.gitignore
.travis.yml
BUILD.bazel [TS] Add single-file ts codegen & bazel rule for typescript (#7161) 2022-03-10 10:08:13 -08:00
build_defs.bzl Move flatbuffer_ts_library to typescript.bzl (#7183) 2022-03-22 21:41:39 -07:00
CMakeLists.txt Annotated Flatbuffer Binary (#7174) 2022-03-18 14:08:05 -07:00
composer.json
conanfile.py
CONTRIBUTING.md
Formatters.md
LICENSE.txt
package.json [TS] Add single-file ts codegen & bazel rule for typescript (#7161) 2022-03-10 10:08:13 -08:00
pom.xml
readme.md
SECURITY.md
swift.swiftformat
tsconfig.json
tsconfig.mjs.json
typescript.bzl Move flatbuffer_ts_library to typescript.bzl (#7183) 2022-03-22 21:41:39 -07:00
WORKSPACE [swift] Add bazel configuration for Swift (#7195) 2022-03-29 21:30:33 -07:00
yarn.lock [TS] Add single-file ts codegen & bazel rule for typescript (#7161) 2022-03-10 10:08:13 -08:00

logo FlatBuffers

Build status Join the chat at https://gitter.im/google/flatbuffers Discord Chat Twitter Follow Twitter Follow

FlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.

Go to our landing page to browse our documentation.

Supported operating systems

  • Windows
  • MacOS X
  • Linux
  • Android
  • And any others with a recent C++ compiler.

Supported programming languages

  • C++
  • C#
  • C
  • Dart
  • Go
  • Java
  • JavaScript
  • Lobster
  • Lua
  • PHP
  • Python
  • Rust
  • TypeScript

and more in progress...

Contribution

To contribute to this project, see CONTRIBUTING.

Security

Please see our Security Policy for reporting vulnerabilities.

Licensing

Flatbuffers is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.