summaryrefslogtreecommitdiff
path: root/tests/monster_test_generated.h
AgeCommit message (Expand)AuthorFilesLines
2019-02-07Reduced `force_align` in tests to 8, to work with --object-api.Wouter van Oortmerssen1-1/+1
2018-11-16Make string/vector field serialization order not depend on optimizer.Wouter van Oortmerssen1-22/+44
2018-11-05Fixed STLPort buildWouter van Oortmerssen1-1/+1
2018-11-05Fixed vectors of enums in object API serialized incorrectly.Wouter van Oortmerssen1-9/+32
2018-11-01make unions with type aliases more usable (#5019)Frank Benkstein1-10/+642
2018-10-22make flatbuffers::IsFieldPresent safer (#4988)Frank Benkstein1-5/+5
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-4/+4
2018-10-08Disable armeabi builds for Android and re-enable CI builds. (#4970)Stewart Miles1-4/+4
2018-09-21Add compare operator to code generated for c++ (#4940)Thomas1-0/+151
2018-07-16Renamed Verifier methodsWouter van Oortmerssen1-21/+21
2018-07-05Issue #4799 fixed. Generator for KeyCompareWithValue is extracted. (#4802)Vladimir Glavnyy1-12/+3
2018-04-16The asserts replaced by FLATBUFFERS_ASSERT. (#4701)Vladimir Glavnyy1-1/+1
2018-04-05Rename MANUALLY_ALIGNED_STRUCT to add FLATBUFFERS_ prefix in generated code w...Paul Reimer1-3/+3
2018-04-05Add FLATBUFFERS_ prefix to defines [C++] (#4695)Paul Reimer1-3/+3
2018-03-23Const correctness in generated code and in code generators. Added missing \re...Flaviu1-74/+74
2018-03-05Support attribute "cpp_ptr_type" on table elements marked as "hash" (#4643)Christian Helmich1-41/+136
2018-02-22added support for parsing hash on vector elements (#4502)Christian Helmich1-10/+218
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-26/+44
2018-01-18Added missing generated code.Wouter van Oortmerssen1-2/+1
2018-01-18Use CreateVectorOfStructs when creating a vector of structs.Wouter van Oortmerssen1-6/+6
2017-12-28Added missing nullptr check in vector of union verifiers.Wouter van Oortmerssen1-0/+1
2017-11-16Remove copy constructor to make flatbuffers struct trivially copyable… (#4476)Louis-Paul CORDIER1-9/+0
2017-10-06[C++] Add explicit keyword on generated constructors for Builder structs (#4452)Aaron1-6/+6
2017-09-25Fixed TypeTable function not being inline.Wouter van Oortmerssen1-20/+20
2017-09-22Added support for mini-reflection tables.Wouter van Oortmerssen1-0/+312
2017-09-21Add constant accessors to C++ unions (#4433)endorph-soft1-0/+12
2017-08-24Cleaned up namespace handling.Wouter van Oortmerssen1-5/+92
2017-08-24Trimmed vtables of trailing zeroes.Wouter van Oortmerssen1-5/+5
2017-08-07Fixed clang-tidy warnings.Wouter van Oortmerssen1-1/+1
2017-08-02Add scalar type aliases for int8, uint8, ..., f32, f64 (#4400)MikkelFJ1-10/+324
2017-08-01[Python] (scalar) vector reading speedup via numpy (#4390)Kevin Rose1-16/+56
2017-07-24Test case for CreateVectorOfStructs() using a callback.Stewart Miles1-6/+26
2017-07-20C++98 (stlport) support for core FlatBuffers and FlexBuffers.Stewart Miles1-11/+17
2017-06-12Added nested FlexBuffer parsingWouter van Oortmerssen1-7/+32
2017-06-07Generate a C++ function for EnumValues{{ENUM_NAME}} (#4337)rufeooo1-0/+19
2017-04-26Made the verifier catch zero-offsets.Wouter van Oortmerssen1-13/+13
2017-04-17VS fix for ambiguous union assignment operator.Wouter van Oortmerssen1-2/+2
2017-04-17Improved union copy constructor.Wouter van Oortmerssen1-2/+22
2017-04-17Fixed clang needing union copy constructor.Wouter van Oortmerssen1-2/+2
2017-04-12Added support for structs and strings in unions.Wouter van Oortmerssen1-23/+23
2017-03-29[C++]Use noexcept in union type move ctor/Add move assingment (#4249)moti1-1/+3
2017-03-29Fix flatc code gen.Wouter van Oortmerssen1-1/+1
2017-03-29Support binary search for struct in cpp (#4245)tianyapiaozi1-6/+66
2017-03-20C++: Add default value handling to mutation/SetField code (#4230)Lawrence Chan1-19/+19
2017-02-25C++ generator: Pre-allocating std::vector in UnPack methods. (#4187)Louis-Paul CORDIER1-7/+7
2017-02-25Fixed move constructor in generated union class (#4192)Andrei Lebedev1-1/+2
2017-02-25[C++] Additional accessors for fields of union types. (#4184)Franken1-0/+22
2017-02-10Add move constructor to generated union class. (#4167)水樹素子1-0/+2