Age | Commit message (Expand) | Author | Files | Lines |
2019-12-02 | Flatbuffers Python Object API (#5616) | lu-wang-g | 2 | -63/+960 |
2019-11-26 | [GO] Fix support for enums with underscores and Unions with imported members ... | Tiago Silva | 1 | -1/+1 |
2019-11-25 | Simplify declarations of x-macro FLATBUFFERS_TD (#5638) | Vladimir Glavnyy | 12 | -103/+83 |
2019-11-14 | Support for python grpc - continuing the work from the pull request #4270 #47... | Malar Kannan | 2 | -3/+46 |
2019-11-14 | Removed idl_gen_general.cpp and move contents to code_generators.cpp (#5625) | Derek Bailey | 5 | -125/+97 |
2019-11-11 | [C++, C#, Java] Separated C# and Java generators into their own classes (#5618) | Derek Bailey | 4 | -1734/+2431 |
2019-11-11 | add check for root_type specified for json schema generation (#5622) | Dmitry | 1 | -0/+1 |
2019-11-11 | Ran src/clang-format-all.sh (#5617) | Derek Bailey | 1 | -1/+2 |
2019-11-07 | Improved pull request & clang-format instructions. | Wouter van Oortmerssen | 3 | -2/+12 |
2019-11-07 | [C++] Refactor to conform to Google C++ style guide (#5608) | Derek Bailey | 21 | -2786/+2638 |
2019-11-04 | [C++, Java, C#, TypeScript, JavaScript] Skip generation of mutable union type... | Derek Bailey | 3 | -3/+3 |
2019-11-04 | [Kotlin] Fix union vector accessor after change in Java API (#5605) | Paulo Pinheiro | 1 | -4/+1 |
2019-11-04 | [flatc] Remove an always true condition for flexbuffers (#5604) | Paulo Pinheiro | 1 | -2/+1 |
2019-11-04 | [Go] Add UnPackTo functions (#5598) | Lawrence Chan | 1 | -8/+18 |
2019-10-31 | [Go] Object API support (#5339) | iceboy | 1 | -5/+368 |
2019-10-28 | C++ verifier for evolved union fields should return true (#5586) | Derek Bailey | 1 | -1/+1 |
2019-10-28 | Add ByteBuffer copy for vector of bytes in Java (#5587) | Derek Bailey | 1 | -30/+44 |
2019-10-17 | Java: Don't annotate vector-of-tables item getters with @nullable. (#5562) | Jacek Surazski | 1 | -1/+2 |
2019-10-17 | Fixed warnings generated by recent JSON sorting feature. | Wouter van Oortmerssen | 1 | -3/+4 |
2019-10-17 | #5544 Fix of Array of table is not sorted if Create<type>Direct() is used (#5... | tira-misu | 1 | -6/+27 |
2019-10-10 | Fixed JSON parser not sorting vectors of tables/structs with key. | Wouter van Oortmerssen | 1 | -0/+103 |
2019-09-30 | Fixed Android STLPort related error. | Wouter van Oortmerssen | 1 | -2/+2 |
2019-09-30 | Fix namespaced struct/field name collision detection (#5540) (#5545) | Jack Zhou | 1 | -1/+1 |
2019-09-26 | [flac] Add FlexBuffers option for generating data (#5519) | Paulo Pinheiro | 4 | -3/+39 |
2019-09-26 | Adds XOPEN_SOURCE for PATH_MAX and POSIX 1993 for stat (#5529) | mjvk | 1 | -0/+2 |
2019-09-23 | Java: Added access object for vector of struct and vector of tables. (#5233) | Kulikov Alexey | 1 | -4/+100 |
2019-09-16 | Fixed Reflection Verifier not handling vectors of unions. | Wouter van Oortmerssen | 1 | -35/+64 |
2019-09-16 | Fixed GenerateText not handling vectors of unions. | Wouter van Oortmerssen | 1 | -39/+52 |
2019-09-10 | Add element size parameter to __vector_as_arraysegment [c#] (#5512) | Kevin Fort | 1 | -3/+4 |
2019-09-10 | Annotate getters with @Pure when --java-checkerframework is specified. (#5510) | jaceksur | 2 | -4/+19 |
2019-09-09 | [Dart]fix: segment fault with empty namespace when generating dart file (#5507) | Edward | 1 | -4/+9 |
2019-09-05 | [Javascript] Fix syntax error for signed enum (#5503) | Jaemin Park | 1 | -1/+1 |
2019-09-03 | [C#] Fix retrieving enumeration vectors as arrays (#5457) | Nathan Williams | 1 | -7/+29 |
2019-08-19 | C++ IDL generation adds superfluous semicolon in GenTablePost, causing (#5483) | Wes McKinney | 1 | -1/+1 |
2019-08-19 | reflection: check for valid union enum value during object verification (#5475) | Mark Nauwelaerts | 1 | -0/+1 |
2019-08-19 | has_method support for primitive fields in java runtime. Changed: idl.h, Flat... | Edward | 3 | -0/+23 |
2019-08-01 | [C++ ] Correctly serialize bit_flags enums to JSON with output_enum_identifie... | ll-antn | 1 | -5/+16 |
2019-07-29 | Replace '--cpp-include' brackets to quotes (#5438) (#5464) | Vladimir Glavnyy | 1 | -1/+1 |
2019-07-26 | Extend the error message if base type of parsed scalar not resolved (#5456) | Vladimir Glavnyy | 1 | -2/+8 |
2019-07-26 | Python: Added support for file_identifiers (#5123) | Joseph Pyott | 1 | -0/+28 |
2019-07-26 | Support nested_flatbuffer attribute when parsing bfbs schema (#5448) | ll-antn | 1 | -1/+7 |
2019-07-22 | Add basic Kotlin support (#5409) | Paulo Pinheiro | 13 | -24/+1566 |
2019-07-08 | Extend the test of MonsterExtra (#5428) | Vladimir Glavnyy | 1 | -31/+44 |
2019-07-01 | Remove unused variables (#5382) | Vladimir Glavnyy | 14 | -55/+49 |
2019-06-24 | Fix generating nested Flatbuffer accessors when they cross namespaces (#5414) | Bryan Furia | 1 | -6/+1 |
2019-06-18 | Add support for fixed-size arrays (#5313) | svenk177 | 6 | -122/+461 |
2019-06-17 | Add FLATBUFFERS_COMPATIBILITY string (#5381) | Vladimir Glavnyy | 3 | -17/+32 |
2019-06-14 | [C#, Java, C++] Fixes issue #5399 by always including namespaces (#5404) | John Luxford | 2 | -4/+2 |
2019-06-13 | [Go] Fix namespaces on enums (#5406) | John Luxford | 1 | -1/+1 |
2019-06-13 | Excluded crtdbg.h from non-MSVC compilation (#5401) | Tiger Caldwell | 1 | -1/+3 |