summaryrefslogtreecommitdiff
path: root/tests/MyGame
AgeCommit message (Expand)AuthorFilesLines
2019-12-02Flatbuffers Python Object API (#5616)lu-wang-g17-11/+1320
2019-11-26[GO] Fix support for enums with underscores and Unions with imported members ...Tiago Silva3-90/+90
2019-11-14Support for python grpc - continuing the work from the pull request #4270 #47...Malar Kannan1-0/+241
2019-11-04[C++, Java, C#, TypeScript, JavaScript] Skip generation of mutable union type...Derek Bailey2-6/+0
2019-11-04[Kotlin] Fix union vector accessor after change in Java API (#5605)Paulo Pinheiro1-3/+3
2019-11-04[Go] Add UnPackTo functions (#5598)Lawrence Chan10-18/+58
2019-10-31[Go] Object API support (#5339)iceboy13-3/+769
2019-10-28Add ByteBuffer copy for vector of bytes in Java (#5587)Derek Bailey3-5/+11
2019-09-23Java: Added access object for vector of struct and vector of tables. (#5233)Kulikov Alexey15-6/+152
2019-09-10Add element size parameter to __vector_as_arraysegment [c#] (#5512)Kevin Fort4-16/+16
2019-09-05[Javascript] Fix syntax error for signed enum (#5503)Jaemin Park14-9/+214
2019-09-03[C#] Fix retrieving enumeration vectors as arrays (#5457)Nathan Williams1-2/+1
2019-08-23Fix incorrect padding in arrays of structs (Issue #5484) (#5491)svenk1776-27/+75
2019-07-26Python: Added support for file_identifiers (#5123)Joseph Pyott9-0/+36
2019-07-25Added missing Kotlin generated code change.Wouter van Oortmerssen1-70/+102
2019-07-22Add basic Kotlin support (#5409)Paulo Pinheiro16-0/+1918
2019-07-08Extend the test of MonsterExtra (#5428)Vladimir Glavnyy3-150/+186
2019-06-20Updated missing generated code for PR #5313 (fixed arrays)Wouter van Oortmerssen6-8/+10
2019-06-18Add support for fixed-size arrays (#5313)svenk17712-0/+378
2019-06-17Add FLATBUFFERS_COMPATIBILITY string (#5381)Vladimir Glavnyy22-38/+54
2019-06-14[C#, Java, C++] Fixes issue #5399 by always including namespaces (#5404)John Luxford13-105/+105
2019-06-02Fix multi-line comments for cpp enums (#5345) (#5346)Vladimir Glavnyy12-23/+53
2019-05-31Break internal Java/C# APIsWouter van Oortmerssen16-42/+42
2019-05-31Enforce matching version in Java and C#.Wouter van Oortmerssen16-16/+16
2019-05-30Rename AnyUniqueAliases.T to AnyUniqueAliases.TS to avoid naming conflict (#5...iceboy6-10/+10
2019-05-30Generate FlagsAttribute for Csharp (#5370)Marc Butler1-0/+1
2019-05-20[Go] Change two more sites to use enum types (#5359)David Reiss3-12/+12
2019-05-17[Go] Make enums into real types, add String() (#5235)David Reiss7-49/+112
2019-05-09Make Monster's Color unsigned (#5318)Vladimir Glavnyy20-70/+86
2019-05-02Make MonsterExtra table a root table (#5315)Vladimir Glavnyy3-7/+111
2019-04-24Update GRPC Java generated file.Wouter van Oortmerssen1-1/+1
2019-03-05[Go] Add mutation functions for vector elements (#5221)David Reiss2-0/+108
2019-02-25Java: Calculation of vtable and vtable size moved to the __init method. (#5210)Kulikov Alexey8-8/+8
2019-02-21Fixed vector of unions crash in java (#5190)Kamil Rojewski11-11/+22
2019-02-07Reduced `force_align` in tests to 8, to work with --object-api.Wouter van Oortmerssen6-6/+6
2019-02-04Changing array to be an associative array so that the Name function can work ...Travis Staley4-15/+15
2019-01-14Add default NaN/Inf to C#, Java, Python (#5107)Vladimir Glavnyy3-0/+192
2018-12-27[Go] Namespaced imports fix (#5097)Robert1-2/+4
2018-12-20Performance improvement to generated+supporting PHP (#5080)Peter Dillinger2-20/+20
2018-11-29Fix Java generator bug that ignores bidi streaming attribute (#5063)Sumant Tambe2-0/+244
2018-11-05Fixed vectors of enums in object API serialized incorrectly.Wouter van Oortmerssen6-8/+147
2018-11-02Fixed missing code from @javax.annotation PR.Wouter van Oortmerssen14-38/+10
2018-11-01make unions with type aliases more usable (#5019)Frank Benkstein18-8/+430
2018-10-22Use stdlib context in generated Go files (#4904)Felix Hanley1-1/+1
2018-10-15Go - Use Go bool type for bool fields (#4962)kostya-sh1-10/+10
2018-10-08Add @javax.annotation.Generated to generated flatbuffer Java types (#4986)Rikard Lundmark12-0/+14
2018-10-08Use enum types in generated read/mutate methods for Go (#4978)kostya-sh3-6/+6
2018-10-03Bumped version to 1.10.1 for all languages.v1.10.0Wouter van Oortmerssen1-1/+1
2018-10-03Use standard header for generated Go files (#4961)kostya-sh12-12/+12
2018-08-23C# support for directly reading and writting to memory other than byte[]. Fo...Christopher Cifra3-0/+52