platform/upstream/flatbuffers.git
2021-01-04 Bruno ZIKI... Fix multiple fbs code generation failure (#6365)
2021-01-04 Vladimir Glavnyy[idl_parser] Improve stack overflow protection (#6364)
2021-01-04 Vladimir Glavnyy[idl_parser] Check the range of explicitly set field...
2021-01-04 Richard A HoferGenerate code to encode and decode nested flatbuffers...
2021-01-04 mustiikhalil[Rust] Shared String (#6367)
2021-01-02 mustiikhalilUpdates license date to 2021 (#6378)
2020-12-30 Kamil Rojewskiinclude_prefix support for rust (#6330)
2020-12-17 mustiikhalil[Swift] Rebuild the way swift handles structs from...
2020-12-17 mqyFix typos in usage/comments; Make rust generator respec...
2020-12-17 Kjetil ØsteråsRenaming infinity variables in test.cpp (#6340)
2020-12-14 Richard A HoferAdd vectorNumElements attribute to Builder for simpler...
2020-12-11 mustiikhalil[CI] Adds formatter to CI (#6272)
2020-12-11 Wouter van... Fix Max CI build path (#6333)
2020-12-11 Stefan FGenerate nullable properties in C# object-based API...
2020-12-11 David P. Sicilia[Python] Commit some orphan python genfile diffs. ...
2020-12-10 Derek BaileyFixed missing ending quotes in labeller (#6327)
2020-12-10 tira-misuAdd flatc option to inhibit all warnings #6005 (#6301)
2020-12-10 Vladimir Glavnyy[fuzzer] Rename fuzzing dictionaries for `oss-fuzz...
2020-12-09 Casperbumprust (#6322)
2020-12-08 Richard A HoferSet default initialSize for Builder to 0 (#6310)
2020-12-07 CasperRust Flatbuffers Verifier (#6269)
2020-12-07 David P. SiciliaVersion message should be a "STATUS" to avoid going...
2020-12-07 Austin SchuhReplace std::string and const char* CreateSharedString...
2020-12-07 Vladimir Glavnyy[fuzzer] Fix mistakes in the `parser` and `scalar`...
2020-12-07 Richard A HoferAdd default to offset param of Python generated GetRoot...
2020-12-07 Vladimir Glavnyy[fuzzer] Fix loading of schema in monster_fuzzer (...
2020-12-07 Vladimir Glavnyy[C++] Switch `flatc` to `--cpp-std c++11` C++ code...
2020-12-07 Vladimir Glavnyy[idl_parser] Unify parsing of NaN values read from...
2020-12-03 Wouter van... Moved various language tests from AppVeyor to GitHub...
2020-11-24 CasperDocumentation updates for Optional Scalars (#6014)...
2020-11-23 Vladimir Glavnyy[C++] Add ParseJson(), Parser(Parser&&), update fuzzers...
2020-11-23 Wouter van... Fixed FlexBufferBuilder asserting on duplicate keys
2020-11-20 Derek BaileyAdded a few more paths for auto labeler (#6281)
2020-11-20 Austin SchuhAdd --require-explicit-ids to require explicit ids...
2020-11-20 schoetbiidl_gen_json_schema.cpp: Changed generation of array...
2020-11-19 Kelvin Hufix typo (#6280)
2020-11-19 Derek BaileyUpdated Ms build Action to fix build issue (#6279)
2020-11-16 James KuszmaulAdd type annotation to unspecified array (#6264)
2020-11-16 mustiikhalil[Swift] Adds a format file and reformats the swift...
2020-11-15 mustiikhalilAdds a fix for enum generation (#6263)
2020-11-13 AdamKorczExperimental fix for failing oss-fuzz coverage build...
2020-11-13 CasperBREAKING: Rust flexbuffers serde human readable set...
2020-11-12 AdamKorczUpdate to flags in fuzzing-cmake file (#6256)
2020-11-12 Jason LenzRemove _POSIX_C_SOURCE and _XOPEN_SOURCE definitions...
2020-11-12 Stefan Fflatc should support --binary --schema with optional...
2020-11-12 Ivo ListBump version of rules_go to 0.24.5 (#6234)
2020-11-12 Derek BaileyUnion As Accessors for C# (#6251)
2020-11-09 mustiikhalilResets buffer without deallocating current pointer...
2020-11-06 OptoCloudAdd GetBufferSpan() function to bufferbuilder (#6235)
2020-11-05 Paulo PinheiroModernize android build and sample (#6229)
2020-11-05 CasperAdded required-nested-flatbuffer to monster_test and...
2020-11-05 Derek BaileyNotify based on Labelling issues and PR (#6241)
2020-11-05 Derek BaileyConverted globs to use single quotes (#6240)
2020-11-05 Derek BaileyMore adjustments to the auto labeler (#6239)
2020-11-05 Derek BaileyUpdated Lua labeller glob (#6238)
2020-11-05 Charlie YinSupport size-prefixed buffers and add tests for size...
2020-10-31 mustiikhalilRemoves duplicate swift in labeler (#6228)
2020-10-30 Derek BaileyAdded more labels for auto labeler (#6227)
2020-10-30 Derek Bailey[C#] Optional Scalars (#6217)
2020-10-30 Paulo Pinheiro[Label Bot] Add Java and Kotlin support for the label...
2020-10-29 CasperImplement `Debug` trait for Rust flatbuffers. (#6207)
2020-10-29 mustiikhalil[Label Bot] Adds some languages to labeler bot (#6222)
2020-10-29 Derek BaileyAuto Labeler Setup, Just C# for now (#6221)
2020-10-29 Derek BaileyAuto Labeler Setup, Just C# for now (#6218)
2020-10-29 CasperUpdated comments and fixed a fundamental type error...
2020-10-28 Kamil Rojewskioptional scalars for ts/js (#6215)
2020-10-28 Derek BaileyAdds NetTest.bat to run .NET Core tests on Windows...
2020-10-27 Paulo Pinheiro[Java] Implement optional scalars (#6212)
2020-10-26 mustiikhalilEmpties the sharedString map on reset on go and csharp...
2020-10-26 Derek BaileyRemoved C# references from java generator. Move annotat...
2020-10-25 mustiikhalilAdds readable size to asserts in read functions (#6210)
2020-10-24 CasperRefactor idl_gen_rust (#6206)
2020-10-22 Vladimir GlavnyyFix typo in flatbuffers::span declaration. (#6202)
2020-10-22 Paulo PinheiroKotlin test optional enum (#6201)
2020-10-20 CasperMass Refactoring to use `IsString` and other BASE_TYPE...
2020-10-19 CasperUpdated SupportsAdvancedUnionFeatures to look out for...
2020-10-19 Björn Harrtell[JS/TS] Rewrite flexbuffers JS to TS (#6148)
2020-10-19 CasperRework enums in rust. (#6098)
2020-10-16 schoetbiidl_gen_json_schema Fix generation of arrays of enums...
2020-10-15 Niels Hofmansfix(go_test): remove deprecated grpc call (#6183)
2020-10-15 tira-misuAdd generation of JSON Schema to library (#6165)
2020-10-13 dependabot... Bump junit from 4.12 to 4.13.1 in /grpc/tests (#6173)
2020-10-13 dependabot... Bump junit from 4.12 to 4.13.1 in /grpc (#6172)
2020-10-12 astange[C++] Add option to not generate direct copy methods...
2020-10-12 Vladimir GlavnyyAdd Array initialization from struct constructor (...
2020-10-12 astangeCast to right type for reserved_ subtraction (#6167)
2020-10-10 CasperFixed rust nested flatbuffers for tables other than...
2020-10-08 Anass Al[C++] Fix -Wnarrowing and -Woverflow due to signed...
2020-10-07 mustiikhalil[TS] GRPC Implementation (#6141)
2020-10-07 CasperMoved C++ to optional_scalars2 and added some tests...
2020-10-06 ImmConCon[Rust] Upgrade flatbuffers library to 2018 edition...
2020-10-06 mrmarkwellFlatbuffer C++ UnpackTo optimization for vectors of...
2020-10-06 mustiikhalilEnables optional enums in swift (#6160)
2020-10-02 Wouter van... Updated Lobster test for optional bools/enums
2020-10-02 CasperRuopt enum (#6156)
2020-10-02 Vladimir GlavnyyFix generation of C++ code with Optional<Enum> (#6155)
2020-09-28 Conan Chen[C#] Fix and improve project files (#6142)
2020-09-28 Kamil Rojewskipossibility to create a vector from an iterator (#6135)
2020-09-28 Stefan Fflatc should output a warning, when an attribute is...
2020-09-28 Anass Al[Python/JS/TS] Codegen SizeOf method for structs (...
next