summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-09-03Fix extern crate in root namespace (#4905)Chris Holcombe1-0/+3
2018-09-02Port FlatBuffers to Rust (#4898)Robert11-17/+1833
2018-08-23C# support for directly reading and writting to memory other than byte[]. Fo...Christopher Cifra1-0/+9
2018-08-20Mono Fix for Unsafe Mode (#4887)Derek Bailey1-0/+25
2018-08-20Revert "Performance Increase of Vector of Structures using .NET BlockCopy (#4...Wouter van Oortmerssen1-25/+0
2018-08-16Add C#/Java generator behaviour for 'private' attribute (#4882)Andy Martin1-2/+19
2018-08-10 Update JavaScript IDL generator to remove invalid Closure JSDoc comments (#4...Matias Cudich1-78/+146
2018-08-10Correctly generate identifier for enums. (#4871)cubeleo1-1/+1
2018-08-06Fixed VS2010 compile error.Wouter van Oortmerssen1-7/+11
2018-07-29FlatBuffers implementation for the Lobster programming languageaardappel2-0/+373
2018-07-27For sparse enums, use a switch statement to generate EnumNameXXX(). (#4845)cubeleo1-0/+17
2018-07-26go: give enums their own scalar typesrw1-1/+16
2018-07-26Performance Increase of Vector of Structures using .NET BlockCopy (#4830)Derek Bailey1-0/+25
2018-07-16Renamed Verifier methodsWouter van Oortmerssen2-15/+15
2018-07-16flatbuffer force-empty option (#4822)shassani2-5/+19
2018-07-16Fixed assert in ParseSingleValue (found by fuzzer)Wouter van Oortmerssen1-1/+1
2018-07-16C++ verifier now primarily uses offsets instead of pointers.Wouter van Oortmerssen1-3/+2
2018-07-05Lua (5.3) Language addition (#4804)Derek Bailey3-1/+734
2018-07-05Issue #4799 fixed. Generator for KeyCompareWithValue is extracted. (#4802)Vladimir Glavnyy1-51/+41
2018-07-03Dart: Add missing imports (#4803)Woody Guo1-0/+17
2018-06-28Dart: Fix default values (#4795)Woody Guo1-2/+12
2018-06-27Go GRPC generator Updates - Fixes #4787 (#4797)Kapil Sharma1-12/+31
2018-06-27Add --force-defaults option to flatc [C++, parser] (#4729)Paul Reimer1-0/+3
2018-06-25Fixed documentation comments at the start of a file.Wouter van Oortmerssen1-2/+2
2018-06-25Fixed empty structs generating bad constructor.Wouter van Oortmerssen1-13/+15
2018-06-14Protected parser against infinite recursion.Wouter van Oortmerssen1-7/+21
2018-06-14Fixed ASan array out of bounds.Wouter van Oortmerssen1-2/+2
2018-06-14Fix misaligned nested buffers (#4785)zejal1-0/+7
2018-06-12Dart: Generate the enum from 0 if value is null and fix inconsistent naming w...Woody Guo1-2/+2
2018-06-08Python: Escape enum member names if they correspond to a Python keyword (#4772)Michael Seifert1-514/+559
2018-06-07Python: fix default bool value. (#4773)Tin Tvrtković1-2/+7
2018-05-31Fixed ASAN false positive.Wouter van Oortmerssen1-3/+2
2018-05-31Javascript: Add suppport for ES6 style exports (#4754)Nathan Mitchell2-1/+15
2018-05-18Fix of namespace problem described in #4747 (#4752)Vitaly Bondar1-1/+1
2018-05-18Add [Dart] support (#4676)Dan Field2-0/+893
2018-05-14[BREAKING CHANGE] Python: handle bool table fields properly. (#4736)Tin Tvrtković1-3/+8
2018-05-14Vector of unions support for java and c# (#4735)Kamil Rojewski2-4/+25
2018-05-10Add define/ifdef blocks, alternate sprintf implementation via FLATBUFFERS_PRE...Paul Reimer1-6/+9
2018-05-10Python: return None for missing strings. (#4733)Tin Tvrtković1-1/+1
2018-05-10Remove @Nullable (Java) for required fields (fixes #4724) (#4726)Mike Mansell1-1/+1
2018-05-07Add --root-type option to flatc [C++, parser, JSON] (#4728)Paul Reimer2-3/+17
2018-05-03Output JSON strings as natural UTF-8 text without escapes (#4710)Vladimir Glavnyy3-2/+8
2018-05-03Fix union escaping order. (#4722)iceboy1-3/+6
2018-04-27Include services in reflection data (fixes #4639) (#4713)Tobias Oberstein3-18/+71
2018-04-16The asserts replaced by FLATBUFFERS_ASSERT. (#4701)Vladimir Glavnyy12-50/+50
2018-04-06An user-defined attribute name validation (#4689)Vladimir Glavnyy1-4/+10
2018-04-05Add FLATBUFFERS_ prefix to defines [C++] (#4695)Paul Reimer1-3/+3
2018-04-05Update version number to 1.9v1.9.0Wouter van Oortmerssen1-1/+1
2018-03-26Fix for missing enum imports (#4683)Kamil Rojewski1-0/+4
2018-03-23Const correctness in generated code and in code generators. Added missing \re...Flaviu4-58/+61