summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-10-25Removed C# references from java generator. Move annotations closer to definit...Derek Bailey1-19/+13
2020-10-24Refactor idl_gen_rust (#6206)Casper1-238/+153
2020-10-20Mass Refactoring to use `IsString` and other BASE_TYPE helpers (#6193)Casper15-128/+125
2020-10-19Updated SupportsAdvancedUnionFeatures to look out for string (#6190)Casper1-2/+2
2020-10-19Rework enums in rust. (#6098)Casper1-109/+169
2020-10-16idl_gen_json_schema Fix generation of arrays of enums (#6184)schoetbi1-34/+56
2020-10-15Add generation of JSON Schema to library (#6165)tira-misu1-35/+64
2020-10-12[C++] Add option to not generate direct copy methods. (#6166)astange2-1/+3
2020-10-12Add Array initialization from struct constructor (#5865) (#6147)Vladimir Glavnyy1-67/+136
2020-10-10Fixed rust nested flatbuffers for tables other than self (#6062)Casper1-13/+7
2020-10-07[TS] GRPC Implementation (#6141)mustiikhalil10-151/+242
2020-10-07Moved C++ to optional_scalars2 and added some tests. (#6162)Casper1-2/+2
2020-10-06Flatbuffer C++ UnpackTo optimization for vectors of non-bool bytes. (#6154)mrmarkwell1-44/+61
2020-10-06Enables optional enums in swift (#6160)mustiikhalil1-4/+9
2020-10-02Ruopt enum (#6156)Casper1-5/+14
2020-10-02Fix generation of C++ code with Optional<Enum> (#6155)Vladimir Glavnyy1-8/+7
2020-09-28flatc should output a warning, when an attribute is attached more than once (...Stefan F1-1/+1
2020-09-28[Python/JS/TS] Codegen SizeOf method for structs (#6136)Anass Al2-0/+25
2020-09-22Minireflect fixed array (#6129)Mark Nauwelaerts1-2/+16
2020-09-21Add CharToLower and CharToUpper into util.s (#6126)Vladimir Glavnyy6-28/+19
2020-09-18Add support of Optional<T> scalars to C++ code generator (#6092)Vladimir Glavnyy2-102/+159
2020-09-17[Kotlin] Support for optional scalars. (#6115)Paulo Pinheiro2-30/+68
2020-09-17[JS] Add getFullyQualifiedName() (#6119)Anass Al1-0/+12
2020-09-17[Swift] Migrates struct write APIS to write directly to the buffer (#6093)mustiikhalil1-34/+54
2020-09-11Optional-ness in reflection (#6097)Casper2-18/+24
2020-09-10Rename Nullable scalars to Optional scalars (#6112)Casper4-27/+27
2020-09-04Fix for issue 6100: incorrect shrinking logic in ResizeContext() (#6102)Laurentiu Cristofor1-1/+1
2020-08-31[C++] Small refactoring of the C++ code generator (#6091)Vladimir Glavnyy1-96/+113
2020-08-22Adds proper access types for swift object api & flatbuffers & grpc (#6081)mustiikhalil2-55/+89
2020-08-18[Lobster] optional scalars supportWouter van Oortmerssen2-3/+7
2020-08-18[Kotlin] Attach JvmStatic annotation to each method in companion object (#6052)Yoon Kyong Sik2-43/+69
2020-08-04Adds a serialize helper function to native table (#6059)mustiikhalil1-20/+26
2020-08-03[TS] Fix four bugs with imported types in TypeScript. (#6054)Max Burke1-17/+72
2020-07-31[Swift] Append namespace for Swift Grpc implementation (#6049)Liu Liu1-0/+8
2020-07-30adding fb import when no other imports are present (#6030)Kamil Rojewski1-1/+5
2020-07-27[Swift] RFC: Switch Swift namespace from public enum to ordinary concat with ...Liu Liu1-93/+48
2020-07-25Rust codegen improvements and lint fixes (#6046)Casper1-24/+26
2020-07-25adds code gen for optional scalars in swift (#6038)mustiikhalil2-24/+38
2020-07-23Optional Scalars support for Rust (#6034)Casper2-56/+32
2020-07-21Allow to run cpp tests under grpc/tests/ using bazel. (#6040)Shengzhe1-1/+1
2020-07-20[Swift] Optional Scalars Preparation (#6028)mustiikhalil1-13/+21
2020-07-16support deprecated flag in json schema (#6022)Dmitry1-3/+10
2020-07-16Flatc parser support for nullable scalars (#6026)Casper1-2/+27
2020-07-10[Dart] Generate constant values map for enums (#6025)Zhaoxuan Jiang1-1/+1
2020-07-06Using proper symbol name for reexport (#6021)Kamil Rojewski1-4/+8
2020-07-02Updated FB import (#6019)Kamil Rojewski1-1/+1
2020-07-02Not using non-existent create method for obj api (#6015)Kamil Rojewski1-5/+27
2020-06-28[Swift] FlatBuffers createMonster method doesn't treat struct properly (#5992)Liu Liu1-10/+21
2020-06-26Add warning to schema parser if field name is not snake_case. (#6005)Derek Bailey1-0/+14
2020-06-25Re-added Evolution Schema Code Generation Command (#5999)Derek Bailey2-7/+4