summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-03[TS] Remove wrong and obsolete NS prefix use (#6604)Björn Harrtell8-3/+391
2021-05-03Fixed LuaJIT when not compiled with COMPAT mode (#6605)Derek Bailey4-15/+29
2021-05-03removed unneeded type prefixing (#6601)Kamil Rojewski2-21/+5
2021-05-02Bump Rust to 0.9.0 (#6610)Casper1-1/+1
2021-04-30[Lua] Add LuaJIT support (#6584)罗泽轩9-26/+253
2021-04-29Introduce new_from_vec in Rust (also fix formatting) (#6599)Casper3-15/+30
2021-04-29fix typo in CppUsage.md (#6595)shiyuge1-1/+1
2021-04-27[Lua] GetRootAs can accept strings. Made Luatest Benchmarks optional (#6593)Derek Bailey13-0/+71
2021-04-27Add advance feature indicators to reflection (#6546)Casper5-15/+88
2021-04-26Rust Remove SafeSliceAccess for Arrays, and fix miri. (#6592)Casper5-21/+17
2021-04-26Mark endian_scalar as unsafe. (#6588)Casper20-100/+134
2021-04-24[swift] Implements union strings (#6589)mustiikhalil19-281/+397
2021-04-22[Rust] Fix small mistyping (#6585)Alexander Zaitsev1-1/+1
2021-04-22[TS] Commit the generated tests code (#6579)罗泽轩2-0/+173
2021-04-19chore: ensure bash is used to generate code (#6577)罗泽轩1-1/+1
2021-04-19[Lua] Fix EnforceNumberAndPack for bool type (#6576)罗泽轩2-1/+2
2021-04-19[TS] Remove duplicated build-ts ci (#6575)罗泽轩1-12/+0
2021-04-19[Rust] Specify Minimum Supported Rust Version (#6573)Ádám Lippai1-0/+1
2021-04-16[Rust] Add support for fixed size arrays (#6548)Eddie Linder25-77/+1442
2021-04-15[Kotlin][FlexBuffers] Add support for Kotlin-iOS (#6564)Paulo Pinheiro1-0/+17
2021-04-15silenced clippy warning (#6565)Kamil Rojewski8-0/+15
2021-04-12[Kotlin] Bump kotlinx.benchmark dependency to 0.3.0 (#6560)Paulo Pinheiro3-7/+3
2021-04-12[TS] Add Build TS to CI jobs (#6524)Björn Harrtell77-9040/+2908
2021-04-12[Kotlin][FlexBuffers] Add support for Kotlin-JS (#6554)Paulo Pinheiro9-101/+195
2021-04-06Default-empty vectors of enums (#6505)Casper12-28/+238
2021-04-05[CI] fixes buildkite (#6544)mustiikhalil3-4/+4
2021-04-01Limit formatter to pull requests only (#6540)mustiikhalil1-1/+2
2021-03-29Rust structz (#6539)Casper25-555/+1672
2021-03-29[Kotlin][FlexBuffers] JSON support for Flexbuffers (#6417)Paulo Pinheiro8-40/+1402
2021-03-25[grpc] Support latest version of grpc PoC (#6338)Jeong YunWon15-285/+83
2021-03-25fixed packing structs (#6530)Kamil Rojewski4-8/+15
2021-03-18[GO] Tries to add go format to the CI (#6518)mustiikhalil3-1/+55
2021-03-18[C++] #6501 - Problem when mapping a native type multiple times (#6514)Michael9-51/+244
2021-03-18[fuzzer] Add `monster_debug` target (#6513)Vladimir Glavnyy4-8/+60
2021-03-17[Swift] Removes allman rule (#6519)mustiikhalil1-1/+0
2021-03-15[flexbuffers, json] Parse `nan` and `inf` (#6512)Vladimir Glavnyy3-0/+52
2021-03-11fixed packing structs in nested buffers (#6509)Kamil Rojewski5-10/+21
2021-03-11[idl_parser] Add kTokenNumericConstant token (#6432)Vladimir Glavnyy2-38/+83
2021-03-11Remove `flatbuffers.pc` from the repository (#6508)Vladimir Glavnyy2-9/+1
2021-03-09Bump grpc to 1.0.0 (#6507)mustiikhalil3-2/+3
2021-03-08Move Traits struct and Create method out of --cpp-static-reflection. (#6503)dpacbach1-11/+13
2021-03-08Disable x64-specific optimizations for ARM64EC ReadInt64 (#6506)Ben Niu1-1/+1
2021-03-06Add --cpp-static-reflection to generate_code.bat. (#6502)dpacbach1-1/+1
2021-03-05[C++17] Add compile-time reflection for fields. (#6324)David P. Sicilia9-11/+834
2021-03-04fixed invalid TS call and added test files (#6495)Kamil Rojewski36-4029/+4185
2021-03-01disable clippy (#6494)Casper1-3/+7
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 Spatz4-36/+35
2021-02-25fix for noUncheckedIndexedAccess in ts (#6474)Kamil Rojewski2-1/+2
2021-02-25Working on a python example plus fixing python grpc code (#6456)mustiikhalil15-690/+441