summaryrefslogtreecommitdiff
path: root/tests/cpp17
AgeCommit message (Expand)AuthorFilesLines
2021-01-07[C++, JSON] Fix nullptr access when reading a key with a default value. (#6375)Vladimir Glavnyy1-8/+38
2020-11-05Added required-nested-flatbuffer to monster_test and fixed rust (#6236)Casper1-8/+34
2020-10-22Kotlin test optional enum (#6201)Paulo Pinheiro1-20/+44
2020-10-12Add Array initialization from struct constructor (#5865) (#6147)Vladimir Glavnyy1-0/+4
2020-10-07Moved C++ to optional_scalars2 and added some tests. (#6162)Casper1-0/+902
2020-10-06Flatbuffer C++ UnpackTo optimization for vectors of non-bool bytes. (#6154)mrmarkwell1-4/+4
2020-10-02Fix generation of C++ code with Optional<Enum> (#6155)Vladimir Glavnyy1-1/+1
2020-09-22Minireflect fixed array (#6129)Mark Nauwelaerts2-17/+17
2020-09-18Add support of Optional<T> scalars to C++ code generator (#6092)Vladimir Glavnyy2-0/+922
2020-06-22[C++] Generate default member initializers for >= C++11 (#5989)Jean-François Roy1-109/+62
2020-06-11[C++] Fixed/Enabled --cpp-ptr-type std::shared_ptr [#5813] (#5959)volkan-ozdemir1-7/+7
2020-06-01[C++] Got rid of memset's in constructors (#5938)bakinovsky-m1-10/+21
2020-03-23Fix Clang-trunk warnings about special members deprecated in C++20. (#5829)Arthur O'Dwyer1-7/+0
2020-03-12Escape characters in jsonschema descriptions (#5644)Marc Butler1-1/+1
2020-03-12Remove `noexcept` qualifier copy-ctor of `union` type (#5800) (#5802)Vladimir Glavnyy1-9/+9
2020-02-12Fix memory leak on cpp object api (#5761)xtrm01-21/+21
2020-02-10[C++] Use strong enum type for vectors when scoped-enums is on. (#5750)David P. Sicilia1-9/+9
2020-01-02[C++17] Add Traits class for Tables and Factory function within it. (#5678)David P. Sicilia2-1/+66
2019-12-26[C++] Add Builder and Table typedefs (#5685)Austin Schuh1-0/+21
2019-12-23Add flatc '--cpp_std' switch (#5656)Vladimir Glavnyy2-0/+3351