summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-25[TS] Use proper TypedArray in create*Vector (#5991)hanstzou1-4/+22
2020-06-25[C++] Updates real_path to be truly portable (#5787)mjvankampen1-6/+13
2020-06-22[C++] Generate default member initializers for >= C++11 (#5989)Jean-François Roy1-3/+24
2020-06-22[Kotlin] Fix Access to union of vector element (#5994)Paulo Pinheiro1-1/+1
2020-06-22Removed requirement that enums be declared in ascending order. (#5887)Alex Ames1-16/+13
2020-06-22Do not remove the last digit from float values (#5974)Javier Serrano1-4/+0
2020-06-15[idl_parser] Mark typefield as deprecated (#5958)Liu Liu1-0/+5
2020-06-11[C++] Fixed/Enabled --cpp-ptr-type std::shared_ptr [#5813] (#5959)volkan-ozdemir1-8/+12
2020-06-11Propagate boolean default values from proto to fbs (#5964)Mika Raento1-2/+5
2020-06-09Fix error in SimpleQSort (#5955)Vladimir Glavnyy1-1/+1
2020-06-08fix error on GRPC Python - ignore namespace tree if not specified (#5862) (#5...Malar Kannan1-2/+4
2020-06-08Required is now implemented in swift (#5952)mustiikhalil1-19/+41
2020-06-08Fixed: Access violation and ASAN/UNSAN failures with sorted tablesWouter van Oortmerssen1-4/+4
2020-06-04Adds bool support in structs + updates grpc support + CI upgrades (#5943)mustiikhalil1-25/+54
2020-06-04fixed mutating inline values (#5942)Kamil Rojewski1-13/+19
2020-06-01[C++] Got rid of memset's in constructors (#5938)bakinovsky-m1-40/+78
2020-06-01General Codebase clean up (#5939)Derek Bailey4-31/+27
2020-05-21[C#] Add file identifier to ObjectAPI Serialization Utility. (#5920)mugisoba1-3/+5
2020-05-18not creating creation methods when using structs (#5919)Kamil Rojewski1-48/+62
2020-05-15[Dart] Getting tests/DartTest.sh to work on master. (#5915)Derek Bailey3-8/+3
2020-05-14Schema parser: prohibit declaration of an array of pointers inside structs (#...Vladimir Glavnyy2-63/+80
2020-05-13fix union type names (#5902)Dan Field1-11/+15
2020-05-11[TS] Make Obj-API work with --short-names (#5898)Khoi Dinh Trinh1-15/+25
2020-05-07fixed invalid imports with --gen-all (#5895)Kamil Rojewski1-6/+9
2020-05-07[swift] Moves code to use VTablesStorage (#5888)mustiikhalil1-17/+44
2020-05-04only add native_include_files if object based api is enabled (#5886)Thomas1-4/+6
2020-05-04Respect shared attribute in Parser (#5885)Mika Raento1-4/+9
2020-05-04[Rust] idl_gen_rust.cpp: (Option/required-aware codegen for unions) (#5850)jrop1-1/+9
2020-04-30Propagate use_string_pooling in CopyTable (#5879)Mika Raento1-4/+6
2020-04-27Not using reexports with --gen-all (#5873)Kamil Rojewski1-0/+1
2020-04-13[Swift] Object API support (#5826)mustiikhalil1-103/+565
2020-04-09[TS] Add Obj API (#5788)Khoi Dinh Trinh1-10/+571
2020-04-06[C#] Fix nested structs and arrays in Object API (#5765)Anass Al1-76/+92
2020-04-06[ts] Fix empty source/dest namespaces when reexporting. (#5841)Max Burke1-4/+11
2020-04-02Improves performance for the swift library by using structs + a storage class...mustiikhalil1-9/+9