aboutsummaryrefslogtreecommitdiff
path: root/src/idl_gen_cpp.cpp
AgeCommit message (Expand)Author
2020-03-25Revert "Revert "Upgrade flatbuffers to v1.12.0""Haibo Huang
2020-03-16Revert "Upgrade flatbuffers to v1.12.0"android-r-preview-4android-r-preview-3android-r-preview-2Aurimas Liutikas
2020-03-12Remove `noexcept` qualifier copy-ctor of `union` type (#5800) (#5802)Vladimir Glavnyy
2020-03-12[C++] Generate code for vector force_align attribute. (#5796)Myrice
2020-03-02Added --filename-suffix and --filename-ext to flatc (#5778)Derek Bailey
2020-02-12Fix memory leak on cpp object api (#5761)xtrm0
2020-02-10[C++] Use strong enum type for vectors when scoped-enums is on. (#5750)David P. Sicilia
2020-01-24Added the code to embed the binary schema to the source (--bfbs-gen-embed). (...sjoblom65
2020-01-02[C++17] Add Traits class for Tables and Factory function within it. (#5678)David P. Sicilia
2019-12-26[C++] Add Builder and Table typedefs (#5685)Austin Schuh
2019-12-23Add flatc '--cpp_std' switch (#5656)Vladimir Glavnyy
2019-12-17Add namespace qualification to union types (#5666)cryptocode
2019-12-05Add --force-empty-vectors option (#5653)cryptocode
2019-12-05Fixed enum min/max values not properly escaped.Wouter van Oortmerssen
2019-11-25Simplify declarations of x-macro FLATBUFFERS_TD (#5638)Vladimir Glavnyy
2019-11-07[C++] Refactor to conform to Google C++ style guide (#5608)Derek Bailey
2019-11-04[C++, Java, C#, TypeScript, JavaScript] Skip generation of mutable union type...Derek Bailey
2019-10-28C++ verifier for evolved union fields should return true (#5586)Derek Bailey
2019-10-17#5544 Fix of Array of table is not sorted if Create<type>Direct() is used (#5...tira-misu
2019-08-19C++ IDL generation adds superfluous semicolon in GenTablePost, causing (#5483)Wes McKinney
2019-07-29Replace '--cpp-include' brackets to quotes (#5438) (#5464)Vladimir Glavnyy
2019-07-22Add basic Kotlin support (#5409)Paulo Pinheiro
2019-07-01Remove unused variables (#5382)Vladimir Glavnyy
2019-06-18Add support for fixed-size arrays (#5313)svenk177
2019-06-02Fix multi-line comments for cpp enums (#5345) (#5346)Vladimir Glavnyy
2019-05-31c++: Add command line option to add extra includes to gen files (#5360)Alexander Gallego
2019-05-20Added a CPP UnPackSizePrefixed<struct_name> generated helper function (#5350)David Cowan
2019-05-09Make Monster's Color unsigned (#5318)Vladimir Glavnyy
2019-05-02Fix issues with uint64 enums (#5265)Vladimir Glavnyy
2019-04-19Fix heap-buffer-overflow if there is a struct within a unionWouter van Oortmerssen
2019-04-15Struct typetable (#5291)Nils Berg
2019-04-11Fixed VS2010 build.Wouter van Oortmerssen
2019-04-11Allow Set() methods to handle reference typesWouter van Oortmerssen
2019-04-08Part of #5265, neutral changes (#5281)Vladimir Glavnyy
2019-03-25Fix a warning on compiling with clang (#5258)Nikolay Kuznetsov
2019-03-25Add inequality operator (inspired from #263) (#5257)LouisP
2019-03-11[C++] Object API: document custom string type requirements,Wouter van Oortmerssen
2019-03-04[Fix #5112] flatc generates constructors with memset for non-trivial types (#...Laurent Stacul
2019-02-25Added -Wextra-semi to Clang build.Wouter van Oortmerssen
2019-02-11Implement (shared) attribute for C++ (#5157)iceboy
2019-01-14Add default NaN/Inf to C#, Java, Python (#5107)Vladimir Glavnyy
2019-01-07Add `NaN` and `Inf` defaults to the C++ generated code. (#5102)Vladimir Glavnyy
2018-11-16Make string/vector field serialization order not depend on optimizer.Wouter van Oortmerssen
2018-11-05Fixed STLPort buildWouter van Oortmerssen
2018-11-05Fixed vectors of enums in object API serialized incorrectly.Wouter van Oortmerssen
2018-11-01make unions with type aliases more usable (#5019)Frank Benkstein
2018-10-22make flatbuffers::IsFieldPresent safer (#4988)Frank Benkstein
2018-10-15disallow c style casts (#4981)Frank Benkstein
2018-10-11Refactoring of idl_parser (#4948)Vladimir Glavnyy
2018-10-08don't crash when calling EnumNameXXX on sparse enum (#4982)Frank Benkstein