summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-14Adding comment for code clarification (#7856)SmashedFrenzy161-0/+2
2023-03-15ToCamelCase() when kLowerCamel now converts first char to lower. (#7838)Paulo Pinheiro4-9/+16
2023-03-09Fix help output for --java-checkerframework (#7854)Ben Beasley1-1/+1
2023-03-09Update filename to README.md and improve formatting (#7855)SmashedFrenzy161-5/+5
2023-03-03Increase limit on stale.yml items processedDerek Bailey1-1/+1
2023-03-03Allow manual runs of stale.ymlDerek Bailey1-1/+3
2023-03-03Update stale.ymlDerek Bailey1-8/+19
2023-03-03Updated remaining usages of LICENSE.txtDerek Bailey7-9/+9
2023-03-03FlatBuffers Version 23.3.3 (#7852)Derek Bailey173-251/+257
2023-03-03Add Java reflection bindings to the distribution (#7851)Chuck Atkins13-0/+1225
2023-03-02Update pom.xml (#7849)CodeMaster70001-1/+1
2023-03-02TS/JS: Export object based classes on entry (#7822)José Luis Millán29-113/+187
2023-03-02[Android][Kotlin] fixed build after decomission of jcenter and gradle update ...Paulo Pinheiro13-140/+119
2023-03-02Add a --java-package-prefix option to flatc (#7848)Chuck Atkins3-19/+59
2023-03-02Added GENERATE_<TARGET> to flatbuffers_generate_headers (#7845)Cedric Schmeits1-0/+17
2023-03-02[CS] Naming collision if field has same name as table and used as key (#7842)tira-misu3-8/+141
2023-03-02Add Code Generator for idl_gen_fbs to parse .proto files (#7832)Khanh Nguyen7-16/+119
2023-02-27Editorconfig: als configure to trim whitespaces end EOL. (#7833)Henner Zeller1-0/+1
2023-02-17Move defined part to idl.h (#7823)Saman2-10/+12
2023-02-15Only use absl headers if C++14 is available. (#7824)Even Rouault1-1/+1
2023-02-06fixed bad math for --annotate-sparse-vectorsDerek Bailey1-4/+4
2023-02-06Sample adjusted for Python3 (#7819)chrismue1-6/+6
2023-02-06[Annotated Buffers] Improve efficiency (#7820)Derek Bailey4-85/+107
2023-02-06Simplify and fix TypeScript compilation output (#7815)Björn Harrtell5-18/+8
2023-02-05use switch statements for BASE_TYPE_ lookups (#7813)Derek Bailey5-49/+56
2023-02-03explicitly declare enum values (#7811)Derek Bailey2-22/+25
2023-02-02proto_test.cpp don't warn about gapsDerek Bailey1-0/+10
2023-02-02Fixed vtable duplication for binary annotator (#7809)Derek Bailey28-6753/+6772
2023-02-01Parsing from proto should keep field ID. (fixes #7645) (#7655)Saman25-162/+1139
2023-01-31Final refactor for bfsb_generator* and text generator (#7806)Khanh Nguyen30-223/+358
2023-01-30Fix std::span autodetection (#7805)Bernie Innocenti1-8/+11
2023-01-30Rename LICENSE.txt to LICENSE (#7808)CodeMaster70003-2/+2
2023-01-29Supported cmake 3.8 (#7801)Ilya Lavrenov5-833/+23
2023-01-28Refactor usage message (#7803)Khanh Nguyen3-141/+95
2023-01-26Code generator refactor bug fix (#7802)Khanh Nguyen1-1/+1
2023-01-25Clean up extra white spaces (#7800)Wen Sun2-7/+7
2023-01-25Refactor languages to use CodeGenerator interface. (#7797)Khanh Nguyen35-7/+1269
2023-01-24[C++] Enable using struct and array of struct as key (#7741)Wen Sun7-37/+853
2023-01-21FlatBuffers Version 23.1.21 (#7796)Derek Bailey163-217/+222
2023-01-21[TS/JS] Entry point per namespace and reworked 1.x compatible single file bui...Björn Harrtell249-15901/+11504
2023-01-21Flatbuffers Version 23.1.20 (#7794)Michael Le164-220/+224
2023-01-19Use CMAKE_CURRENT_SOURCE_DIR in benchmark cpp path (#7781)liu1-1/+1
2023-01-18Remove go.mod to resolve ambiguous import issue (#7783)Michael Le1-3/+0
2023-01-10Fix binary output different in different platform (#7718)Saman7-69/+52
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án8-2/+163
2023-01-10Fix Python host-endianness dependencies (#7773)Ben Beasley3-23/+23
2023-01-10[Kotlin] Control the generation of reflection with --reflect-names (#7775)Anton Bobukh35-6/+74
2023-01-10Use full project version as SOVERSION for the shared library (#7777)Michał Górny2-14/+10