summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
2020-03-23Fix Clang-trunk warnings about special members deprecated in C++20. (#5829)Arthur O'Dwyer1-2/+0
2020-03-12Remove `noexcept` qualifier copy-ctor of `union` type (#5800) (#5802)Vladimir Glavnyy1-3/+3
2020-02-12Fix memory leak on cpp object api (#5761)xtrm01-6/+6
2020-01-13Added create function for swift (#5707)mustiikhalil1-15/+15
2020-01-09[Swift] Swift implementation 🎉🎉 (#5603)mustiikhalil1-0/+68
2019-12-26[C++] Add Builder and Table typedefs (#5685)Austin Schuh1-0/+6
2019-12-23Add flatc '--cpp_std' switch (#5656)Vladimir Glavnyy1-2/+2
2019-12-17Add namespace qualification to union types (#5666)cryptocode1-2/+2
2019-11-11Ran src/clang-format-all.sh (#5617)Derek Bailey3-6/+5
2019-11-04[C++, Java, C#, TypeScript, JavaScript] Skip generation of mutable union type...Derek Bailey1-3/+0
2019-10-28C++ verifier for evolved union fields should return true (#5586)Derek Bailey1-1/+1
2019-10-18Fix issue #5557 (#5573)Vladimir Glavnyy1-1/+0
2019-09-23Java: Added access object for vector of struct and vector of tables. (#5233)Kulikov Alexey1-0/+6
2019-08-23Android: remove app_dummy() callsWouter van Oortmerssen1-3/+1
2019-08-19Fixed missing generated code.Wouter van Oortmerssen1-1/+1
2019-08-19C++ IDL generation adds superfluous semicolon in GenTablePost, causing (#5483)Wes McKinney1-12/+12
2019-07-22Add basic Kotlin support (#5409)Paulo Pinheiro2-0/+168
2019-06-14[C#, Java, C++] Fixes issue #5399 by always including namespaces (#5404)John Luxford1-69/+69
2019-05-22Lobster: added builder API for tablesaardappel2-46/+69
2019-05-22Made Lobster builder offsets strongly typedaardappel1-15/+15
2019-05-22Made Lobster API use strongly typed enumsaardappel1-4/+4
2019-05-22Fixed Lobster implementation to work with latest language featuresaardappel3-47/+46
2019-05-20Added a CPP UnPackSizePrefixed<struct_name> generated helper function (#5350)David Cowan1-0/+6
2019-05-09Make Monster's Color unsigned (#5318)Vladimir Glavnyy1-2/+2
2019-04-15Struct typetable (#5291)Nils Berg1-0/+3
2019-04-11Fixed VS2010 build.Wouter van Oortmerssen1-1/+2
2019-04-11Allow Set() methods to handle reference typesWouter van Oortmerssen1-3/+3
2019-04-05[C++]Sync the sample monster.fbs file with the tutorial (#5277)Henry Lee4-10/+43
2019-03-25Fix a warning on compiling with clang (#5258)Nikolay Kuznetsov1-2/+2
2019-03-25Add inequality operator (inspired from #263) (#5257)LouisP1-0/+23
2019-03-04[Fix #5112] flatc generates constructors with memset for non-trivial types (#...Laurent Stacul1-1/+1
2019-01-17Fix high certainty warnings from PVS-studio (#5115)Vladimir Glavnyy1-1/+2
2018-12-13Enable flatbuffer to initialize Parser from bfbs (#4283) (#5077)tira-misu2-0/+77
2018-11-16Make string/vector field serialization order not depend on optimizer.Wouter van Oortmerssen1-4/+8
2018-10-29Revert "Convert net/FlatBuffers project to be compatible with netstandard (#4...Wouter van Oortmerssen1-1/+1
2018-10-22make flatbuffers::IsFieldPresent safer (#4988)Frank Benkstein1-2/+2
2018-10-08don't crash when calling EnumNameXXX on sparse enum (#4982)Frank Benkstein1-0/+2
2018-10-08Fix expected type of enum values in reflection tables (#4944)Michael Edwards1-1/+1
2018-10-08Disable armeabi builds for Android and re-enable CI builds. (#4970)Stewart Miles1-1/+1
2018-09-21Add compare operator to code generated for c++ (#4940)Thomas1-0/+45
2018-09-02Port FlatBuffers to Rust (#4898)Robert2-0/+662
2018-07-29FlatBuffers implementation for the Lobster programming languageaardappel4-11/+266
2018-07-16Renamed Verifier methodsWouter van Oortmerssen1-4/+4
2018-07-16Convert net/FlatBuffers project to be compatible with netstandard (#4811)Damien Pontifex1-1/+1
2018-07-05Lua (5.3) Language addition (#4804)Derek Bailey6-0/+327
2018-05-18Add [Dart] support (#4676)Dan Field1-0/+52
2018-04-05Rename MANUALLY_ALIGNED_STRUCT to add FLATBUFFERS_ prefix in generated code w...Paul Reimer1-1/+1
2018-04-05Add FLATBUFFERS_ prefix to defines [C++] (#4695)Paul Reimer1-1/+1
2018-03-23Const correctness in generated code and in code generators. Added missing \re...Flaviu1-36/+36
2018-02-22Add new c++ helpers to ease usage of size prefixed FlatBuffers (#4626)desqaz1-0/+15