COMMITS
/ tests/test.cpp March 12, 2026
T
Fix missing namespace qualifier in Pack() (#8967)
tmimmanuel committed
December 19, 2025
D
Default Vector Support C++ (#8870)
Derek Bailey committed
D
Add --gen-absl-hash option to generate AbslHashValue for structs. (#8868)
Derek Bailey committed
D
Run clang-format -i **/*.cpp (#8865)
Derek Bailey committed
December 7, 2025
J
Fix vector of table with naked ptr (#8830)
Justin Davis committed
November 24, 2025
F
Size verifier fix 2 (#8740)
Fergus Henderson committed
November 17, 2025
F
Replace usage of make_unique with unique_ptr for cpp11 (#8763)
Felix committed
November 5, 2025
C
Support native_type for tables when using the C++ object API. (#8668)
cosmith-nvidia committed
October 31, 2025
C
Add conditional check (#8736)
coder7695 committed
September 24, 2025
D
Use the Google Style for clang-format without exceptions (#8706)
Derek Bailey committed
August 3, 2025
S
Fix native_type non-native_inline fields, add tests (#8655)
Sourya Kovvali committed
May 18, 2025
A
Fix dereference operator of VectorIterator to structures (#8425)
Adam Oleksy committed
November 18, 2023
D
Fix CI builds (#8161)
Derek Bailey committed
May 31, 2023
D
fix android typo
Derek Bailey committed
D
various fixes (#7986)
Derek Bailey committed
May 26, 2023
D
Add `ForceVectorAlignment64` and test (#7977)
Derek Bailey committed
May 15, 2023
S
feat(C++): Support underlying_type for union (#7954)
sssooonnnggg committed
May 12, 2023
W
Rename GenerateText
Wouter van Oortmerssen committed
May 10, 2023
D
fix out-of-source builds with cmake (#7946)
Derek Bailey committed
May 9, 2023
D
FlatBuffers 64 for C++ (#7935)
Derek Bailey committed
May 4, 2023
D
Add binary schema reflection (#7932)
Derek Bailey committed
May 3, 2023
W
GenerateText gives text error on failure
Wouter van Oortmerssen committed
April 26, 2023
A
Make JSON supporting advanced union features (#7869)
Adam Oleksy committed
February 1, 2023
S
Parsing from proto should keep field ID. (fixes #7645) (#7655)
Saman committed
January 25, 2023
W
[C++] Enable using struct and array of struct as key (#7741)
Wen Sun committed
January 6, 2023
S
December 22, 2022
E
Add CI step to build with -DFLATBUFFERS_NO_FILE_TESTS. (#7729)
engedy committed
December 21, 2022
E
Add include guards around DoNotRequireEofTest (#7728)
engedy committed
November 22, 2022
A
Fixed the BytesConsumed function, which was pointing slightly ahead. (#7657)
Alex Ames committed
November 18, 2022
W
Add support for using array of scalar as key field in Cpp (#7623)
Wen Sun committed
November 8, 2022
J
Fix handling of +/-inf defaults in TS/rust/go/dart codegen (#7588)
James Kuszmaul committed
November 3, 2022
A
Added option to not requires an EoF token when parsing JSON (#7620)
Alex Ames committed
October 18, 2022
D
tests/test.cpp contains a couple of tests that are only executed (#7571)
Dominic Battre committed
September 21, 2022
D
[C++] Rare bad buffer content alignment if sizeof(T) != alignof(T) (#7520)
Denis Blank committed
September 14, 2022
D
UnPackTo disable merge by default (#7527)
Derek Bailey committed
August 29, 2022
C
C++: Add option to skip verifying nested flatbuffers (#7489)
Casper committed
S
[C++] support native_inline attribute for vector of tables (#7479)
sssooonnnggg committed
August 28, 2022
D
Refactor test.cpp (#7487)
Derek Bailey committed
August 26, 2022
D
Fix typos (#7483)
Derek Bailey committed
August 16, 2022
P
Audit and fixups for GCC and Clang (#7212)
Paul Harris committed
August 15, 2022
M
Stop using __has_trivial_copy on recent clang versions. (#7443)
Mirko Bonadei committed
August 14, 2022
D
Define minimum buffer size (#7440)
Derek Bailey committed
S
make_span overloads for pointer to vector (#7374) (#7435)
Stefan F committed
August 12, 2022
S
[C++] Set StructDef::has_key property when deserializing from binary schema (#7386) (#7428)
sssooonnnggg committed
August 9, 2022
S
avoid zero-as-null-pointer warning (#7423)
sssooonnnggg committed
D
[C++] Vector of Tables equality (#7415)
Derek Bailey committed
August 5, 2022
W
Fix FlexBuffers Verifier tracking vectors reuse at wrong offset
Wouter van Oortmerssen committed
June 16, 2022
C
Reenable optional json (#7352)
Caleb Zulawski committed
June 15, 2022
D
Revert "Implement optional scalars for JSON (#7322)" (#7351)
Derek Bailey committed