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