[FlexBuffers][Java] Fix wrong access to a string using Reference::asString(). (#5532)
[platform/upstream/flatbuffers.git] / tests /
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-17 Wouter van OortmerssenFixed Reflection Verifier not handling vectors of unions.
2019-09-16 Wouter van OortmerssenFixed GenerateText not handling vectors of unions.
2019-09-11 Kevin FortAdd element size parameter to __vector_as_arraysegment...
2019-09-09 CasperRust: Fixed cargo clippy on non-generated code (#5485)
2019-09-05 Jaemin Park[Javascript] Fix syntax error for signed enum (#5503)
2019-09-03 Nathan Williams[C#] Fix retrieving enumeration vectors as arrays ...
2019-08-29 Paulo Pinheiro[FlexBuffers][Java] Implementation of FlexBuffers API...
2019-08-26 Wouter van OortmerssenFlexBuffers: allow any values to be shared.
2019-08-23 svenk177Fix incorrect padding in arrays of structs (Issue ...
2019-08-20 Wouter van OortmerssenFixed missing generated code.
2019-08-20 Wes McKinneyC++ IDL generation adds superfluous semicolon in GenTab...
2019-08-05 Max BurkeFix compilation error in tests. (#5472)
2019-08-01 Alexey Geraskin[C++] remove static_cast expression (#5440)
2019-08-01 ll-antn[C++ ] Correctly serialize bit_flags enums to JSON...
2019-08-01 Derek BaileyFix for Boolean types (#5379) (#5466)
2019-07-26 Joseph PyottPython: Added support for file_identifiers (#5123)
2019-07-26 ll-antnSupport nested_flatbuffer attribute when parsing bfbs...
2019-07-25 Wouter van OortmerssenAdded missing Kotlin generated code change.
2019-07-22 Paulo PinheiroAdd basic Kotlin support (#5409)
2019-07-08 Vladimir GlavnyyExtend the test of MonsterExtra (#5428)
2019-07-01 Thanabodee Charoen... Fix echo not interpret \n in GoTest.sh (#5426)
2019-06-20 Wouter van OortmerssenUpdated missing generated code for PR #5313 (fixed...
2019-06-17 svenk177Add support for fixed-size arrays (#5313)
2019-06-17 Vladimir GlavnyyAdd FLATBUFFERS_COMPATIBILITY string (#5381)
2019-06-14 John Luxford[C#, Java, C++] Fixes issue #5399 by always including...
2019-06-14 John Luxford[Go] Fix namespaces on enums (#5406)
2019-06-02 Vladimir GlavnyyFix multi-line comments for cpp enums (#5345) (#5346)
2019-05-31 Wouter van OortmerssenBreak internal Java/C# APIs
2019-05-31 Wouter van OortmerssenEnforce matching version in Java and C#.
2019-05-30 mugisoba[C#] add FlatBuffersBuilder.CreateSharedString (#5372)
2019-05-30 iceboyRename AnyUniqueAliases.T to AnyUniqueAliases.TS to...
2019-05-30 Marc ButlerGenerate FlagsAttribute for Csharp (#5370)
2019-05-23 aardappelLobster: added builder API for tables
2019-05-22 aardappelMade Lobster builder offsets strongly typed
2019-05-22 aardappelMade Lobster API use strongly typed enums
2019-05-22 aardappelFixed Lobster implementation to work with latest langua...
2019-05-20 David Reiss[Go] Change two more sites to use enum types (#5359)
2019-05-20 David CowanAdded a CPP UnPackSizePrefixed<struct_name> generated...
2019-05-17 David Reiss[Go] Make enums into real types, add String() (#5235)
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-09 Vladimir GlavnyySet default CRTReportMode for the `flatc` target (...
2019-05-09 Vladimir GlavnyyMake Monster's Color unsigned (#5318)
2019-05-06 Malthe BorchUse a hash table to index existing vtables (#5314)
2019-05-02 Vladimir GlavnyyMake MonsterExtra table a root table (#5315)
2019-05-02 Vladimir GlavnyyFix issues with uint64 enums (#5265)
2019-04-24 Wouter van OortmerssenUpdate GRPC Java generated file.
2019-04-22 Wouter van OortmerssenFixed file access test in the wrong location.
2019-04-19 Wouter van OortmerssenFix heap-buffer-overflow if there is a struct within...
2019-04-15 Nils Bergfix check for Enum defaults (#5292)
2019-04-15 Nils BergStruct typetable (#5291)
2019-04-11 Wouter van OortmerssenFixed VS2010 build.
2019-04-11 Wouter van OortmerssenAllow 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 GlavnyyEnable MSVC assert report box [Abort|Retry|Ignore]...
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-01 Vladimir GlavnyyAdd compile-time checking of numerical limits in C...
2019-03-25 Nikolay KuznetsovFix a warning on compiling with clang (#5258)
2019-03-25 LouisPAdd inequality operator (inspired from #263) (#5257)
2019-03-11 Wouter van OortmerssenMade JS enum declarations compatible with google closure
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 OortmerssenFixed 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-27 naureRust: Fix lifetime in union _as_ accessors (#5140)
2019-02-25 Kulikov AlexeyJava: Calculation of vtable and vtable size moved to...
2019-02-21 Eric ErhardtRemove byte* property in ByteBufferAllocator (#5191)
2019-02-21 Kamil RojewskiFixed vector of unions crash in java (#5190)
2019-02-19 Vladimir GlavnyyUtility for checking the encoding and line ending of...
2019-02-19 Wouter van OortmerssenFixed use of WIN32 needs to be _WIN32.
2019-02-15 Christopher CifraChanged the JavaScript generation to emit createX helpe...
2019-02-14 Eric Erhardt[C#] Fix FlatBuffers.Tests when ENABLE_SPAN_T is define...
2019-02-11 Enrico OlivelliMake ByteBufferFactory an abstract class in order to...
2019-02-08 Wouter van OortmerssenMade FLATBUFFERS_TRACK_VERIFIER_BUFFER_SIZE #ifdef...
2019-02-07 Wouter van OortmerssenReduced `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-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 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 Vladimir GlavnyyAdd default NaN/Inf to C#, Java, Python (#5107)
2019-01-14 unintellisenseJS- support clear() method on builder (#5109)
2019-01-07 Vladimir GlavnyyAdd `NaN` and `Inf` defaults to the C++ generated code...
2018-12-28 Robert[Go] Namespaced imports fix (#5097)
2018-12-21 Peter DillingerPerformance improvement to generated+supporting PHP...
2018-12-13 tira-misuEnable flatbuffer to initialize Parser from bfbs (...
next