summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2023-05-09removed extern code generation declarations preferring direct includes (#7948)Derek Bailey1-2/+8
2023-05-09fix out-of-source builds with cmake (#7946)Derek Bailey2-7/+1
2023-05-09Upgrade package.json dependencies (#7933)Björn Harrtell5-0/+165
2023-05-09FlatBuffers Version 23.5.9 (#7945)Derek Bailey144-195/+195
2023-05-09FlatBuffers 64 for C++ (#7935)Derek Bailey24-28/+2039
2023-05-09FlatBuffers Version 23.5.8 (#7943)RishabhDeep Singh140-211/+211
2023-05-08add key_field to compiled testsDerek Bailey1-4/+4
2023-05-05Rework cmake flatc codegeneration (#7938)Derek Bailey12-141/+141
2023-05-04Add binary schema reflection (#7932)Derek Bailey3-9/+58
2023-05-03GenerateText gives text error on failureWouter van Oortmerssen7-30/+28
2023-05-03Migrate from rules_nodejs to rules_js/rules_ts (take 2) (#7928)Philipp Schrader19-1/+334
2023-05-03fix possible null dereference for nested_root accessorDerek Bailey4-12/+36
2023-05-02fix possible null dereference for nested_root accessorDerek Bailey1-3/+9
2023-04-28fixed some windows warnings (#7929)Derek Bailey1-2/+2
2023-04-28inject no long for FBS generation to remove logs in flattests (#7926)Derek Bailey3-10/+37
2023-04-28Revert "Migrate from rules_nodejs to rules_js/rules_ts (#7923)" (#7927)Derek Bailey19-334/+1
2023-04-28Migrate from rules_nodejs to rules_js/rules_ts (#7923)Philipp Schrader19-1/+334
2023-04-28Only generate @kotlin.ExperimentalUnsigned annotation on create*Vector method...Aaron Riekenberg31-31/+9
2023-04-28Optionally generate Python type annotations (#7858)Max Burke18-646/+742
2023-04-26Make JSON supporting advanced union features (#7869)Adam Oleksy3-0/+35
2023-04-26Go: make generated code more compliant to "go fmt" (#7907)Jeroen Demeyer15-56/+104
2023-04-26Support file_identifier in Go (#7904)Jeroen Demeyer9-13/+136
2023-04-25Optionally generate type prefixes and suffixes for python code (#7857)Max Burke14-304/+1090
2023-04-11Go: add test for FinishWithFileIdentifier (#7905)Jeroen Demeyer1-2/+75
2023-04-06TS/JS: Use minvalue from enum if not found (#7888)Björn Harrtell6-36/+4
2023-04-06[CS] Verifier (#7850)tira-misu32-7/+842
2023-03-27use Bool for flatbuffers bool instead of Byte (#7876)blindspotbounty4-7/+11
2023-03-15ToCamelCase() when kLowerCamel now converts first char to lower. (#7838)Paulo Pinheiro2-4/+4
2023-03-03FlatBuffers Version 23.3.3 (#7852)Derek Bailey140-211/+211
2023-03-02TS/JS: Export object based classes on entry (#7822)José Luis Millán28-111/+179
2023-03-02[CS] Naming collision if field has same name as table and used as key (#7842)tira-misu2-4/+135
2023-02-06Simplify and fix TypeScript compilation output (#7815)Björn Harrtell1-1/+3
2023-02-05use switch statements for BASE_TYPE_ lookups (#7813)Derek Bailey1-1/+1
2023-02-02proto_test.cpp don't warn about gapsDerek Bailey1-0/+10
2023-02-02Fixed vtable duplication for binary annotator (#7809)Derek Bailey25-6709/+6703
2023-02-01Parsing from proto should keep field ID. (fixes #7645) (#7655)Saman21-143/+834
2023-01-25Clean up extra white spaces (#7800)Wen Sun1-5/+5
2023-01-24[C++] Enable using struct and array of struct as key (#7741)Wen Sun5-12/+732
2023-01-21FlatBuffers Version 23.1.21 (#7796)Derek Bailey140-190/+190
2023-01-21[TS/JS] Entry point per namespace and reworked 1.x compatible single file bui...Björn Harrtell228-15543/+10977
2023-01-21Flatbuffers Version 23.1.20 (#7794)Michael Le140-190/+190
2023-01-10Fix some identity/equality confusion in Python tests (#7768)Ben Beasley1-4/+4
2023-01-10Stop using deprecated imp package in Python tests (#7769)Ben Beasley1-11/+2
2023-01-10[TS]: builder, Fix requiredField(). Verity that the field is present in the v...José Luis Millán7-1/+161
2023-01-10Fix Python host-endianness dependencies (#7773)Ben Beasley2-18/+18
2023-01-10[Kotlin] Control the generation of reflection with --reflect-names (#7775)Anton Bobukh33-3/+65
2023-01-09Fix a typo in a Python test name (#7774)Ben Beasley1-1/+1
2023-01-07Add ts-no-import-ext flag (#7748)Chris10-1/+802
2023-01-07Fix [C#] Object API - Invalid Property Name used in UnPackTo for unio… (#7751)Stefan F3-0/+351
2023-01-07emit global scoped ::flatbuffers in c++ (#7764)Derek Bailey19-4660/+4660