Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.appveyor/ | 03-May-2024 | - | 41 | 36 | ||
.bazelci/ | 03-May-2024 | - | 19 | 18 | ||
.github/ | 03-May-2024 | - | 53 | 32 | ||
.travis/ | 03-May-2024 | - | 166 | 90 | ||
CMake/ | 03-May-2024 | - | 323 | 281 | ||
android/ | 03-May-2024 | - | 1,013 | 635 | ||
conan/ | 03-May-2024 | - | 207 | 132 | ||
dart/ | 03-May-2024 | - | 4,391 | 3,763 | ||
docs/ | 03-May-2024 | - | 11,158 | 9,057 | ||
go/ | 03-May-2024 | - | 1,678 | 1,041 | ||
grpc/ | 03-May-2024 | - | 6,850 | 5,408 | ||
include/flatbuffers/ | 03-May-2024 | - | 9,959 | 7,046 | ||
java/com/google/flatbuffers/ | 03-May-2024 | - | 5,386 | 2,582 | ||
js/ | 03-May-2024 | - | 1,260 | 538 | ||
lobster/ | 03-May-2024 | - | 285 | 239 | ||
lua/ | 03-May-2024 | - | 863 | 665 | ||
net/FlatBuffers/ | 03-May-2024 | - | 2,262 | 1,391 | ||
php/ | 03-May-2024 | - | 1,686 | 870 | ||
python/ | 03-May-2024 | - | 1,393 | 882 | ||
reflection/ | 03-May-2024 | - | 165 | 129 | ||
rust/flatbuffers/ | 03-May-2024 | - | 1,950 | 1,269 | ||
samples/ | 03-May-2024 | - | 4,465 | 3,106 | ||
snap/ | 03-May-2024 | - | 35 | 28 | ||
src/ | 03-May-2024 | - | 25,200 | 20,988 | ||
swift/ | 03-May-2024 | - | 1,473 | 933 | ||
tests/ | 03-May-2024 | - | 70,755 | 54,934 | ||
.clang-format | D | 03-May-2024 | 304 | 14 | 12 | |
.editorconfig | D | 03-May-2024 | 223 | 8 | 7 | |
.gitattributes | D | 03-May-2024 | 85 | 3 | 2 | |
.gitignore | D | 03-May-2024 | 2 KiB | 128 | 127 | |
.travis.yml | D | 03-May-2024 | 7.7 KiB | 222 | 173 | |
Android.bp | D | 03-May-2024 | 4.2 KiB | 165 | 150 | |
Android.mk | D | 03-May-2024 | 87 | 2 | 0 | |
BUILD | D | 03-May-2024 | 1.8 KiB | 79 | 69 | |
CMakeLists.txt | D | 03-May-2024 | 23.1 KiB | 628 | 570 | |
CONTRIBUTING.md | D | 03-May-2024 | 2.2 KiB | 43 | 37 | |
LICENSE | D | 03-May-2024 | 11.1 KiB | 202 | 169 | |
LICENSE.txt | D | 03-May-2024 | 11.1 KiB | 203 | 169 | |
METADATA | D | 03-May-2024 | 455 | 20 | 19 | |
MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | |||
OWNERS | D | 03-May-2024 | 185 | 5 | 4 | |
README.android | D | 03-May-2024 | 281 | 11 | 9 | |
TEST_MAPPING | D | 03-May-2024 | 311 | 19 | 18 | |
WORKSPACE | D | 03-May-2024 | 649 | 19 | 13 | |
appveyor.yml | D | 03-May-2024 | 4.3 KiB | 126 | 100 | |
build_defs.bzl | D | 03-May-2024 | 9.6 KiB | 262 | 241 | |
composer.json | D | 03-May-2024 | 377 | 18 | 18 | |
conanfile.py | D | 03-May-2024 | 3 KiB | 76 | 64 | |
package.json | D | 03-May-2024 | 920 | 35 | 34 | |
pom.xml | D | 03-May-2024 | 4.3 KiB | 139 | 137 | |
readme.md | D | 03-May-2024 | 2.3 KiB | 59 | 46 |
README.android
1URL: https://github.com/google/flatbuffers/releases/tag/v1.6.0 2Version: 1.6.0 3License: Apache License, Version 2.0 4License File: LICENSE 5Owners: siyamed 6 7Description: 8Cross platform serialization library. Used to read the metadata in a font. 9 10Local Modifications: 11No modifications.
readme.md
1![logo](http://google.github.io/flatbuffers/fpl_logo_small.png) FlatBuffers 2=========== 3 4[![Build Status](https://travis-ci.org/google/flatbuffers.svg?branch=master)](https://travis-ci.org/google/flatbuffers) 5[![Build status](https://ci.appveyor.com/api/projects/status/yg5idd2fnusv1n10?svg=true)](https://ci.appveyor.com/project/gwvo/flatbuffers) 6[![Join the chat at https://gitter.im/google/flatbuffers](https://badges.gitter.im/google/flatbuffers.svg)](https://gitter.im/google/flatbuffers?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) 7[![Discord Chat](https://img.shields.io/discord/656202785926152206.svg)](https:///discord.gg/6qgKs3R) 8[![Twitter Follow](https://img.shields.io/twitter/follow/wvo.svg?style=social)](https://twitter.com/wvo) 9 10 11**FlatBuffers** is a cross platform serialization library architected for 12maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility. 13 14**Go to our [landing page][] to browse our documentation.** 15 16## Supported operating systems 17* Windows 18* MacOS X 19* Linux 20* Android 21* And any others with a recent C++ compiler. 22 23## Supported programming languages 24* C++ 25* C# 26* C 27* Dart 28* Go 29* Java 30* JavaScript 31* Lobster 32* Lua 33* PHP 34* Python 35* Rust 36* TypeScript 37 38*and more in progress...* 39 40## Contribution 41* [FlatBuffers Google Group][] to discuss FlatBuffers with other developers and users. 42* [FlatBuffers Issues Tracker][] to submit an issue. 43* [stackoverflow.com][] with [`flatbuffers` tag][] for any questions regarding FlatBuffers. 44 45*To contribute to this project,* see [CONTRIBUTING][]. 46 47## Licensing 48*Flatbuffers* is licensed under the Apache License, Version 2.0. See [LICENSE][] for the full license text. 49 50<br> 51 52 [CONTRIBUTING]: http://github.com/google/flatbuffers/blob/master/CONTRIBUTING.md 53 [`flatbuffers` tag]: https://stackoverflow.com/questions/tagged/flatbuffers 54 [FlatBuffers Google Group]: https://groups.google.com/forum/#!forum/flatbuffers 55 [FlatBuffers Issues Tracker]: http://github.com/google/flatbuffers/issues 56 [stackoverflow.com]: http://stackoverflow.com/search?q=flatbuffers 57 [landing page]: https://google.github.io/flatbuffers 58 [LICENSE]: https://github.com/google/flatbuffers/blob/master/LICENSE.txt 59