summaryrefslogtreecommitdiff
path: root/tests/monster_test.fbs
AgeCommit message (Expand)AuthorFilesLines
2022-11-08Fix handling of +/-inf defaults in TS/rust/go/dart codegen (#7588)James Kuszmaul1-0/+9
2022-03-23[TS] Fix generation of struct members in object api (#7148)tira-misu1-0/+4
2022-03-04Fix 64-bit numeric enum values in typescript (#7135)James Kuszmaul1-0/+12
2022-02-02fixed comparator for native_inline (#7076)Derek Bailey1-0/+1
2021-03-29Rust structz (#6539)Casper1-0/+6
2021-01-12Unset FieldDef.optional if its key (#6402)Casper1-1/+1
2021-01-07[C++, JSON] Fix nullptr access when reading a key with a default value. (#6375)Vladimir Glavnyy1-1/+2
2020-11-05Added required-nested-flatbuffer to monster_test and fixed rust (#6236)Casper1-0/+1
2020-10-10Fixed rust nested flatbuffers for tables other than self (#6062)Casper1-3/+3
2020-03-12Escape characters in jsonschema descriptions (#5644)Marc Butler1-1/+1
2019-09-05[Javascript] Fix syntax error for signed enum (#5503)Jaemin Park1-0/+8
2019-06-02Fix multi-line comments for cpp enums (#5345) (#5346)Vladimir Glavnyy1-1/+9
2019-05-30Rename AnyUniqueAliases.T to AnyUniqueAliases.TS to avoid naming conflict (#5...iceboy1-1/+1
2019-05-09Make Monster's Color unsigned (#5318)Vladimir Glavnyy1-1/+1
2019-02-07Reduced `force_align` in tests to 8, to work with --object-api.Wouter van Oortmerssen1-1/+1
2018-11-29Fix Java generator bug that ignores bidi streaming attribute (#5063)Sumant Tambe1-0/+2
2018-11-05Fixed vectors of enums in object API serialized incorrectly.Wouter van Oortmerssen1-0/+1
2018-11-01make unions with type aliases more usable (#5019)Frank Benkstein1-0/+5
2018-10-08Disable armeabi builds for Android and re-enable CI builds. (#4970)Stewart Miles1-2/+2
2018-08-16Add C#/Java generator behaviour for 'private' attribute (#4882)Andy Martin1-1/+1
2018-03-05Support attribute "cpp_ptr_type" on table elements marked as "hash" (#4643)Christian Helmich1-0/+5
2018-02-22added support for parsing hash on vector elements (#4502)Christian Helmich1-0/+7
2017-11-06Text files should not have executable bit set (#4480)Sergey Avseyev1-0/+0
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