summaryrefslogtreecommitdiff
path: root/tests/test.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-11-23[C++] Add ParseJson(), Parser(Parser&&), update fuzzers (#6284)Vladimir Glavnyy1-1/+1
2020-10-22Kotlin test optional enum (#6201)Paulo Pinheiro1-1/+1
2020-10-12Add Array initialization from struct constructor (#5865) (#6147)Vladimir Glavnyy1-0/+136
2020-10-07Moved C++ to optional_scalars2 and added some tests. (#6162)Casper1-1/+9
2020-10-02Fix generation of C++ code with Optional<Enum> (#6155)Vladimir Glavnyy1-0/+2
2020-09-22Minireflect fixed array (#6129)Mark Nauwelaerts1-0/+25
2020-09-18Add support of Optional<T> scalars to C++ code generator (#6092)Vladimir Glavnyy1-13/+41
2020-09-17[Kotlin] Support for optional scalars. (#6115)Paulo Pinheiro1-0/+1
2020-09-11Optional-ness in reflection (#6097)Casper1-0/+7
2020-09-10Rename Nullable scalars to Optional scalars (#6112)Casper1-7/+7
2020-08-31Wrap verify file id condition in Check call (#6085)Navin Mohan1-1/+1
2020-08-18[Lobster] missed a testWouter van Oortmerssen1-1/+3
2020-07-25adds code gen for optional scalars in swift (#6038)mustiikhalil1-1/+1
2020-07-23Optional Scalars support for Rust (#6034)Casper1-0/+2
2020-07-20tests: Check for both quiet and signaling NaN on mipsel/hppa (#6029)Vasyl Gello1-0/+11
2020-07-16Flatc parser support for nullable scalars (#6026)Casper1-0/+77
2020-06-26Add warning to schema parser if field name is not snake_case. (#6005)Derek Bailey1-85/+87
2020-06-22Removed requirement that enums be declared in ascending order. (#5887)Alex Ames1-4/+4
2020-06-15[idl_parser] Mark typefield as deprecated (#5958)Liu Liu1-4/+40
2020-06-01[C++] Got rid of memset's in constructors (#5938)bakinovsky-m1-0/+18
2020-05-14Schema parser: prohibit declaration of an array of pointers inside structs (#...Vladimir Glavnyy1-0/+3
2020-03-26Correct calculation of vector element size (#5831)Dmitriy Kovalev1-0/+11
2020-03-16Fix interpretation of 'nan(number)' by the idl_parser (#5810)Vladimir Glavnyy1-0/+3
2020-03-02Added --filename-suffix and --filename-ext to flatc (#5778)Derek Bailey1-119/+132
2020-01-24Added the code to embed the binary schema to the source (--bfbs-gen-embed). (...sjoblom651-0/+44
2020-01-16[C++] Fix for printing of enum in case output_enum_identifiers=1. (#5706)Vladimir Glavnyy1-0/+13
2020-01-06(Optionally) add an additional suffix namespace to generated fbs files. (#5698)Michael Beardsworth1-0/+53
2019-12-23Removed test proto output.Wouter van Oortmerssen1-2/+0
2019-12-23Add flatc '--cpp_std' switch (#5656)Vladimir Glavnyy1-1/+1
2019-12-23Fix for FlexBuffers FBT_VECTOR_STRING size bit-width.Wouter van Oortmerssen1-0/+63
2019-12-23Improve import handling for proto conversion (#5673)Michael Beardsworth1-0/+66
2019-11-25Fix ambiguity of a type deduction in TEST_EQ macro if arguments have `enum cl...Vladimir Glavnyy1-22/+18
2019-11-21Changed null checks in test. Removed verifier pointer usage (#5634)Derek Bailey1-8/+6
2019-11-14[C++] Adds basic schema evolution tests (#5611)Derek Bailey1-0/+73
2019-11-11Ran src/clang-format-all.sh (#5617)Derek Bailey1-1/+0
2019-11-07[C++] Refactor to conform to Google C++ style guide (#5608)Derek Bailey1-124/+134
2019-10-10Fixed JSON parser not sorting vectors of tables/structs with key.Wouter van Oortmerssen1-1/+2
2019-09-23Fix Mutate() methods of Array<scalar/struct> (override 5508) (#5526)Vladimir Glavnyy1-19/+21
2019-09-16Fixed Reflection Verifier not handling vectors of unions.Wouter van Oortmerssen1-3/+9
2019-09-16Fixed GenerateText not handling vectors of unions.Wouter van Oortmerssen1-0/+34
2019-08-26FlexBuffers: allow any values to be shared.Wouter van Oortmerssen1-4/+7
2019-08-23Fix incorrect padding in arrays of structs (Issue #5484) (#5491)svenk1771-1/+21
2019-08-01[C++] remove static_cast expression (#5440)Alexey Geraskin1-1/+28
2019-08-01[C++ ] Correctly serialize bit_flags enums to JSON with output_enum_identifie...ll-antn1-0/+27
2019-07-08Extend the test of MonsterExtra (#5428)Vladimir Glavnyy1-20/+106
2019-06-18Add support for fixed-size arrays (#5313)svenk1771-0/+151
2019-05-16Fix reverse_iterator in Vector and tests (#5344)mmoscicki21-6/+14
2019-05-09Make Monster's Color unsigned (#5318)Vladimir Glavnyy1-1/+1
2019-05-02Make MonsterExtra table a root table (#5315)Vladimir Glavnyy1-0/+36
2019-05-02Fix issues with uint64 enums (#5265)Vladimir Glavnyy1-9/+26