summaryrefslogtreecommitdiff
path: root/samples/monster_generated.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-29[C++] Support C++ object copies and moves (#5988)Jean-François Roy1-0/+30
2022-01-14Added verifier alignment checking to table fields (#7018)Wouter van Oortmerssen1-6/+6
2021-11-18[C++] Fix compile failure on Object API union construction for struct member ...Taiju Tsuiki1-2/+12
2021-11-12Removal of support for FLATBUFFERS_CPP98_STL (#6918)Wouter van Oortmerssen1-2/+0
2021-09-30Default Arguments for Mutators C++ [Updated] (#6872)T Sprecher1-4/+4
2021-08-30[C++] Add GetMutableSizePrefixedRoot and generate GetMutableSizePrefixedXxx f...Stefan F1-0/+4
2021-08-05[C++] Use UnPackTo instead of UnPack if pointer exists (#6725)RWauson1-1/+1
2021-08-02[C++] Use nullptr instead of 0 in generated headers (#6762)mogemimi1-2/+2
2021-06-21Improve generated comparisons for tables (#6486)Mika Raento1-29/+31
2020-12-07[C++] Switch `flatc` to `--cpp-std c++11` C++ code generator (#6306)Vladimir Glavnyy1-23/+15
2020-10-06Flatbuffer C++ UnpackTo optimization for vectors of non-bool bytes. (#6154)mrmarkwell1-1/+1
2020-09-22Minireflect fixed array (#6129)Mark Nauwelaerts1-5/+5
2020-06-01[C++] Got rid of memset's in constructors (#5938)bakinovsky-m1-2/+4
2020-03-23Fix Clang-trunk warnings about special members deprecated in C++20. (#5829)Arthur O'Dwyer1-2/+0
2020-03-12Remove `noexcept` qualifier copy-ctor of `union` type (#5800) (#5802)Vladimir Glavnyy1-3/+3
2020-02-12Fix memory leak on cpp object api (#5761)xtrm01-6/+6
2019-12-26[C++] Add Builder and Table typedefs (#5685)Austin Schuh1-0/+6
2019-12-23Add flatc '--cpp_std' switch (#5656)Vladimir Glavnyy1-2/+2
2019-12-17Add namespace qualification to union types (#5666)cryptocode1-2/+2
2019-11-04[C++, Java, C#, TypeScript, JavaScript] Skip generation of mutable union type...Derek Bailey1-3/+0
2019-10-28C++ verifier for evolved union fields should return true (#5586)Derek Bailey1-1/+1
2019-08-19C++ IDL generation adds superfluous semicolon in GenTablePost, causing (#5483)Wes McKinney1-12/+12
2019-06-14[C#, Java, C++] Fixes issue #5399 by always including namespaces (#5404)John Luxford1-69/+69
2019-05-20Added a CPP UnPackSizePrefixed<struct_name> generated helper function (#5350)David Cowan1-0/+6
2019-05-09Make Monster's Color unsigned (#5318)Vladimir Glavnyy1-2/+2
2019-04-15Struct typetable (#5291)Nils Berg1-0/+3
2019-04-11Fixed VS2010 build.Wouter van Oortmerssen1-1/+2
2019-04-11Allow Set() methods to handle reference typesWouter van Oortmerssen1-3/+3
2019-04-05[C++]Sync the sample monster.fbs file with the tutorial (#5277)Henry Lee1-9/+33
2019-03-25Fix a warning on compiling with clang (#5258)Nikolay Kuznetsov1-2/+2
2019-03-25Add inequality operator (inspired from #263) (#5257)LouisP1-0/+23
2019-03-04[Fix #5112] flatc generates constructors with memset for non-trivial types (#...Laurent Stacul1-1/+1
2018-11-16Make string/vector field serialization order not depend on optimizer.Wouter van Oortmerssen1-4/+8
2018-10-22make flatbuffers::IsFieldPresent safer (#4988)Frank Benkstein1-2/+2
2018-10-08don't crash when calling EnumNameXXX on sparse enum (#4982)Frank Benkstein1-0/+2
2018-10-08Fix expected type of enum values in reflection tables (#4944)Michael Edwards1-1/+1
2018-09-21Add compare operator to code generated for c++ (#4940)Thomas1-0/+45
2018-07-16Renamed Verifier methodsWouter van Oortmerssen1-4/+4
2018-04-05Rename MANUALLY_ALIGNED_STRUCT to add FLATBUFFERS_ prefix in generated code w...Paul Reimer1-1/+1
2018-04-05Add FLATBUFFERS_ prefix to defines [C++] (#4695)Paul Reimer1-1/+1
2018-03-23Const correctness in generated code and in code generators. Added missing \re...Flaviu1-36/+36
2018-02-22Add new c++ helpers to ease usage of size prefixed FlatBuffers (#4626)desqaz1-0/+15
2018-02-15C++: mini_reflect: Add DefaultTypeTable (#4614)Alexander Gallego1-6/+12
2017-12-28Added missing nullptr check in vector of union verifiers.Wouter van Oortmerssen1-0/+1
2017-11-20Missing generated code files.Wouter van Oortmerssen1-3/+0
2017-10-06[C++] Add explicit keyword on generated constructors for Builder structs (#4452)Aaron1-2/+2
2017-09-25Fixed TypeTable function not being inline.Wouter van Oortmerssen1-8/+8
2017-09-22Added support for mini-reflection tables.Wouter van Oortmerssen1-0/+114
2017-09-21Add constant accessors to C++ unions (#4433)endorph-soft1-0/+4
2017-08-24Trimmed vtables of trailing zeroes.Wouter van Oortmerssen1-2/+2