[idl_parser] Add kTokenNumericConstant token (#6432)
[platform/upstream/flatbuffers.git] / tests / test.cpp
2021-03-11 Vladimir Glavnyy[idl_parser] Add kTokenNumericConstant token (#6432)
2021-02-12 CasperDefault strings and vectors: Parser + Rust support...
2021-01-25 CasperRefactor FieldDef to model presense as an enum rather...
2021-01-22 mustiikhalilFormats cpp code (#6349)
2021-01-07 Vladimir Glavnyy[C++, JSON] Fix nullptr access when reading a key with...
2021-01-04 Vladimir Glavnyy[idl_parser] Check the range of explicitly set field...
2020-12-17 Kjetil ØsteråsRenaming infinity variables in test.cpp (#6340)
2020-12-07 Vladimir Glavnyy[C++] Switch `flatc` to `--cpp-std c++11` C++ code...
2020-11-23 Vladimir Glavnyy[C++] Add ParseJson(), Parser(Parser&&), update fuzzers...
2020-10-22 Paulo PinheiroKotlin test optional enum (#6201)
2020-10-12 Vladimir GlavnyyAdd Array initialization from struct constructor (...
2020-10-07 CasperMoved C++ to optional_scalars2 and added some tests...
2020-10-02 Vladimir GlavnyyFix generation of C++ code with Optional<Enum> (#6155)
2020-09-23 Mark NauwelaertsMinireflect fixed array (#6129)
2020-09-18 Vladimir GlavnyyAdd support of Optional<T> scalars to C++ code generato...
2020-09-18 Paulo Pinheiro[Kotlin] Support for optional scalars. (#6115)
2020-09-11 CasperOptional-ness in reflection (#6097)
2020-09-10 CasperRename Nullable scalars to Optional scalars (#6112)
2020-08-31 Navin MohanWrap verify file id condition in Check call (#6085)
2020-08-18 Wouter van Oortmerssen[Lobster] missed a test
2020-07-25 mustiikhaliladds code gen for optional scalars in swift (#6038)
2020-07-23 CasperOptional Scalars support for Rust (#6034)
2020-07-20 Vasyl Gellotests: Check for both quiet and signaling NaN on mipsel...
2020-07-16 CasperFlatc parser support for nullable scalars (#6026)
2020-06-26 Derek BaileyAdd warning to schema parser if field name is not snake...
2020-06-23 Alex AmesRemoved requirement that enums be declared in ascending...
2020-06-16 Liu Liu[idl_parser] Mark typefield as deprecated (#5958)
2020-06-02 bakinovsky-m[C++] Got rid of memset's in constructors (#5938)
2020-05-14 Vladimir GlavnyySchema parser: prohibit declaration of an array of...
2020-03-26 Dmitriy KovalevCorrect calculation of vector element size (#5831)
2020-03-16 Vladimir GlavnyyFix interpretation of 'nan(number)' by the idl_parser...
2020-03-02 Derek BaileyAdded --filename-suffix and --filename-ext to flatc...
2020-01-24 sjoblom65Added the code to embed the binary schema to the source...
2020-01-16 Vladimir Glavnyy[C++] Fix for printing of enum in case output_enum_iden...
2020-01-06 Michael Beardsworth(Optionally) add an additional suffix namespace to...
2019-12-23 Wouter van OortmerssenRemoved test proto output.
2019-12-23 Vladimir GlavnyyAdd flatc '--cpp_std' switch (#5656)
2019-12-23 Wouter van OortmerssenFix for FlexBuffers FBT_VECTOR_STRING size bit-width.
2019-12-23 Michael BeardsworthImprove import handling for proto conversion (#5673)
2019-11-25 Vladimir GlavnyyFix ambiguity of a type deduction in TEST_EQ macro...
2019-11-21 Derek BaileyChanged null checks in test. Removed verifier pointer...
2019-11-14 Derek Bailey[C++] Adds basic schema evolution tests (#5611)
2019-11-11 Derek BaileyRan src/clang-format-all.sh (#5617)
2019-11-07 Derek Bailey[C++] Refactor to conform to Google C++ style guide...
2019-10-10 Wouter van OortmerssenFixed JSON parser not sorting vectors of tables/structs...
2019-09-23 Vladimir GlavnyyFix Mutate() methods of Array<scalar/struct> (override...
2019-09-17 Wouter van OortmerssenFixed Reflection Verifier not handling vectors of unions.
2019-09-16 Wouter van OortmerssenFixed GenerateText not handling vectors of unions.
2019-08-26 Wouter van OortmerssenFlexBuffers: allow any values to be shared.
2019-08-23 svenk177Fix incorrect padding in arrays of structs (Issue ...
2019-08-01 Alexey Geraskin[C++] remove static_cast expression (#5440)
2019-08-01 ll-antn[C++ ] Correctly serialize bit_flags enums to JSON...
2019-07-08 Vladimir GlavnyyExtend the test of MonsterExtra (#5428)
2019-06-17 svenk177Add support for fixed-size arrays (#5313)
2019-05-16 mmoscicki2Fix reverse_iterator in Vector and tests (#5344)
2019-05-09 Vladimir GlavnyyMake Monster's Color unsigned (#5318)
2019-05-02 Vladimir GlavnyyMake MonsterExtra table a root table (#5315)
2019-05-02 Vladimir GlavnyyFix issues with uint64 enums (#5265)
2019-04-22 Wouter van OortmerssenFixed file access test in the wrong location.
2019-04-15 Nils Bergfix check for Enum defaults (#5292)
2019-04-15 Nils BergStruct typetable (#5291)
2019-04-08 Vladimir GlavnyyAdd basic test for enum defaults (#5280)
2019-04-05 Anthony LiotAdd method GenerateTextFromTable issue #5249 (#5266)
2019-04-01 Vladimir GlavnyyAdd compile-time checking of numerical limits in C...
2019-03-25 LouisPAdd inequality operator (inspired from #263) (#5257)
2019-03-07 Wouter van OortmerssenFixed vector of union JSON parsing.
2019-03-04 ll-antnClean-up nested_parser on all paths (#5179) (#5184)
2019-02-19 Vladimir GlavnyyUtility for checking the encoding and line ending of...
2019-02-19 Wouter van OortmerssenFixed use of WIN32 needs to be _WIN32.
2019-02-08 Wouter van OortmerssenMade FLATBUFFERS_TRACK_VERIFIER_BUFFER_SIZE #ifdef...
2019-01-24 Vladimir GlavnyyReplace deprecated Vector::Length() with Vector::size...
2019-01-24 Vladimir GlavnyyRepair MSVC-CRT leakage detector and enable this detect...
2019-01-24 Henry Lee[C++]Support reverse iterator in Vector (#5128)
2019-01-17 Vladimir GlavnyyFix high certainty warnings from PVS-studio (#5115)
2019-01-07 Vladimir GlavnyyAdd `NaN` and `Inf` defaults to the C++ generated code...
2018-12-13 tira-misuEnable flatbuffer to initialize Parser from bfbs (...
2018-12-03 Matt FrantzSupport nulls in String compare, CreateSharedString...
2018-11-16 Vladimir GlavnyyMake the Parser independent from the global C-locale...
2018-11-16 Austin SchuhMake flatbuffer C++ tests work when vendored with bazel...
2018-11-05 Wouter van OortmerssenFixed vectors of enums in object API serialized incorre...
2018-10-30 Wouter van OortmerssenDisallowed 0 byte structs.
2018-10-29 Vladimir GlavnyyAdd 'fsanitize=address,undefined' to tests and flatc...
2018-10-18 Frank Benksteinforbid enum values that are out of range (#4977)
2018-10-15 Frank Benksteindisallow c style casts (#4981)
2018-10-11 Vladimir GlavnyyRefactoring of idl_parser (#4948)
2018-10-11 Frank Benksteinbetter output on TestError (#4979)
2018-10-08 Frank Benksteindon't crash when calling EnumNameXXX on sparse enum...
2018-10-03 Vladimir GlavnyyAssert tests on the first failure. (#4952)
2018-09-24 Sumant TambeAdd FlatBufferBuilder move semantics tests to the main...
2018-09-24 Michael EdwardsToStringVisitor settings to allow pretty formatted...
2018-09-21 ThomasAdd compare operator to code generated for c++ (#4940)
2018-07-26 RobertMerge pull request #4820 from nairb774/master
2018-07-16 Wouter van OortmerssenUpdated fuzzer scripts
2018-06-18 Shivendra AgarwalCreateUnitializedVectorOfStructs and tests (#4781)
2018-06-04 Vladimir GlavnyyMakes VectorIterator compatible with STL iterators...
2018-05-31 Christian Helmichrenamed flexbuffers::Type enum values TYPE_ -> FBT_...
2018-05-03 Vladimir GlavnyyOutput JSON strings as natural UTF-8 text without escap...
2018-03-05 Nik HemmingsProtobufs: Added '--oneof-union' option. (#4647)
2018-03-05 Christian HelmichSupport attribute "cpp_ptr_type" on table elements...
2018-02-22 desqazAdd new c++ helpers to ease usage of size prefixed...
next