1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 12 days ago. based on code collected 13 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Perform nil check on string fields when packing (#7719) More... about 2 years ago
Add CI step to build with -DFLATBUFFERS_NO_FILE_TESTS. (#7729) More... about 2 years ago
Add include guards around DoNotRequireEofTest (#7728) More... about 2 years ago
Fix Rust codegen escaping field in tables. (#7659) More... about 2 years ago
Add clang-tidy, fix some bugpron problems. (#7708) More... about 2 years ago
[C++] Fix clang `-Wnewline-eof` warning (#7711) More... about 2 years ago
Add CI job to build linux and run unit test on s390x (#7707) More... about 2 years ago
Add Ref.AsStringBytes to flatbuffers.flexbuffers Python API (#7713) More... about 2 years ago
[Go] Fix bug where `bytes` wasn't being imported when using --gen-onefile flag (#7706) More... about 2 years ago
fix clang format plus implicit cast error. (#7704) More... about 2 years ago
Fix a bug where a floating point number was cast to int and the value was stored incorrectly because of low byte width. (#7703) More... about 2 years ago
[Rust] Restore public visibility of previously-public fields (#7700) More... about 2 years ago
FlatBuffers Version 22.12.06 (#7702) More... about 2 years ago
inline initialize byte_width More... about 2 years ago
fix: byte_width_ = 1U << static_cast<BitWidth>(packed_type & 3) implicit conversion loses integer precision: 'unsigned int' to 'uint8_t' (aka 'unsigned char') [-Werror,-Wimplicit-int-conversion] (#7697) More... about 2 years ago
[C++] Update to address comparator failure in big endian (#7681) More... about 2 years ago
Fix "Download Doxygen" URL (#7699) More... about 2 years ago
Upgrade rules_go for Bazel 7.0 support (#7691) More... about 2 years ago
Refactor src/idl_gen_cpp.cpp (#7693) More... about 2 years ago
Add LICENSE.txt to python (#7692) More... about 2 years ago
Add swift link More... about 2 years ago
Move Nim to completed language More... about 2 years ago
Fix confrom failure for nullptr dereference. (#7688) More... about 2 years ago
Update missing C# namespace to Google.FlatBuffers More... about 2 years ago
Remove --gen-name-strings flag from cmake command for generating union_vector_generated.h (#7684) More... about 2 years ago
tests/reflection_test.h: add missing <stdint.h> include (#7680) More... about 2 years ago
Fix PHP byte validation and reenable builds (#7670) More... about 2 years ago
chore: emit more reasonable error message when using incomplete type in struct (#7678) More... about 2 years ago
Use FinshedBytes() in go-echo example instead of manually encoding offset (#7660) More... about 2 years ago
Fix java import wild card (#7672) More... about 2 years ago