summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-29[ts] Builder incorrectly serializing empty strings (#7047)Max Burke1-2/+5
2022-01-28Include a SizePrefixed..HasIdentifier for c++. (#6871)Justin T Conroy10-0/+53
2022-01-28Use `${PYTHON_EXECUTABLE}` instead of `py` in cmake (#7042)Derek Bailey2-9/+9
2022-01-27'flattest': Add --test_path option (#7041)Derek Bailey1-9/+27
2022-01-27Added support for clang-cl on windows (CMake) (#7038)MS1-8/+13
2022-01-25Fix/cmake build grpc (#7028)LouisP1-3/+23
2022-01-25Add FlatBuffers::FlatBuffers interface, needed for FetchContent_Declare (#7023)BogDan Vatra1-0/+8
2022-01-25Fix comment with line orders - Rust should be last. (#7037)Jon Simantov1-1/+1
2022-01-25Use actions/checkout@v2, which fixes security vulnerability. (#7036)Jon Simantov1-16/+16
2022-01-25Add --warnings-as-errors to flatc compiler. (#7034)Jon Simantov4-1/+34
2022-01-25Emit include for bfbs-gen-embed (#7031)Derek Bailey2-0/+5
2022-01-25Upgraded GRPC version to 1.42.0 (#7033)Derek Bailey1-1/+1
2022-01-20chore: dart 2.0.5 release changes (#6983)Ivan Dlugos3-7/+13
2022-01-20rust: Allow for usage in no_std environment (#6989)Marcin Witkowski14-40/+70
2022-01-14Make flatbuffer builder deterministic (#6993)Danila Kutenin1-3/+3
2022-01-14Added verifier alignment checking to table fields (#7018)Wouter van Oortmerssen18-248/+273
2022-01-14BuildFlatBuffers.cmake: fix arguments not passed properly to flatc (#7013)LouisP1-1/+1
2022-01-13Add initial C# vector of unions support to the documentation. (#6880)Richard A Hofer1-0/+119
2022-01-06[TS/JS] BigInt implementation (#6998)Alex E22-256/+225
2021-12-23Avoid implicit conversion from float to double. (#7003)Advait Jain1-1/+1
2021-12-22Rearrange #include directives to pass to compilation with a particular DSP to...Shlomi Regev1-1/+2
2021-12-18Reverting grpc generated file suffix (#6995)Panagiotis Gourgaris3-14/+10
2021-12-15Disable parsing of nested_flatbuffers as bytes by defaultWouter van Oortmerssen4-1/+17
2021-12-14Enable OSS-Fuzz on CIWouter van Oortmerssen1-0/+24
2021-12-14Updated FlexBuffers fuzzerWouter van Oortmerssen1-1/+3
2021-12-14Added alignment checking to FlexBuffers verifierWouter van Oortmerssen1-0/+10
2021-12-14FlexBuffers verifier additionally checks for nestingWouter van Oortmerssen1-3/+19
2021-12-14Made FlexBuffers reuse tracker track typesWouter van Oortmerssen4-42/+54
2021-12-13Prevent shadow with _{{FIELD_NAME}} (#6991)Derek Bailey4-37/+37
2021-12-13FlexBuffers fuzzer fixesWouter van Oortmerssen1-30/+26
2021-12-13Refractor Flatc Options (#6987)Derek Bailey3-183/+312
2021-12-13[CMake] Add option for disable universal on OSX (#6990)Vadim-Valdis Yudaev1-1/+7
2021-12-13Validate C# json/object-api options (#6985)Derek Bailey3-3/+12
2021-12-13Add .NET test to github workflows (#6982)Derek Bailey3-15/+30
2021-12-10[CMake]: Fix version in pkgconfig file (#6986)Biswapriyo Nath1-1/+1
2021-12-10re-enabled FlexBuffer JSON in fuzzerWouter van Oortmerssen1-3/+0
2021-12-10Verifier for FlexBuffers (#6977)Wouter van Oortmerssen11-6/+300
2021-12-10[CMake]: Fix python command for mingw environment (#6984)Biswapriyo Nath1-2/+2
2021-12-09Enable --gen-onefile in Python (#6953)lu-wang-g15-2268/+5042
2021-12-09Make idl_parser deterministic (#6976)Danila Kutenin1-0/+6
2021-12-09Bumping to Version 2.0.5 (#6967)Derek Bailey23-25/+26
2021-12-09Fix typo in variable name (#6973)David Sanders1-2/+2
2021-12-06remove Appveyor's Vs2010 and 13 builds (#6969)Derek Bailey1-10/+0
2021-12-06[TS] Fix reserved words as arguments (#6955) (#6956)tira-misu1-4/+71
2021-12-03Update stale bot version and provide away to exempt issues with the not-stale...Derek Bailey1-1/+4
2021-12-03missing generated files (#6966)Derek Bailey2-0/+480
2021-12-02Lua Generator using IR. (#6940)Derek Bailey43-1697/+3433