summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-02[C++] Fix compiler warning -Wredundant-parens in clang (#6761)mogemimi1-2/+2
2021-08-02Dart 2.0 release prep (#6759)Ivan Dlugos7-26/+185
2021-07-29[C++] Use proper gRPC C++ API when using MemoryBuffer Slice (#6756)Esun Kim6-94/+55
2021-07-29Dart - make ascii optimization optional in StringReader, same as in writeStri...Ivan Dlugos2-6/+7
2021-07-26Dart - change table building to assert() instead of exceptions (#6754)Ivan Dlugos2-51/+45
2021-07-26Dart - inline small functions to increase performance (#6755)Ivan Dlugos1-134/+172
2021-07-26[C#] Fix field name struct name collision (#6744) (#6757)tira-misu1-0/+1
2021-07-26[C#] Add Union Constructor Utility for ObjectAPI. (#6105)mugisoba7-9/+53
2021-07-26Dart - fixup writeString() return type after previous merges (#6753)Ivan Dlugos1-2/+2
2021-07-25[C++] Fix union type handling on object api in C++17 (#6745)Taiju Tsuiki8-19/+872
2021-07-22Rework how Rust generated files are laid out (#6731)Casper83-8035/+8895
2021-07-22Dart - optimize writeString for ASCII (#6736)Ivan Dlugos2-14/+55
2021-07-20Dart - make writeString() argument non-nullable (#6737)Ivan Dlugos6-33/+40
2021-07-19fix lints in rust tests (#6743)Casper5-9/+13
2021-07-19Add a split on ':' to build_defs.bzl (#6742)Sam Sobell1-1/+1
2021-07-19Dart - make vTable fixed size (expect the number of fields when creating) (#6...Ivan Dlugos14-87/+103
2021-07-15Dart - make vTable deduplication optional (#6734)Ivan Dlugos13-47/+54
2021-07-15Dart - regenerate example after recent flatc changes (#6733)Ivan Dlugos3-17/+14
2021-07-12flexbuffers: Add variant of Blob() that takes a key (#6730)Shlomi Regev1-0/+9
2021-07-09Dart - store empty vectors instead of NULL (#6728)Ivan Dlugos5-272/+192
2021-07-09Dart - finish/lowFinish/buffer changes (#6712)Ivan Dlugos13-71/+134
2021-07-09Remove ubuntu1604 from presubmit.yml (#6715)Philipp Wollermann1-8/+8
2021-07-09Dart - unpack() must use eager list reader (#6723)Ivan Dlugos6-47/+98
2021-07-09Dart - fix flex-builder compilation error (#6722)Ivan Dlugos2-5/+7
2021-07-09Dart - make sure added padding is zeroed, same as in C++ (#6716)Ivan Dlugos1-1/+17
2021-07-08Fix UB in CreateVectorOfStructs in case of an empty vector: avoid calling mem...Daniil Nikolenko1-1/+3
2021-07-08Fix 6348 (#6717)paulharris2-51/+52
2021-07-08Dart - add custom allocator support (#6711)Ivan Dlugos2-14/+88
2021-06-30Fix typo in docu (#6714)jdees3-4/+4
2021-06-28[C++] add make_span for Array<T,N> (#6663)Vladimir Glavnyy3-60/+251
2021-06-27[C++] Fix a -Wdeprecated-copy warning. (#6708)pkasting1-3/+0
2021-06-22Dart null safety (#6696)Ivan Dlugos23-2649/+3352
2021-06-22Make --bfbs-filenames default to location of first schema file. (#6705)Casper4-19/+34
2021-06-21Jsonschema add prop comments (#6617)schoetbi2-17/+47
2021-06-21Improve generated comparisons for tables (#6486)Mika Raento10-297/+362
2021-06-19Replace filenames in reflection with filenames+includes. (#6703)Casper8-656/+801
2021-06-18Fix incorrect assertion usage. (#6702)pkasting1-2/+2
2021-06-17Fix warning about deprecated module: imp (#6362)Neil Girdhar1-6/+11
2021-06-17Add the file a symbol is declared in to Reflection (#6613)Casper20-669/+863
2021-06-17Intermediate Representation docs (#6685)Casper4-1/+40
2021-06-14Dart object API (#6682)Ivan Dlugos16-63/+1983
2021-06-13dart - change Builder.reset() to reuse an existing buffer (#6661)Ivan Dlugos2-17/+81
2021-06-11use improved versioning (#6691)Omer Akram1-2/+8
2021-06-11update docs - structs can't be roots (#6690)Ivan Dlugos1-3/+3
2021-06-10[Python] [Codegen] Fixes nested structs with underscore names (#6686)Russell Chreptyk1-3/+3
2021-06-08[C++] flatc --cpp-field-case-style option to permit camel-case field names in...Huw Rogers3-0/+45
2021-06-07Fix snap version formatting (#6683)Omer Akram1-2/+10
2021-06-06[C++/grpc] added hiding of unused variables in the generated code (#6677)Alexander Dzyuba3-84/+62
2021-06-04Fix GitHub Actions CI gcc/clang versionsWouter van Oortmerssen1-2/+2
2021-06-04Use unoptimized path for ReadUInt64 for win32 build as the optimized path cra...Jared Duke1-1/+2