mirror of https://github.com/vee1e/flatbuffers - FlatBuffers: Memory Efficient Serialization Library
Find a file
Frank Benkstein efbb11e093 CI check generate code (#4998)
* call reflection code generation from tests

This simplifies instructions to contributors so they don't forget to update
reflection code.

* add error handling to generate_code scripts

Let them propagate their errors instead of swallowing them so they show
up when called in CI.

* apply editorconfig to shell scripts

* use ordered map in dart codegen

Using an unordered map in the codegen can lead to spurious diffs in the
generated dart code.

* add CI check for generate_code being run

* update reflection_generated.h

* disable diff-check for monster_test.bfbs

Work around #5008.
2018-10-22 15:41:12 -07:00
.appveyor CI check generate code (#4998) 2018-10-22 15:41:12 -07:00
.github
.travis CI check generate code (#4998) 2018-10-22 15:41:12 -07:00
android
CMake
conan
dart
docs
go
grpc
include/flatbuffers CI check generate code (#4998) 2018-10-22 15:41:12 -07:00
java/com/google/flatbuffers
js
lobster
lua
net/FlatBuffers
php
python
reflection CI check generate code (#4998) 2018-10-22 15:41:12 -07:00
rust/flatbuffers
samples
src CI check generate code (#4998) 2018-10-22 15:41:12 -07:00
tests CI check generate code (#4998) 2018-10-22 15:41:12 -07:00
.clang-format
.editorconfig CI check generate code (#4998) 2018-10-22 15:41:12 -07:00
.gitattributes
.gitignore
.travis.yml CI check generate code (#4998) 2018-10-22 15:41:12 -07:00
appveyor.yml CI check generate code (#4998) 2018-10-22 15:41:12 -07:00
BUILD
CMakeLists.txt
composer.json
conanfile.py
CONTRIBUTING.md
LICENSE.txt
package.json
pom.xml
readme.md
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.