[C++] Fix union copy constructor to work with nested structs (#6552) (#6607)
[platform/upstream/flatbuffers.git] / src / idl_gen_cpp.cpp
2021-05-06 Piotr Dziwiński[C++] Fix union copy constructor to work with nested...
2021-03-18 Michael[C++] #6501 - Problem when mapping a native type multip...
2021-03-08 dpacbachMove Traits struct and Create method out of --cpp-stati...
2021-03-05 David P. Sicilia[C++17] Add compile-time reflection for fields. (#6324)
2021-01-25 CasperRefactor FieldDef to model presense as an enum rather...
2021-01-25 Andreas Kabel[c++] Apply NativeName before WrapInNameSpace in idl_ge...
2021-01-22 mustiikhalilFormats cpp code (#6349)
2020-12-07 Vladimir Glavnyy[C++] Switch `flatc` to `--cpp-std c++11` C++ code...
2020-10-20 CasperMass Refactoring to use `IsString` and other BASE_TYPE...
2020-10-12 astange[C++] Add option to not generate direct copy methods...
2020-10-12 Vladimir GlavnyyAdd Array initialization from struct constructor (...
2020-10-07 mustiikhalil[TS] GRPC Implementation (#6141)
2020-10-07 CasperMoved C++ to optional_scalars2 and added some tests...
2020-10-06 mrmarkwellFlatbuffer C++ UnpackTo optimization for vectors of...
2020-10-02 Vladimir GlavnyyFix generation of C++ code with Optional<Enum> (#6155)
2020-09-23 Mark NauwelaertsMinireflect fixed array (#6129)
2020-09-21 Vladimir GlavnyyAdd CharToLower and CharToUpper into util.s (#6126)
2020-09-18 Vladimir GlavnyyAdd support of Optional<T> scalars to C++ code generato...
2020-08-31 Vladimir Glavnyy[C++] Small refactoring of the C++ code generator ...
2020-06-25 Derek BaileyRe-added Evolution Schema Code Generation Command ...
2020-06-23 Jean-François Roy[C++] Generate default member initializers for >= C...
2020-06-11 volkan-ozdemir[C++] Fixed/Enabled --cpp-ptr-type std::shared_ptr...
2020-06-02 bakinovsky-m[C++] Got rid of memset's in constructors (#5938)
2020-05-16 Derek Bailey[Dart] Getting tests/DartTest.sh to work on (#5915)
2020-05-14 Vladimir GlavnyySchema parser: prohibit declaration of an array of...
2020-05-04 Thomasonly add native_include_files if object based api is...
2020-03-23 Arthur O'DwyerFix Clang-trunk warnings about special members deprecat...
2020-03-12 Vladimir GlavnyyRemove `noexcept` qualifier copy-ctor of `union` type...
2020-03-12 Myrice[C++] Generate code for vector force_align attribute...
2020-03-02 Derek BaileyAdded --filename-suffix and --filename-ext to flatc...
2020-02-12 xtrm0Fix memory leak on cpp object api (#5761)
2020-02-11 David P. Sicilia[C++] Use strong enum type for vectors when scoped...
2020-01-24 sjoblom65Added the code to embed the binary schema to the source...
2020-01-02 David P. Sicilia[C++17] Add Traits class for Tables and Factory functio...
2019-12-26 Austin Schuh[C++] Add Builder and Table typedefs (#5685)
2019-12-23 Vladimir GlavnyyAdd flatc '--cpp_std' switch (#5656)
2019-12-17 cryptocodeAdd namespace qualification to union types (#5666)
2019-12-06 cryptocodeAdd --force-empty-vectors option (#5653)
2019-12-05 Wouter van OortmerssenFixed enum min/max values not properly escaped.
2019-11-25 Vladimir GlavnyySimplify declarations of x-macro FLATBUFFERS_TD (#5638)
2019-11-07 Derek Bailey[C++] Refactor to conform to Google C++ style guide...
2019-11-04 Derek Bailey[C++, Java, C#, TypeScript, JavaScript] Skip generation...
2019-10-28 Derek BaileyC++ verifier for evolved union fields should return...
2019-10-17 tira-misu#5544 Fix of Array of table is not sorted if Create...
2019-08-20 Wes McKinneyC++ IDL generation adds superfluous semicolon in GenTab...
2019-07-29 Vladimir GlavnyyReplace '--cpp-include' brackets to quotes (#5438)...
2019-07-22 Paulo PinheiroAdd basic Kotlin support (#5409)
2019-07-01 Vladimir GlavnyyRemove unused variables (#5382)
2019-06-17 svenk177Add support for fixed-size arrays (#5313)
2019-06-02 Vladimir GlavnyyFix multi-line comments for cpp enums (#5345) (#5346)
2019-05-31 Alexander Gallegoc++: Add command line option to add extra includes...
2019-05-20 David CowanAdded a CPP UnPackSizePrefixed<struct_name> generated...
2019-05-09 Vladimir GlavnyyMake Monster's Color unsigned (#5318)
2019-05-02 Vladimir GlavnyyFix issues with uint64 enums (#5265)
2019-04-19 Wouter van OortmerssenFix heap-buffer-overflow if there is a struct within...
2019-04-15 Nils BergStruct typetable (#5291)
2019-04-11 Wouter van OortmerssenFixed VS2010 build.
2019-04-11 Wouter van OortmerssenAllow Set() methods to handle reference types
2019-04-08 Vladimir GlavnyyPart of #5265, neutral changes (#5281)
2019-03-25 Nikolay KuznetsovFix a warning on compiling with clang (#5258)
2019-03-25 LouisPAdd inequality operator (inspired from #263) (#5257)
2019-03-11 Wouter van Oortmerssen[C++] Object API: document custom string type requirements,
2019-03-04 Laurent Stacul[Fix #5112] flatc generates constructors with memset...
2019-02-25 Wouter van OortmerssenAdded -Wextra-semi to Clang build.
2019-02-11 iceboyImplement (shared) attribute for C++ (#5157)
2019-01-14 Vladimir GlavnyyAdd default NaN/Inf to C#, Java, Python (#5107)
2019-01-07 Vladimir GlavnyyAdd `NaN` and `Inf` defaults to the C++ generated code...
2018-11-17 Wouter van OortmerssenMake string/vector field serialization order not depend...
2018-11-06 Wouter van OortmerssenFixed STLPort build
2018-11-05 Wouter van OortmerssenFixed vectors of enums in object API serialized incorre...
2018-11-01 Frank Benksteinmake unions with type aliases more usable (#5019)
2018-10-22 Frank Benksteinmake flatbuffers::IsFieldPresent safer (#4988)
2018-10-15 Frank Benksteindisallow c style casts (#4981)
2018-10-11 Vladimir GlavnyyRefactoring of idl_parser (#4948)
2018-10-08 Frank Benksteindon't crash when calling EnumNameXXX on sparse enum...
2018-10-08 Michael EdwardsFix expected type of enum values in reflection tables...
2018-10-08 Stewart MilesDisable armeabi builds for Android and re-enable CI...
2018-10-01 Taj MortonAllow tables that are entirely composed of native inlin...
2018-09-21 ThomasAdd compare operator to code generated for c++ (#4940)
2018-09-03 RobertPort FlatBuffers to Rust (#4898)
2018-08-10 cubeleoCorrectly generate identifier for enums. (#4871)
2018-07-27 cubeleoFor sparse enums, use a switch statement to generate...
2018-07-26 RobertMerge pull request #4820 from nairb774/master
2018-07-16 Wouter van OortmerssenRenamed Verifier methods
2018-07-16 shassaniflatbuffer force-empty option (#4822)
2018-07-05 Vladimir GlavnyyIssue #4799 fixed. Generator for KeyCompareWithValue...
2018-06-25 Wouter van OortmerssenFixed empty structs generating bad constructor.
2018-05-18 Vitaly BondarFix of namespace problem described in #4747 (#4752)
2018-05-03 iceboyFix union escaping order. (#4722)
2018-04-16 Vladimir GlavnyyThe asserts replaced by FLATBUFFERS_ASSERT. (#4701)
2018-04-05 Paul ReimerAdd FLATBUFFERS_ prefix to defines [C++] (#4695)
2018-03-23 FlaviuConst correctness in generated code and in code generat...
2018-03-05 smilliusMake nested flatbuffer lookup consistent. (#4656)
2018-03-05 Christian HelmichSupport attribute "cpp_ptr_type" on table elements...
2018-02-22 Christian Helmichadded support for parsing hash on vector elements ...
2018-02-22 desqazAdd new c++ helpers to ease usage of size prefixed...
2018-02-15 Alexander GallegoC++: mini_reflect: Add DefaultTypeTable (#4614)
2018-01-22 Wouter van OortmerssenRemoved truncating of enum vals to int in ReverseLookup.
2018-01-18 vglavnyyRemoved internal variable with name "data" inside a...
2018-01-18 Wouter van OortmerssenUse CreateVectorOfStructs when creating a vector of...
next