summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-12Unset FieldDef.optional if its key (#6402)Casper1-0/+1
2021-01-11Fix Rust UB problems (#6393)Casper1-49/+64
2021-01-07Fix up scripts, fix generated enum value for strong mode, regenerate files (#...Dan Field1-1/+1
2021-01-07[C++, JSON] Fix nullptr access when reading a key with a default value. (#6375)Vladimir Glavnyy2-43/+82
2021-01-05Fix generated EndVector. (#6385)Richard A Hofer1-1/+1
2021-01-05Implements type promotion for Java enum (#6382)Stefan de Konink1-1/+1
2021-01-04fixed warnings (#6355)Kamil Rojewski1-9/+10
2021-01-04[idl_parser] Improve stack overflow protection (#6364)Vladimir Glavnyy1-33/+65
2021-01-04[idl_parser] Check the range of explicitly set field's id value (#6363)Vladimir Glavnyy1-9/+34
2021-01-04Generate code to encode and decode nested flatbuffers in Python. (#6354)Richard A Hofer1-0/+72
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)mustiikhalil1-228/+311
2020-12-17Fix typos in usage/comments; Make rust generator respect to --filenam… (#6342)mqy3-6/+7
2020-12-14Add vectorNumElements attribute to Builder for simpler vector creation. (#6328)Richard A Hofer1-12/+4
2020-12-10Generate nullable properties in C# object-based API for optional scalars. (wi...Stefan F1-0/+1
2020-12-10Add flatc option to inhibit all warnings #6005 (#6301)tira-misu2-1/+7
2020-12-07Rust Flatbuffers Verifier (#6269)Casper1-185/+284
2020-12-07Add default to offset param of Python generated GetRootAs (#6312)Richard A Hofer1-1/+1
2020-12-07[C++] Switch `flatc` to `--cpp-std c++11` C++ code generator (#6306)Vladimir Glavnyy2-1/+3
2020-12-07[idl_parser] Unify parsing of NaN values read from .fbs and .json files (#6296)Vladimir Glavnyy1-3/+15
2020-11-23[C++] Add ParseJson(), Parser(Parser&&), update fuzzers (#6284)Vladimir Glavnyy1-19/+38
2020-11-23Fixed FlexBufferBuilder asserting on duplicate keysWouter van Oortmerssen1-0/+2
2020-11-19Add --require-explicit-ids to require explicit ids (#6277)Austin Schuh2-4/+14
2020-11-19idl_gen_json_schema.cpp: Changed generation of array element types (#6253)schoetbi1-21/+30
2020-11-16[Swift] Adds a format file and reformats the swift project (#6250)mustiikhalil1-2/+3
2020-11-15Adds a fix for enum generation (#6263)mustiikhalil1-1/+0
2020-11-12Remove _POSIX_C_SOURCE and _XOPEN_SOURCE definitions when compiling o… (#6205)Jason Lenz1-0/+3
2020-11-12flatc should support --binary --schema with optional scalar fields. (#6252)Stefan F1-1/+2
2020-11-12Union As Accessors for C# (#6251)Derek Bailey1-2/+27
2020-11-05Added required-nested-flatbuffer to monster_test and fixed rust (#6236)Casper1-7/+15
2020-11-05Support size-prefixed buffers and add tests for size-prefixed messages (#6232)Charlie Yin1-11/+22
2020-10-30[C#] Optional Scalars (#6217)Derek Bailey2-20/+30