summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-01-28Refactor usage message (#7803)Khanh Nguyen2-140/+94
2023-01-26Code generator refactor bug fix (#7802)Khanh Nguyen1-1/+1
2023-01-25Clean up extra white spaces (#7800)Wen Sun1-2/+2
2023-01-25Refactor languages to use CodeGenerator interface. (#7797)Khanh Nguyen32-2/+1266
2023-01-24[C++] Enable using struct and array of struct as key (#7741)Wen Sun2-25/+121
2023-01-21FlatBuffers Version 23.1.21 (#7796)Derek Bailey4-4/+4
2023-01-21[TS/JS] Entry point per namespace and reworked 1.x compatible single file bui...Björn Harrtell2-128/+146
2023-01-21Flatbuffers Version 23.1.20 (#7794)Michael Le6-9/+9
2023-01-10[Kotlin] Control the generation of reflection with --reflect-names (#7775)Anton Bobukh1-1/+6
2023-01-08Defined CodeGenerator Interface and implement C++ (#7771)Derek Bailey3-11/+152
2023-01-08Refactor FlatC to receive `FlatCOptions` (#7770)Derek Bailey2-140/+175
2023-01-07Add ts-no-import-ext flag (#7748)Chris2-4/+8
2023-01-07Fix [C#] Object API - Invalid Property Name used in UnPackTo for unio… (#7751)Stefan F1-4/+4
2023-01-07Increase float to string precision to 17Derek Bailey1-1/+1
2023-01-07emit global scoped ::flatbuffers in c++ (#7764)Derek Bailey1-112/+113
2023-01-07Annotated Binaries emit field names instead of type names (#7763)Derek Bailey2-11/+18
2023-01-07[C++] Add Command-Line Flag to Suppress MIN and MAX Enums (#7705)jalitriver2-1/+8
2023-01-06Ensure that empty modules can build in TypeScript isolatedModules mode (#7726)Max Burke1-0/+7
2023-01-06Removes Dead code & regenerate code (#7744)mustiikhalil1-6/+0
2023-01-06[Kotlin] Improve field nullability based on (required) (#7658)Florian Wagner1-7/+38
2023-01-05Fix operator==() generated for field of fixed sized array (#7749)Saman1-1/+2
2023-01-05Expand wildcard imports in the generated Kotlin files. (#7757)Anton Bobukh1-3/+16
2023-01-05Add pointer reference to sibling union field on FieldDef (#7755)Paulo Pinheiro1-0/+8
2023-01-04FlatBuffers Version 23.1.4 (#7758)Derek Bailey4-4/+4
2023-01-03Fix "'flatbuffers::FieldDef* field' shadows a parameter" (#7740)Robin Giese1-1/+3
2022-12-22[TS] Fix getFullyQualifiedName codegen for typescript (#7730)James Kuszmaul1-1/+4
2022-12-22Fixed test cases (#7732)RishabhDeep Singh1-0/+2
2022-12-22Perform nil check on string fields when packing (#7719)Michael Le1-2/+5
2022-12-15Fix Rust codegen escaping field in tables. (#7659)Casper2-6/+23
2022-12-14[C++] Fix clang `-Wnewline-eof` warning (#7711)mogemimi4-4/+4
2022-12-12[Go] Fix bug where `bytes` wasn't being imported when using --gen-onefile fla...Michael Le1-8/+14
2022-12-06FlatBuffers Version 22.12.06 (#7702)Derek Bailey4-4/+4
2022-12-06[C++] Update to address comparator failure in big endian (#7681)Wen Sun1-8/+11
2022-12-06Refactor src/idl_gen_cpp.cpp (#7693)RishabhDeep Singh1-253/+186
2022-12-01Fix confrom failure for nullptr dereference. (#7688)Derek Bailey1-2/+7
2022-11-29chore: emit more reasonable error message when using incomplete type in struc...sssooonnnggg1-0/+6
2022-11-28Fix java import wild card (#7672)Saman1-2/+14
2022-11-23FlatBuffers Version 22.11.23 (#7662)Derek Bailey4-4/+4
2022-11-22FlatBuffers Version 22.11.22Derek Bailey4-4/+4
2022-11-22Add --go-module-name flag to support generating Go module compatible code (#...Michael Le2-1/+11
2022-11-22Add key lookup support for tables in Go (#7644)Michael Le1-2/+120
2022-11-22Fix go generator undefined Package name, also throwing exception (#7632)Saman2-27/+32
2022-11-22updated method call (#7642)TJKoury1-2/+1
2022-11-22Fixed the BytesConsumed function, which was pointing slightly ahead. (#7657)Alex Ames1-1/+2
2022-11-22[C#] Fix collision of member if union name is "Value" (#7648)tira-misu1-5/+12
2022-11-18Add support for using array of scalar as key field in Cpp (#7623)Wen Sun2-10/+45
2022-11-17Put documentation to bfbs if it is not empty (#7649)tira-misu1-6/+6
2022-11-13[Go] Fix GenNativeUnionUnPack for imported union type. (#7579)Gh0u1L51-1/+4
2022-11-13Fix import problem in dart generated files. (fixes #7609). (#7621)Saman1-1/+39
2022-11-11[swift] fix broken swift test build (#7633) (#7634)mr-swifter1-56/+28