mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 09:51:12 +00:00
* 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 * Add .Net verfier * Add some fuzz tests for .Net * Remove additional files * Fix .net test * Changes due to PR * Fix generated files --------- Co-authored-by: Derek Bailey <derekbailey@google.com> |
||
|---|---|---|
| .. | ||
| gRPC | ||
| Benchmarks.md | ||
| Building.md | ||
| Compiler.md | ||
| CONTRIBUTING.md | ||
| CppUsage.md | ||
| CsharpUsage.md | ||
| CUsage.md | ||
| DartUsage.md | ||
| doxyfile | ||
| doxygen_layout.xml | ||
| FlatBuffers.md | ||
| FlexBuffers.md | ||
| GoApi.md | ||
| GoApi_generated.txt | ||
| GoUsage.md | ||
| Grammar.md | ||
| groups | ||
| IntermediateRepresentation.md | ||
| Internals.md | ||
| JavaScriptUsage.md | ||
| JavaUsage.md | ||
| KotlinUsage.md | ||
| LobsterUsage.md | ||
| LuaUsage.md | ||
| PHPUsage.md | ||
| PythonUsage.md | ||
| README_TO_GENERATE_DOCS.md | ||
| RustUsage.md | ||
| Schemas.md | ||
| style.css | ||
| Support.md | ||
| SwiftUsage.md | ||
| Tutorial.md | ||
| TypeScriptUsage.md | ||
| WhitePaper.md | ||