mirror of https://github.com/vee1e/flatbuffers - FlatBuffers: Memory Efficient Serialization Library
Find a file
Derek Bailey 82b75407a3
Wrap types in namespace for --ts-flat-files and --gen-all (#7451)
* Wrap types in namespace for --ts-flat-files and --gen-all

* Fixes for escaping object types

* Added to generate_code
2022-08-16 12:52:26 -07:00
.bazelci
.github [Kotlin] Make sure namespace path exist for code generation (#7357) 2022-08-15 10:13:27 -07:00
android [Kotlin] Make sure namespace path exist for code generation (#7357) 2022-08-15 10:13:27 -07:00
bazel
benchmarks
CMake
conan
dart
docs Moved TypeScriptTests to python script (#7411) 2022-08-07 11:42:02 -07:00
go
grpc Audit and fixups for GCC and Clang (#7212) 2022-08-16 10:48:41 -07:00
include/flatbuffers Wrap types in namespace for --ts-flat-files and --gen-all (#7451) 2022-08-16 12:52:26 -07:00
java/com/google/flatbuffers
js
kotlin
lobster
lua
mjs
net/FlatBuffers
php
python
reflection
rust
samples Issue#6959 :Updated Automatically generated rust files. (#7425) 2022-08-10 09:15:35 -04:00
scripts Wrap types in namespace for --ts-flat-files and --gen-all (#7451) 2022-08-16 12:52:26 -07:00
snap
src Wrap types in namespace for --ts-flat-files and --gen-all (#7451) 2022-08-16 12:52:26 -07:00
swift
tests Wrap types in namespace for --ts-flat-files and --gen-all (#7451) 2022-08-16 12:52:26 -07:00
ts Fix FlexBuffers JS/TS bug https://github.com/google/flatbuffers/issues/6934 (#7434) 2022-08-13 18:29:28 -07:00
.clang-format
.editorconfig
.eslintrc.js
.gitattributes
.gitignore Update gitingore to reflect name change (#7431) 2022-08-12 21:02:24 -07:00
.travis.yml
BUILD.bazel
build_defs.bzl
CMakeLists.txt Audit and fixups for GCC and Clang (#7212) 2022-08-16 10:48:41 -07:00
composer.json
conanfile.py
CONTRIBUTING.md
Formatters.md
LICENSE.txt
package.json Moved TypeScriptTests to python script (#7411) 2022-08-07 11:42:02 -07:00
pom.xml
readme.md
SECURITY.md
swift.swiftformat
tsconfig.json
tsconfig.mjs.json
typescript.bzl
WORKSPACE
yarn.lock

logo FlatBuffers

Build status Fuzzing Status OpenSSF Scorecard Join the chat at https://gitter.im/google/flatbuffers Discord Chat Twitter Follow 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
  • Swift
  • 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.