flatbuffers/tests/namespace_test
Kamil Rojewski 3d2cf554d7 Fix for invalid null returns (#4318)
* 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
2017-05-18 10:30:30 -07:00
..
NamespaceA C#: Added <autogenerated> in cs generator file header comment (#4291) 2017-05-16 14:28:34 -07:00
NamespaceC C#: Added <autogenerated> in cs generator file header comment (#4291) 2017-05-16 14:28:34 -07:00
namespace_test1.fbs Fix to #360 - Updated the general generator (Java/C#) to emit fully qualified names where the referenced object isn't directly in this namespace. Added test fbs files to verify compilation. 2015-12-05 13:42:09 -05:00
namespace_test1_generated.h C++: Add default value handling to mutation/SetField code (#4230) 2017-03-20 17:36:27 -07:00
namespace_test1_generated.js Reverting part of PR #4286 2017-05-10 18:04:53 -07:00
namespace_test1_generated.ts Fix for invalid null returns (#4318) 2017-05-18 10:30:30 -07:00
namespace_test2.fbs Fixed namespace code generation for C++ 2016-02-17 11:26:38 -08:00
namespace_test2_generated.h Made the verifier catch zero-offsets. 2017-04-26 14:26:18 -07:00
namespace_test2_generated.js Reverting part of PR #4286 2017-05-10 18:04:53 -07:00
namespace_test2_generated.ts Added missing js/ts generated code. 2017-05-10 13:25:51 -07:00