flatbuffers/tests
Wouter van Oortmerssen 481d332e72 Fixed compile error in LookupByKey fix.
Change-Id: Ice94f09197235cf71b41a22d0767bd7b119284e1
2016-08-26 14:18:04 -07:00
..
FlatBuffers.Test Merge pull request #3978 from TGIshib/key 2016-08-26 12:03:28 -07:00
MyGame Fixed compile error in LookupByKey fix. 2016-08-26 14:18:04 -07:00
fuzzer Add simple libfuzzer based test. 2016-05-25 17:25:40 -07:00
namespace_test Added missing generated code from previous commits. 2016-08-08 12:18:07 -07:00
prototest Added support for imports and many other .proto features. 2015-10-13 14:01:55 -07:00
GoTest.sh Make most of the Go code comply with gofmt (except enums). 2016-08-02 18:21:47 +02:00
JavaScriptTest.js feat(test): Added mutation testing for scalar values. 2016-07-27 13:32:53 -07:00
JavaScriptTest.sh Made .sh files all have same comment formatting. 2016-05-23 14:08:21 -07:00
JavaTest.bat 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
JavaTest.java Merge pull request #3978 from TGIshib/key 2016-08-26 12:03:28 -07:00
JavaTest.sh Undo compile Java classes into target folder. 2016-08-26 14:02:00 -07:00
PythonTest.sh Made .sh files all have same comment formatting. 2016-05-23 14:08:21 -07:00
generate_code.bat Added optional object based API for C++. 2016-07-20 14:58:57 -07:00
generate_code.sh Adding missing generated code from recent commits. 2016-07-25 15:01:37 -07:00
go_test.go Add EnumNames to Go code 2016-07-25 19:37:16 -07:00
include_test1.fbs Schemas now support include files. 2014-08-19 16:44:14 -07:00
include_test2.fbs Referring to types from other namespaces in C++ now works correctly. 2014-08-19 17:20:08 -07:00
monster_test.bfbs Adding missing generated code from recent commits. 2016-07-25 15:01:37 -07:00
monster_test.fbs Added GRPC code generator to flatc. 2016-06-29 15:51:44 -07:00
monster_test.grpc.fb.cc Added GRPC code generator to flatc. 2016-06-29 15:51:44 -07:00
monster_test.grpc.fb.h Added GRPC code generator to flatc. 2016-06-29 15:51:44 -07:00
monster_test_generated.h Added "Direct" suffix to vector/string object creation functions. 2016-08-12 11:12:12 -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 Fixed whole-number float default values missing a .0 suffix. 2016-04-18 11:50:46 -07:00
monsterdata_test.golden Added the hash attribute to ints and longs. 2015-02-17 14:10:18 -08:00
monsterdata_test.json Allow JSON numeric fields to be specified by a numeric data in a string. 2016-03-07 17:22:51 -08:00
monsterdata_test.mon Added additional convenience overloads to CreateVector(). 2016-06-15 14:31:34 -07:00
phpTest.php Implement __vector_as_bytes and methods to get [ubyte] efficiently 2016-03-29 14:56:09 +11:00
py_test.py Merge pull request #363 from danring/fix-341 2016-07-22 15:12:35 -07:00
test.cpp Allow GenerateText() to indicate failure to encode flatbuffer to JSON (i.e., non-UTF-8 string data) 2016-08-18 10:23:26 -07:00
unicode_test.json Add UTF-8 support to the JavaScript API 2015-10-14 23:07:40 -07:00