summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-21Clarify that FlatBuffers unions do not support scalars (#6416)Juan Cruz Viotti1-3/+5
2021-01-21Explain how FlatBuffers encodes unions (#6414)Juan Cruz Viotti1-0/+7
2021-01-21dart Builder - expose finished buffer size (#6403)Ivan Dlugos2-6/+9
2021-01-21Remove invalid claim that Protocol Buffers does not support unions (#6413)Juan Cruz Viotti1-2/+2
2021-01-19[TS/JS] New gen TS code gen (#6302)Björn Harrtell56-4045/+3880
2021-01-19[idl_parser] Improve symbols lookup thru parent namespaces (#6407)Vladimir Glavnyy2-16/+37
2021-01-19Search for includes in the directory containg the current file (#6371)Mark Spatz1-4/+12
2021-01-19Upgrade Rust dependencies (#6406)Casper2-9/+9
2021-01-14[TS/JS] New gen TS code gen prequel to preserve history (#6404)Björn Harrtell4-4/+4
2021-01-12Unset FieldDef.optional if its key (#6402)Casper4-178/+177
2021-01-12[fuzzer] Fix the binary schema loading in the monster_fuzzer (#6396)Vladimir Glavnyy1-18/+26
2021-01-11Fix Rust UB problems (#6393)Casper17-197/+540
2021-01-08Define Vector::value_type for STL compatibility (#6394)brian-brt1-0/+1
2021-01-08[fuzzer] Debug the monster_tets.bfbs on clusterfuzz server (#6392)Vladimir Glavnyy1-10/+28
2021-01-07Fix up scripts, fix generated enum value for strong mode, regenerate files (#...Dan Field9-31/+58
2021-01-07[go] tests/GoTest.sh: Fix flags.Parse location to work on new go SDKs. (#6388)Aaron Son4-20/+23
2021-01-07fix Dart Builder._writeString() - always write trailing zero byte (#6390)Ivan Dlugos1-0/+1
2021-01-07fix Dart Builder.reset() - clear vTables (#6386)Ivan Dlugos1-0/+1
2021-01-07[C++, JSON] Fix nullptr access when reading a key with a default value. (#6375)Vladimir Glavnyy28-574/+1238
2021-01-05Fix generated EndVector. (#6385)Richard A Hofer2-3/+3
2021-01-05Implements type promotion for Java enum (#6382)Stefan de Konink2-4/+4
2021-01-05Delete label_notify.ymlDerek Bailey1-17/+0
2021-01-04Disabled PHP CI (#6381)Wouter van Oortmerssen1-13/+13
2021-01-04fixed warnings (#6355)Kamil Rojewski8-106/+113
2021-01-04Fix multiple fbs code generation failure (#6365)Bruno ZIKI Kongawi1-2/+10
2021-01-04[idl_parser] Improve stack overflow protection (#6364)Vladimir Glavnyy6-58/+84
2021-01-04[idl_parser] Check the range of explicitly set field's id value (#6363)Vladimir Glavnyy2-9/+53
2021-01-04Generate code to encode and decode nested flatbuffers in Python. (#6354)Richard A Hofer3-0/+127
2021-01-04[Rust] Shared String (#6367)mustiikhalil3-0/+92
2021-01-02Updates license date to 2021 (#6378)mustiikhalil25-25/+25
2020-12-30include_prefix support for rust (#6330)Kamil Rojewski1-2/+10
2020-12-17[Swift] Rebuild the way swift handles structs from scratch (#6326)mustiikhalil21-718/+1049
2020-12-17Fix typos in usage/comments; Make rust generator respect to --filenam… (#6342)mqy3-6/+7
2020-12-17Renaming infinity variables in test.cpp (#6340)Kjetil Østerås1-26/+26
2020-12-14Add vectorNumElements attribute to Builder for simpler vector creation. (#6328)Richard A Hofer7-64/+61
2020-12-11[CI] Adds formatter to CI (#6272)mustiikhalil4-0/+154
2020-12-11Fix Max CI build path (#6333)Wouter van Oortmerssen1-4/+5
2020-12-10Generate nullable properties in C# object-based API for optional scalars. (wi...Stefan F4-2/+176
2020-12-10[Python] Commit some orphan python genfile diffs. (#6325)David P. Sicilia13-13/+13
2020-12-10Fixed missing ending quotes in labeller (#6327)Derek Bailey1-2/+2
2020-12-10Add flatc option to inhibit all warnings #6005 (#6301)tira-misu4-1/+14
2020-12-10[fuzzer] Rename fuzzing dictionaries for `oss-fuzz` (#6318)Vladimir Glavnyy7-4/+26
2020-12-09bumprust (#6322)Casper1-1/+1
2020-12-07Set default initialSize for Builder to 0 (#6310)Richard A Hofer1-1/+1
2020-12-07Rust Flatbuffers Verifier (#6269)Casper21-301/+1857
2020-12-07Version message should be a "STATUS" to avoid going to stderr. (#6316)David P. Sicilia1-1/+1
2020-12-07Replace std::string and const char* CreateSharedString with string_view (#6315)Austin Schuh1-0/+11
2020-12-07[fuzzer] Fix mistakes in the `parser` and `scalar` fuzzers. (#6314)Vladimir Glavnyy2-22/+10
2020-12-07Add default to offset param of Python generated GetRootAs (#6312)Richard A Hofer1-1/+1
2020-12-07[fuzzer] Fix loading of schema in monster_fuzzer (#6308)Vladimir Glavnyy2-33/+21