Home | History | Annotate | only in /external/flatbuffers
Up to higher level directory
NameDateSize
.appveyor/22-Oct-2020
.bazelci/22-Oct-2020
.clang-format22-Oct-2020304
.editorconfig22-Oct-2020113
.gitattributes22-Oct-202012
.github/22-Oct-2020
.travis/22-Oct-2020
.travis.yml22-Oct-20206.6K
android/22-Oct-2020
Android.bp22-Oct-20202K
Android.mk22-Oct-202087
appveyor.yml22-Oct-20203K
BUILD22-Oct-20204.7K
build_defs.bzl22-Oct-20208.3K
CMake/22-Oct-2020
CMakeLists.txt22-Oct-202015.7K
composer.json22-Oct-2020377
conan/22-Oct-2020
conanfile.py22-Oct-20203K
CONTRIBUTING.md22-Oct-20202.2K
dart/22-Oct-2020
docs/22-Oct-2020
go/22-Oct-2020
grpc/22-Oct-2020
include/22-Oct-2020
java/22-Oct-2020
js/22-Oct-2020
LICENSE22-Oct-202011.1K
LICENSE.txt22-Oct-202011.1K
lobster/22-Oct-2020
lua/22-Oct-2020
METADATA22-Oct-2020464
MODULE_LICENSE_APACHE222-Oct-20200
net/22-Oct-2020
NOTICE22-Oct-202011.1K
OWNERS22-Oct-2020185
package.json22-Oct-2020920
php/22-Oct-2020
pom.xml22-Oct-20204.3K
python/22-Oct-2020
README.android22-Oct-2020281
readme.md22-Oct-20202.1K
reflection/22-Oct-2020
rust/22-Oct-2020
samples/22-Oct-2020
src/22-Oct-2020
tests/22-Oct-2020
WORKSPACE22-Oct-2020496

README.android

      1 URL: https://github.com/google/flatbuffers/releases/tag/v1.6.0
      2 Version: 1.6.0
      3 License: Apache License, Version 2.0
      4 License File: LICENSE
      5 Owners: siyamed
      6 
      7 Description:
      8 Cross platform serialization library. Used to read the metadata in a font.
      9 
     10 Local Modifications:
     11 No modifications.

readme.md

      1 ![logo](http://google.github.io/flatbuffers/fpl_logo_small.png) FlatBuffers
      2 ===========
      3 
      4 [![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)
      5 [![Build Status](https://travis-ci.org/google/flatbuffers.svg?branch=master)](https://travis-ci.org/google/flatbuffers) [![Build status](https://ci.appveyor.com/api/projects/status/yg5idd2fnusv1n10?svg=true)](https://ci.appveyor.com/project/gwvo/flatbuffers)
      6 
      7 **FlatBuffers** is a cross platform serialization library architected for
      8 maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.
      9 
     10 **Go to our [landing page][] to browse our documentation.**
     11 
     12 ## Supported operating systems
     13 * Windows
     14 * MacOS X
     15 * Linux
     16 * Android
     17 * And any others with a recent C++ compiler.
     18 
     19 ## Supported programming languages
     20 * C++
     21 * C#
     22 * C
     23 * Dart
     24 * Go
     25 * Java
     26 * JavaScript
     27 * Lobster
     28 * Lua
     29 * PHP
     30 * Python
     31 * Rust
     32 * TypeScript
     33 
     34 *and more in progress...*
     35 
     36 ## Contribution
     37 * [FlatBuffers Google Group][] to discuss FlatBuffers with other developers and users.
     38 * [FlatBuffers Issues Tracker][] to submit an issue.
     39 * [stackoverflow.com][] with [`flatbuffers` tag][] for any questions regarding FlatBuffers.
     40 
     41 *To contribute to this project,* see [CONTRIBUTING][].
     42 
     43 ## Licensing
     44 *Flatbuffers* is licensed under the Apache License, Version 2.0. See [LICENSE][] for the full license text.
     45 
     46 <br>
     47 
     48    [CONTRIBUTING]: http://github.com/google/flatbuffers/blob/master/CONTRIBUTING.md
     49    [`flatbuffers` tag]: https://stackoverflow.com/questions/tagged/flatbuffers
     50    [FlatBuffers Google Group]: https://groups.google.com/forum/#!forum/flatbuffers
     51    [FlatBuffers Issues Tracker]: http://github.com/google/flatbuffers/issues
     52    [stackoverflow.com]: http://stackoverflow.com/search?q=flatbuffers
     53    [landing page]: https://google.github.io/flatbuffers
     54    [LICENSE]: https://github.com/google/flatbuffers/blob/master/LICENSE.txt
     55