flatbuffers/tests
unintellisense 46208b1e91 JS- support clear() method on builder (#5109)
* support clearing flatBuffer builder in js

* remove unused member
 reset force_defaults
dont actually need to clear data in bytebuffer
2019-01-14 09:21:42 -08:00
..
docker [Go] Namespaced imports fix (#5097) 2018-12-27 20:57:19 -05:00
FlatBuffers.Test make unions with type aliases more usable (#5019) 2018-11-01 12:51:25 -07:00
fuzzer Make the Parser independent from the global C-locale (#5028) 2018-11-16 09:24:06 -08:00
include_test Disallowed 0 byte structs. 2018-10-29 17:40:19 -07:00
MyGame [Go] Namespaced imports fix (#5097) 2018-12-27 20:57:19 -05:00
namespace_test [Go] Namespaced imports fix (#5097) 2018-12-27 20:57:19 -05:00
prototest Protobufs: Added '--oneof-union' option. (#4647) 2018-03-05 08:45:25 -08:00
rust_usage_test CI: Dockerized language port tests (#5066) 2018-11-29 22:03:06 -08:00
union_vector Performance improvement to generated+supporting PHP (#5080) 2018-12-20 16:10:20 -08:00
DartTest.sh Ensure strings are null terminated when written from Dart (#4862) 2018-08-09 09:50:54 -07:00
generate_code.bat Add NaN and Inf defaults to the C++ generated code. (#5102) 2019-01-07 10:04:44 -08:00
generate_code.sh Add NaN and Inf defaults to the C++ generated code. (#5102) 2019-01-07 10:04:44 -08:00
go_test.go [Go] Namespaced imports fix (#5097) 2018-12-27 20:57:19 -05:00
GoTest.sh [Go] Namespaced imports fix (#5097) 2018-12-27 20:57:19 -05:00
JavaScriptTest.js JS- support clear() method on builder (#5109) 2019-01-14 09:21:42 -08:00
JavaScriptTest.sh Fixed --keep-prefix functionality. 2017-05-24 16:26:57 -07:00
JavaScriptUnionVectorTest.js Vector of unions for TS/JS and PHP (#4404) 2017-08-11 09:24:36 -07:00
JavaTest.bat
javatest.bin Disallowed 0 byte structs. 2018-10-29 17:40:19 -07:00
JavaTest.java Go - Use Go bool type for bool fields (#4962) 2018-10-15 16:55:59 -07:00
JavaTest.sh
lobstertest.lobster FlatBuffers implementation for the Lobster programming language 2018-07-29 13:23:00 -07:00
LuaTest.bat
luatest.lua
monster_extra.fbs Add NaN and Inf defaults to the C++ generated code. (#5102) 2019-01-07 10:04:44 -08:00
monster_extra_generated.h Add NaN and Inf defaults to the C++ generated code. (#5102) 2019-01-07 10:04:44 -08:00
monster_test.bfbs Enable flatbuffer to initialize Parser from bfbs (#4283) (#5077) 2018-12-13 11:59:27 -08:00
monster_test.fbs Fix Java generator bug that ignores bidi streaming attribute (#5063) 2018-11-29 10:33:17 -08:00
monster_test.grpc.fb.cc Fix Java generator bug that ignores bidi streaming attribute (#5063) 2018-11-29 10:33:17 -08:00
monster_test.grpc.fb.h Fix Java generator bug that ignores bidi streaming attribute (#5063) 2018-11-29 10:33:17 -08:00
monster_test.schema.json Fixed vectors of enums in object API serialized incorrectly. 2018-11-05 14:33:36 -08:00
monster_test_generated.h Make string/vector field serialization order not depend on optimizer. 2018-11-16 17:08:35 -08:00
monster_test_generated.js Fixed vectors of enums in object API serialized incorrectly. 2018-11-05 14:33:36 -08:00
monster_test_generated.lobster Fixed vectors of enums in object API serialized incorrectly. 2018-11-05 14:33:36 -08:00
monster_test_generated.rs Fixed vectors of enums in object API serialized incorrectly. 2018-11-05 14:33:36 -08:00
monster_test_generated.ts Convenient createX methods for TS (#5044) 2018-11-16 09:17:54 -08:00
monster_test_my_game.example2_generated.dart CI check generate code (#4998) 2018-10-22 15:41:12 -07:00
monster_test_my_game.example_generated.dart Fixed vectors of enums in object API serialized incorrectly. 2018-11-05 14:33:36 -08:00
monster_test_my_game_generated.dart Added missing Dart codegen files. 2018-09-21 09:42:43 -07:00
monsterdata_python_wire.mon
monsterdata_test.golden Go - Use Go bool type for bool fields (#4962) 2018-10-15 16:55:59 -07:00
monsterdata_test.json Go - Use Go bool type for bool fields (#4962) 2018-10-15 16:55:59 -07:00
monsterdata_test.mon Go - Use Go bool type for bool fields (#4962) 2018-10-15 16:55:59 -07:00
phpTest.php Go - Use Go bool type for bool fields (#4962) 2018-10-15 16:55:59 -07:00
phpUnionVectorTest.php
phpUnionVectorTest.sh
py_test.py [Python] Fast serialization of numpy vectors (#4829) 2018-10-15 17:07:08 -07:00
PythonTest.sh
RustTest.bat Rust: test that no heap allocs happen on hot paths (#5022) 2018-10-31 18:08:14 -07:00
RustTest.sh Rust: test that no heap allocs happen on hot paths (#5022) 2018-10-31 18:08:14 -07:00
test.cpp Add NaN and Inf defaults to the C++ generated code. (#5102) 2019-01-07 10:04:44 -08:00
test_assert.cpp Make the Parser independent from the global C-locale (#5028) 2018-11-16 09:24:06 -08:00
test_assert.h Make the Parser independent from the global C-locale (#5028) 2018-11-16 09:24:06 -08:00
test_builder.cpp Efficient Conversion of a FlatBufferBuilder to a MessageBuilder (#4980) 2018-10-18 10:32:59 -07:00
test_builder.h Fix a memory leak in builder test (#5021) 2018-11-02 10:04:58 -07:00
TestAll.sh Updated TestAll.sh with Rust. 2018-10-03 12:27:27 -07:00
TypeScriptTest.sh Vector of unions for TS/JS and PHP (#4404) 2017-08-11 09:24:36 -07:00
unicode_test.json