mirror of https://github.com/vee1e/flatbuffers - FlatBuffers: Memory Efficient Serialization Library
Find a file
Louis DeScioli 9d686bf433
Include subdirectories in published npm package (#6850)
Updates the `files` globs in package.json to include subdirectories in order to also include the flexbuffers directory in the published npm package.

Updates .gitignore to include the tsc-generated JS files.
2021-09-23 16:22:49 -07:00
.appveyor
.bazelci Remove ubuntu1604 from presubmit.yml (#6715) 2021-07-09 09:59:30 -07:00
.github feat(build): compile "universal" libraries and executables for Mac (#6852) 2021-09-23 12:36:20 -07:00
.travis Ran clang-format-all.sh. Removed default --style=file parameter (#6639) 2021-05-15 12:54:08 -07:00
android
bazel
CMake
conan
dart Dart: binary lists (typed_data) (#6839) 2021-09-15 08:50:57 -07:00
docs [C#] Using 'global::' as qualifying_start_ within BaseGenerator (#6767) 2021-09-15 16:57:29 -05:00
go
grpc update Java version to 2.0.3 2021-08-14 09:01:54 -07:00
include/flatbuffers [C#] Using 'global::' as qualifying_start_ within BaseGenerator (#6767) 2021-09-15 16:57:29 -05:00
java/com/google/flatbuffers [Java] Avoid casting ByteBuffer to Buffer (#6785) 2021-08-30 15:51:06 -07:00
js
kotlin
lobster
lua
mjs
net/FlatBuffers
php
python Fix warning about deprecated module: imp (#6362) 2021-06-17 13:02:22 -07:00
reflection Replace filenames in reflection with filenames+includes. (#6703) 2021-06-19 19:21:33 -04:00
rust Store vtables sorted in Rust builder (#6765) 2021-08-03 12:31:45 -07:00
samples [C++] Add GetMutableSizePrefixedRoot and generate GetMutableSizePrefixedXxx functions (#6815) 2021-08-30 15:34:42 -07:00
scripts Add the file a symbol is declared in to Reflection (#6613) 2021-06-17 11:50:04 -04:00
snap use improved versioning (#6691) 2021-06-11 15:27:59 -07:00
src [C#] Using 'global::' as qualifying_start_ within BaseGenerator (#6767) 2021-09-15 16:57:29 -05:00
swift
tests fixed errant itemgroup element in C# test project (#6854) 2021-09-21 15:01:29 -07:00
ts Use ArrayBuffer type for JS flexbuffer's toObject (#6851) 2021-09-23 16:22:13 -07:00
.clang-format
.editorconfig
.eslintrc.js
.gitattributes
.gitignore Include subdirectories in published npm package (#6850) 2021-09-23 16:22:49 -07:00
.travis.yml
appveyor.yml
BUILD.bazel
build_defs.bzl Add a split on ':' to build_defs.bzl (#6742) 2021-07-19 16:42:27 -04:00
CMakeLists.txt feat(build): compile "universal" libraries and executables for Mac (#6852) 2021-09-23 12:36:20 -07:00
composer.json
conanfile.py
CONTRIBUTING.md
Formatters.md Ran clang-format-all.sh. Removed default --style=file parameter (#6639) 2021-05-15 12:54:08 -07:00
LICENSE.txt
package.json Include subdirectories in published npm package (#6850) 2021-09-23 16:22:49 -07:00
pom.xml update Java version to 2.0.3 2021-08-14 09:01:54 -07:00
readme.md Update readme.md to point to security policy 2021-05-19 11:59:58 -07:00
SECURITY.md Create Security.md 2021-05-19 11:55:50 -07:00
swift.swiftformat
tsconfig.json
tsconfig.mjs.json
WORKSPACE [C++] Use proper gRPC C++ API when using MemoryBuffer Slice (#6756) 2021-07-29 10:41:51 -07:00

logo FlatBuffers

Build Status Build status Join the chat at https://gitter.im/google/flatbuffers Discord Chat Twitter Follow

FlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.

Go to our landing page to browse our documentation.

Supported operating systems

  • Windows
  • MacOS X
  • Linux
  • Android
  • And any others with a recent C++ compiler.

Supported programming languages

  • C++
  • C#
  • C
  • Dart
  • Go
  • Java
  • JavaScript
  • Lobster
  • Lua
  • PHP
  • Python
  • Rust
  • TypeScript

and more in progress...

Contribution

To contribute to this project, see CONTRIBUTING.

Security

Please see our Security Policy for reporting vulnerabilities.

Licensing

Flatbuffers is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.