summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-15C++: mini_reflect: Add DefaultTypeTable (#4614)Alexander Gallego1-6/+12
2017-12-28Added missing nullptr check in vector of union verifiers.Wouter van Oortmerssen1-0/+1
2017-12-21Made all C++ files clang-formatted.Wouter van Oortmerssen2-9/+8
2017-11-20Missing generated code files.Wouter van Oortmerssen1-3/+0
2017-11-06Text files should not have executable bit set (#4480)Sergey Avseyev6-0/+0
2017-10-06[C++] Add explicit keyword on generated constructors for Builder structs (#4452)Aaron1-2/+2
2017-09-25Fixed TypeTable function not being inline.Wouter van Oortmerssen1-8/+8
2017-09-22Added support for mini-reflection tables.Wouter van Oortmerssen1-0/+114
2017-09-21Add constant accessors to C++ unions (#4433)endorph-soft1-0/+4
2017-08-24Trimmed vtables of trailing zeroes.Wouter van Oortmerssen1-2/+2
2017-08-07Fixed clang-tidy warnings.Wouter van Oortmerssen1-2/+2
2017-07-20C++98 (stlport) support for core FlatBuffers and FlexBuffers.Stewart Miles11-534/+391
2017-06-07Generate a C++ function for EnumValues{{ENUM_NAME}} (#4337)rufeooo1-0/+17
2017-05-22Some code in the samples and docs still used old C# API.Wouter van Oortmerssen1-17/+14
2017-04-26Made the verifier catch zero-offsets.Wouter van Oortmerssen1-5/+5
2017-04-17VS fix for ambiguous union assignment operator.Wouter van Oortmerssen1-2/+2