platform/upstream/flatbuffers.git
2019-05-16 mmoscicki2Fix reverse_iterator in Vector and tests (#5344)
2019-05-16 Björn Harrtell[JS/TS] Size prefix support (#5326)
2019-05-13 iceboy[Go] Generate imports with fixed order (#5340)
2019-05-09 Vladimir GlavnyyAdd detection of strtoull_l function (#5333) (#5337)
2019-05-09 Vladimir GlavnyySet default CRTReportMode for the `flatc` target (...
2019-05-09 Vladimir GlavnyyMake Monster's Color unsigned (#5318)
2019-05-09 Vladimir GlavnyyFix out-of-range error (MSVC2010) in idl_gen_dart.cpp...
2019-05-08 Will Stott[Python PyPI] Added classifiers and more links. Fixes...
2019-05-06 Malthe BorchUse a hash table to index existing vtables (#5314)
2019-05-06 Vladimir GlavnyyAdd monster_extra files to Bazel cc_test section (...
2019-05-06 Lee MracekFix typo in build_defs.bzl (#5320)
2019-05-02 Vladimir GlavnyyMake MonsterExtra table a root table (#5315)
2019-05-02 Vladimir GlavnyyFix issues with uint64 enums (#5265)
2019-04-29 László Csomor[BUILD] Fix Bazel test target //:flatbuffers_test ...
2019-04-27 jean-airoldieAdded common rust traits to FlatBufferBuilder (#5307)
2019-04-24 Wouter van... Update GRPC Java generated file.
2019-04-24 Wouter van... [maven-release-plugin] prepare for next development...
2019-04-24 Wouter van... [maven-release-plugin] prepare release 1.11.0 1.11.0
2019-04-24 Wouter van... Bumped version to 1.11.0 v1.11.0
2019-04-24 Clément JulliardDoc: use correct ref types for flatcc string creation...
2019-04-24 Philipp WollermannDon't test on Ubuntu 14.04 (#5302)
2019-04-22 Damien Lespiau[Javascript] Remove newly introduced trailing whitespac...
2019-04-22 Wouter van... Fixed file access test in the wrong location.
2019-04-19 Damien Lespiaudocs: Fix where to find the Typescript typings (#5298)
2019-04-19 Wouter van... Fix heap-buffer-overflow if there is a struct within...
2019-04-18 Omer AkramUpdate snap include path instruction (#5297)
2019-04-18 Wouter van... Update snap to use "flatbuffers" as name
2019-04-18 Omer AkramAdd Linux Snap Packaging (#5293)
2019-04-15 Nils Bergfix check for Enum defaults (#5292)
2019-04-15 Nils BergStruct typetable (#5291)
2019-04-15 Vladimir GlavnyyAdd logging of warnings from the flatc compiler (#5289)
2019-04-11 Wouter van... Fixed VS2010 build.
2019-04-11 Wouter van... Allow Set() methods to handle reference types
2019-04-11 Vladimir GlavnyyFix the proto-enum leaking issue (#5286)
2019-04-11 Vladimir GlavnyyDetect leak with sanitizer (#5283)
2019-04-08 Vladimir GlavnyyAdd basic test for enum defaults (#5280)
2019-04-08 Vladimir GlavnyyPart of #5265, neutral changes (#5281)
2019-04-08 Vladimir GlavnyyEnable MSVC assert report box [Abort|Retry|Ignore]...
2019-04-05 Henry LeeAdd files generated by CMake to git ignore (#5278)
2019-04-05 Henry Lee[C++]Sync the sample monster.fbs file with the tutorial...
2019-04-05 Matt MastracciEnsure we don't subtract with underflow getting enum...
2019-04-05 Anthony LiotAdd method GenerateTextFromTable issue #5249 (#5266)
2019-04-05 Kamil RojewskiFix for build break in c# vector of unions (#5271)
2019-04-04 unexgeFix typo in Go tutorial (#5274)
2019-04-01 Vladimir GlavnyyAdd compile-time checking of numerical limits in C...
2019-03-28 tymcauleyUpdate grammar to reflect required type signature for...
2019-03-25 Austin SchuhAdd missing test data file to BUILD file (#5264)
2019-03-25 László CsomorBazel CI: fix bad value in yml (#5262)
2019-03-25 Nikolay KuznetsovFix a warning on compiling with clang (#5258)
2019-03-25 LouisPAdd inequality operator (inspired from #263) (#5257)
2019-03-21 Henry Lee[C++] Changes in the flathash program (#5255)
2019-03-21 Ashay ShirwadkarFixed tutorial markdown file (#5248)
2019-03-21 Wouter van... Further fixes to make minireflect compatible with old...
2019-03-18 Vladimir GlavnyyUnify line ending rules in '.editorconfig' and '.gitatt...
2019-03-18 Wouter van... Fixed vector_delimited excluding delimiter
2019-03-18 Wouter van... Fixed shadowing warning in older gcc for vector_delimited
2019-03-14 Wouter van... Made ToStringVisitor backwards compatible with older...
2019-03-11 Wouter van... Made JS enum declarations compatible with google closure
2019-03-11 Wouter van... Disabled constexpr for hashing functions.
2019-03-11 Vladimir GlavnyyNarrows template ascii routines to prevent a possible...
2019-03-11 Randal StevensFix typo in dart documentation (#5230)
2019-03-11 Wouter van... [C++] Object API: document custom string type requirements,
2019-03-09 bspeice[Rust] Don't use inner attributes for `allow` (#5212)
2019-03-08 Mathias SvenssonSmall usability tweaks to the rust codegen. (#5213)
2019-03-08 tymcauleyFix rust crate for big-endian targets (#5229)
2019-03-07 Wouter van... Removed -Wc++98-compat-extra-semi for compatibility...
2019-03-07 Austin SchuhBazel ci (#5228)
2019-03-07 Wouter van... Fixed vector of union JSON parsing.
2019-03-06 jean-airoldie[Rust] Fixed codegen documentation for Tables (#5227)
2019-03-06 David Reiss[Go] Add mutation functions for vector elements (#5221)
2019-03-04 ll-antnClean-up nested_parser on all paths (#5179) (#5184)
2019-03-04 Laurent Stacul[Fix #5112] flatc generates constructors with memset...
2019-02-28 csukuangfj[doc] fix typos in doc. (#5217)
2019-02-27 naureRust: Fix lifetime in union _as_ accessors (#5140)
2019-02-25 Kulikov AlexeyJava: Calculation of vtable and vtable size moved to...
2019-02-25 Kulikov AlexeyJava: Removed unused duplicate of bytebuffer from ...
2019-02-25 Искандаров... Lua library: fix vtable reuse. (#5214)
2019-02-25 Wouter van... Attempting to make travis not kill the Android build.
2019-02-25 Marcus ComstedtIterateValue: Use ReadScalar instead of unportable...
2019-02-25 Brian WellingtonFix incorrect code generation on Solaris Sparc. (#5208)
2019-02-25 Wouter van... Added -Wc++98-compat-extra-semi
2019-02-25 Wouter van... Added -Wextra-semi to Clang build.
2019-02-22 Brian WellingtonFix big-endian build. (#5205)
2019-02-21 Eric ErhardtRemove byte* property in ByteBufferAllocator (#5191)
2019-02-21 bwellingImprove endian detection. (#5204)
2019-02-21 Marc ButlerAdd RPM packaging support (#5177)
2019-02-21 Kamil RojewskiFixed vector of unions crash in java (#5190)
2019-02-21 Efe BurakAdded .net core project (#5187)
2019-02-19 csukuangfjFix an error in cpp code. (#5189)
2019-02-19 Vladimir GlavnyyUtility for checking the encoding and line ending of...
2019-02-19 Wouter van... Fixed use of WIN32 needs to be _WIN32.
2019-02-19 Austin SchuhAdd presubmit.yml for bazel CI configuration (#5193)
2019-02-15 Wouter van... Fix AppVeyor script not including CMake dir
2019-02-15 Christopher... Changed the JavaScript generation to emit createX helpe...
2019-02-14 Eric Erhardt[C#] Fix FlatBuffers.Tests when ENABLE_SPAN_T is define...
2019-02-14 Aleix PolInstall flatc as requested (#5180)
2019-02-14 Kamil RojewskiGenerting imports for external enums in TS (#5175)
2019-02-14 Austin SchuhFix bazel build (#5174)
2019-02-11 Gabriel NütziAdd flag to make short names in JS/TS. (#5152)
2019-02-11 Enrico OlivelliMake ByteBufferFactory an abstract class in order to...
next