[C++] Add ParseJson(), Parser(Parser&&), update fuzzers (#6284)
[platform/upstream/flatbuffers.git] / include /
2020-11-23 Vladimir Glavnyy[C++] Add ParseJson(), Parser(Parser&&), update fuzzers...
2020-11-23 Wouter van OortmerssenFixed FlexBufferBuilder asserting on duplicate keys
2020-11-20 Austin SchuhAdd --require-explicit-ids to require explicit ids...
2020-11-06 OptoCloudAdd GetBufferSpan() function to bufferbuilder (#6235)
2020-10-22 Vladimir GlavnyyFix typo in flatbuffers::span declaration. (#6202)
2020-10-19 CasperUpdated SupportsAdvancedUnionFeatures to look out for...
2020-10-15 tira-misuAdd generation of JSON Schema to library (#6165)
2020-10-12 astange[C++] Add option to not generate direct copy methods...
2020-10-12 Vladimir GlavnyyAdd Array initialization from struct constructor (...
2020-10-12 astangeCast to right type for reserved_ subtraction (#6167)
2020-10-08 Anass Al[C++] Fix -Wnarrowing and -Woverflow due to signed...
2020-10-07 mustiikhalil[TS] GRPC Implementation (#6141)
2020-09-28 Stefan Fflatc should output a warning, when an attribute is...
2020-09-24 Nat JeffriesAdd static cast to avoid implicit double promotion...
2020-09-23 Mark NauwelaertsMinireflect fixed array (#6129)
2020-09-21 Vladimir GlavnyyAdd CharToLower and CharToUpper into util.s (#6126)
2020-09-18 Vladimir GlavnyyAdd support of Optional<T> scalars to C++ code generato...
2020-09-18 Paulo Pinheiro[Kotlin] Support for optional scalars. (#6115)
2020-09-11 CasperOptional-ness in reflection (#6097)
2020-09-10 CasperRename Nullable scalars to Optional scalars (#6112)
2020-09-10 Ruslan BurakovAvoid memcpy call for empty vectors (#6111)
2020-08-31 Navin MohanWrap verify file id condition in Check call (#6085)
2020-08-18 Yoon Kyong Sik[Kotlin] Attach JvmStatic annotation to each method...
2020-07-24 jdess[C++] Fix compiler error from deleted assignment operat...
2020-07-16 CasperFlatc parser support for nullable scalars (#6026)
2020-07-06 Vasyl GelloSilence false positive "-Wstringop-overflow" on GCC...
2020-06-25 mjvankampen[C++] Updates real_path to be truly portable (#5787)
2020-06-18 Gleb MazovetskiyMark GetBufferMinAlignment() const (#5985)
2020-06-02 Laurentiu CristoforAdd static asserts to ensure that reflection API arrays...
2020-06-02 bakinovsky-m[C++] Got rid of memset's in constructors (#5938)
2020-06-01 Derek BaileyGeneral Codebase clean up (#5939)
2020-05-29 stefan301Add GetStringView like GetString, GetCstring (#5937)
2020-05-04 Mika RaentoRespect shared attribute in Parser (#5885)
2020-05-04 Even Rouaultinclude/flatbuffers: typo fixes in comments (#5884)
2020-04-13 mustiikhalil[Swift] Object API support (#5826)
2020-03-27 Olivier Le Doeuff[CMake] : Add precompiled header support with FLATBUFFE...
2020-03-26 Dmitriy KovalevCorrect calculation of vector element size (#5831)
2020-03-23 Arthur O'DwyerFix Clang-trunk warnings about special members deprecat...
2020-03-16 stefan301[C++] Add max_depth and max_tables parameters to reflec...
2020-03-16 Vladimir GlavnyyFix interpretation of 'nan(number)' by the idl_parser...
2020-03-12 Wouter van Oortmerssenpre-tag version bump for 1.12 v1.12.0
2020-03-06 Wouter van OortmerssenRemoved assert that wasn't backwards compatible.
2020-03-02 Derek BaileyAdded --filename-suffix and --filename-ext to flatc...
2020-02-24 mustiikhalil[Swift] Adds GRPC to Swift (#5758)
2020-02-11 mugisoba[C#] support Json Serialization (#5752)
2020-02-06 Wouter van OortmerssenFlexBuffers: C++: scalar-only typed vectors were not...
2020-01-24 sjoblom65Added the code to embed the binary schema to the source...
2020-01-16 Vladimir Glavnyy[C++] Fix for printing of enum in case output_enum_iden...
2020-01-09 mustiikhalil[Swift] Swift implementation 🎉🎉 (#5603)
2020-01-09 Wouter van OortmerssenChanged direct calls to strtod to use StringToNumber
2020-01-06 Michael Beardsworth(Optionally) add an additional suffix namespace to...
2019-12-26 Austin Schuh[C++] Add Builder and Table typedefs (#5685)
2019-12-26 Austin SchuhAdd support for absl::string_view when available (...
2019-12-23 Vladimir GlavnyyAdd flatc '--cpp_std' switch (#5656)
2019-12-23 Wouter van OortmerssenFix for FlexBuffers FBT_VECTOR_STRING size bit-width.
2019-12-23 stefan301Added Check to VerifyAlignment (#5675)
2019-12-09 Björn HarrtellSupress unsigned-integer-overflow for PaddingBytes...
2019-12-06 cryptocodeAdd --force-empty-vectors option (#5653)
2019-12-02 Ivan Shynkarenka[Clang 10]: definition of implicit copy constructor...
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-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-11 Derek Bailey[C++, C#, Java] Separated C# and Java generators into...
2019-11-11 Derek BaileyRan src/clang-format-all.sh (#5617)
2019-11-07 Derek Bailey[C++] Refactor to conform to Google C++ style guide...
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-10-28 Even RouaultFix typos in comments (#5590)
2019-10-17 Björn HarrtellAvoid intentional unsigned integer overflow getting...
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-09-26 Paulo Pinheiro[flac] Add FlexBuffers option for generating data ...
2019-09-23 Vladimir GlavnyyFix Mutate() methods of Array<scalar/struct> (override...
2019-09-19 mmoscicki2Fixed DetachedBuffer self move assignment (#5521)
2019-09-17 Wouter van OortmerssenFixed Reflection Verifier not handling vectors of unions.
2019-09-10 jaceksurAnnotate getters with @Pure when --java-checkerframewor...
2019-09-03 Björn HarrtellDoc typo fixes (#5505)
2019-08-26 Wouter van OortmerssenFlexBuffers: allow any values to be shared.
2019-08-23 Wouter van OortmerssenFixed STLPort Android compile error
2019-08-23 Earlonus[bugfix]flexbuffers isvector bugfix (#5488)
2019-08-23 svenk177Fix incorrect padding in arrays of structs (Issue ...
2019-08-19 Edwardhas_method support for primitive fields in java runtime...
2019-08-01 Alexey Geraskin[C++] remove static_cast expression (#5440)
2019-07-26 ll-antnFix numeric_limits<T>::max() to avoid conflict with...
2019-07-22 Paulo PinheiroAdd basic Kotlin support (#5409)
2019-07-18 Alexey Geraskin[C++] fix static_cast expression (#5441)
2019-07-08 Vladimir GlavnyyExtend the test of MonsterExtra (#5428)
2019-07-01 Vladimir GlavnyyRemove unused variables (#5382)
2019-06-27 Andrew NoyesFix undefined behavior. Closes #5422 (#5423)
2019-06-27 Adrian PerezFix for FLATBUFFERS_PREFER_PRINTF writing zero-length...
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-05-31 Alexander Gallegoc++: Add command line option to add extra includes...
2019-05-30 emkornfield[C++] Fix Undefined behavior for zero length vectors...
2019-05-16 Siarhei FiedartsouAdd support for IAR compiler (#5347)
next