summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-29Rust structz (#6539)Casper25-555/+1672
2021-03-29[Kotlin][FlexBuffers] JSON support for Flexbuffers (#6417)Paulo Pinheiro8-40/+1402
2021-03-25[grpc] Support latest version of grpc PoC (#6338)Jeong YunWon15-285/+83
2021-03-25fixed packing structs (#6530)Kamil Rojewski4-8/+15
2021-03-18[GO] Tries to add go format to the CI (#6518)mustiikhalil3-1/+55
2021-03-18[C++] #6501 - Problem when mapping a native type multiple times (#6514)Michael9-51/+244
2021-03-18[fuzzer] Add `monster_debug` target (#6513)Vladimir Glavnyy4-8/+60
2021-03-17[Swift] Removes allman rule (#6519)mustiikhalil1-1/+0
2021-03-15[flexbuffers, json] Parse `nan` and `inf` (#6512)Vladimir Glavnyy3-0/+52
2021-03-11fixed packing structs in nested buffers (#6509)Kamil Rojewski5-10/+21
2021-03-11[idl_parser] Add kTokenNumericConstant token (#6432)Vladimir Glavnyy2-38/+83
2021-03-11Remove `flatbuffers.pc` from the repository (#6508)Vladimir Glavnyy2-9/+1
2021-03-09Bump grpc to 1.0.0 (#6507)mustiikhalil3-2/+3
2021-03-08Move Traits struct and Create method out of --cpp-static-reflection. (#6503)dpacbach1-11/+13
2021-03-08Disable x64-specific optimizations for ARM64EC ReadInt64 (#6506)Ben Niu1-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. Sicilia9-11/+834
2021-03-04fixed invalid TS call and added test files (#6495)Kamil Rojewski36-4029/+4185
2021-03-01disable clippy (#6494)Casper1-3/+7
2021-03-01[idl_parser, JSON] Disable parsing of JSON for incomplete schemes (#6493)Vladimir Glavnyy1-1/+4
2021-03-01[idl_parser] Track included files by hash (#6434)Mark Spatz4-36/+35
2021-02-25fix for noUncheckedIndexedAccess in ts (#6474)Kamil Rojewski2-1/+2
2021-02-25Working on a python example plus fixing python grpc code (#6456)mustiikhalil15-690/+441
2021-02-24[rust] Remove debug code (#6475)Colin3-3/+5
2021-02-23Revert "[C#] Fix truncated ArraySegment<byte> if elementSize != 1 (#6462)" (#...Derek Bailey7-24/+19
2021-02-23[C#] Fix truncated ArraySegment<byte> if elementSize != 1 (#6462)Björn Harrtell7-19/+24
2021-02-23[CI] Adds Code Generation tests on Github Actions (#6482)mustiikhalil8-6/+79
2021-02-22[CMake] generate pkg-config flatbuffers.pc file (#6455)Millian Poquet2-0/+17
2021-02-20[Swift] Moves grpc example to grpc/examples (#6479)mustiikhalil11-206/+147
2021-02-20[TS] Moves grpc code to examples folder (#6476)mustiikhalil11-21/+33
2021-02-19Fixes grammer (#6477)mustiikhalil10-62/+66
2021-02-19Fix sample_binary.py to use latest EndVector without a size. (#6478)Richard A Hofer1-2/+2
2021-02-19updated JS docs to reflect current status (#6436)Kamil Rojewski4-143/+25
2021-02-19[Go] Working on a go example plus fixing go grpc code (#6448)mustiikhalil19-207/+842
2021-02-19[Swift] adds support for default vectors and strings (#6461)mustiikhalil9-37/+254
2021-02-18Update Building.md (#6473)Arnaud LE CAM1-1/+1
2021-02-18GetUOffsetT must get value by GetUint32 not GetInt32 (#6072)Thanabodee Charoenpiriyakij1-1/+1
2021-02-17Fix a typo in Swift codegen (#6470)Liu Liu1-2/+3
2021-02-16[rust] Genericize flexbuffer reader (#6450)Colin14-128/+385
2021-02-16[Swift] Renaming protocols (#6469)mustiikhalil5-41/+42
2021-02-14Update swift docs (#6460)mustiikhalil1-1/+1
2021-02-12Default strings and vectors: Parser + Rust support (#6421)Casper12-100/+403
2021-02-11[CMake] Renames BUILD files (#6457)mustiikhalil6-5/+7
2021-02-10[Build, cmake] Add -Werror override option (#6429)Vladimir Glavnyy2-0/+28
2021-02-10[C++]Fix extra char generation for byte type during json schema generation (#...blueshift1550-0/+0
2021-02-10Updating working code (#6441)mustiikhalil10-288/+310
2021-02-10JSON schema - tailing double quotes for maximum (#6452)tira-misu3-11/+11
2021-02-10[idl_parser] Validate `force_align` on all possible paths (#6430)Vladimir Glavnyy5-14/+39
2021-02-07Implement Rust object API defaults (#6444)Casper8-32/+403
2021-02-04Upgrade swift grpc to alpha 24 (#6439)mustiikhalil7-171/+474