mirror of https://github.com/vee1e/flatbuffers - FlatBuffers: Memory Efficient Serialization Library
Find a file
2019-11-25 12:56:47 -08:00
.appveyor Add support for fixed-size arrays (#5313) 2019-06-18 00:15:13 +02:00
.bazelci
.github Improved pull request & clang-format instructions. 2019-11-07 14:37:33 -08:00
.travis Add testing of C++ with sanitizers (CI-Docker) (#5631) 2019-11-18 12:16:41 -08:00
android Removed idl_gen_general.cpp and move contents to code_generators.cpp (#5625) 2019-11-14 15:47:58 -08:00
CMake
conan
dart [Javascript] Fix syntax error for signed enum (#5503) 2019-09-05 10:22:04 -07:00
docs [Java][FlexBuffers] Improve documentation for FlexBuffers in Java. (#5506) 2019-09-10 10:06:47 -07:00
go [go]add Name() for ForceCodec interface (#5486) 2019-08-19 15:32:04 -07:00
grpc Support for python grpc - continuing the work from the pull request #4270 #4705 (#5613) 2019-11-14 16:58:35 -08:00
include/flatbuffers Fix ambiguity of a type deduction in TEST_EQ macro if arguments have enum class type. (#5630) 2019-11-25 12:56:47 -08:00
java/com/google/flatbuffers Add ByteBuffer copy for vector of bytes in Java (#5587) 2019-10-28 09:30:31 -07:00
js
lobster Lobster: added builder API for tables 2019-05-22 19:42:13 -07:00
lua Lua cleanup (#5624) 2019-11-14 15:46:46 -08:00
net/FlatBuffers Java: Added access object for vector of struct and vector of tables. (#5233) 2019-09-23 09:22:43 -07:00
php
python Python: Add forceDefaults opt to python Builder (#5564) 2019-10-17 15:25:05 -07:00
reflection Add support for fixed-size arrays (#5313) 2019-06-18 00:15:13 +02:00
rust/flatbuffers [Rust] Bump smallvec version to 1.0 (#5621) 2019-11-11 09:52:26 -08:00
samples Ran src/clang-format-all.sh (#5617) 2019-11-11 09:29:37 -08:00
snap
src Simplify declarations of x-macro FLATBUFFERS_TD (#5638) 2019-11-25 12:54:59 -08:00
tests Fix ambiguity of a type deduction in TEST_EQ macro if arguments have enum class type. (#5630) 2019-11-25 12:56:47 -08:00
.clang-format
.editorconfig
.gitattributes
.gitignore
.travis.yml Add --clean-first to the cmake-build command (travis) (#5574) 2019-10-21 10:11:32 -07:00
appveyor.yml
BUILD Support for python grpc - continuing the work from the pull request #4270 #4705 (#5613) 2019-11-14 16:58:35 -08:00
build_defs.bzl Fix buildifier warnings found in new bazel (#5517) 2019-09-19 09:58:36 -07:00
CMakeLists.txt Add testing of C++ with sanitizers (CI-Docker) (#5631) 2019-11-18 12:16:41 -08:00
composer.json
conanfile.py
CONTRIBUTING.md
LICENSE.txt Fixed Apache license not using canonical version. 2019-11-04 17:15:56 -08:00
package.json
pom.xml Enforce matching version in Java and C#. 2019-05-31 12:15:19 -07:00
readme.md
WORKSPACE Fix buildifier warnings found in new bazel (#5517) 2019-09-19 09:58:36 -07:00

logo FlatBuffers

Join the chat at https://gitter.im/google/flatbuffers Build Status Build status

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.

Licensing

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