Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-10-12 | Add Array initialization from struct constructor (#5865) (#6147) | Vladimir Glavnyy | 1 | -12/+44 |
2020-09-22 | Minireflect fixed array (#6129) | Mark Nauwelaerts | 1 | -10/+12 |
2020-06-01 | [C++] Got rid of memset's in constructors (#5938) | bakinovsky-m | 1 | -15/+34 |
2020-03-23 | Fix Clang-trunk warnings about special members deprecated in C++20. (#5829) | Arthur O'Dwyer | 1 | -1/+0 |
2020-02-12 | Fix memory leak on cpp object api (#5761) | xtrm0 | 1 | -3/+3 |
2019-12-26 | [C++] Add Builder and Table typedefs (#5685) | Austin Schuh | 1 | -0/+3 |
2019-12-23 | Add flatc '--cpp_std' switch (#5656) | Vladimir Glavnyy | 1 | -1/+1 |
2019-08-23 | Fix incorrect padding in arrays of structs (Issue #5484) (#5491) | svenk177 | 1 | -20/+57 |
2019-08-19 | Fixed missing generated code. | Wouter van Oortmerssen | 1 | -0/+42 |
2019-08-19 | C++ IDL generation adds superfluous semicolon in GenTablePost, causing (#5483) | Wes McKinney | 1 | -43/+1 |
2019-06-18 | Add support for fixed-size arrays (#5313) | svenk177 | 1 | -0/+419 |