| commit | ade9e19be026e2e66587cdea8b07d8597bc58651 | [log] [tgz] |
|---|---|---|
| author | tira-misu <gunter.burchardt@boschrexroth.de> | Tue Nov 22 21:00:13 2022 +0100 |
| committer | GitHub <noreply@github.com> | Tue Nov 22 20:00:13 2022 +0000 |
| tree | 29952fcf60595beb1943546fe74a05d1cfc9fe77 | |
| parent | eb1abb51ea856a7b118c0d6a47624470caec0463 [diff] |
[C#] Fix collision of member if union name is "Value" (#7648) * Fix C/C++ Create<Type>Direct with sorted vectors If a struct has a key the vector has to be sorted. To sort the vector you can't use "const". * Changes due to code review * Improve code readability * Add generate of JSON schema to string to lib * option indent_step is supported * Remove unused variables * Fix break in test * Fix style to be consistent with rest of the code * [TS] Fix reserved words as arguments (#6955) * [TS] Fix generation of reserved words in object api (#7106) * [TS] Fix generation of object api * [TS] Fix MakeCamel -> ConvertCase * [C#] Fix collision of field name and type name * [TS] Add test for struct of struct of struct * Update generated files * Add missing files * [TS] Fix query of null/undefined fields in object api * [C#] Fix collision of member if enum name is "Value" * Fix due to style guide Co-authored-by: Derek Bailey <derekbailey@google.com>
FlatBuffersFlatBuffers 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.
Code generation and runtime libraries for many popular languages.
and more in progress...
flatbuffers tag for any questions regarding FlatBuffers.To contribute to this project, see CONTRIBUTING.
Please see our Security Policy for reporting vulnerabilities.
Flatbuffers is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.