flatbuffers/tests
Baptiste Lepilleur 5b5fcbfc00 Java: fix unsigned default value code generation and add 'L' suffix for long default value (#4051)
* Java: emit "signed" equivalent of unsigned default value in generated code and add "L" suffix to long default value.

* Updated generated code

* Only convert ulong to "signed" equivalent. ubyte and ushort don't need specific handling as "user facing" type is int. uint need 'L' suffix as "user facing" type is long.

* Added missing cast to primitive type of default value which is in "user facing" type in builder.add<type>() calls.

* Do not cast default value to actual type in C#.
2016-10-21 14:27:15 -07:00
..
FlatBuffers.Test Allow access to underlying ByteBuffer 2016-09-12 09:35:08 +02:00
fuzzer
MyGame Java: fix unsigned default value code generation and add 'L' suffix for long default value (#4051) 2016-10-21 14:27:15 -07:00
namespace_test flatc java generator: namespace_test2.fbs is missing namespace prefix for referToA2() return type (#4040) 2016-10-07 09:42:29 -07:00
prototest
generate_code.bat Switched C# accessors from classes to structs 2016-08-31 17:34:51 -07:00
generate_code.sh Allow access to underlying ByteBuffer 2016-09-12 09:35:08 +02:00
go_test.go Add EnumNames to Go code 2016-07-25 19:37:16 -07:00
GoTest.sh Make most of the Go code comply with gofmt (except enums). 2016-08-02 18:21:47 +02:00
include_test1.fbs
include_test2.fbs
JavaScriptTest.js feat(test): Added mutation testing for scalar values. 2016-07-27 13:32:53 -07:00
JavaScriptTest.sh
JavaTest.bat
JavaTest.java Merge pull request #3978 from TGIshib/key 2016-08-26 12:03:28 -07:00
JavaTest.sh Use the find -exec instead of find ... | xargs otherwise when there is error log in the output of the build. 2016-09-06 23:28:22 +02:00
monster_test.bfbs Added missing generated code files. 2016-10-12 14:40:35 -07:00
monster_test.fbs External references for the object API thru a resolver function. 2016-10-12 11:22:20 -07:00
monster_test.grpc.fb.cc
monster_test.grpc.fb.h
monster_test_generated.h Allow other pointer types than unique_ptr for object API. 2016-10-17 09:54:52 -07:00
monster_test_generated.js chore(generate-code): Generate the JS code after mutation has been added. 2016-07-25 20:00:22 -07:00
monsterdata_python_wire.mon
monsterdata_test.golden
monsterdata_test.json
monsterdata_test.mon
phpTest.php
py_test.py
PythonTest.sh
test.cpp Added functionality to obtain a buffer pointer from a root. 2016-10-19 16:24:24 -07:00
unicode_test.json