platform/upstream/flatbuffers.git
2022-01-29 Jean-François Roy[C++] Support C++ object copies and moves (#5988)
2022-01-29 Max Burke[ts] Builder incorrectly serializing empty strings...
2022-01-29 Justin T ConroyInclude a SizePrefixed..HasIdentifier for c++. (#6871)
2022-01-28 Derek BaileyUse `${PYTHON_EXECUTABLE}` instead of `py` in cmake...
2022-01-27 Derek Bailey'flattest': Add --test_path option (#7041)
2022-01-27 MSAdded support for clang-cl on windows (CMake) (#7038)
2022-01-26 LouisPFix/cmake build grpc (#7028)
2022-01-26 BogDan VatraAdd FlatBuffers::FlatBuffers interface, needed for...
2022-01-26 Jon SimantovFix comment with line orders - Rust should be last...
2022-01-26 Jon SimantovUse actions/checkout@v2, which fixes security vulnerabi...
2022-01-25 Jon SimantovAdd --warnings-as-errors to flatc compiler. (#7034)
2022-01-25 Derek BaileyEmit include for bfbs-gen-embed (#7031)
2022-01-25 Derek BaileyUpgraded GRPC version to 1.42.0 (#7033)
2022-01-20 Ivan Dlugoschore: dart 2.0.5 release changes (#6983)
2022-01-20 Marcin Witkowskirust: Allow for usage in no_std environment (#6989)
2022-01-14 Danila KuteninMake flatbuffer builder deterministic (#6993)
2022-01-14 Wouter van... Added verifier alignment checking to table fields ...
2022-01-14 LouisPBuildFlatBuffers.cmake: fix arguments not passed proper...
2022-01-14 Richard A HoferAdd initial C# vector of unions support to the document...
2022-01-07 Alex E[TS/JS] BigInt implementation (#6998)
2021-12-24 Advait JainAvoid implicit conversion from float to double. (#7003)
2021-12-22 Shlomi RegevRearrange #include directives to pass to compilation...
2021-12-19 Panagiotis... Reverting grpc generated file suffix (#6995)
2021-12-15 Wouter van... Disable parsing of nested_flatbuffers as bytes by default
2021-12-14 Wouter van... Enable OSS-Fuzz on CI
2021-12-14 Wouter van... Updated FlexBuffers fuzzer
2021-12-14 Wouter van... Added alignment checking to FlexBuffers verifier
2021-12-14 Wouter van... FlexBuffers verifier additionally checks for nesting
2021-12-14 Wouter van... Made FlexBuffers reuse tracker track types
2021-12-14 Derek BaileyPrevent shadow with _{{FIELD_NAME}} (#6991)
2021-12-13 Wouter van... FlexBuffers fuzzer fixes
2021-12-13 Derek BaileyRefractor Flatc Options (#6987)
2021-12-13 Vadim-Valdis... [CMake] Add option for disable universal on OSX (#6990)
2021-12-13 Derek BaileyValidate C# json/object-api options (#6985)
2021-12-13 Derek BaileyAdd .NET test to github workflows (#6982)
2021-12-10 Biswapriyo... [CMake]: Fix version in pkgconfig file (#6986)
2021-12-10 Wouter van... re-enabled FlexBuffer JSON in fuzzer
2021-12-10 Wouter van... Verifier for FlexBuffers (#6977)
2021-12-10 Biswapriyo... [CMake]: Fix python command for mingw environment ...
2021-12-09 lu-wang-gEnable --gen-onefile in Python (#6953)
2021-12-09 Danila KuteninMake idl_parser deterministic (#6976)
2021-12-09 Derek BaileyBumping to Version 2.0.5 (#6967)
2021-12-09 David SandersFix typo in variable name (#6973)
2021-12-06 Derek Baileyremove Appveyor's Vs2010 and 13 builds (#6969)
2021-12-06 tira-misu[TS] Fix reserved words as arguments (#6955) (#6956)
2021-12-03 Derek BaileyUpdate stale bot version and provide away to exempt...
2021-12-03 Derek Baileymissing generated files (#6966)
2021-12-03 Derek BaileyLua Generator using IR. (#6940)
2021-12-03 Markus JungingerFixedTypedVector: add const to ElementType() and size...
2021-12-02 Panagiotis... Have grpc include file with correct filename-suffix...
2021-12-01 Derek BaileyRemoved test/generate_code.{sh|bat} (#6873)
2021-12-01 Derek Baileyswitched to windows-lastest, removed deadcode (#6948)
2021-12-01 engedyRestore FlatBufferBuilder::kFileIdentifierLength. ...
2021-11-29 Wouter van... Enable verifier on nested_flatbuffers
2021-11-29 Wouter van... Turn off nested FlatBuffers/FlexBuffers for the fuzzer
2021-11-24 Derek Baileyinvalid conditional running genrate_code.py (#6952)
2021-11-23 Élie ROUDNINSKIrust: remove needless borrow (#6922)
2021-11-23 Derek BaileyVector Downward GetSize optimization (#6925)
2021-11-22 jonathan-conder-smFix flexbuffers clang-analyzer warning (#6947)
2021-11-22 Sergei Trofimovichtest: fix undefined order of functio parameters. (...
2021-11-22 Denis Protivensky[cmake] Fix getting version info from tags during the...
2021-11-20 Derek Baileyclang-all (#6941)
2021-11-18 Ivan DlugosWIP: Dart release 2.0 (#6927)
2021-11-18 Derek BaileyAdd benchmarks to Linux CI (#6928)
2021-11-18 Taiju Tsuiki[C++] Fix compile failure on Object API union construct...
2021-11-18 Wouter van... Fix integer overflow warnings
2021-11-18 Derek Baileyfixed cmp0048 error (#6932)
2021-11-17 Catena cyberfuzzers: fix typo in file path (#6931)
2021-11-15 Derek BaileyAdded Raw C++ benchmarks (#6924)
2021-11-15 Derek BaileyAdded Google benchmarks (and gtests) (#6920)
2021-11-15 taroplus[Java] lookup by byteArray is giving back wrong entry...
2021-11-12 Wouter van... Removal of support for FLATBUFFERS_CPP98_STL (#6918)
2021-11-11 Derek Baileymove [[ ]] to calling sites (#6914)
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)
next