summaryrefslogtreecommitdiff
path: root/src/reflection.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-10-07[TS] GRPC Implementation (#6141)mustiikhalil1-2/+2
2020-09-04Fix for issue 6100: incorrect shrinking logic in ResizeContext() (#6102)Laurentiu Cristofor1-1/+1
2020-06-01General Codebase clean up (#5939)Derek Bailey1-11/+9
2020-04-30Propagate use_string_pooling in CopyTable (#5879)Mika Raento1-4/+6
2020-03-23Fix Clang-trunk warnings about special members deprecated in C++20. (#5829)Arthur O'Dwyer1-2/+0
2020-03-16[C++] Add max_depth and max_tables parameters to reflection::Verify (#5815)stefan3011-2/+4
2020-01-09Changed direct calls to strtod to use StringToNumberWouter van Oortmerssen1-3/+12
2019-11-07[C++] Refactor to conform to Google C++ style guide (#5608)Derek Bailey1-27/+18
2019-09-16Fixed Reflection Verifier not handling vectors of unions.Wouter van Oortmerssen1-35/+64
2019-08-19reflection: check for valid union enum value during object verification (#5475)Mark Nauwelaerts1-0/+1
2019-01-28Repair `fallthrough` was broken by d4493165 (#5115) (#5139)Vladimir Glavnyy1-2/+2
2019-01-24Replace deprecated Vector::Length() with Vector::size() (#5131)Vladimir Glavnyy1-2/+2
2018-07-16Renamed Verifier methodsWouter van Oortmerssen1-12/+12
2018-07-16C++ verifier now primarily uses offsets instead of pointers.Wouter van Oortmerssen1-3/+2
2018-05-03Output JSON strings as natural UTF-8 text without escapes (#4710)Vladimir Glavnyy1-1/+2
2018-04-16The asserts replaced by FLATBUFFERS_ASSERT. (#4701)Vladimir Glavnyy1-9/+9
2018-02-08Misc fixes from internal integration / clang tidy.Wouter van Oortmerssen1-1/+1
2018-01-29Cleaned up & fixed buffer alignment handling.Wouter van Oortmerssen1-1/+1
2017-12-21Made all C++ files clang-formatted.Wouter van Oortmerssen1-140/+106
2017-10-23Added missing EndTable() call to VerifyObject() (#4468)stefan3011-0/+3
2017-08-24Trimmed vtables of trailing zeroes.Wouter van Oortmerssen1-1/+1
2017-07-20C++98 (stlport) support for core FlatBuffers and FlexBuffers.Stewart Miles1-14/+15
2017-06-12Added (nested) FlexBuffer JSON parsing and output.Wouter van Oortmerssen1-2/+5
2017-05-08Tweak fallthrough comments to get recognized by gcc7 (#4298)Heiko Becker1-2/+2
2016-12-21Fixed Windows compiler warning.Wouter van Oortmerssen1-1/+1
2016-12-19Fixed Windows build errors.Wouter van Oortmerssen1-38/+38
2016-12-16Changes for verifying a buffer dynamically using reflection. (#4102)Zarian Waheed1-0/+226
2016-10-19Added functionality to obtain a buffer pointer from a root.Wouter van Oortmerssen1-4/+5
2016-07-25Fixed reflection.h not modifying certain table configurations.Wouter van Oortmerssen1-59/+63
2016-03-07Added support for easy string pooling.Wouter van Oortmerssen1-3/+8
2016-01-06Fixed warning building in VS2012Chris Pickett1-1/+1
2015-12-21Fixed reflection setting string not changing size field.Wouter van Oortmerssen1-3/+6
2015-08-05Fix missing break statement in SetAnyValueS case.Jon Simantov1-1/+3
2015-08-03Fixed AddFlatBuffer using wrong buffer length.Wouter van Oortmerssen1-2/+1
2015-08-03Reworked reflection.h to be more general.Wouter van Oortmerssen1-0/+470