summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2021-04-06Default-empty vectors of enums (#6505)Casper10-9/+209
2021-04-05[CI] fixes buildkite (#6544)mustiikhalil1-2/+2
2021-03-29Rust structz (#6539)Casper22-550/+1654
2021-03-25[grpc] Support latest version of grpc PoC (#6338)Jeong YunWon2-17/+17
2021-03-25fixed packing structs (#6530)Kamil Rojewski3-7/+8
2021-03-18[C++] #6501 - Problem when mapping a native type multiple times (#6514)Michael5-12/+125
2021-03-18[fuzzer] Add `monster_debug` target (#6513)Vladimir Glavnyy4-8/+60
2021-03-15[flexbuffers, json] Parse `nan` and `inf` (#6512)Vladimir Glavnyy1-0/+26
2021-03-11fixed packing structs in nested buffers (#6509)Kamil Rojewski4-9/+20
2021-03-11[idl_parser] Add kTokenNumericConstant token (#6432)Vladimir Glavnyy1-0/+36
2021-03-09Bump grpc to 1.0.0 (#6507)mustiikhalil1-1/+1
2021-03-06Add --cpp-static-reflection to generate_code.bat. (#6502)dpacbach1-1/+1
2021-03-05[C++17] Add compile-time reflection for fields. (#6324)David P. Sicilia5-2/+677
2021-03-04fixed invalid TS call and added test files (#6495)Kamil Rojewski34-4028/+4175
2021-03-01disable clippy (#6494)Casper1-3/+7
2021-03-01[idl_parser] Track included files by hash (#6434)Mark Spatz1-4/+4
2021-02-24[rust] Remove debug code (#6475)Colin1-0/+4
2021-02-23Revert "[C#] Fix truncated ArraySegment<byte> if elementSize != 1 (#6462)" (#...Derek Bailey5-20/+17
2021-02-23[C#] Fix truncated ArraySegment<byte> if elementSize != 1 (#6462)Björn Harrtell5-17/+20
2021-02-23[CI] Adds Code Generation tests on Github Actions (#6482)mustiikhalil3-3/+3
2021-02-20[Swift] Moves grpc example to grpc/examples (#6479)mustiikhalil9-540/+0
2021-02-19Fixes grammer (#6477)mustiikhalil6-42/+45
2021-02-19[Go] Working on a go example plus fixing go grpc code (#6448)mustiikhalil1-148/+199
2021-02-19[Swift] adds support for default vectors and strings (#6461)mustiikhalil7-6/+213
2021-02-16[rust] Genericize flexbuffer reader (#6450)Colin5-33/+50
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