summaryrefslogtreecommitdiff
path: root/tests/MyGame
AgeCommit message (Expand)AuthorFilesLines
2021-03-29Rust structz (#6539)Casper7-0/+458
2021-02-23Revert "[C#] Fix truncated ArraySegment<byte> if elementSize != 1 (#6462)" (#...Derek Bailey4-17/+17
2021-02-23[C#] Fix truncated ArraySegment<byte> if elementSize != 1 (#6462)Björn Harrtell4-17/+17
2021-02-19[Go] Working on a go example plus fixing go grpc code (#6448)mustiikhalil1-148/+199
2021-01-28Better python generated code naming (#6336)Richard A Hofer9-262/+659
2021-01-07[C++, JSON] Fix nullptr access when reading a key with a default value. (#6375)Vladimir Glavnyy10-12/+331
2021-01-05Fix generated EndVector. (#6385)Richard A Hofer1-2/+2
2021-01-05Implements type promotion for Java enum (#6382)Stefan de Konink1-3/+3
2021-01-04Generate code to encode and decode nested flatbuffers in Python. (#6354)Richard A Hofer1-0/+26
2020-12-14Add vectorNumElements attribute to Builder for simpler vector creation. (#6328)Richard A Hofer3-23/+23
2020-12-10[Python] Commit some orphan python genfile diffs. (#6325)David P. Sicilia9-9/+9
2020-11-12Union As Accessors for C# (#6251)Derek Bailey1-0/+9
2020-11-05Added required-nested-flatbuffer to monster_test and fixed rust (#6236)Casper7-12/+266
2020-11-05Support size-prefixed buffers and add tests for size-prefixed messages (#6232)Charlie Yin7-0/+49
2020-10-25Removed C# references from java generator. Move annotations closer to definit...Derek Bailey1-1/+1
2020-09-28[Python/JS/TS] Codegen SizeOf method for structs (#6136)Anass Al5-0/+20
2020-05-21[C#] Add file identifier to ObjectAPI Serialization Utility. (#5920)mugisoba3-3/+3
2020-04-06[C#] Fix nested structs and arrays in Object API (#5765)Anass Al1-2/+4
2020-03-23[csharp] flatc should generate a 'Create…' method for tables with struct fi...stefan3011-50/+151
2020-03-12pre-tag version bump for 1.12v1.12.0Wouter van Oortmerssen27-27/+27
2020-03-12Escape characters in jsonschema descriptions (#5644)Marc Butler7-7/+7
2020-03-05[C#] add ObjectAPI Serialization Utility (#5785)Wouter van Oortmerssen3-0/+24
2020-02-10[C#] support Json Serialization (#5752)mugisoba18-0/+297
2020-01-30[C#] support Object API (#5710)mugisoba17-0/+940
2020-01-23[Dart] Fix deprecated field support, inf/nan (#5724)Dan Field4-7/+7
2020-01-16[Go] Replace references to hardcoded ”Monster" etc with idiomatic go wherev...Somo13-44/+44
2020-01-06[Java] Replace Table.UTF8_CHARSET with StandardCharsets.UTF_8 (#5696)dreifachstein2-2/+2
2019-12-26Optimize Pack method using numpy (#5662)lu-wang-g3-61/+103
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