mirror of https://github.com/vee1e/flatbuffers - FlatBuffers: Memory Efficient Serialization Library
Find a file
mustiikhalil 5975658ebd
Enables optional enums in swift (#6160)
[Swift] Enables optional enums
2020-10-06 19:00:14 +03:00
.appveyor
.bazelci
.github
.travis
android
bazel Allow to run cpp tests under grpc/tests/ using bazel. (#6040) 2020-07-21 11:08:01 -07:00
CMake
conan
dart [JS] FlexBuffers Fix for wrong type of offset and length values (#6107) 2020-09-10 12:36:37 -07:00
docs [C#] Fix and improve project files (#6142) 2020-09-28 11:56:59 -07:00
go
grpc Adds proper access types for swift object api & flatbuffers & grpc (#6081) 2020-08-22 22:39:09 +03:00
include/flatbuffers flatc should output a warning, when an attribute is attached more than once (#6146) 2020-09-28 09:28:47 -07:00
java/com/google/flatbuffers [Java] allowing larger buffer sizes when growing a byte buffer (#6118) 2020-09-17 11:55:24 -07:00
js [JS/TS] Modernize TypeScript / JavaScript flatbuffers support (#6095) 2020-09-17 12:21:14 -07:00
lobster [Lobster] optional scalars support 2020-08-18 14:00:02 -07:00
lua
mjs [JS/TS] Modernize TypeScript / JavaScript flatbuffers support (#6095) 2020-09-17 12:21:14 -07:00
net/FlatBuffers [C#] Fix and improve project files (#6142) 2020-09-28 11:56:59 -07:00
php
python export a __version__ variable for python module (#5309) 2020-07-30 15:56:21 -07:00
reflection Optional-ness in reflection (#6097) 2020-09-11 14:20:32 -07:00
rust possibility to create a vector from an iterator (#6135) 2020-09-28 09:45:48 -07:00
samples Minireflect fixed array (#6129) 2020-09-22 17:57:01 -07:00
snap + Add removable-media plug to the snapcraft config (#6083) 2020-08-24 09:55:38 -07:00
src Enables optional enums in swift (#6160) 2020-10-06 19:00:14 +03:00
swift Bump version for latest swift version (#6121) 2020-09-17 12:28:42 -07:00
tests Enables optional enums in swift (#6160) 2020-10-06 19:00:14 +03:00
ts [JS/TS] fix flatbuffers default export (#6123) 2020-09-21 09:46:24 -07:00
.clang-format
.editorconfig
.eslintrc.js [JS/TS] Modernize TypeScript / JavaScript flatbuffers support (#6095) 2020-09-17 12:21:14 -07:00
.gitattributes
.gitignore [JS/TS] Modernize TypeScript / JavaScript flatbuffers support (#6095) 2020-09-17 12:21:14 -07:00
.travis.yml
appveyor.yml [JS/TS] Modernize TypeScript / JavaScript flatbuffers support (#6095) 2020-09-17 12:21:14 -07:00
BUILD Allow to run cpp tests under grpc/tests/ using bazel. (#6040) 2020-07-21 11:08:01 -07:00
build_defs.bzl
CMakeLists.txt Minireflect fixed array (#6129) 2020-09-22 17:57:01 -07:00
composer.json
conanfile.py
CONTRIBUTING.md
LICENSE.txt
package.json [JS/TS] fix flatbuffers default export (#6123) 2020-09-21 09:46:24 -07:00
pom.xml
readme.md
tsconfig.json [JS/TS] Modernize TypeScript / JavaScript flatbuffers support (#6095) 2020-09-17 12:21:14 -07:00
tsconfig.mjs.json [JS/TS] Modernize TypeScript / JavaScript flatbuffers support (#6095) 2020-09-17 12:21:14 -07:00
WORKSPACE Allow to run cpp tests under grpc/tests/ using bazel. (#6040) 2020-07-21 11:08:01 -07:00
yarn.lock [JS/TS] Modernize TypeScript / JavaScript flatbuffers support (#6095) 2020-09-17 12:21:14 -07:00

logo FlatBuffers

Build Status Build status Join the chat at https://gitter.im/google/flatbuffers Discord Chat Twitter Follow

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.