flatbuffers/tests
Derek Bailey 7b50004ec9 Performance Increase of Vector of Structures using .NET BlockCopy (#4830)
* Added Get<vector_name>Array() method for accessing vectors of structures in C# using Buffer.Blockcopy().

* Added Get<vector_name>Array() method for accessing vectors of structures in C# using Buffer.Blockcopy().

Added Create<Name>VectorBlock() method to add a typed array using Buffer.BlockCopy() to speed up creation of vector of arrays

New Lua files for namespace test

* fixed c++ style issue
2018-07-26 13:44:40 -07:00
..
FlatBuffers.Test Performance Increase of Vector of Structures using .NET BlockCopy (#4830) 2018-07-26 13:44:40 -07:00
MyGame Performance Increase of Vector of Structures using .NET BlockCopy (#4830) 2018-07-26 13:44:40 -07:00
fuzzer Updated fuzzer scripts 2018-07-16 15:51:28 -07:00
include_test Make inter-file cycles compile (#4364) 2017-06-26 09:07:02 -07:00
namespace_test Performance Increase of Vector of Structures using .NET BlockCopy (#4830) 2018-07-26 13:44:40 -07:00
prototest Protobufs: Added '--oneof-union' option. (#4647) 2018-03-05 08:45:25 -08:00
union_vector Renamed Verifier methods 2018-07-16 16:42:10 -07:00
DartTest.sh Add [Dart] support (#4676) 2018-05-18 11:06:15 -07:00
GoTest.sh Trimmed vtables of trailing zeroes. 2017-08-24 09:35:54 -07:00
JavaScriptTest.js TS tests fixes (#4265) 2017-04-21 09:29:42 -07: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 Text files should not have executable bit set (#4480) 2017-11-06 10:20:22 -08:00
JavaTest.java Java/C#/Python prefixed size support (#4445) 2018-03-12 11:30:46 -07:00
JavaTest.sh cleaning up JavaTest.sh - quote paths, and less error-prone deletion (#4301) 2017-05-10 16:45:08 -07:00
LuaTest.bat Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
PythonTest.sh Fixed --keep-prefix functionality. 2017-05-24 16:26:57 -07:00
TestAll.sh Add [Dart] support (#4676) 2018-05-18 11:06:15 -07:00
TypeScriptTest.sh Vector of unions for TS/JS and PHP (#4404) 2017-08-11 09:24:36 -07:00
generate_code.bat Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
generate_code.sh Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
go_test.go Trimmed vtables of trailing zeroes. 2017-08-24 09:35:54 -07:00
javatest.bin Trimmed vtables of trailing zeroes. 2017-08-24 09:35:54 -07:00
luatest.lua Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
monster_test.bfbs Performance Increase of Vector of Structures using .NET BlockCopy (#4830) 2018-07-26 13:44:40 -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 Renamed Verifier methods 2018-07-16 16:42:10 -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
monster_test_my_game.example2_generated.dart Added missing Dart generated files. 2018-06-08 10:59:46 -07:00
monster_test_my_game.example_generated.dart Issue #4799 fixed. Generator for KeyCompareWithValue is extracted. (#4802) 2018-07-05 09:23:40 -07:00
monster_test_my_game_generated.dart Added missing Dart generated files. 2018-06-08 10:59:46 -07: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 Implement __vector_as_bytes and methods to get [ubyte] efficiently 2016-03-29 14:56:09 +11:00
phpUnionVectorTest.php Vector of unions for TS/JS and PHP (#4404) 2017-08-11 09:24:36 -07:00
phpUnionVectorTest.sh Vector of unions for TS/JS and PHP (#4404) 2017-08-11 09:24:36 -07:00
py_test.py Python: return None for missing strings. (#4733) 2018-05-10 10:34:20 -07:00
test.cpp Updated fuzzer scripts 2018-07-16 15:51:28 -07:00
unicode_test.json Output JSON strings as natural UTF-8 text without escapes (#4710) 2018-05-03 12:10:45 -07:00