flatbuffers/tests
Kamil Rojewski 142401f50a Fix for strictPropertyInitialization for TS (#4540)
* Eclipse ignore

* TypeScript support

* Prefixing enums

* Test results

* Merged JS and TS generators

* Fixed AppVeyor build problems

* Fixed more AppVeyor build problems

* Fixed more AppVeyor build problems

* Changed TS flag to options struct

* Storing options by value

* Removed unneeded const

* Re-export support for unions

* Uint support

* Casting bools to numbers for mutation

* TS shell tests

* Reverted generates js test file to original version

* Backing up js tests and properly generating test data

* Not importing flatbuffers for TS test generation

* Not overwriting generated js for tests

* AppVeyor test fixes

* Generating the most strict TS code possible

* Not returning null when creating vectors

* Not returning null from struct contructors

* Vector of unions for ts/js

* Sanity check for languages

* Indentation fix + output test files

* Vectors of unions for php

* Fixes to union vector handling + tests

* Fix for strictPropertyInitialization
2017-12-14 08:30:02 -08:00
..
FlatBuffers.Test Updated C# test project. 2017-08-25 11:47:19 -07:00
fuzzer
include_test Make inter-file cycles compile (#4364) 2017-06-26 09:07:02 -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
namespace_test Fix for strictPropertyInitialization for TS (#4540) 2017-12-14 08:30:02 -08:00
prototest Improved .proto conversion. 2017-10-06 16:08:00 -07:00
union_vector Fix for strictPropertyInitialization for TS (#4540) 2017-12-14 08:30:02 -08: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
GoTest.sh Trimmed vtables of trailing zeroes. 2017-08-24 09:35:54 -07:00
JavaScriptTest.js
JavaScriptTest.sh
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.bin Trimmed vtables of trailing zeroes. 2017-08-24 09:35:54 -07:00
JavaTest.java Text files should not have executable bit set (#4480) 2017-11-06 10:20:22 -08:00
JavaTest.sh
monster_test.bfbs Fix for strictPropertyInitialization for TS (#4540) 2017-12-14 08:30:02 -08: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 Fix for strictPropertyInitialization for TS (#4540) 2017-12-14 08:30:02 -08: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
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
PythonTest.sh
test.cpp Fixed potential strict-aliasing violation in big-endian code. 2017-11-16 14:21:11 -08: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
unicode_test.json