summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-01-16[C++] Fix for printing of enum in case output_enum_identifiers=1. (#5706)Vladimir Glavnyy1-1/+10
2020-01-09[Swift] Swift implementation 🎉🎉 (#5603)mustiikhalil1-18/+24
2020-01-09Changed direct calls to strtod to use StringToNumberWouter van Oortmerssen1-1/+5
2020-01-06(Optionally) add an additional suffix namespace to generated fbs files. (#5698)Michael Beardsworth1-0/+1
2019-12-26[C++] Add Builder and Table typedefs (#5685)Austin Schuh1-0/+27
2019-12-26Add support for absl::string_view when available (#5682)Austin Schuh1-0/+7
2019-12-23Add flatc '--cpp_std' switch (#5656)Vladimir Glavnyy4-5/+32
2019-12-23Fix for FlexBuffers FBT_VECTOR_STRING size bit-width.Wouter van Oortmerssen1-13/+45
2019-12-23Added Check to VerifyAlignment (#5675)stefan3011-1/+1
2019-12-09Supress unsigned-integer-overflow for PaddingBytes (#5647)Björn Harrtell1-0/+1
2019-12-05Add --force-empty-vectors option (#5653)cryptocode1-4/+9
2019-12-02[Clang 10]: definition of implicit copy constructor for 'TableKeyComparatoris...Ivan Shynkarenka1-1/+5
2019-11-25Fix ambiguity of a type deduction in TEST_EQ macro if arguments have `enum cl...Vladimir Glavnyy1-4/+24
2019-11-25Simplify declarations of x-macro FLATBUFFERS_TD (#5638)Vladimir Glavnyy1-7/+19
2019-11-25read vtable size through ReadScalar() (#5636)FujiZ1-1/+1
2019-11-18add namespace prefix in FLATBUFFERS_MAX_BUFFER_SIZE (#5629)FujiZ1-1/+1
2019-11-14Support for python grpc - continuing the work from the pull request #4270 #47...Malar Kannan1-0/+6
2019-11-14Removed idl_gen_general.cpp and move contents to code_generators.cpp (#5625)Derek Bailey1-12/+7
2019-11-11[C++, C#, Java] Separated C# and Java generators into their own classes (#5618)Derek Bailey1-0/+10
2019-11-11Ran src/clang-format-all.sh (#5617)Derek Bailey1-1/+1
2019-11-07[C++] Refactor to conform to Google C++ style guide (#5608)Derek Bailey9-241/+225
2019-11-04include/flatbuffers/base.h: fix no_sanitize issue with old clang (#5610)Even Rouault1-1/+1
2019-11-04[C++, Java, C#, TypeScript, JavaScript] Skip generation of mutable union type...Derek Bailey1-37/+42
2019-11-04flatbuffers.h: fix documentation warning (#5607)Even Rouault1-1/+1
2019-10-28Fix typos in comments (#5590)Even Rouault4-5/+5
2019-10-17Avoid intentional unsigned integer overflow getting caught by sanitizers (#5572)Björn Harrtell1-0/+1
2019-10-17#5544 Fix of Array of table is not sorted if Create<type>Direct() is used (#5...tira-misu1-22/+22
2019-10-15Fix build with gcc version 7.4.0 (#5570)Brian Harris1-1/+1
2019-09-26[flac] Add FlexBuffers option for generating data (#5519)Paulo Pinheiro2-1/+13
2019-09-23Fix Mutate() methods of Array<scalar/struct> (override 5508) (#5526)Vladimir Glavnyy3-22/+72
2019-09-19Fixed DetachedBuffer self move assignment (#5521)mmoscicki21-0/+3
2019-09-16Fixed Reflection Verifier not handling vectors of unions.Wouter van Oortmerssen1-0/+5
2019-09-10Annotate getters with @Pure when --java-checkerframework is specified. (#5510)jaceksur1-0/+2
2019-09-03Doc typo fixes (#5505)Björn Harrtell1-8/+8
2019-08-26FlexBuffers: allow any values to be shared.Wouter van Oortmerssen1-1/+26
2019-08-23Fixed STLPort Android compile errorWouter van Oortmerssen1-1/+1
2019-08-23[bugfix]flexbuffers isvector bugfix (#5488)Earlonus1-1/+1
2019-08-23Fix incorrect padding in arrays of structs (Issue #5484) (#5491)svenk1771-3/+8
2019-08-19has_method support for primitive fields in java runtime. Changed: idl.h, Flat...Edward1-0/+4
2019-08-01[C++] remove static_cast expression (#5440)Alexey Geraskin1-2/+1
2019-07-26Fix numeric_limits<T>::max() to avoid conflict with windows.h header (#5462)ll-antn1-2/+2
2019-07-22Add basic Kotlin support (#5409)Paulo Pinheiro2-23/+42
2019-07-18[C++] fix static_cast expression (#5441)Alexey Geraskin1-1/+1
2019-07-08Extend the test of MonsterExtra (#5428)Vladimir Glavnyy1-3/+8
2019-07-01Remove unused variables (#5382)Vladimir Glavnyy2-3/+3
2019-06-27Fix undefined behavior. Closes #5422 (#5423)Andrew Noyes1-1/+2
2019-06-27Fix for FLATBUFFERS_PREFER_PRINTF writing zero-length strings (#5418)Adrian Perez1-1/+1
2019-06-18Add support for fixed-size arrays (#5313)svenk1773-14/+136
2019-06-17Add FLATBUFFERS_COMPATIBILITY string (#5381)Vladimir Glavnyy1-0/+4
2019-06-14[C#, Java, C++] Fixes issue #5399 by always including namespaces (#5404)John Luxford2-111/+112