summaryrefslogtreecommitdiff
path: root/tests/monster_test.fbs
AgeCommit message (Expand)AuthorFilesLines
2015-03-23Unsigned types in Java now return bigger size signed types.Wouter van Oortmerssen1-0/+1
2015-02-17Added the hash attribute to ints and longs.Alex Ames1-0/+8
2015-01-26Support for booleans in the Java/C# APIWouter van Oortmerssen1-0/+1
2015-01-16Sorted Vector & binary search functionality.Wouter van Oortmerssen1-1/+1
2014-11-19Added user defined attribute declarations.Wouter van Oortmerssen1-0/+2
2014-09-25Fixed bug in convenient constructors for Java/C#Wouter van Oortmerssen1-1/+6
2014-09-23Enums in C++ are now strongly typed.Wouter van Oortmerssen1-1/+1
2014-09-23Made flatc error messages look like what other compilers output.Wouter van Oortmerssen1-1/+1
2014-09-22Support for required fields.Wouter van Oortmerssen1-1/+1
2014-08-22The list of enum values is now allowed to end in a comma.Wouter van Oortmerssen1-1/+1
2014-08-19Schemas now support include files.Wouter van Oortmerssen1-0/+2
2014-08-13Parser now allows empty tables in JSONWouter van Oortmerssen1-0/+1
2014-08-12File identifier feature.Wouter van Oortmerssen1-0/+3
2014-07-21Added a `bit_flags` attribute to enum declarations that 1<<N every value.Wouter van Oortmerssen1-1/+1
2014-07-21A feature that officially supports nested FlatBuffers.Wouter van Oortmerssen1-0/+1
2014-07-09Fixed incorrect verifier code for nested tables.Wouter van Oortmerssen1-0/+1
2014-07-08Added functionality to assign field ids manually in a schemaWouter van Oortmerssen1-11/+11
2014-07-01Add buffer verification functionality to FlatBuffersWouter van Oortmerssen1-0/+2
2014-06-10Initial commit of the FlatBuffers code.Wouter van Oortmerssen1-0/+34