summaryrefslogtreecommitdiff
path: root/tests/monster_test.fbs
AgeCommit message (Expand)AuthorFilesLines
2017-08-24Cleaned up namespace handling.Wouter van Oortmerssen1-0/+5
2017-08-02Add scalar type aliases for int8, uint8, ..., f32, f64 (#4400)MikkelFJ1-0/+15
2017-08-01[Python] (scalar) vector reading speedup via numpy (#4390)Kevin Rose1-0/+2
2017-07-24Test case for CreateVectorOfStructs() using a callback.Stewart Miles1-0/+1
2017-06-12Added nested FlexBuffer parsingWouter van Oortmerssen1-0/+1
2017-03-29Support binary search for struct in cpp (#4245)tianyapiaozi1-0/+6
2016-12-28Fix C++ gRPC test with streaming method (#4123)CarsarSky1-1/+1
2016-10-12External references for the object API thru a resolver function.Wouter van Oortmerssen1-1/+1
2016-06-29Added GRPC code generator to flatc.Wouter van Oortmerssen1-1/+1
2016-06-20Allow unions of table types with the same name but from different namespaces.Wouter van Oortmerssen1-1/+5
2016-06-15Added additional convenience overloads to CreateVector().Wouter van Oortmerssen1-0/+1
2016-04-20Fixed float suffix not being added on implicit float defaults.Wouter van Oortmerssen1-0/+1
2016-04-18Fixed whole-number float default values missing a .0 suffix.Wouter van Oortmerssen1-0/+1
2016-04-13Fixed missing "f" on float default values in C++/Java/C#Wouter van Oortmerssen1-0/+1
2016-03-09Added stream & idempotent annotations for RPCs.Wouter van Oortmerssen1-2/+2
2016-03-09Added RPC declarations to the schema parser.Wouter van Oortmerssen1-0/+5
2016-01-21Added support for C# partial class generation when the `csharp_partial` attri...Oli Wilkinson1-1/+1
2015-08-28Python: Fix potential code generation issue of documentation comment.Melvi Ts1-0/+1
2015-08-19fixed code generator for array of boolsMaxim Zaks1-0/+1
2015-08-11[Issue 252] Add type cast for default enum values in C#Mormegil1-1/+5
2015-05-08Added namespaced way to refer to types in schemas.Wouter van Oortmerssen1-1/+1
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