flatbuffers/docs/source
Ivan Dlugos 4e3a66c141
Dart object API (#6682)
* dart test scripts - generate with `--gen-object-api`

* Dart object API, pack and unpack methods (WIP)

* Dart flatc - extract Builder code to separate functions to reuse it in Pack()

* Dart flatc - use builder field-building implementation in pack()

* Dart flatc - add pack() as an intance method of the "T" class

* Dart object API - make inner fields unpacked as well

* Dart object API - use pack() when collecting field offsets

* Dart object API - use packOnce() for fields that are structs or vectors of structs

* Dart object API - remove obsolete union support TODO

* Dart object API - minor review changes, test and fixes

* Dart object API - revert packOnce() - not supported by other object API implementations

* Dart object API - update docs

* update dart generated code in tests/ to fix CI failure on ./scripts/check-generated-code.sh

* Dart flatc - fix compilation for old MSVC and c++0x
2021-06-14 10:15:56 -07:00
..
gRPC
Benchmarks.md
Building.md Update Building.md (#6473) 2021-02-18 19:51:41 -08:00
Compiler.md [TS/JS] New gen TS code gen (#6302) 2021-01-19 12:51:13 -08:00
CONTRIBUTING.md
CppUsage.md Fix typo in C++ doc (#6664) 2021-05-24 11:22:01 -07:00
CsharpUsage.md [C#] Fix and improve project files (#6142) 2020-09-28 11:56:59 -07:00
CUsage.md
DartUsage.md Dart object API (#6682) 2021-06-14 10:15:56 -07:00
doxyfile Updated doxyfile - added missing files (#5824) 2020-03-20 10:13:47 -07:00
doxygen_layout.xml [Scripts] Adds swift to generated code (#5806) 2020-03-16 11:55:59 -07:00
FlatBuffers.md Remove invalid claim that Protocol Buffers does not support unions (#6413) 2021-01-21 12:23:54 -08:00
FlexBuffers.md [Java][FlexBuffers] Improve documentation for FlexBuffers in Java. (#5506) 2019-09-10 10:06:47 -07:00
GoApi.md
GoApi_generated.txt
GoUsage.md
Grammar.md Fix float_constant definition in './doc/Grammar.md` (#5828) 2020-03-23 09:51:57 -07:00
groups
Internals.md Clarify that (Flat|Flex)Buffers do not deduplicate vector elements (#6415) 2021-01-21 16:09:35 -08:00
JavaScriptUsage.md updated JS docs to reflect current status (#6436) 2021-02-19 12:05:02 -08:00
JavaUsage.md [C#] support Object API (#5710) 2020-01-30 10:18:28 -08:00
KotlinUsage.md Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
LobsterUsage.md
LuaUsage.md [Lua] Add LuaJIT support (#6584) 2021-04-30 10:38:16 -07:00
PHPUsage.md
PythonUsage.md
README_TO_GENERATE_DOCS.md
RustUsage.md
Schemas.md update docs - structs can't be roots (#6690) 2021-06-11 15:20:10 -07:00
style.css
Support.md Dart object API (#6682) 2021-06-14 10:15:56 -07:00
SwiftUsage.md [Swift] Rebuild the way swift handles structs from scratch (#6326) 2020-12-17 14:55:32 -08:00
Tutorial.md Fixes grammer (#6477) 2021-02-19 12:16:38 -08:00
TypeScriptUsage.md updated JS docs to reflect current status (#6436) 2021-02-19 12:05:02 -08:00
WhitePaper.md