flatbuffers/tests
Alex Ames d575321eba Added the hash attribute to ints and longs.
FlatBuffer schema files can now optionally specify a hash attribute that
will allow someone writing json files to enter a string to be hashed
rather than a specific value. The hashing algorithm to use is specified
by the schema.

Currently the only algorithms are fnv1 and fnv1a. There are 32 bit and
64 variatns for each. Additionally, a hashing command line tool was
added so that you can see what a string will hash to without needing to
inspect the flatbuffer binary blob.

Change-Id: I0cb359d0e2dc7d2dc1874b446dc19a17cc77109d
2015-02-17 14:10:18 -08:00
..
FlatBuffers.Test Support for booleans in the Java/C# API 2015-01-26 13:08:44 -08:00
MyGame/Example added reuse option for root objects 2015-02-04 15:30:07 -08:00
prototest Added .proto parsing and convertion to .fbs. 2014-10-15 17:42:31 -07:00
go_test.go Fixed bug in convenient constructors for Java/C# 2014-09-25 15:53:56 -07:00
GoTest.sh Fixed bug in convenient constructors for Java/C# 2014-09-25 15:53:56 -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 license is a comment, not an echo 2014-06-23 13:37:32 -07:00
monster_test.fbs Added the hash attribute to ints and longs. 2015-02-17 14:10:18 -08:00
monster_test_generated.h Added the hash attribute to ints and longs. 2015-02-17 14:10:18 -08: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 Parser will allow a table or vector to have a trailing comma. 2015-01-21 11:18:01 -08:00