• Home
  • History
  • Annotate
Name
Date
Size
#Lines
LOC

..--

.appveyor/23-Nov-2023-4035

.bazelci/23-Nov-2023-2423

.github/22-Nov-2023-3018

.travis/23-Nov-2023-16086

CMake/23-Nov-2023-323281

android/23-Nov-2023-1,006626

conan/23-Nov-2023-207132

dart/23-Nov-2023-4,3353,718

docs/22-Nov-2023-10,2658,312

go/23-Nov-2023-1,6421,021

grpc/23-Nov-2023-5,4484,339

include/flatbuffers/22-Nov-2023-9,3756,636

java/com/google/flatbuffers/22-Nov-2023-2,191964

js/23-Nov-2023-1,240530

lobster/23-Nov-2023-279233

lua/23-Nov-2023-814630

net/FlatBuffers/22-Nov-2023-2,2041,359

php/23-Nov-2023-1,686870

python/23-Nov-2023-1,346835

reflection/23-Nov-2023-149115

rust/flatbuffers/23-Nov-2023-1,7271,080

samples/23-Nov-2023-4,1312,873

src/23-Nov-2023-18,31115,138

tests/23-Nov-2023-47,39634,862

.clang-formatD23-Nov-2023304 1412

.editorconfigD23-Nov-2023113 86

.gitD01-Jan-19700

.gitattributesD22-Nov-202312 21

.gitignoreD23-Nov-20231.8 KiB116115

.travis.ymlD23-Nov-20236.6 KiB187142

Android.bpD23-Nov-20232 KiB7365

Android.mkD23-Nov-202387 20

BUILDD23-Nov-20234.7 KiB186173

CMakeLists.txtD23-Nov-202315.7 KiB462413

CONTRIBUTING.mdD22-Nov-20232.2 KiB4337

LICENSED22-Nov-202311.1 KiB202169

LICENSE.txtD22-Nov-202311.1 KiB203169

METADATAD23-Nov-2023464 1918

MODULE_LICENSE_APACHE2D22-Nov-20230

NOTICED22-Nov-202311.1 KiB202169

OWNERSD23-Nov-2023185 54

README.androidD22-Nov-2023281 119

WORKSPACED23-Nov-2023496 1610

appveyor.ymlD23-Nov-20233 KiB10681

build_defs.bzlD23-Nov-20238.3 KiB231215

composer.jsonD22-Nov-2023377 1818

conanfile.pyD23-Nov-20233 KiB7664

package.jsonD23-Nov-2023920 3534

pom.xmlD23-Nov-20234.3 KiB140138

readme.mdD23-Nov-20232.1 KiB5543

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[![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
8maximum 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