summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-23[C++] Add ParseJson(), Parser(Parser&&), update fuzzers (#6284)Vladimir Glavnyy16-41/+410
2020-11-23Fixed FlexBufferBuilder asserting on duplicate keysWouter van Oortmerssen2-3/+15
2020-11-19Added a few more paths for auto labeler (#6281)Derek Bailey1-0/+9
2020-11-19Add --require-explicit-ids to require explicit ids (#6277)Austin Schuh4-4/+20
2020-11-19idl_gen_json_schema.cpp: Changed generation of array element types (#6253)schoetbi3-30/+39
2020-11-19fix typo (#6280)Kelvin Hu1-1/+1
2020-11-19Updated Ms build Action to fix build issue (#6279)Derek Bailey1-1/+1
2020-11-16Add type annotation to unspecified array (#6264)James Kuszmaul1-2/+2
2020-11-16[Swift] Adds a format file and reformats the swift project (#6250)mustiikhalil39-4480/+5079
2020-11-15Adds a fix for enum generation (#6263)mustiikhalil1-1/+0
2020-11-13Experimental fix for failing oss-fuzz coverage build (#6259)AdamKorcz1-1/+1
2020-11-13BREAKING: Rust flexbuffers serde human readable set to false (#6257)Casper3-1/+19
2020-11-12Update to flags in fuzzing-cmake file (#6256)AdamKorcz1-3/+12
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-12Bump version of rules_go to 0.24.5 (#6234)Ivo List1-3/+3
2020-11-12Union As Accessors for C# (#6251)Derek Bailey3-2/+42
2020-11-09Resets buffer without deallocating current pointer (#6247)mustiikhalil2-3/+1
2020-11-05Add GetBufferSpan() function to bufferbuilder (#6235)OptoCloud1-0/+8
2020-11-05Modernize android build and sample (#6229)Paulo Pinheiro54-1285/+897
2020-11-05Added required-nested-flatbuffer to monster_test and fixed rust (#6236)Casper21-539/+1044
2020-11-05Notify based on Labelling issues and PR (#6241)Derek Bailey1-0/+17
2020-11-05Converted globs to use single quotes (#6240)Derek Bailey1-15/+16
2020-11-05More adjustments to the auto labeler (#6239)Derek Bailey2-4/+4
2020-11-05Updated Lua labeller glob (#6238)Derek Bailey1-1/+1
2020-11-05Support size-prefixed buffers and add tests for size-prefixed messages (#6232)Charlie Yin15-33/+233
2020-10-31Removes duplicate swift in labeler (#6228)mustiikhalil1-6/+0
2020-10-30Added more labels for auto labeler (#6227)Derek Bailey1-0/+49
2020-10-30[C#] Optional Scalars (#6217)Derek Bailey11-22/+758
2020-10-30[Label Bot] Add Java and Kotlin support for the label bot (#6226)Paulo Pinheiro1-1/+9
2020-10-29Implement `Debug` trait for Rust flatbuffers. (#6207)Casper12-27/+508
2020-10-29[Label Bot] Adds some languages to labeler bot (#6222)mustiikhalil1-0/+22
2020-10-28Auto Labeler Setup, Just C# for now (#6221)Derek Bailey2-2/+2
2020-10-28Auto Labeler Setup, Just C# for now (#6218)Derek Bailey2-0/+32
2020-10-28Updated comments and fixed a fundamental type error. (#6214)Casper2-6/+5
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