commit | 8a8dc4e111af0e93ab1a4cf58a57977e64ca465e | [log] [tgz] |
---|---|---|
author | Wouter van Oortmerssen <aardappel@gmail.com> | Thu Nov 16 14:19:31 2017 -0800 |
committer | Wouter van Oortmerssen <aardappel@gmail.com> | Thu Nov 16 14:21:11 2017 -0800 |
tree | a31fe7dbe63dab707a7da40c44b95d76a88e439b | |
parent | 7e803c410cba954bd8a4b968a27e822f2a3fcf52 [diff] |
Fixed potential strict-aliasing violation in big-endian code. Also added a test. Tested on: Linux. Change-Id: I7b3230f8f6043eec139d5e3e8c9cb45814124274
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.
and many more in progress...
flatbuffers
tag for any questions regarding FlatBuffers.To contribute to this project, see CONTRIBUTING.
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.
Flatbuffers is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.