mirror of https://github.com/vee1e/flatbuffers - FlatBuffers: Memory Efficient Serialization Library
Find a file
Casper 4016c549d3
Apply Namer to Python code gen (#7146)
* Refactor out a  class from Rust Codegen

* Convert GenerateRustModuleRootFile

* git-clang-format

* unused variable

* parenthesis

* update BUILD file

* buildifier

* Delete bfbs_gen_rust.h

* Delete bfbs_gen_rust.cpp

* Addressed some comments

* Namer::EnumVariant

* Remove do not submit; Add Namespace vector overload

* Unshadow variable

* removed redundant variables

* Apply Namer to Python

* Use more variables a bit

* Apply const a bunch

* More variables

* Fix ObjectTypes

* git clang format

* small thing

* Simplified code around nested flatbuffers

* Make more methods const.

* Python files are kKeep case

* Address DO NOT SUBMIT in SaveType

* ensure dir exists before saving files

* fix space

Co-authored-by: Casper Neo <cneo@google.com>
2022-03-07 19:24:46 -05:00
.bazelci Remove ubuntu1604 from presubmit.yml (#6715) 2021-07-09 09:59:30 -07:00
.github Trigger fuzzing CI only on relevant changes (#7120) 2022-02-21 23:44:04 -06:00
.travis
android replaced removed xml tag 2022-02-02 15:15:50 -08:00
bazel
benchmarks Vector Downward GetSize optimization (#6925) 2021-11-22 19:50:42 -08:00
CMake Change Rust generated file defaults (#7101) 2022-02-15 11:48:42 -05:00
conan attempt to remove appveyor (#7056) 2022-01-31 21:52:15 -08:00
dart Fix 64-bit numeric enum values in typescript (#7135) 2022-03-04 21:57:48 -08:00
docs Fix minor typo in WhitePaper.md (#7108) 2022-02-18 21:29:21 -08:00
go
grpc Replaced ToDasherCase with ConvertCase (#7131) 2022-02-23 22:31:40 -06:00
include/flatbuffers Implement a config based name manager and use it in Rust codegen (#7144) 2022-03-05 20:43:57 -05:00
java/com/google/flatbuffers removed BSD-3-Clause license and Zlib licenses (#7073) 2022-02-02 13:12:01 -08:00
js
kotlin
lobster
lua
mjs
net/FlatBuffers add xmlns to .Net (#7066) 2022-02-01 20:57:13 -08:00
php
python Add reflection support for python (#7026) 2022-02-10 11:10:47 -08:00
reflection Lua Generator using IR. (#6940) 2021-12-02 21:29:19 -08:00
rust [Rust] Add length checks to arrays and vectors. (#7130) 2022-02-24 13:49:59 -05:00
samples prevent name clash (#7133) 2022-02-24 22:01:25 -08:00
scripts Change Rust generated file defaults (#7101) 2022-02-15 11:48:42 -05:00
snap use improved versioning (#6691) 2021-06-11 15:27:59 -07:00
src Apply Namer to Python code gen (#7146) 2022-03-07 19:24:46 -05:00
swift Swift FlatBufferBuilder.sizedByteArray to ByteBuffer.toArray() (#7093) 2022-02-11 13:26:16 -08:00
tests Implement a config based name manager and use it in Rust codegen (#7144) 2022-03-05 20:43:57 -05:00
ts [TS] Refactor away circular ref (#7099) 2022-02-11 09:40:09 -08:00
.clang-format
.editorconfig
.eslintrc.js
.gitattributes
.gitignore Added Google benchmarks (and gtests) (#6920) 2021-11-15 13:41:22 -08:00
.travis.yml Removed test/generate_code.{sh|bat} (#6873) 2021-11-30 23:13:24 -08:00
BUILD.bazel Lua Generator using IR. (#6940) 2021-12-02 21:29:19 -08:00
build_defs.bzl Add deps attribute to flatbuffer_cc_library (#7107) 2022-02-21 22:33:47 -06:00
CMakeLists.txt remove stall reference to version 2022-02-22 16:41:42 -08:00
composer.json
conanfile.py
CONTRIBUTING.md
Formatters.md
LICENSE.txt
package.json updated npm to 2.0.6 2022-02-24 22:21:36 -08:00
pom.xml update Java version to 2.0.3 2021-08-14 09:01:54 -07:00
readme.md attempt to remove appveyor (#7056) 2022-01-31 21:52:15 -08:00
SECURITY.md
swift.swiftformat Improves documentation, and adding DocC (#6784) 2021-09-27 20:59:19 +02:00
tsconfig.json
tsconfig.mjs.json
WORKSPACE Upgraded GRPC version to 1.42.0 (#7033) 2022-01-25 09:59:29 -08:00

logo FlatBuffers

Build status 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
  • 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.