mirror of https://github.com/vee1e/flatbuffers - FlatBuffers: Memory Efficient Serialization Library
Find a file
Frank Benkstein 53ce80ce91 better output on TestError (#4979)
Print a slightly better error message when a TestError fails.
2018-10-11 10:33:12 -07:00
.github
.travis
android Disable armeabi builds for Android and re-enable CI builds. (#4970) 2018-10-08 12:43:57 -07:00
CMake
conan Conan build packages on CI (#4590) (#4594) 2018-08-16 12:17:52 -07:00
dart Bumped version to 1.10.1 for all languages. 2018-10-03 12:48:47 -07:00
docs Disable armeabi builds for Android and re-enable CI builds. (#4970) 2018-10-08 12:43:57 -07:00
go Merge pull request #4820 from nairb774/master 2018-07-26 15:35:45 -07:00
grpc Bumped version to 1.10.1 for all languages. 2018-10-03 12:48:47 -07:00
include/flatbuffers Fix expected type of enum values in reflection tables (#4944) 2018-10-08 14:29:29 -07:00
java/com/google/flatbuffers Adds __reset method to Struct and Table (#4966) 2018-10-03 12:09:30 -07:00
js
lobster FlatBuffers implementation for the Lobster programming language 2018-07-29 13:23:00 -07:00
lua Fixed minalign in Lua being reset on StartObject 2018-07-23 16:36:21 -07:00
net/FlatBuffers [C#] Fix compile issue when compiling with older versions of C# (#4938) 2018-09-20 15:07:03 -07:00
php
python python: do not clobber minalign when we create objects (#4833) 2018-07-23 16:29:45 -07:00
reflection
rust/flatbuffers Bumped version to 1.10.1 for all languages. 2018-10-03 12:48:47 -07:00
samples don't crash when calling EnumNameXXX on sparse enum (#4982) 2018-10-08 14:37:35 -07:00
src Add @javax.annotation.Generated to generated flatbuffer Java types (#4986) 2018-10-08 15:29:22 -07:00
tests better output on TestError (#4979) 2018-10-11 10:33:12 -07:00
.clang-format
.editorconfig
.gitattributes
.gitignore delete and ignore Cargo.lock files (#4906) 2018-09-03 19:33:38 -07:00
.travis.yml Disable armeabi builds for Android and re-enable CI builds. (#4970) 2018-10-08 12:43:57 -07:00
appveyor.yml Add Rust to Appveyor config. (#4928) 2018-09-12 11:44:51 -07:00
BUILD Add FlatBufferBuilder move semantics tests to the main test suite (#4902) 2018-09-24 12:03:31 -07:00
CMakeLists.txt Fix recursion counter check. Add control to override depth of nested … (#4953) 2018-10-04 09:27:37 -07:00
composer.json
conanfile.py Bumped version to 1.10.1 for all languages. 2018-10-03 12:48:47 -07:00
CONTRIBUTING.md
LICENSE.txt
package.json Bumped version to 1.10.1 for all languages. 2018-10-03 12:48:47 -07:00
pom.xml Bumped version to 1.10.1 for all languages. 2018-10-03 12:48:47 -07:00
readme.md Updated readme.md 2018-09-21 10:42:00 -07:00
WORKSPACE

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.