platform/upstream/flatbuffers.git
2021-11-11 Derek Bailey[C++] Split flatbuffers.h into separate files (#6868)
2021-11-04 lu-wang-gKeep methods with struct name and switch them to defaul...
2021-11-04 Tom Miller[Python] Verify EnumDef is not generated in GenUnionCre...
2021-11-01 Alec TheriaultSupport `--conform` for vector of unions (#6883)
2021-10-28 Even RouaultTypo fixes in comments of flatbuffers.h and flexbuffers...
2021-10-18 Fraser Crossman[Java] Prevent generation of enum names when underlying...
2021-10-18 xuyatian[C++] Fix memory leak when using grpc (#6896) (#6897)
2021-10-07 Brian KingOutput errors / warnings on stderr instead of stdout...
2021-10-07 mustiikhalilAdds JSON encoding to swift (#6874)
2021-10-07 Paulo Pinheiro[Kotlin] Fix missing escape for struct construction...
2021-10-06 Derek Baileyadd working directory (#6878)
2021-09-30 T SprecherDefault Arguments for Mutators C++ [Updated] (#6872)
2021-09-30 Derek Bailey[Cmake] Add a post build command after flatc to run...
2021-09-28 Ivan Dlugosdart - add Packable interface (#6846)
2021-09-27 Wouter van... Bumped package.json to 2.0.4
2021-09-27 Yesudeep MangalapillyFix linker errors on (Free|Open)BSD. (#6860)
2021-09-27 mustiikhalilImproves documentation, and adding DocC (#6784)
2021-09-24 Derek BaileyMake and generate_code.sh generate same outputs (#6855)
2021-09-23 Louis DeScioliInclude subdirectories in published npm package (#6850)
2021-09-23 Louis DeScioliUse ArrayBuffer type for JS flexbuffer's toObject ...
2021-09-23 Ivan Dlugosfeat(build): compile "universal" libraries and executab...
2021-09-21 Derek Baileyfixed errant itemgroup element in C# test project ...
2021-09-15 Todd Hansen[C#] Using 'global::' as qualifying_start_ within BaseG...
2021-09-15 Ivan DlugosDart: binary lists (typed_data) (#6839)
2021-09-13 CasperDelete IDLOptions::lang (#6841)
2021-09-10 Artavazd BalaianBugFix: Optional enum when it is null (#6835)
2021-09-09 Derek Bailey[C#] Use @ for keyword escaping (#6834)
2021-09-08 Maksim Ivanov[C++] Let builder accept custom-alloc std::vector ...
2021-09-08 Herr FreiChanges to support binary schema file loading and parsi...
2021-09-08 Rafal KapuscikMove Apple-specific build flags to Clang section (...
2021-09-02 schoetbiIssue error if jsonschema has no root type defined...
2021-09-02 SaintMalikFix typos in docs (#6829)
2021-08-31 Tyler Denniston[C++] Add mutable version of LookupByKey and test ...
2021-08-30 CasperAdd html and latex to gitignore (#6819)
2021-08-30 Björn Harrtell[Java] Avoid casting ByteBuffer to Buffer (#6785)
2021-08-30 Stefan F[C++] Add GetMutableSizePrefixedRoot and generate GetMu...
2021-08-30 Stefan Fflattests_cpp17 doesn't compile with Visual Studio...
2021-08-30 Ivan DlugosDart lints (#6808)
2021-08-24 Casperfix parser string=null (#6810)
2021-08-23 CasperRefactor idl_gen_rust and Rust generated code to use...
2021-08-18 CasperFix Rust keyword inconsistency (#6794)
2021-08-17 Todd Hansen[C#] Remove superfluous semicolon in C# structs (#6791)
2021-08-16 Casperfix ptr in flatbuffers cpp tutorial (#6787)
2021-08-16 Todd Hansen[C#] Handle keywords (#6775)
2021-08-15 Todd Hansen[C#] Respect command line parameter for file name exten...
2021-08-14 Wouter van... update Java version to 2.0.3
2021-08-14 Paulo Pinheiro[Kotlin] Fix CI by changing compiler to Java 11 (#6783)
2021-08-05 Kamil Rojewskiavoiding even more NoSuchMethod exceptions (#6729)
2021-08-05 Björn Harrtelljava: Use maven profile to target Java 8 bytecode ...
2021-08-05 bakinovsky-m[C++] Using calculated fields_number for field_names...
2021-08-05 RWauson[C++] Use UnPackTo instead of UnPack if pointer exists...
2021-08-03 CasperStore vtables sorted in Rust builder (#6765)
2021-08-02 mogemimi[C++] Use nullptr instead of 0 in generated headers...
2021-08-02 mogemimi[C++] Fix compiler warning -Wredundant-parens in clang...
2021-08-02 Ivan DlugosDart 2.0 release prep (#6759)
2021-07-29 Esun Kim[C++] Use proper gRPC C++ API when using MemoryBuffer...
2021-07-29 Ivan DlugosDart - make ascii optimization optional in StringReader...
2021-07-26 Ivan DlugosDart - change table building to assert() instead of...
2021-07-26 Ivan DlugosDart - inline small functions to increase performance...
2021-07-26 tira-misu[C#] Fix field name struct name collision (#6744) ...
2021-07-26 mugisoba[C#] Add Union Constructor Utility for ObjectAPI. ...
2021-07-26 Ivan DlugosDart - fixup writeString() return type after previous...
2021-07-25 Taiju Tsuiki[C++] Fix union type handling on object api in C++17...
2021-07-22 CasperRework how Rust generated files are laid out (#6731)
2021-07-22 Ivan DlugosDart - optimize writeString for ASCII (#6736)
2021-07-20 Ivan DlugosDart - make writeString() argument non-nullable (#6737)
2021-07-19 Casperfix lints in rust tests (#6743)
2021-07-19 Sam SobellAdd a split on ':' to build_defs.bzl (#6742)
2021-07-19 Ivan DlugosDart - make vTable fixed size (expect the number of...
2021-07-15 Ivan DlugosDart - make vTable deduplication optional (#6734)
2021-07-15 Ivan DlugosDart - regenerate example after recent flatc changes...
2021-07-12 Shlomi Regevflexbuffers: Add variant of Blob() that takes a key...
2021-07-09 Ivan DlugosDart - store empty vectors instead of NULL (#6728)
2021-07-09 Ivan DlugosDart - finish/lowFinish/buffer changes (#6712)
2021-07-09 Philipp WollermannRemove ubuntu1604 from presubmit.yml (#6715)
2021-07-09 Ivan DlugosDart - unpack() must use eager list reader (#6723)
2021-07-09 Ivan DlugosDart - fix flex-builder compilation error (#6722)
2021-07-09 Ivan DlugosDart - make sure added padding is zeroed, same as in...
2021-07-08 Daniil NikolenkoFix UB in CreateVectorOfStructs in case of an empty...
2021-07-08 paulharrisFix 6348 (#6717)
2021-07-08 Ivan DlugosDart - add custom allocator support (#6711)
2021-06-30 jdeesFix typo in docu (#6714)
2021-06-28 Vladimir Glavnyy[C++] add make_span for Array<T,N> (#6663)
2021-06-27 pkasting[C++] Fix a -Wdeprecated-copy warning. (#6708)
2021-06-22 Ivan DlugosDart null safety (#6696)
2021-06-22 CasperMake --bfbs-filenames default to location of first...
2021-06-21 schoetbiJsonschema add prop comments (#6617)
2021-06-21 Mika RaentoImprove generated comparisons for tables (#6486)
2021-06-19 CasperReplace filenames in reflection with filenames+includes...
2021-06-18 pkastingFix incorrect assertion usage. (#6702)
2021-06-17 Neil GirdharFix warning about deprecated module: imp (#6362)
2021-06-17 CasperAdd the file a symbol is declared in to Reflection...
2021-06-17 CasperIntermediate Representation docs (#6685)
2021-06-14 Ivan DlugosDart object API (#6682)
2021-06-13 Ivan Dlugosdart - change Builder.reset() to reuse an existing...
2021-06-11 Omer Akramuse improved versioning (#6691)
2021-06-11 Ivan Dlugosupdate docs - structs can't be roots (#6690)
2021-06-10 Russell Chreptyk[Python] [Codegen] Fixes nested structs with underscore...
2021-06-08 Huw Rogers[C++] flatc --cpp-field-case-style option to permit...
2021-06-07 Omer AkramFix snap version formatting (#6683)
next