summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-28optional scalars for ts/js (#6215)Kamil Rojewski7-42/+1573
2020-10-27Adds NetTest.bat to run .NET Core tests on Windows (#6216)Derek Bailey2-1/+22
2020-10-26[Java] Implement optional scalars (#6212)Paulo Pinheiro7-19/+394
2020-10-26Empties the sharedString map on reset on go and csharp (#6187)mustiikhalil4-1/+48
2020-10-25Removed C# references from java generator. Move annotations closer to definit...Derek Bailey3-21/+16
2020-10-25Adds readable size to asserts in read functions (#6210)mustiikhalil1-5/+7
2020-10-24Refactor idl_gen_rust (#6206)Casper2-269/+196
2020-10-22Fix typo in flatbuffers::span declaration. (#6202)Vladimir Glavnyy1-5/+5
2020-10-22Kotlin test optional enum (#6201)Paulo Pinheiro18-106/+86
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)Casper2-2/+6
2020-10-19[JS/TS] Rewrite flexbuffers JS to TS (#6148)Björn Harrtell14-1057/+1096
2020-10-19Rework enums in rust. (#6098)Casper13-618/+714
2020-10-16idl_gen_json_schema Fix generation of arrays of enums (#6184)schoetbi3-89/+111
2020-10-15fix(go_test): remove deprecated grpc call (#6183)Niels Hofmans1-1/+2
2020-10-15Add generation of JSON Schema to library (#6165)tira-misu2-35/+68
2020-10-12Bump junit from 4.12 to 4.13.1 in /grpc/tests (#6173)dependabot[bot]1-1/+1
2020-10-12Bump junit from 4.12 to 4.13.1 in /grpc (#6172)dependabot[bot]1-1/+1
2020-10-12[C++] Add option to not generate direct copy methods. (#6166)astange4-1/+8
2020-10-12Add Array initialization from struct constructor (#5865) (#6147)Vladimir Glavnyy10-90/+609
2020-10-12Cast to right type for reserved_ subtraction (#6167)astange1-1/+1
2020-10-10Fixed rust nested flatbuffers for tables other than self (#6062)Casper4-76/+79
2020-10-08[C++] Fix -Wnarrowing and -Woverflow due to signed bitfields on G++ ARM (#6163)Anass Al1-3/+6
2020-10-07[TS] GRPC Implementation (#6141)mustiikhalil31-163/+1418
2020-10-07Moved C++ to optional_scalars2 and added some tests. (#6162)Casper8-230/+968
2020-10-06[Rust] Upgrade flatbuffers library to 2018 edition (#6159)ImmConCon9-33/+34
2020-10-06Flatbuffer C++ UnpackTo optimization for vectors of non-bool bytes. (#6154)mrmarkwell4-53/+70
2020-10-06Enables optional enums in swift (#6160)mustiikhalil5-10/+27
2020-10-02Updated Lobster test for optional bools/enumsWouter van Oortmerssen4-8/+248
2020-10-02Ruopt enum (#6156)Casper6-24/+143
2020-10-02Fix generation of C++ code with Optional<Enum> (#6155)Vladimir Glavnyy4-10/+11
2020-09-28[C#] Fix and improve project files (#6142)Conan Chen5-83/+142
2020-09-28possibility to create a vector from an iterator (#6135)Kamil Rojewski1-0/+19
2020-09-28flatc should output a warning, when an attribute is attached more than once (...Stefan F2-2/+2
2020-09-28[Python/JS/TS] Codegen SizeOf method for structs (#6136)Anass Al14-0/+133
2020-09-28unix2dos on tests/FlatBuffers.Test/FlatBuffers.Core.Test.csproj (#6133)石晓伟1-156/+156
2020-09-25SpanT is available in .Net Standard 2.0. (#6137)春条3-29/+53
2020-09-24Add static cast to avoid implicit double promotion. (#6132)Nat Jeffries1-1/+4
2020-09-23[C#]Change to ENABLE_SPAN_T that doesn't require UNSAFE_BYTEBUFFER. (#6073)春条4-43/+249
2020-09-23Revert "[C#] Fix and improve project files (#6116)" (#6130)Derek Bailey4-132/+78
2020-09-22Minireflect fixed array (#6129)Mark Nauwelaerts16-73/+127
2020-09-21[JS/TS] fix flatbuffers default export (#6123)Björn Harrtell2-1/+2
2020-09-21Add missed file generated by optional_scalar.fbs (#6125)Vladimir Glavnyy2-3/+34
2020-09-21[C#] Fix and improve project files (#6116)Conan Chen4-78/+132
2020-09-21Add CharToLower and CharToUpper into util.s (#6126)Vladimir Glavnyy7-28/+27
2020-09-18Add support of Optional<T> scalars to C++ code generator (#6092)Vladimir Glavnyy19-135/+2473
2020-09-17[Kotlin] Support for optional scalars. (#6115)Paulo Pinheiro7-32/+464
2020-09-17Bump version for latest swift version (#6121)mustiikhalil3-6/+5
2020-09-17[JS/TS] Modernize TypeScript / JavaScript flatbuffers support (#6095)Björn Harrtell21-1404/+2093
2020-09-17[JS] Add getFullyQualifiedName() (#6119)Anass Al16-8/+213