FlatBuffers Chromium. A fast way to pack and send data between programs.

github.com/ry/flatbuffers_chromium

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

June 2018
  • Add gn build files.
  • Comment update for ForceDefaults. (#4788)
  • CreateUnitializedVectorOfStructs and tests (#4781)
  • Protected parser against infinite recursion.
  • Fixed ASan array out of bounds.
  • Fix misaligned nested buffers (#4785)
  • Fixed TypeScript links in docs (#4783)
  • Dart: Generate the enum from 0 if value is null and fix inconsistent …
  • Re-enable clang / os x in .travis
  • Removed biicode from repo.
  • Added missing Dart generated files.
  • Python: Escape enum member names if they correspond to a Python keywo…
  • Python: fix default bool value. (#4773)
  • Enforcing CreateUninitializedVector is only used with scalars.
  • Makes VectorIterator compatible with STL iterators. (#4768)
  • Fix a small problem with add_subdirectory(${FLATBUFFERS_DIR}) from to…
May 2018
  • renamed flexbuffers::Type enum values TYPE_ -> FBT_ (#4761)
  • Fixed typo in Java/C# tutorial.
  • Fixed ASAN false positive.
  • adds https to landing page link so it resolves (#4757)