GitXplorerGitXplorer
r

flatbuffers_chromium

public
23 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
4c409f3c4de59c9216c53bd652068b45487a907f

Add gn build files.

rry committed 7 years ago
Unverified
00b741e5fbd4f2a9c970514a0748833521ca88a9

Comment update for ForceDefaults. (#4788)

sshivendra14 committed 7 years ago
Unverified
bb321fbe19d2e618b6e8909d04c3f4ab6d971ba3

CreateUnitializedVectorOfStructs and tests (#4781)

sshivendra14 committed 7 years ago
Unverified
73304367131766aa8dca9c495f75c802bc7991ec

Protected parser against infinite recursion.

aaardappel committed 7 years ago
Unverified
f9c64891ddda84c4713b33e3ab4e5657a669de33

Fixed ASan array out of bounds.

aaardappel committed 7 years ago
Unverified
b752e4a9bbd3a25f8970015a3fa620db649b1798

Fix misaligned nested buffers (#4785)

zzejal committed 7 years ago

README

The README file for this repository.

logo FlatBuffers

Join the chat at https://gitter.im/google/flatbuffers Build Status Build status

FlatBuffers is an efficient cross platform serialization library for games and other memory constrained apps. It allows you to directly access serialized data without unpacking/parsing it first, while still having great forwards/backwards compatibility.

Go to our landing page to browse our documentation.

Supported operating systems

  • Android
  • Windows
  • MacOS X
  • Linux

Supported programming languages

  • C++
  • C#
  • C
  • Go
  • Java
  • JavaScript
  • PHP
  • Python

and many more in progress...

Contribution

To contribute to this project, see CONTRIBUTING.

Integration

For applications on Google Play that integrate this tool, usage is tracked. This tracking is done automatically using the embedded version string (flatbuffer_version_string), and helps us continue to optimize it. Aside from consuming a few extra bytes in your application binary, it shouldn't affect your application at all. We use this information to let us know if FlatBuffers is useful and if we should continue to invest in it. Since this is open source, you are free to remove the version string but we would appreciate if you would leave it in.

Licensing

Flatbuffers is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.