flatbuffers/tests
rw ace7fa8094 Reduce allocations when building strings.
Builder has a new CreateByteString function that writes a
null-terimnated byte slice to the buffer. This results in zero
allocations for writing strings.
2015-04-02 18:22:13 -07:00
..
FlatBuffers.Test Added Copyright headers 2015-03-11 17:27:38 -07:00
MyGame/Example Remove all string allocations during parsing. 2015-04-02 11:56:55 -07:00
prototest Added .proto parsing and convertion to .fbs. 2014-10-15 17:42:31 -07:00
go_test.go Reduce allocations when building strings. 2015-04-02 18:22:13 -07:00
GoTest.sh Reduce allocations when building strings. 2015-04-02 18:22:13 -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
JavaTest.bat Fixed a bugs in the Java runtime that could cause an index out of bounds exception. 2014-07-02 14:39:58 -07:00
JavaTest.java Support for booleans in the Java/C# API 2015-01-26 13:08:44 -08:00
JavaTest.sh Added Copyright headers 2015-03-11 17:27:38 -07:00
monster_test.fbs Unsigned types in Java now return bigger size signed types. 2015-03-23 17:01:33 -07:00
monster_test_generated.h Unsigned types in Java now return bigger size signed types. 2015-03-23 17:01:33 -07:00
monsterdata_test.golden Added the hash attribute to ints and longs. 2015-02-17 14:10:18 -08:00
monsterdata_test.json Added the hash attribute to ints and longs. 2015-02-17 14:10:18 -08:00
monsterdata_test.mon Added the hash attribute to ints and longs. 2015-02-17 14:10:18 -08:00
test.cpp Make FuzzTest2 fuzzier. 2015-03-11 17:27:39 -07:00