summaryrefslogtreecommitdiff
path: root/tests/monster_extra_generated.h
AgeCommit message (Expand)AuthorFilesLines
2020-09-22Minireflect fixed array (#6129)Mark Nauwelaerts1-1/+1
2020-03-23Fix Clang-trunk warnings about special members deprecated in C++20. (#5829)Arthur O'Dwyer1-1/+0
2020-02-12Fix memory leak on cpp object api (#5761)xtrm01-3/+3
2020-01-23[Dart] Fix deprecated field support, inf/nan (#5724)Dan Field1-3/+5
2019-12-26[C++] Add Builder and Table typedefs (#5685)Austin Schuh1-0/+3
2019-11-07Change monster_extra generation to use flatbuffers::unique_ptr (#5612)Derek Bailey1-4/+4
2019-08-19C++ IDL generation adds superfluous semicolon in GenTablePost, causing (#5483)Wes McKinney1-10/+10
2019-07-08Extend the test of MonsterExtra (#5428)Vladimir Glavnyy1-160/+206
2019-06-14[C#, Java, C++] Fixes issue #5399 by always including namespaces (#5404)John Luxford1-4/+4
2019-05-20Added a CPP UnPackSizePrefixed<struct_name> generated helper function (#5350)David Cowan1-0/+6
2019-05-02Make MonsterExtra table a root table (#5315)Vladimir Glavnyy1-7/+126
2019-03-25Add inequality operator (inspired from #263) (#5257)LouisP1-0/+6
2019-01-14Add default NaN/Inf to C#, Java, Python (#5107)Vladimir Glavnyy1-37/+37
2019-01-07Add `NaN` and `Inf` defaults to the C++ generated code. (#5102)Vladimir Glavnyy1-0/+229