summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2023-01-07Annotated Binaries emit field names instead of type names (#7763)Derek Bailey18-244/+244
2023-01-06Removes Dead code & regenerate code (#7744)mustiikhalil27-165/+154
2023-01-06[Kotlin] Improve field nullability based on (required) (#7658)Florian Wagner2-3/+11
2023-01-05Fix operator==() generated for field of fixed sized array (#7749)Saman3-8/+57
2023-01-05Expand wildcard imports in the generated Kotlin files. (#7757)Anton Bobukh27-54/+378
2023-01-04FlatBuffers Version 23.1.4 (#7758)Derek Bailey139-228/+228
2022-12-22[TS] Fix getFullyQualifiedName codegen for typescript (#7730)James Kuszmaul53-82/+100
2022-12-22Fixed test cases (#7732)RishabhDeep Singh48-1/+95
2022-12-22Perform nil check on string fields when packing (#7719)Michael Le2-2/+8
2022-12-22Add CI step to build with -DFLATBUFFERS_NO_FILE_TESTS. (#7729)engedy1-0/+3
2022-12-21Add include guards around DoNotRequireEofTest (#7728)engedy1-0/+3
2022-12-15Fix Rust codegen escaping field in tables. (#7659)Casper4-0/+327
2022-12-14[C++] Fix clang `-Wnewline-eof` warning (#7711)mogemimi7-7/+7
2022-12-12[Go] Fix bug where `bytes` wasn't being imported when using --gen-onefile fla...Michael Le1-1/+1
2022-12-06FlatBuffers Version 22.12.06 (#7702)Derek Bailey138-207/+207
2022-12-06[C++] Update to address comparator failure in big endian (#7681)Wen Sun2-22/+35
2022-12-01Fix confrom failure for nullptr dereference. (#7688)Derek Bailey1-13/+24
2022-12-01Update missing C# namespace to Google.FlatBuffersDerek Bailey1-1/+1
2022-11-30tests/reflection_test.h: add missing <stdint.h> include (#7680)Sergei Trofimovich1-0/+1
2022-11-29Fix PHP byte validation and reenable builds (#7670)Louis Laugesen1-4/+4
2022-11-28Fix java import wild card (#7672)Saman47-188/+658
2022-11-23FlatBuffers Version 22.11.23 (#7662)Derek Bailey138-187/+187
2022-11-22FlatBuffers Version 22.11.22Derek Bailey138-207/+426
2022-11-22Add --go-module-name flag to support generating Go module compatible code (#...Michael Le1-0/+3
2022-11-22Add key lookup support for tables in Go (#7644)Michael Le7-5/+219
2022-11-22Fix go generator undefined Package name, also throwing exception (#7632)Saman6-12/+218
2022-11-22Fixed the BytesConsumed function, which was pointing slightly ahead. (#7657)Alex Ames1-4/+3
2022-11-18Add support for using array of scalar as key field in Cpp (#7623)Wen Sun11-25/+396
2022-11-17Put documentation to bfbs if it is not empty (#7649)tira-misu4-5607/+5003
2022-11-13[Go] Fix GenNativeUnionUnPack for imported union type. (#7579)Gh0u1L53-9/+18
2022-11-13Fix import problem in dart generated files. (fixes #7609). (#7621)Saman6-0/+359
2022-11-11[swift] fix broken swift test build (#7633) (#7634)mr-swifter5-42/+360
2022-11-11Fixes #7345 to add the option to minify enums (#7566)RishabhDeep Singh2-0/+29
2022-11-11Add comparison operator to python objects under --gen-compare option (#7610)Alex-Ratcliffe1-0/+13
2022-11-08Fix handling of +/-inf defaults in TS/rust/go/dart codegen (#7588)James Kuszmaul34-4017/+7509
2022-11-08Add support for parsing proto map fields (#7613)Michael Le9-1/+100
2022-11-08Add missing #include <algorithm> for std::min/std::max uses, and #include <li...Even Rouault5-3/+10
2022-11-03Added option to not requires an EoF token when parsing JSON (#7620)Alex Ames1-0/+44
2022-10-29Add CreateSharedString to python builder (#7608)Michael Le1-0/+49
2022-10-28[TS] Add support for fixed length arrays on Typescript (#5864) (#7021) (#7581)Bulent Vural11-16/+1348
2022-10-26FlatBuffers Version 22.10.26 (#7607)Derek Bailey136-185/+185
2022-10-26[Python] Fixed the issue with nested unions relying on InitFromBuf. (#7576)Joshua Smith28-58/+739
2022-10-26FlatBuffers Version 22.10.25 (#7604)Derek Bailey136-204/+204
2022-10-21[vector] Allow to iterate with mutables (#7586)ArnaudD-FR1-0/+10
2022-10-21[Nim] Bfbs Nim Generator (#7534)Dan Lapid37-4/+2112
2022-10-21Make type conversions explicit. (#7595)Dominic Battre2-8/+8
2022-10-20Fix LongEnum definitions (#7596)Dominic Battre1-3/+3
2022-10-19Rust fix compilation for no_std targets #2 (#7553)Dan Lapid6-2/+68
2022-10-18tests/test.cpp contains a couple of tests that are only executed (#7571)Dominic Battre1-0/+6
2022-10-10Turn on clippy for Rust and fix lints for non-generated code (#7575)Casper5-16/+16