[C++] Refactor to conform to Google C++ style guide (#5608)
[platform/upstream/flatbuffers.git] / include / flatbuffers / flexbuffers.h
2019-11-07 Derek Bailey[C++] Refactor to conform to Google C++ style guide...
2019-10-28 Even RouaultFix typos in comments (#5590)
2019-09-26 Paulo Pinheiro[flac] Add FlexBuffers option for generating data ...
2019-08-26 Wouter van OortmerssenFlexBuffers: allow any values to be shared.
2019-08-23 Earlonus[bugfix]flexbuffers isvector bugfix (#5488)
2019-02-04 Jon KunkeeOnly use __movsb on architectures that support it ...
2019-01-14 cor3ntinReference::ToString should be const (#5118)
2018-11-15 Shivendra Agarwalflexbuffers blob to string implementation (#5039)
2018-11-12 Shivendra AgarwalFlexBuffer to JSON convertor for typed and fixedTypedve...
2018-10-08 cor3ntinAdd missing const on Reference::As<> (#4975)
2018-09-27 Shivendra AgarwalAdd more apis to query vector types from a reference...
2018-07-26 RobertMerge pull request #4820 from nairb774/master
2018-07-19 Shivendra AgarwalRestricting (typed=false, fixed=true) combination in...
2018-07-19 Shivendra AgarwalFixing an assert in flexbuffers CreateVector (#4824)
2018-07-06 Wouter van OortmerssenFixed Uint() method actually storing a signed int.
2018-05-31 Christian Helmichrenamed flexbuffers::Type enum values TYPE_ -> FBT_...
2018-05-03 Vladimir GlavnyyOutput JSON strings as natural UTF-8 text without escap...
2018-04-16 Vladimir GlavnyyThe asserts replaced by FLATBUFFERS_ASSERT. (#4701)
2018-03-08 MontoliSwapped the order of two conditions in an assert. ...
2017-12-21 Wouter van OortmerssenMade all C++ files clang-formatted.
2017-10-02 Louis-Paul CORDIERAdd template version for As method. (#4443)
2017-08-17 Younguk KimFix use of min and max when Windows.h is imported ...
2017-08-14 rouzierC++ Add new type vector_bool flexbuffers (#4410)
2017-08-07 Wouter van OortmerssenPublic accessor for buffer size of flexbuffers::Builder
2017-08-04 rouzier[c++] Add support for boolean types in flexbuffers...
2017-07-27 Manuel KroissAdding accessors for IsBlob and Blob.data (#4398)
2017-07-20 Stewart MilesMerge pull request #4383 from stewartmiles/master
2017-07-20 Stewart MilesC++98 (stlport) support for core FlatBuffers and FlexBu...
2017-06-12 Wouter van OortmerssenAdded (nested) FlexBuffer JSON parsing and output.
2017-06-02 AntonYudintsevrefactor flatbuffers.h and util.h so FlexBuffers do...
2017-04-24 Wouter van OortmerssenFixes for VS 2015 build.
2017-04-20 Wouter van OortmerssenFix FlexBuffers writing incomplete length for 64-bit...
2017-03-18 Jun Hyeon, NamC++: add String::str() function (#4234)
2017-03-18 Jun Hyeon, Namfixed duplicate symbol error in flexbuffers.h (#4233)
2017-03-10 chronoxorPedantic Visual Studio build (/W4 /WX) (#4214)
2017-03-03 Zarian WaheedFixing broken link and added missing <map> header inclu...
2017-02-16 Wouter van OortmerssenFixed VS x64 warnings in flexbuffers.h
2017-02-13 Wouter van OortmerssenFixed sorting assertion with some std::sort implementat...
2017-02-08 Wouter van OortmerssenFixed vector test on Windows
2017-02-08 Wouter van OortmerssenFixes for Windows compiler errors.
2017-02-08 Wouter van OortmerssenFirst attempt at SchemaLess FlatBuffers.