summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2021-02-16[Swift] Renaming protocols (#6469)mustiikhalil2-31/+31
2021-02-12Default strings and vectors: Parser + Rust support (#6421)Casper7-3/+275
2021-02-11[CMake] Renames BUILD files (#6457)mustiikhalil1-1/+1
2021-02-10JSON schema - tailing double quotes for maximum (#6452)tira-misu2-9/+9
2021-02-07Implement Rust object API defaults (#6444)Casper6-13/+320
2021-02-04Upgrade swift grpc to alpha 24 (#6439)mustiikhalil5-67/+248
2021-01-30[fuzzer] Limit parser_fuzzer execution time (#6431)Vladimir Glavnyy2-2/+2
2021-01-28Better python generated code naming (#6336)Richard A Hofer15-442/+903
2021-01-26Rust: remove inner attributes (#6410)Casper12-7/+100
2021-01-25[Rust] Ensure unions are referenced with the correct path (#6422)William Bain30-49/+1440
2021-01-25Refactor FieldDef to model presense as an enum rather than 2 bools. (#6420)Casper1-1/+1
2021-01-22Formats cpp code (#6349)mustiikhalil1-22/+24
2021-01-22Rust Object API (#6070)Casper13-84/+1416
2021-01-19[TS/JS] New gen TS code gen (#6302)Björn Harrtell39-1909/+3330
2021-01-12Unset FieldDef.optional if its key (#6402)Casper3-178/+176
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)Casper12-116/+373
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 Field3-8/+7
2021-01-07[go] tests/GoTest.sh: Fix flags.Parse location to work on new go SDKs. (#6388)Aaron Son3-9/+12
2021-01-07[C++, JSON] Fix nullptr access when reading a key with a default value. (#6375)Vladimir Glavnyy26-531/+1156
2021-01-05Fix generated EndVector. (#6385)Richard A Hofer1-2/+2
2021-01-05Implements type promotion for Java enum (#6382)Stefan de Konink1-3/+3
2021-01-04fixed warnings (#6355)Kamil Rojewski6-79/+84
2021-01-04[idl_parser] Improve stack overflow protection (#6364)Vladimir Glavnyy2-7/+3
2021-01-04[idl_parser] Check the range of explicitly set field's id value (#6363)Vladimir Glavnyy1-0/+19
2021-01-04Generate code to encode and decode nested flatbuffers in Python. (#6354)Richard A Hofer2-0/+55
2021-01-04[Rust] Shared String (#6367)mustiikhalil1-0/+47
2021-01-02Updates license date to 2021 (#6378)mustiikhalil12-12/+12
2020-12-17[Swift] Rebuild the way swift handles structs from scratch (#6326)mustiikhalil9-319/+415
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 Hofer4-43/+43
2020-12-10Generate nullable properties in C# object-based API for optional scalars. (wi...Stefan F3-2/+175
2020-12-10[Python] Commit some orphan python genfile diffs. (#6325)David P. Sicilia13-13/+13
2020-12-10[fuzzer] Rename fuzzing dictionaries for `oss-fuzz` (#6318)Vladimir Glavnyy7-4/+26
2020-12-07Rust Flatbuffers Verifier (#6269)Casper10-76/+737
2020-12-07[fuzzer] Fix mistakes in the `parser` and `scalar` fuzzers. (#6314)Vladimir Glavnyy2-22/+10
2020-12-07[fuzzer] Fix loading of schema in monster_fuzzer (#6308)Vladimir Glavnyy2-33/+21
2020-12-07[C++] Switch `flatc` to `--cpp-std c++11` C++ code generator (#6306)Vladimir Glavnyy9-261/+147
2020-12-07[idl_parser] Unify parsing of NaN values read from .fbs and .json files (#6296)Vladimir Glavnyy4-4/+28
2020-11-23[C++] Add ParseJson(), Parser(Parser&&), update fuzzers (#6284)Vladimir Glavnyy10-21/+356
2020-11-19idl_gen_json_schema.cpp: Changed generation of array element types (#6253)schoetbi2-9/+9
2020-11-16[Swift] Adds a format file and reformats the swift project (#6250)mustiikhalil22-3140/+3415
2020-11-13Experimental fix for failing oss-fuzz coverage build (#6259)AdamKorcz1-1/+1
2020-11-12Update to flags in fuzzing-cmake file (#6256)AdamKorcz1-3/+12
2020-11-12Union As Accessors for C# (#6251)Derek Bailey2-0/+15
2020-11-05Added required-nested-flatbuffer to monster_test and fixed rust (#6236)Casper20-532/+1029
2020-11-05Support size-prefixed buffers and add tests for size-prefixed messages (#6232)Charlie Yin12-21/+155
2020-10-30[C#] Optional Scalars (#6217)Derek Bailey8-2/+639
2020-10-29Implement `Debug` trait for Rust flatbuffers. (#6207)Casper8-20/+390