flatbuffers/tests
Louis-Paul CORDIER 853f7033e0 Remove copy constructor to make flatbuffers struct trivially copyable… (#4476)
* Remove copy constructor to make flatbuffers struct trivially copyable + add tests.

* Add support non c++11 compliant compilers.

* Fix std::trivially_copyiable test for non-C++11 compliant compilers.

* Fix trivially_copyable not part of glibc < 5 even with c++11 switch enabled.
2017-11-16 10:08:41 -08:00
..
FlatBuffers.Test Updated C# test project. 2017-08-25 11:47:19 -07:00
MyGame Fix issue #4389, if field is ommitted the return type is the same for… (#4444) 2017-10-05 14:07:42 -07:00
fuzzer Add simple libfuzzer based test. 2016-05-25 17:25:40 -07:00
include_test Make inter-file cycles compile (#4364) 2017-06-26 09:07:02 -07:00
namespace_test [C++] Add explicit keyword on generated constructors for Builder structs (#4452) 2017-10-06 08:50:24 -07:00
prototest Improved .proto conversion. 2017-10-06 16:08:00 -07:00
union_vector [C++] Add explicit keyword on generated constructors for Builder structs (#4452) 2017-10-06 08:50:24 -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 Text files should not have executable bit set (#4480) 2017-11-06 10:20:22 -08:00
JavaTest.sh cleaning up JavaTest.sh - quote paths, and less error-prone deletion (#4301) 2017-05-10 16:45:08 -07:00
PythonTest.sh Fixed --keep-prefix functionality. 2017-05-24 16:26:57 -07:00
TestAll.sh Vector of unions for TS/JS and PHP (#4404) 2017-08-11 09:24:36 -07:00
TypeScriptTest.sh Vector of unions for TS/JS and PHP (#4404) 2017-08-11 09:24:36 -07:00
generate_code.bat Added support for mini-reflection tables. 2017-09-22 16:17:02 -07:00
generate_code.sh Added support for mini-reflection tables. 2017-09-22 16:17:02 -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
monster_test.bfbs Fixed TypeTable function not being inline. 2017-09-25 11:44:58 -07:00
monster_test.fbs Text files should not have executable bit set (#4480) 2017-11-06 10:20:22 -08:00
monster_test.grpc.fb.cc [C++] Improve flatbuffers + gRPC integration (#4310) 2017-06-07 13:56:49 -07:00
monster_test.grpc.fb.h [C++] Improve flatbuffers + gRPC integration (#4310) 2017-06-07 13:56:49 -07:00
monster_test.schema.json Every type gets additionalProperties set to "false" (#4424) 2017-08-31 08:56:04 -07:00
monster_test_generated.h Remove copy constructor to make flatbuffers struct trivially copyable… (#4476) 2017-11-16 10:08:41 -08:00
monster_test_generated.js Cleaned up namespace handling. 2017-08-24 13:39:45 -07:00
monster_test_generated.ts Cleaned up namespace handling. 2017-08-24 13:39:45 -07:00
monsterdata_python_wire.mon Trimmed vtables of trailing zeroes. 2017-08-24 09:35:54 -07:00
monsterdata_test.golden Test case for CreateVectorOfStructs() using a callback. 2017-07-24 14:19:49 -07: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: CreateByteVector function in builder. (#4453) 2017-10-06 08:34:07 -07:00
test.cpp Remove copy constructor to make flatbuffers struct trivially copyable… (#4476) 2017-11-16 10:08:41 -08:00
unicode_test.json Add UTF-8 support to the JavaScript API 2015-10-14 23:07:40 -07:00