summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-05-10Updated main version numbers to 2.0Wouter van Oortmerssen4-4/+4
2021-05-10[Go] Add missing namespace when using Object API (#6633)mogemimi1-1/+3
2021-05-07[Lua] manipulate byte array as string (#6624)罗泽轩1-0/+16
2021-05-06[C++] Fix union copy constructor to work with nested structs (#6552) (#6607)Piotr Dziwiński1-1/+2
2021-05-03removed unneeded type prefixing (#6601)Kamil Rojewski1-17/+1
2021-04-27[Lua] GetRootAs can accept strings. Made Luatest Benchmarks optional (#6593)Derek Bailey1-0/+4
2021-04-27Add advance feature indicators to reflection (#6546)Casper1-11/+22
2021-04-26Mark endian_scalar as unsafe. (#6588)Casper1-5/+5
2021-04-24[swift] Implements union strings (#6589)mustiikhalil1-32/+24
2021-04-16[Rust] Add support for fixed size arrays (#6548)Eddie Linder2-11/+170
2021-04-15silenced clippy warning (#6565)Kamil Rojewski1-0/+1
2021-04-06Default-empty vectors of enums (#6505)Casper2-19/+29
2021-04-05[CI] fixes buildkite (#6544)mustiikhalil1-1/+1
2021-03-29Rust structz (#6539)Casper2-4/+12
2021-03-25fixed packing structs (#6530)Kamil Rojewski1-1/+7
2021-03-18[C++] #6501 - Problem when mapping a native type multiple times (#6514)Michael1-9/+27
2021-03-15[flexbuffers, json] Parse `nan` and `inf` (#6512)Vladimir Glavnyy1-0/+24
2021-03-11fixed packing structs in nested buffers (#6509)Kamil Rojewski1-1/+1
2021-03-11[idl_parser] Add kTokenNumericConstant token (#6432)Vladimir Glavnyy1-38/+47
2021-03-09Bump grpc to 1.0.0 (#6507)mustiikhalil1-0/+1
2021-03-08Move Traits struct and Create method out of --cpp-static-reflection. (#6503)dpacbach1-11/+13
2021-03-05[C++17] Add compile-time reflection for fields. (#6324)David P. Sicilia2-8/+154
2021-03-04fixed invalid TS call and added test files (#6495)Kamil Rojewski1-1/+1
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 Spatz2-31/+30
2021-02-25fix for noUncheckedIndexedAccess in ts (#6474)Kamil Rojewski1-1/+1
2021-02-25Working on a python example plus fixing python grpc code (#6456)mustiikhalil1-23/+40
2021-02-23Revert "[C#] Fix truncated ArraySegment<byte> if elementSize != 1 (#6462)" (#...Derek Bailey1-2/+0
2021-02-23[C#] Fix truncated ArraySegment<byte> if elementSize != 1 (#6462)Björn Harrtell1-0/+2
2021-02-19Fixes grammer (#6477)mustiikhalil1-3/+4
2021-02-19[Go] Working on a go example plus fixing go grpc code (#6448)mustiikhalil1-4/+17
2021-02-19[Swift] adds support for default vectors and strings (#6461)mustiikhalil2-31/+41
2021-02-17Fix a typo in Swift codegen (#6470)Liu Liu1-2/+3
2021-02-16[Swift] Renaming protocols (#6469)mustiikhalil1-5/+6
2021-02-12Default strings and vectors: Parser + Rust support (#6421)Casper2-96/+117
2021-02-11[CMake] Renames BUILD files (#6457)mustiikhalil1-2/+3
2021-02-10JSON schema - tailing double quotes for maximum (#6452)tira-misu1-2/+2
2021-02-10[idl_parser] Validate `force_align` on all possible paths (#6430)Vladimir Glavnyy1-14/+27
2021-02-07Implement Rust object API defaults (#6444)Casper1-17/+58
2021-01-28Better python generated code naming (#6336)Richard A Hofer1-29/+72
2021-01-26Rust: remove inner attributes (#6410)Casper1-1/+3
2021-01-25[Rust] Ensure unions are referenced with the correct path (#6422)William Bain1-6/+6
2021-01-25Refactor FieldDef to model presense as an enum rather than 2 bools. (#6420)Casper12-153/+152
2021-01-25[c++] Apply NativeName before WrapInNameSpace in idl_gen_cpp.cpp (#6419)Andreas Kabel1-34/+33
2021-01-22Formats cpp code (#6349)mustiikhalil8-46/+108
2021-01-22Rust Object API (#6070)Casper1-219/+737
2021-01-19[TS/JS] New gen TS code gen (#6302)Björn Harrtell5-1066/+501
2021-01-19[idl_parser] Improve symbols lookup thru parent namespaces (#6407)Vladimir Glavnyy1-16/+36
2021-01-19Search for includes in the directory containg the current file (#6371)Mark Spatz1-4/+12
2021-01-14[TS/JS] New gen TS code gen prequel to preserve history (#6404)Björn Harrtell2-1/+1