mirror of https://github.com/vee1e/flatbuffers - FlatBuffers: Memory Efficient Serialization Library
Find a file
Stewart Miles ed88f7de96 Improved build rule generation for Android flatbuffer headers.
* Added the ability to create a build target for generated headers.
* Made it possible for generated header targets to depend upon each
  other or arbitrary build targets.

Tested:
Verified some pretty complex libraries with numerous flatbuffer schema
dependencies build using this macro on Linux with the NDK.
Bug: 25188384

Change-Id: I846855a50808e58c34cdf7086e93e7ea0df69e0d
2015-10-22 13:16:45 -07:00
android Improved build rule generation for Android flatbuffer headers. 2015-10-22 13:16:45 -07:00
biicode
build Fixes for JS generator in Xcode 2015-10-19 16:05:39 -07:00
CMake
docs Added -M flatc flag to the documentation. 2015-10-19 17:05:42 -07:00
go
include/flatbuffers Added assert for referring to 0 offsets. 2015-10-20 09:36:35 -07:00
java
js Add UTF-8 support to the JavaScript API 2015-10-14 23:07:40 -07:00
net/FlatBuffers
python Add self.assertNotNested() in CreateString 2015-09-29 08:34:10 +08:00
reflection
samples Fixed .proto translation making scalars into required fields. 2015-09-25 09:21:31 -07:00
src Merge pull request #204 from layzerar/fix_struct_comment 2015-10-20 13:25:53 -07:00
tests Merge pull request #204 from layzerar/fix_struct_comment 2015-10-20 13:25:53 -07:00
.gitattributes
.gitignore Add a test for JavaScript UTF-8 <=> UTF-16 conversion 2015-10-14 21:15:57 -07:00
.travis.yml
biicode.conf
CMakeLists.txt Add support for JavaScript code generation 2015-10-14 21:15:57 -07:00
CONTRIBUTING.md
LICENSE.txt
readme.md

FlatBuffers Version 1.1.0

Welcome to FlatBuffers!

Build Status

  • Travis: Build Status

FlatBuffers is a serialization library for games and other memory constrained apps. Go to our landing page to browse our documentation.

FlatBuffers allows you to directly access serialized data without unpacking/parsing it first, while still having great forwards/backwards compatibility. FlatBuffers can be built for many different systems (Android, Windows, OS X, Linux), see docs/html/index.html

Discuss FlatBuffers with other developers and users on the FlatBuffers Google Group. File issues on the FlatBuffers Issues Tracker or post your questions to stackoverflow.com with a mention of flatbuffers.

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.