platform/upstream/flatbuffers.git
2020-01-09 emkornfieldDocument JSON compatibility guarantees. (#5704)
2020-01-06 Vladimir GlavnyyAdd CMake 'generated_code' target to simplify resolutio...
2020-01-06 Michael Beardsworth(Optionally) add an additional suffix namespace to...
2020-01-06 dreifachstein[Java] Replace Table.UTF8_CHARSET with StandardCharsets...
2020-01-02 Robert WinslowRust: Temporarily disable 2 endianness unit tests ...
2020-01-02 David P. Sicilia[C++17] Add Traits class for Tables and Factory functio...
2020-01-02 Wouter van... Removed code_generators.cpp from library targets
2019-12-31 Max Burke[rust] Make enum names public (#5690)
2019-12-30 Michael BeardsworthCorrect inverted logic around include prefixes. (#5689)
2019-12-27 lu-wang-gOptimize Pack method using numpy (#5662)
2019-12-26 Austin Schuh[C++] Add Builder and Table typedefs (#5685)
2019-12-26 Wouter van... Minor doc updates: FlexBuffers C#, Discord, CppUsage.
2019-12-26 Austin SchuhUpgrade rules_go (#5684)
2019-12-26 Austin SchuhFix --incompatible_load_cc_rules_from_bzl (#5683)
2019-12-26 Austin SchuhAdd support for absl::string_view when available (...
2019-12-26 Austin Schuh[Bazel] Add support for compatible_with and restricted_...
2019-12-24 Robert WinslowCI: New Docker tests for Python with numpy (#5677)
2019-12-24 Wouter van... Fixed struct initialization error on older versions...
2019-12-24 Wouter van... Fixed warnings in FlexBuffers.java
2019-12-23 Wouter van... Fixed out of date licenses on gRPC Python files.
2019-12-23 Wouter van... Removed test proto output.
2019-12-23 Vladimir GlavnyyAdd flatc '--cpp_std' switch (#5656)
2019-12-23 Wouter van... Fix for FlexBuffers FBT_VECTOR_STRING size bit-width.
2019-12-23 stefan301Added Check to VerifyAlignment (#5675)
2019-12-23 Michael BeardsworthImprove import handling for proto conversion (#5673)
2019-12-18 Light Lin[Dart] Fix prepare space for writeListInt64 and writeLi...
2019-12-17 Matt BrubeckMake Rust constants public (#5659)
2019-12-17 cryptocodeAdd namespace qualification to union types (#5666)
2019-12-15 Max BurkeBugfix for Rust generation of union fields named with...
2019-12-13 FujiZwrap multiple statements in do {} while(!IsConstTrue...
2019-12-09 Gautham B A[gRPC] Uncomment MessageBuilder (#5658)
2019-12-09 Björn HarrtellSupress unsigned-integer-overflow for PaddingBytes...
2019-12-06 cryptocodeAdd --force-empty-vectors option (#5653)
2019-12-05 Wouter van... Fixed enum min/max values not properly escaped.
2019-12-02 bttkSplit Bazel targets into multiple packages (#5640)
2019-12-02 Google AutoFuzz... Remove a static_assert (#5643)
2019-12-02 lu-wang-gFlatbuffers Python Object API (#5616)
2019-12-02 Ivan Shynkarenka[Clang 10]: definition of implicit copy constructor...
2019-12-02 nilsocket[docs]: add missing semicolon (#5648)
2019-11-26 Tiago Silva[GO] Fix support for enums with underscores and Unions...
2019-11-25 Vladimir GlavnyyFix ambiguity of a type deduction in TEST_EQ macro...
2019-11-25 Vladimir GlavnyySimplify declarations of x-macro FLATBUFFERS_TD (#5638)
2019-11-25 FujiZread vtable size through ReadScalar() (#5636)
2019-11-21 Derek BaileyChanged null checks in test. Removed verifier pointer...
2019-11-18 Vladimir GlavnyyAdd testing of C++ with sanitizers (CI-Docker) (#5631)
2019-11-18 FujiZadd namespace prefix in FLATBUFFERS_MAX_BUFFER_SIZE...
2019-11-15 Malar KannanSupport for python grpc - continuing the work from...
2019-11-14 Derek BaileyRemoved idl_gen_general.cpp and move contents to code_g...
2019-11-14 Derek BaileyLua cleanup (#5624)
2019-11-14 Derek Bailey[C++] Adds basic schema evolution tests (#5611)
2019-11-11 Derek Bailey[C++, C#, Java] Separated C# and Java generators into...
2019-11-11 Dmitryadd check for root_type specified for json schema gener...
2019-11-11 messense[Rust] Bump smallvec version to 1.0 (#5621)
2019-11-11 Derek BaileyRan src/clang-format-all.sh (#5617)
2019-11-07 Wouter van... Improved pull request & clang-format instructions.
2019-11-07 Derek BaileyChange monster_extra generation to use flatbuffers...
2019-11-07 Derek Bailey[C++] Refactor to conform to Google C++ style guide...
2019-11-05 Wouter van... Fixed deprecated method in GRPC Java test.
2019-11-05 Wouter van... Fixed Apache license not using canonical version.
2019-11-04 Even Rouaultinclude/flatbuffers/base.h: fix no_sanitize issue with...
2019-11-04 Derek Bailey[C++, Java, C#, TypeScript, JavaScript] Skip generation...
2019-11-04 Even Rouaultflatbuffers.h: fix documentation warning (#5607)
2019-11-04 Derek BaileyAdd Lua FlatbufferBuilder Clean() method to enable...
2019-11-04 Paulo Pinheiro[Kotlin] Fix union vector accessor after change in...
2019-11-04 Paulo Pinheiro[flatc] Remove an always true condition for flexbuffers...
2019-11-04 Lawrence Chan[Go] Add UnPackTo functions (#5598)
2019-10-31 iceboy[Go] Object API support (#5339)
2019-10-28 Mathias SvenssonRust: Add idiomatic iterator for Vector type (#5579)
2019-10-28 Even RouaultFix typos in comments (#5590)
2019-10-28 Derek BaileyC++ verifier for evolved union fields should return...
2019-10-28 Derek BaileyAdd ByteBuffer copy for vector of bytes in Java (#5587)
2019-10-28 Mathias SvenssonRust: Fix Copy and Clone impls for a few generic types...
2019-10-21 Vladimir GlavnyyAdd `--clean-first` to the cmake-build command (travis...
2019-10-20 StackDoubleFlowFix Follow implementation for bool (#5554)
2019-10-18 Vladimir GlavnyyFix issue #5557 (#5573)
2019-10-17 Björn HarrtellAvoid intentional unsigned integer overflow getting...
2019-10-17 Bharat TakPython: Add forceDefaults opt to python Builder (#5564)
2019-10-17 Jacek SurazskiJava: Don't annotate vector-of-tables item getters...
2019-10-17 Wouter van... Fixed warnings generated by recent JSON sorting feature.
2019-10-17 Idan Sheinberg[Java] byte buffer factory returned buffer capcity...
2019-10-17 tira-misu#5544 Fix of Array of table is not sorted if Create...
2019-10-15 Brian HarrisFix build with gcc version 7.4.0 (#5570)
2019-10-10 Wouter van... Fixed JSON parser not sorting vectors of tables/structs...
2019-10-03 Paulo Pinheiro[FlexBuffers][Java] Cache size of Sized objects in...
2019-09-30 Paulo PinheiroFix issue #5542 (#5543)
2019-09-30 Wouter van... Fixed Android STLPort related error.
2019-09-30 Jack ZhouFix namespaced struct/field name collision detection...
2019-09-26 Paulo Pinheiro[flac] Add FlexBuffers option for generating data ...
2019-09-26 Robert WinslowUpdate Rust versions under test from 1.30.1 to 1.37...
2019-09-26 mjvkAdds XOPEN_SOURCE for PATH_MAX and POSIX 1993 for stat...
2019-09-25 Paulo Pinheiro[FlexBuffers][Java] Add override Key::toString (#5533)
2019-09-25 Paulo Pinheiro[FlexBuffers][Java] Fix wrong access to a string using...
2019-09-23 Vladimir GlavnyyFix Mutate() methods of Array<scalar/struct> (override...
2019-09-23 Kulikov AlexeyJava: Added access object for vector of struct and...
2019-09-19 mmoscicki2Fixed DetachedBuffer self move assignment (#5521)
2019-09-19 Austin SchuhFix buildifier warnings found in new bazel (#5517)
2019-09-17 Wouter van... Fixed Reflection Verifier not handling vectors of unions.
2019-09-16 Wouter van... Fixed GenerateText not handling vectors of unions.
2019-09-11 Kevin FortAdd element size parameter to __vector_as_arraysegment...
2019-09-10 Paulo Pinheiro[Java][FlexBuffers] Improve documentation for FlexBuffe...
next