mirror of https://github.com/vee1e/flatbuffers - FlatBuffers: Memory Efficient Serialization Library
Find a file
2018-09-27 12:31:43 -07:00
.github
.travis
android Add FlatBufferBuilder move semantics tests to the main test suite (#4902) 2018-09-24 12:03:31 -07:00
CMake Fix a small problem with add_subdirectory(${FLATBUFFERS_DIR}) from top level project. (#4764) 2018-06-01 08:22:17 -07:00
conan Conan build packages on CI (#4590) (#4594) 2018-08-16 12:17:52 -07:00
dart Added missing dart/ts test changes. 2018-08-20 12:05:37 -07:00
docs Add compare operator to code generated for c++ (#4940) 2018-09-21 16:53:59 -07:00
go Merge pull request #4820 from nairb774/master 2018-07-26 15:35:45 -07:00
grpc Add FlatBufferBuilder move semantics tests to the main test suite (#4902) 2018-09-24 12:03:31 -07:00
include/flatbuffers Add missed defined(clang) and fix the wrong placement of #pragma push/pop for MSVC compiler (#4946) 2018-09-27 12:31:43 -07:00
java/com/google/flatbuffers Add ByteBufferFactory#releaseByteBuffer (#4914) 2018-09-06 11:08:08 -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 fix rust flatbuffers create_vector docs (#4913) 2018-09-04 14:30:31 -07:00
samples Add compare operator to code generated for c++ (#4940) 2018-09-21 16:53:59 -07:00
src don't return Option from required table field accessors (#4926) 2018-09-26 21:11:25 -07:00
tests don't return Option from required table field accessors (#4926) 2018-09-26 21:11:25 -07:00
.clang-format
.editorconfig
.gitattributes
.gitignore delete and ignore Cargo.lock files (#4906) 2018-09-03 19:33:38 -07:00
.travis.yml Conan build packages on CI (#4590) (#4594) 2018-08-16 12:17:52 -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 Add FlatBufferBuilder move semantics tests to the main test suite (#4902) 2018-09-24 12:03:31 -07:00
composer.json
conanfile.py Conan build packages on CI (#4590) (#4594) 2018-08-16 12:17:52 -07:00
CONTRIBUTING.md
LICENSE.txt
package.json
pom.xml
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.