flatbuffers/tests
Dan Field 88912640d0 Add [Dart] support (#4676)
* Add [Dart] support

* fix enum vectors

* Allow for opt out of string interning

* fix comment style, make interning opt in

* remove Offset<T>, prefer int

* avoid creating unnecessary vtable objects

* start work on tests - do not generate builder if struct has 0 fields - add int64

* support reading structs properly

* correctly handle reading vectors of structs, dartfmt

* support structs, fix unnecessary prepares

* fix bool customizations

* undo unintentional removal of file

* docs updates, complete tutorial, bug fix for codegen

* more documentation

* Update docs, add to doxygen file

* update package structure, add samples script/code

* rearrange sample

* Tests

* Add readme for pub

* cleanup package for pub

* update docs for renamed file

* remove custom matcher, use `closeTo` instead

* remove unintentional file

* remove unintended file checkin

* use auto, move method, cleanup

* refactor to ObjectBuilders, add Builders

* Update tests, examples

* Add files missing from previous commit

* documentation and example updates

* Update LICENSE, make dartanalyzer happy, fix minor bugs, get rid of duplicate files, publish script

* fix sample for slightly different schema

* Update pubspec.yaml
2018-05-18 11:06:15 -07:00
..
FlatBuffers.Test Vector of unions support for java and c# (#4735) 2018-05-14 11:12:24 -07:00
fuzzer
include_test
MyGame [BREAKING CHANGE] Python: handle bool table fields properly. (#4736) 2018-05-14 13:30:10 -07:00
namespace_test Include services in reflection data (fixes #4639) (#4713) 2018-04-27 13:31:18 -07:00
prototest Protobufs: Added '--oneof-union' option. (#4647) 2018-03-05 08:45:25 -08:00
union_vector Vector of unions support for java and c# (#4735) 2018-05-14 11:12:24 -07:00
DartTest.sh Add [Dart] support (#4676) 2018-05-18 11:06:15 -07:00
generate_code.bat Fix broken Java/C# codegen 2018-03-05 16:37:04 -08:00
generate_code.sh Add [Dart] support (#4676) 2018-05-18 11:06:15 -07:00
go_test.go Trimmed vtables of trailing zeroes. 2017-08-24 09:35:54 -07:00
GoTest.sh Trimmed vtables of trailing zeroes. 2017-08-24 09:35:54 -07:00
JavaScriptTest.js
JavaScriptTest.sh
JavaScriptUnionVectorTest.js
JavaTest.bat Text files should not have executable bit set (#4480) 2017-11-06 10:20:22 -08:00
javatest.bin Trimmed vtables of trailing zeroes. 2017-08-24 09:35:54 -07:00
JavaTest.java Java/C#/Python prefixed size support (#4445) 2018-03-12 11:30:46 -07:00
JavaTest.sh
monster_test.bfbs Include services in reflection data (fixes #4639) (#4713) 2018-04-27 13:31:18 -07:00
monster_test.fbs Support attribute "cpp_ptr_type" on table elements marked as "hash" (#4643) 2018-03-05 08:40:55 -08:00
monster_test.grpc.fb.cc Various build fixes; update checked-in codegen. (#4572) 2017-12-28 09:10:55 -08:00
monster_test.grpc.fb.h Various build fixes; update checked-in codegen. (#4572) 2017-12-28 09:10:55 -08:00
monster_test.schema.json Support attribute "cpp_ptr_type" on table elements marked as "hash" (#4643) 2018-03-05 08:40:55 -08:00
monster_test_generated.h The asserts replaced by FLATBUFFERS_ASSERT. (#4701) 2018-04-16 08:57:59 -07:00
monster_test_generated.js Support attribute "cpp_ptr_type" on table elements marked as "hash" (#4643) 2018-03-05 08:40:55 -08:00
monster_test_generated.ts Support attribute "cpp_ptr_type" on table elements marked as "hash" (#4643) 2018-03-05 08:40:55 -08:00
monsterdata_python_wire.mon Trimmed vtables of trailing zeroes. 2017-08-24 09:35:54 -07:00
monsterdata_test.golden Made doubles output with higher precision in JSON and elsewhere. 2018-01-22 10:24:45 -08:00
monsterdata_test.json Text files should not have executable bit set (#4480) 2017-11-06 10:20:22 -08:00
monsterdata_test.mon Trimmed vtables of trailing zeroes. 2017-08-24 09:35:54 -07:00
phpTest.php
phpUnionVectorTest.php
phpUnionVectorTest.sh
py_test.py Python: return None for missing strings. (#4733) 2018-05-10 10:34:20 -07:00
PythonTest.sh
test.cpp Output JSON strings as natural UTF-8 text without escapes (#4710) 2018-05-03 12:10:45 -07:00
TestAll.sh Add [Dart] support (#4676) 2018-05-18 11:06:15 -07:00
TypeScriptTest.sh
unicode_test.json Output JSON strings as natural UTF-8 text without escapes (#4710) 2018-05-03 12:10:45 -07:00