flatbuffers/tests
Paulo Pinheiro 0798b7b698 [FlexBuffers][Java] Fix wrong access to a string using Reference::asString(). (#5532)
The real position of a string is  calculated by using the indirect() method,
which should be based on parentWidth and not byteWidth, as it was implemented.

We are also fixing the flag BUILDER_FLAG_SHARE_STRINGS on FlexBuffersBuilder
that was set as '1', same value as BUILDER_FLAG_SHARE_KEYS.
2019-09-25 11:59:10 -07:00
..
docker
FlatBuffers.Benchmarks
FlatBuffers.Test Add element size parameter to __vector_as_arraysegment [c#] (#5512) 2019-09-10 17:07:46 -07:00
fuzzer
include_test
MyGame Java: Added access object for vector of struct and vector of tables. (#5233) 2019-09-23 09:22:43 -07:00
namespace_test Java: Added access object for vector of struct and vector of tables. (#5233) 2019-09-23 09:22:43 -07:00
prototest
rust_usage_test Rust: Fixed cargo clippy on non-generated code (#5485) 2019-09-09 13:02:43 -07:00
union_vector Java: Added access object for vector of struct and vector of tables. (#5233) 2019-09-23 09:22:43 -07:00
arrays_test.bfbs Fix incorrect padding in arrays of structs (Issue #5484) (#5491) 2019-08-23 10:46:47 -07:00
arrays_test.fbs Fix incorrect padding in arrays of structs (Issue #5484) (#5491) 2019-08-23 10:46:47 -07:00
arrays_test.golden Fix incorrect padding in arrays of structs (Issue #5484) (#5491) 2019-08-23 10:46:47 -07:00
arrays_test.schema.json Fix incorrect padding in arrays of structs (Issue #5484) (#5491) 2019-08-23 10:46:47 -07:00
arrays_test_generated.h Fix incorrect padding in arrays of structs (Issue #5484) (#5491) 2019-08-23 10:46:47 -07:00
DartTest.sh
generate_code.bat [C++] remove static_cast expression (#5440) 2019-08-01 14:31:48 -07:00
generate_code.sh Fixed missing generated code. 2019-08-19 17:57:23 -07:00
go_test.go [Go] Change two more sites to use enum types (#5359) 2019-05-20 14:46:36 -07:00
GoTest.sh Fix echo not interpret \n in GoTest.sh (#5426) 2019-07-01 11:42:00 -07:00
JavaScriptTest.js
JavaScriptTest.sh
JavaScriptUnionVectorTest.js
JavaTest.bat
javatest.bin [Javascript] Fix syntax error for signed enum (#5503) 2019-09-05 10:22:04 -07:00
JavaTest.java [FlexBuffers][Java] Fix wrong access to a string using Reference::asString(). (#5532) 2019-09-25 11:59:10 -07:00
JavaTest.sh [FlexBuffers][Java] Implementation of FlexBuffers API (#5476) 2019-08-29 15:06:24 -07:00
KotlinTest.kt Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
KotlinTest.sh Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
lobstertest.lobster Lobster: added builder API for tables 2019-05-22 19:42:13 -07:00
LuaTest.bat
luatest.lua Fix for Boolean types (#5379) (#5466) 2019-08-01 10:28:54 -07:00
LuaTest.sh Fix for Boolean types (#5379) (#5466) 2019-08-01 10:28:54 -07:00
monster_extra.fbs Extend the test of MonsterExtra (#5428) 2019-07-08 11:22:56 -07:00
monster_extra_generated.h C++ IDL generation adds superfluous semicolon in GenTablePost, causing (#5483) 2019-08-19 17:49:37 -07:00
monster_test.bfbs [Javascript] Fix syntax error for signed enum (#5503) 2019-09-05 10:22:04 -07:00
monster_test.fbs [Javascript] Fix syntax error for signed enum (#5503) 2019-09-05 10:22:04 -07:00
monster_test.grpc.fb.cc
monster_test.grpc.fb.h
monster_test.schema.json [Javascript] Fix syntax error for signed enum (#5503) 2019-09-05 10:22:04 -07:00
monster_test_generated.h [Javascript] Fix syntax error for signed enum (#5503) 2019-09-05 10:22:04 -07:00
monster_test_generated.js [Javascript] Fix syntax error for signed enum (#5503) 2019-09-05 10:22:04 -07:00
monster_test_generated.lobster [Javascript] Fix syntax error for signed enum (#5503) 2019-09-05 10:22:04 -07:00
monster_test_generated.rs [Javascript] Fix syntax error for signed enum (#5503) 2019-09-05 10:22:04 -07:00
monster_test_generated.ts [Javascript] Fix syntax error for signed enum (#5503) 2019-09-05 10:22:04 -07:00
monster_test_my_game.example2_generated.dart
monster_test_my_game.example_generated.dart [Javascript] Fix syntax error for signed enum (#5503) 2019-09-05 10:22:04 -07:00
monster_test_my_game_generated.dart
monsterdata_extra.json Extend the test of MonsterExtra (#5428) 2019-07-08 11:22:56 -07:00
monsterdata_python_wire.mon Python: Added support for file_identifiers (#5123) 2019-07-26 11:06:25 -07:00
monsterdata_test.golden Support nested_flatbuffer attribute when parsing bfbs schema (#5448) 2019-07-26 09:13:11 -07:00
monsterdata_test.json
monsterdata_test.mon
native_type_test.fbs [C++] remove static_cast expression (#5440) 2019-08-01 14:31:48 -07:00
native_type_test_generated.h C++ IDL generation adds superfluous semicolon in GenTablePost, causing (#5483) 2019-08-19 17:49:37 -07:00
native_type_test_impl.cpp [C++] remove static_cast expression (#5440) 2019-08-01 14:31:48 -07:00
native_type_test_impl.h Fix compilation error in tests. (#5472) 2019-08-05 11:57:54 -07:00
phpTest.php
phpUnionVectorTest.php
phpUnionVectorTest.sh
py_test.py Fix incorrect padding in arrays of structs (Issue #5484) (#5491) 2019-08-23 10:46:47 -07:00
PythonTest.sh
RustTest.bat
RustTest.sh
test.cpp Fix Mutate() methods of Array<scalar/struct> (override 5508) (#5526) 2019-09-23 09:31:51 -07:00
test_assert.cpp
test_assert.h
test_builder.cpp
test_builder.h
TestAll.sh Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
TypeScriptTest.sh
unicode_test.json