Upgrade flatbuffer to 'v1.11.0'

And switch to follow upstream releases.

Test: build
Change-Id: Ic649bf9137b38d2ecc2133566d9cb21a02b91b7e
tree: 75f72f3a91cd3f2d9d4d46ec3ca3d51c044e7bad
  1. .appveyor/
  2. .bazelci/
  3. .github/
  4. .travis/
  5. android/
  6. CMake/
  7. conan/
  8. dart/
  9. docs/
  10. go/
  11. grpc/
  12. include/
  13. java/
  14. js/
  15. lobster/
  16. lua/
  17. net/
  18. php/
  19. python/
  20. reflection/
  21. rust/
  22. samples/
  23. snap/
  24. src/
  25. tests/
  26. .clang-format
  27. .editorconfig
  28. .gitattributes
  29. .gitignore
  30. .travis.yml
  31. Android.bp
  32. Android.mk
  33. appveyor.yml
  34. BUILD
  35. build_defs.bzl
  36. CMakeLists.txt
  37. composer.json
  38. conanfile.py
  39. CONTRIBUTING.md
  40. LICENSE
  41. LICENSE.txt
  42. METADATA
  43. MODULE_LICENSE_APACHE2
  44. NOTICE
  45. OWNERS
  46. package.json
  47. pom.xml
  48. README.android
  49. readme.md
  50. WORKSPACE
readme.md

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.