summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-02[Version] Bump up to v2.0.6accepted/tizen/unified/20221226.065959sandbox/anyj0527/v2.0.6Yongjoo Ahn1-3/+6
2022-12-02[Python] Add flatbuffers python packagingGichan Jang1-1/+28
2022-12-02Bump to flatbuffers 2.0.0Gichan Jang3-2/+11
2022-12-02[Dist/Debian] Include .pc file in the dev-kit packageWook Song4-3/+15
2022-12-02[Dist/Tizen] Revise the rpm spec file to include .pc in the dev packageWook Song1-1/+11
2022-12-02[PkgConfig] Add a template for .pc file generationWook Song1-0/+5
2022-12-02[Dist/Debian] Fix unmet dependency on libgcc-s1 in the PPA packageWook Song2-1/+8
2022-12-02Bump to flatbuffers 1.12.0Geunsik Lim2-2/+13
2022-12-02Add -fno-lto for creating static librarySemun Lee1-0/+3
2022-12-02[Dist/Debian] Initial debianization for v1.11.0Wook Song8-0/+112
2022-12-02Re-ported build-error workaround from 1.6.0MyungJoo Ham1-3/+6
2022-12-02[Dist/Tizen] Add rpm spec and manifest files to support GBSParichay Kapoor2-0/+71
2022-02-15Change Rust generated file defaults (#7101)Casper26-26/+35
2022-02-14Fixed FlexBuffers verifier fuzzer timing outWouter van Oortmerssen1-1/+4
2022-02-14Fixed Parser not checking size of union types vectorWouter van Oortmerssen1-0/+3
2022-02-14Fixed FlexBuffers ToString unquoted non-ident keysWouter van Oortmerssen1-1/+17
2022-02-13Remove @ExperimentalUnsignedTypes annotation from kotlin code generator. (#7092)Aaron Riekenberg28-29/+0
2022-02-11Swift FlatBufferBuilder.sizedByteArray to ByteBuffer.toArray() (#7093)Matt Grippaldi2-6/+11
2022-02-11[TS] Refactor away circular ref (#7099)Björn Harrtell2-10/+9
2022-02-10Add reflection support for python (#7026)qazwsxedcrfvtg1414-16/+1420
2022-02-09Add CreateVector overload to accept array like (#7095)Derek Bailey2-4/+15
2022-02-09explicitly defined std::allocator (#7094)Derek Bailey1-12/+13
2022-02-08[JS] Add ".js" suffix to all import statements to generate a browser compatib...Timo Sturm11-44/+44
2022-02-08Add Parsing Completed function for Rust (#7084)Derek Bailey4-19/+37
2022-02-04rust: Bump thiserror version and remove git dependency (#7080)Marcin Witkowski1-3/+4
2022-02-03replace framework include of flatbuffers (#7079)Derek Bailey1-145/+133
2022-02-03fix go_test implement error (#7012)godcong1-4/+10
2022-02-02fixed comparator for native_inline (#7076)Derek Bailey26-634/+935
2022-02-02skip generating reflection.fbs in generate_scripts (#7077)Derek Bailey2-17/+32
2022-02-02update C++ generator to emit scoped enums in vector of unions (#7075)Derek Bailey2-2/+7
2022-02-02replaced removed xml tagDerek Bailey1-0/+1
2022-02-02removed BSD-3-Clause license and Zlib licenses (#7073)Derek Bailey13-754/+514
2022-02-02Fixed default value of bool in struct for Swift (#7072)nicked5-29/+149
2022-02-01one last dart omit local (#7070)Derek Bailey1-1/+1
2022-02-01more omit type annotations for dart local variables (#7069)Derek Bailey1-7/+7
2022-02-01omit type annotations for dart local variables (#7067)Derek Bailey1-55/+55
2022-02-01add xmlns to .Net (#7066)Derek Bailey1-1/+1
2022-02-01Updates swift gen licence for grpc code (#7063)mustiikhalil1-27/+10
2022-02-01Fixed long cast to int in flexbufferbuilder.java (#7059)Derek Bailey1-1/+1
2022-02-01clang format on codebase (#7058)Derek Bailey14-136/+105
2022-01-31attempt to remove appveyor (#7056)Derek Bailey5-79/+0
2022-01-31Provide a short help text and default in error case (#6992)Derek Bailey3-6/+40
2022-01-31Use FindPython3 (#7055)Derek Bailey1-10/+7
2022-01-31remove BIICODEDerek Bailey1-5/+0
2022-01-31Update readme.mdDerek Bailey1-1/+2
2022-01-31Fixes a bug where bools arent being nil when marked optional (#7051)mustiikhalil2-3/+3
2022-01-30Implement Serialize on generated rust types (#7022)Max Burke67-1/+5455
2022-01-30Cmake 3.16 de-facto minimum version (#7049)Derek Bailey2-31/+804
2022-01-29Convert flatbuffers_version_string to inline function (#7046)Derek Bailey4-38/+6
2022-01-29[C++] Support C++ object copies and moves (#5988)Jean-François Roy7-59/+547