mirror of https://github.com/vee1e/flatbuffers - FlatBuffers: Memory Efficient Serialization Library
Find a file
Gabriel Nützi e1defaae5e Add flag to make short names in JS/TS. (#5152)
* Add flag to make short names in JS/TS.

* Synced all missing docs in Compiler.md <-> flatc.cpp.

* Review changes.
2019-02-11 21:34:10 +01:00
.appveyor
.github
.travis
android
CMake generated cmake command for flatc generation should depend on source file (#5087) 2018-12-13 11:56:51 -08:00
conan
dart Reduced force_align in tests to 8, to work with --object-api. 2019-02-07 14:51:04 -08:00
docs Add flag to make short names in JS/TS. (#5152) 2019-02-11 21:34:10 +01:00
go
grpc Removing 'using namespace' usage in test_builder (#5154) 2019-02-05 02:07:05 +01:00
include/flatbuffers Add flag to make short names in JS/TS. (#5152) 2019-02-11 21:34:10 +01:00
java/com/google/flatbuffers Make ByteBufferFactory an abstract class in order to make FlatBuffers compatible with Java7. (#5155) 2019-02-11 21:02:32 +01:00
js JS- support clear() method on builder (#5109) 2019-01-14 09:21:42 -08:00
lobster
lua
net/FlatBuffers
php Performance improvement to generated+supporting PHP (#5080) 2018-12-20 16:10:20 -08:00
python
reflection
rust/flatbuffers
samples Fix high certainty warnings from PVS-studio (#5115) 2019-01-17 09:49:27 -08:00
src Add flag to make short names in JS/TS. (#5152) 2019-02-11 21:34:10 +01:00
tests Make ByteBufferFactory an abstract class in order to make FlatBuffers compatible with Java7. (#5155) 2019-02-11 21:02:32 +01:00
.clang-format
.editorconfig
.gitattributes
.gitignore Enable flatbuffer to initialize Parser from bfbs (#4283) (#5077) 2018-12-13 11:59:27 -08:00
.travis.yml
appveyor.yml Repair MSVC-CRT leakage detector and enable this detection with Appveyor-CI (#5105) 2019-01-24 13:30:11 -08:00
BUILD Add flatbuffer_cc library support (#5061) 2018-12-10 12:23:40 -08:00
build_defs.bzl Add repository name to build_defs.bzl (#5104) 2019-01-07 09:55:55 -08:00
CMakeLists.txt Turn on -Werror=unused-private-field for Clang. 2019-02-11 09:55:48 -08:00
composer.json
conanfile.py
CONTRIBUTING.md
LICENSE.txt
package.json
pom.xml Java: Pulling in protobuf's faster UTF-8 encoder. (#5035) 2018-12-17 13:53:49 -08:00
readme.md
WORKSPACE Add flatbuffer_cc library support (#5061) 2018-12-10 12:23:40 -08: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.