[flatc] Remove an always true condition for flexbuffers (#5604)
[platform/upstream/flatbuffers.git] / include /
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.
2019-02-22 Brian WellingtonFix big-endian build. (#5205)
2019-02-21 bwellingImprove endian detection. (#5204)
2019-02-11 Gabriel NütziAdd flag to make short names in JS/TS. (#5152)
2019-02-11 iceboyImplement (shared) attribute for C++ (#5157)
2019-02-11 Wouter van OortmerssenTurn on -Werror=unused-private-field for Clang.
2019-02-08 Wouter van OortmerssenMade FLATBUFFERS_TRACK_VERIFIER_BUFFER_SIZE #ifdef...
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 Henry Lee[C++]Support reverse iterator in Vector (#5128)
2019-01-17 Vladimir GlavnyyFix high certainty warnings from PVS-studio (#5115)
2019-01-14 cor3ntinReference::ToString should be const (#5118)
2019-01-14 Vladimir GlavnyyAdd default NaN/Inf to C#, Java, Python (#5107)
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...
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-06 Kamil RojewskiRenamed JS generator to explicitly state it generates...
2018-12-03 Matt FrantzSupport nulls in String compare, CreateSharedString...
2018-11-17 Wouter van OortmerssenMake string/vector field serialization order not depend...
2018-11-16 Vladimir GlavnyyMake the Parser independent from the global C-locale...
2018-11-15 Shivendra Agarwalflexbuffers blob to string implementation (#5039)
2018-11-12 Shivendra AgarwalFlexBuffer to JSON convertor for typed and fixedTypedve...
2018-11-05 Wouter van OortmerssenFixed vectors of enums in object API serialized incorre...
2018-11-02 Wouter van OortmerssenFixed missing code from @javax.annotation PR.
2018-11-01 Frank Benksteinmake unions with type aliases more usable (#5019)
2018-10-29 Vladimir GlavnyyAdd 'fsanitize=address,undefined' to tests and flatc...
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 Sumant TambeEfficient Conversion of a FlatBufferBuilder to a Messag...
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-11 Vladimir GlavnyyRefactoring of idl_parser (#4948)
2018-10-08 Michael EdwardsFix expected type of enum values in reflection tables...
2018-10-08 cor3ntinAdd missing const on Reference::As<> (#4975)
2018-10-08 Stewart MilesDisable armeabi builds for Android and re-enable CI...
2018-10-04 Vladimir GlavnyyFix recursion counter check. Add control to override...
2018-10-03 Wouter van OortmerssenBumped version to 1.10.1 for all languages. v1.10.0
2018-10-01 Vladimir GlavnyyParser error message reports both the line number and...
2018-09-27 Shivendra AgarwalAdd more apis to query vector types from a reference...
2018-09-27 Vladimir GlavnyyAdd missed defined(clang) and fix the wrong placement...
2018-09-24 Sumant TambeAdd FlatBufferBuilder move semantics tests to the main...
2018-09-24 Michael EdwardsToStringVisitor settings to allow pretty formatted...
2018-09-21 ThomasAdd compare operator to code generated for c++ (#4940)
next