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