summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-16[Go] Replace references to hardcoded ”Monster" etc with idiomatic go wherev...Somo20-88/+79
2020-01-16[C++] Fix for printing of enum in case output_enum_identifiers=1. (#5706)Vladimir Glavnyy3-253/+301
2020-01-16[Swift] Support create long string (#5709)vkill2-7/+9
2020-01-13Added create function for swift (#5707)mustiikhalil6-50/+273
2020-01-09[Swift] Swift implementation 🎉🎉 (#5603)mustiikhalil41-40/+4015
2020-01-09Changed direct calls to strtod to use StringToNumberWouter van Oortmerssen3-8/+25
2020-01-09Document JSON compatibility guarantees. (#5704)emkornfield1-0/+2
2020-01-06Add CMake 'generated_code' target to simplify resolution of build dependencie...Vladimir Glavnyy2-13/+58
2020-01-06(Optionally) add an additional suffix namespace to generated fbs files. (#5698)Michael Beardsworth7-0/+190
2020-01-06[Java] Replace Table.UTF8_CHARSET with StandardCharsets.UTF_8 (#5696)dreifachstein5-11/+4
2020-01-02Rust: Temporarily disable 2 endianness unit tests (#5695)Robert Winslow1-4/+6
2020-01-02[C++17] Add Traits class for Tables and Factory function within it. (#5678)David P. Sicilia4-1/+82
2020-01-02Removed code_generators.cpp from library targetsWouter van Oortmerssen3-7/+7
2019-12-31[rust] Make enum names public (#5690)Max Burke4-7/+41
2019-12-30Correct inverted logic around include prefixes. (#5689)Michael Beardsworth1-2/+2
2019-12-26Optimize Pack method using numpy (#5662)lu-wang-g4-96/+157
2019-12-26[C++] Add Builder and Table typedefs (#5685)Austin Schuh11-0/+107
2019-12-26Minor doc updates: FlexBuffers C#, Discord, CppUsage.Wouter van Oortmerssen3-13/+21
2019-12-26Upgrade rules_go (#5684)Austin Schuh1-4/+4
2019-12-26Fix --incompatible_load_cc_rules_from_bzl (#5683)Austin Schuh2-3/+5
2019-12-26Add support for absl::string_view when available (#5682)Austin Schuh1-0/+7
2019-12-26[Bazel] Add support for compatible_with and restricted_to (#5681)Austin Schuh1-6/+28
2019-12-24CI: New Docker tests for Python with numpy (#5677)Robert Winslow3-0/+25
2019-12-23Fixed struct initialization error on older versions of C#Wouter van Oortmerssen2-2/+2
2019-12-23Fixed warnings in FlexBuffers.javaWouter van Oortmerssen1-2/+6
2019-12-23Fixed out of date licenses on gRPC Python files.Wouter van Oortmerssen4-100/+40
2019-12-23Removed test proto output.Wouter van Oortmerssen1-2/+0
2019-12-23Add flatc '--cpp_std' switch (#5656)Vladimir Glavnyy41-254/+4363
2019-12-23Fix for FlexBuffers FBT_VECTOR_STRING size bit-width.Wouter van Oortmerssen2-13/+108
2019-12-23Added Check to VerifyAlignment (#5675)stefan3011-1/+1
2019-12-23Improve import handling for proto conversion (#5673)Michael Beardsworth5-4/+195
2019-12-18[Dart] Fix prepare space for writeListInt64 and writeListUint64 (#5654)Light Lin1-3/+3
2019-12-17Make Rust constants public (#5659)Matt Brubeck4-21/+68
2019-12-17Add namespace qualification to union types (#5666)cryptocode3-10/+12
2019-12-15Bugfix for Rust generation of union fields named with language keywords (#5592)Max Burke1-1/+16
2019-12-13wrap multiple statements in do {} while(!IsConstTrue(true)) (#5655)FujiZ1-1/+1
2019-12-09[gRPC] Uncomment MessageBuilder (#5658)Gautham B A1-1/+2
2019-12-09Supress unsigned-integer-overflow for PaddingBytes (#5647)Björn Harrtell1-0/+1
2019-12-05Add --force-empty-vectors option (#5653)cryptocode4-89/+102
2019-12-05Fixed enum min/max values not properly escaped.Wouter van Oortmerssen1-2/+2
2019-12-02Split Bazel targets into multiple packages (#5640)bttk5-178/+287
2019-12-02Remove a static_assert (#5643)Google AutoFuzz Team1-5/+1
2019-12-02Flatbuffers Python Object API (#5616)lu-wang-g29-86/+2846
2019-12-02[Clang 10]: definition of implicit copy constructor for 'TableKeyComparatoris...Ivan Shynkarenka1-1/+5
2019-12-02[docs]: add missing semicolon (#5648)nilsocket1-1/+1
2019-11-26[GO] Fix support for enums with underscores and Unions with imported members ...Tiago Silva4-91/+91
2019-11-25Fix ambiguity of a type deduction in TEST_EQ macro if arguments have `enum cl...Vladimir Glavnyy4-43/+100
2019-11-25Simplify declarations of x-macro FLATBUFFERS_TD (#5638)Vladimir Glavnyy13-110/+102
2019-11-25read vtable size through ReadScalar() (#5636)FujiZ1-1/+1
2019-11-21Changed null checks in test. Removed verifier pointer usage (#5634)Derek Bailey1-8/+6