FlatBuffers: Memory Efficient Serialization Library
Go to file
Philipp Wollermann 7482b25f8b
Remove ubuntu1604 from presubmit.yml (#6715)
* Remove ubuntu1604 from presubmit.yml

Ubuntu 16.04 is end-of-life, we're going to remove it from Bazel CI.

If you like you can add testing on `ubuntu2004` platform which we also support.

* Add ubuntu2004 to presubmit.yml
2021-07-09 09:59:30 -07:00
.appveyor Add support for fixed-size arrays (#5313) 2019-06-18 00:15:13 +02:00
.bazelci Remove ubuntu1604 from presubmit.yml (#6715) 2021-07-09 09:59:30 -07:00
.github Fix GitHub Actions CI gcc/clang versions 2021-06-04 13:32:16 -07:00
.travis Ran clang-format-all.sh. Removed default --style=file parameter (#6639) 2021-05-15 12:54:08 -07:00
CMake C++/Rust version changes 2021-05-10 11:29:32 -07:00
android More missing version changes 2021-05-10 11:45:16 -07:00
bazel [grpc] Support latest version of grpc PoC (#6338) 2021-03-25 12:12:35 -07:00
conan Update Conan version Automatically (#5027) 2018-11-12 08:49:42 -08:00
dart Dart - unpack() must use eager list reader (#6723) 2021-07-09 09:55:34 -07:00
docs Fix 6348 (#6717) 2021-07-08 13:29:00 -07:00
go GetUOffsetT must get value by GetUint32 not GetInt32 (#6072) 2021-02-18 18:38:25 -08:00
grpc Add the file a symbol is declared in to Reflection (#6613) 2021-06-17 11:50:04 -04:00
include/flatbuffers Fix UB in CreateVectorOfStructs in case of an empty vector: avoid calling memcpy in this case (#6726) 2021-07-08 13:40:53 -07:00
java/com/google/flatbuffers Fix typo in docu (#6714) 2021-06-30 14:55:56 -04:00
js [JS/TS] Rewrite flexbuffers JS to TS (#6148) 2020-10-19 13:11:35 -07:00
kotlin Updated main version numbers to 2.0 2021-05-10 11:14:47 -07:00
lobster [Lobster] optional scalars support 2020-08-18 14:00:02 -07:00
lua [Lua] manipulate byte array as string (#6624) 2021-05-07 22:57:13 -07:00
mjs [JS/TS] Modernize TypeScript / JavaScript flatbuffers support (#6095) 2020-09-17 12:21:14 -07:00
net/FlatBuffers Updated main version numbers to 2.0 2021-05-10 11:14:47 -07:00
php Performance improvement to generated+supporting PHP (#5080) 2018-12-20 16:10:20 -08:00
python Fix warning about deprecated module: imp (#6362) 2021-06-17 13:02:22 -07:00
reflection Replace filenames in reflection with filenames+includes. (#6703) 2021-06-19 19:21:33 -04:00
rust Added README for Rust Flatbuffers (before publishing v=2.0) (#6652) 2021-05-16 10:37:16 -04:00
samples Dart null safety (#6696) 2021-06-22 08:54:57 -07:00
scripts Add the file a symbol is declared in to Reflection (#6613) 2021-06-17 11:50:04 -04:00
snap use improved versioning (#6691) 2021-06-11 15:27:59 -07:00
src Dart - unpack() must use eager list reader (#6723) 2021-07-09 09:55:34 -07:00
swift Implements verifier and code gen for swift (#6373) 2021-05-14 20:59:28 +03:00
tests Dart - unpack() must use eager list reader (#6723) 2021-07-09 09:55:34 -07:00
ts [TS/JS] New gen TS code gen (#6302) 2021-01-19 12:51:13 -08:00
.clang-format Made all C++ files clang-formatted. 2017-12-21 11:45:02 -08:00
.editorconfig Unify line ending rules in '.editorconfig' and '.gitattributes' (#5231) 2019-03-18 12:47:07 -07:00
.eslintrc.js [JS/TS] Modernize TypeScript / JavaScript flatbuffers support (#6095) 2020-09-17 12:21:14 -07:00
.gitattributes Unify line ending rules in '.editorconfig' and '.gitattributes' (#5231) 2019-03-18 12:47:07 -07:00
.gitignore npm update to 2.0.3 and script fix 2021-06-03 13:40:35 -07:00
.travis.yml Limit formatter to pull requests only (#6540) 2021-04-01 20:09:43 +03:00
BUILD.bazel [CMake] Renames BUILD files (#6457) 2021-02-11 10:16:57 -08:00
CMakeLists.txt Add the file a symbol is declared in to Reflection (#6613) 2021-06-17 11:50:04 -04:00
CONTRIBUTING.md Fixed link to Google C++ Style Guide. 2017-02-08 16:37:25 -08:00
Formatters.md Ran clang-format-all.sh. Removed default --style=file parameter (#6639) 2021-05-15 12:54:08 -07:00
LICENSE.txt Fixed Apache license not using canonical version. 2019-11-04 17:15:56 -08:00
SECURITY.md Create Security.md 2021-05-19 11:55:50 -07:00
WORKSPACE [grpc] Support latest version of grpc PoC (#6338) 2021-03-25 12:12:35 -07:00
appveyor.yml [TS/JS] New gen TS code gen (#6302) 2021-01-19 12:51:13 -08:00
build_defs.bzl [Bazel] Add support for compatible_with and restricted_to (#5681) 2019-12-26 09:58:48 -08:00
composer.json (PHP) add experimental support for PHP language. 2015-11-18 00:26:39 +09:00
conanfile.py Update Conan version Automatically (#5027) 2018-11-12 08:49:42 -08:00
package.json npm update to 2.0.3 and script fix 2021-06-03 13:40:35 -07:00
pom.xml avoiding more NoSuchMethod exceptions (#6671) 2021-06-03 14:18:45 -07:00
readme.md Update readme.md to point to security policy 2021-05-19 11:59:58 -07:00
swift.swiftformat Implements verifier and code gen for swift (#6373) 2021-05-14 20:59:28 +03:00
tsconfig.json [JS/TS] Rewrite flexbuffers JS to TS (#6148) 2020-10-19 13:11:35 -07:00
tsconfig.mjs.json [JS/TS] Rewrite flexbuffers JS to TS (#6148) 2020-10-19 13:11:35 -07:00

readme.md

logo FlatBuffers

Build Status Build status Join the chat at https://gitter.im/google/flatbuffers Discord Chat 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.