Wrap verify file id condition in Check call (#6085)
[platform/upstream/flatbuffers.git] / include /
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)
2019-05-16 mmoscicki2Fix reverse_iterator in Vector and tests (#5344)
2019-05-13 iceboy[Go] Generate imports with fixed order (#5340)
2019-05-09 Vladimir GlavnyySet default CRTReportMode for the `flatc` target (...
2019-05-09 Vladimir GlavnyyMake Monster's Color unsigned (#5318)
2019-05-02 Vladimir GlavnyyFix issues with uint64 enums (#5265)
2019-04-24 Wouter van OortmerssenBumped version to 1.11.0 v1.11.0
2019-04-08 Vladimir GlavnyyPart of #5265, neutral changes (#5281)
2019-04-05 Anthony LiotAdd method GenerateTextFromTable issue #5249 (#5266)
2019-03-25 Nikolay KuznetsovFix a warning on compiling with clang (#5258)
2019-03-21 Wouter van OortmerssenFurther fixes to make minireflect compatible with old...
2019-03-18 Wouter van OortmerssenFixed vector_delimited excluding delimiter
2019-03-18 Wouter van OortmerssenFixed shadowing warning in older gcc for vector_delimited
2019-03-14 Wouter van OortmerssenMade ToStringVisitor backwards compatible with older...
2019-03-11 Wouter van OortmerssenDisabled constexpr for hashing functions.
2019-03-11 Vladimir GlavnyyNarrows template ascii routines to prevent a possible...
2019-03-11 Wouter van Oortmerssen[C++] Object API: document custom string type requirements,
2019-03-07 Wouter van OortmerssenFixed vector of union JSON parsing.
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 OortmerssenAdded -Wc++98-compat-extra-semi
2019-02-25 Wouter van OortmerssenAdded -Wextra-semi to Clang build.
next