platform/upstream/flatbuffers.git
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...
2019-02-11 iceboyImplement (shared) attribute for C++ (#5157)
2019-02-11 Wouter van... Turn on -Werror=unused-private-field for Clang.
2019-02-08 Wouter van... Made FLATBUFFERS_TRACK_VERIFIER_BUFFER_SIZE #ifdef...
2019-02-07 Wouter van... Reduced `force_align` in tests to 8, to work with ...
2019-02-05 Charlie HarrisonRemoving 'using namespace' usage in test_builder (...
2019-02-04 Travis StaleyChanging array to be an associative array so that the...
2019-02-04 Jon KunkeeOnly use __movsb on architectures that support it ...
2019-01-29 Henry LeeMake changes on the make_unsigned type trait (#5136)
2019-01-28 Vladimir GlavnyyRepair `fallthrough` was broken by d4493165 (#5115...
2019-01-24 finddelete zero width space characters <U+200B>'s to avoid...
2019-01-24 Vladimir GlavnyyReplace deprecated Vector::Length() with Vector::size...
2019-01-24 Vladimir GlavnyyRepair MSVC-CRT leakage detector and enable this detect...
2019-01-24 jean-airoldie[Rust] Added global namespace imports (#5121)
2019-01-24 Henry Lee[C++]Support reverse iterator in Vector (#5128)
2019-01-17 Vlad Frolov[docs] [rust] Add "Useful tools created by others"...
2019-01-17 Vladimir GlavnyyFix high certainty warnings from PVS-studio (#5115)
2019-01-17 RobertDocker tests for Zend PHP and Mono C#; Python coverage...
2019-01-14 cor3ntinReference::ToString should be const (#5118)
2019-01-14 Vladimir GlavnyyAdd default NaN/Inf to C#, Java, Python (#5107)
2019-01-14 unintellisenseJS- support clear() method on builder (#5109)
2019-01-07 Vladimir GlavnyyMove all platform dependent headers and code to util...
2019-01-07 Vladimir GlavnyyAdd `NaN` and `Inf` defaults to the C++ generated code...
2019-01-07 Yong TangAdd repository name to build_defs.bzl (#5104)
2018-12-28 Robert[Go] Namespaced imports fix (#5097)
2018-12-27 Wouter van... Added -Werror=implicit-fallthrough=2 to GCC 7 build.
2018-12-21 Peter DillingerPerformance improvement to generated+supporting PHP...
2018-12-17 Owen O'MalleyJava: Pulling in protobuf's faster UTF-8 encoder. ...
2018-12-17 Vladimir GlavnyyFix 'no_sanitize_undefined' attribute for GCC4.8 (...
2018-12-13 tira-misuEnable flatbuffer to initialize Parser from bfbs (...
2018-12-13 Christian Langgenerated cmake command for flatc generation should...
2018-12-10 Rob AgarGet rid of reproducible build warning by removing build...
2018-12-10 Austin SchuhAdd flatbuffer_cc library support (#5061)
2018-12-06 Kamil RojewskiRenamed JS generator to explicitly state it generates...
2018-12-03 Simon.S.King[net] Fix issue #5036 when write a double value into...
2018-12-03 Matt FrantzSupport nulls in String compare, CreateSharedString...
2018-11-30 RobertCI: Dockerized language port tests (#5066)
2018-11-29 RobertFix create_vector_of_strings to use the stack, and...
2018-11-29 Sumant TambeFix Java generator bug that ignores bidi streaming...
2018-11-17 Robertdisable unimportant RAM-heavy test b/c Windows (#5047)
2018-11-17 Russell ChouMake Parser skip files it's seen already. (#5048)
2018-11-17 Wouter van... Make string/vector field serialization order not depend...
2018-11-16 Vladimir GlavnyyMake the Parser independent from the global C-locale...
2018-11-16 Kamil RojewskiFixed double generated file name postfix (#5046)
2018-11-16 Austin SchuhMake flatbuffer C++ tests work when vendored with bazel...
2018-11-16 Kamil RojewskiConvenient createX methods for TS (#5044)
2018-11-15 Shivendra Agarwalflexbuffers blob to string implementation (#5039)
2018-11-13 RobertFix missing doxygen link to Rust docs
2018-11-12 Antonio ParkWrong int32 min-max range definition on numTypes.lua...
2018-11-12 Uilian RiesUpdate Conan version Automatically (#5027)
2018-11-12 Shivendra AgarwalFlexBuffer to JSON convertor for typed and fixedTypedve...
2018-11-06 Wouter van... Fixed STLPort build
2018-11-05 Wouter van... Fixed vectors of enums in object API serialized incorre...
2018-11-02 Wouter van... Fixed missing code from @javax.annotation PR.
2018-11-02 Sumant TambeFix a memory leak in builder test (#5021)
2018-11-02 Gabriel Nützi--keep-prefix for JS generator (#5018)
2018-11-01 Frank Benksteinmake unions with type aliases more usable (#5019)
2018-11-01 RobertRust: test that no heap allocs happen on hot paths...
2018-10-30 Wouter van... Disallowed 0 byte structs.
2018-10-30 Wouter van... Revert "Convert net/FlatBuffers project to be compatibl...
2018-10-29 Vladimir GlavnyyAdd 'fsanitize=address,undefined' to tests and flatc...
2018-10-25 Wouter van... Fixed Java gRPC version numbers.
2018-10-25 Wouter van... Fixed npm publish appending multiple copies into .mjs
2018-10-24 csmoeclean up unnecessary outer rust gen-snippet (#5013)
2018-10-22 Felix HanleyUse stdlib context in generated Go files (#4904)
2018-10-22 Doug MuirMake alignment checking optional. (#5011)
2018-10-22 Frank Benksteinmake flatbuffers::IsFieldPresent safer (#4988)
2018-10-22 Vladimir GlavnyyAdd fuzzer test for scalar numbers in json. (#4996)
2018-10-22 Frank BenksteinCI check generate code (#4998)
2018-10-18 Frank Benksteinforbid enum values that are out of range (#4977)
2018-10-18 Sumant TambeEfficient Conversion of a FlatBufferBuilder to a Messag...
2018-10-16 Felix Frank[Python] Fast serialization of numpy vectors (#4829)
2018-10-15 kostya-shGo - Use Go bool type for bool fields (#4962)
2018-10-15 Frank Benksteindisallow c style casts (#4981)
2018-10-15 Frank Benksteindon't use std::function in flatbuffers::Parser (#4995)
2018-10-15 iceboyadd :runtime_cc target (#4994)
2018-10-11 Frank Benksteinfix missing newline in flatc help message (#4992)
2018-10-11 Frank Benksteinfix #4974 (#4989)
2018-10-11 Vladimir GlavnyyRefactoring of idl_parser (#4948)
2018-10-11 Frank Benksteinbetter output on TestError (#4979)
2018-10-08 Rikard LundmarkAdd @javax.annotation.Generated to generated flatbuffer...
2018-10-08 Frank Benksteindon't crash when calling EnumNameXXX on sparse enum...
2018-10-08 Michael EdwardsFix expected type of enum values in reflection tables...
2018-10-08 kostya-shUse enum types in generated read/mutate methods for...
next