summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-10-03Bumped version to 1.10.1 for all languages.v1.10.0Wouter van Oortmerssen1-1/+1
2018-10-01Parser error message reports both the line number and the cursor position. (#...Vladimir Glavnyy1-1/+19
2018-09-27Add more apis to query vector types from a reference (#4823)Shivendra Agarwal1-2/+5
2018-09-27Add missed defined(clang) and fix the wrong placement of #pragma push/pop for...Vladimir Glavnyy2-17/+28
2018-09-24Add FlatBufferBuilder move semantics tests to the main test suite (#4902)Sumant Tambe2-9/+25
2018-09-24ToStringVisitor settings to allow pretty formatted JSON (#4933)Michael Edwards1-6/+39
2018-09-21Add compare operator to code generated for c++ (#4940)Thomas1-0/+2
2018-09-02Port FlatBuffers to Rust (#4898)Robert1-20/+39
2018-08-30Add move semantics to MessageBuilder, FlatBufferBuilder, SliceAllocator, and ...Sumant Tambe2-0/+121
2018-08-24DetachedBuffer cannot be rewrapped (#4885)Gabriel Nützi1-6/+39
2018-08-23Updated preprocessor check for template aliases. (#4888)Derek Bailey1-6/+16
2018-08-16Add C#/Java generator behaviour for 'private' attribute (#4882)Andy Martin1-0/+1
2018-08-13Use string_view if _HAS_CXX17 is true (#4876)iceboy1-1/+1
2018-08-13Fixed use of uoffset_t in verifier could cause wrap around.Wouter van Oortmerssen1-17/+21
2018-08-10Clarify flatbuffer reflection struct sizes to be less error-prone. (#4870)Andrew Selle1-3/+3
2018-07-29FlatBuffers implementation for the Lobster programming languageaardappel1-0/+7
2018-07-27Adds multi-line to FLatBufferToString (#4847)shassani1-5/+18
2018-07-27Fixed FlatBufferBuilder::Required not checking vtable size.Wouter van Oortmerssen1-9/+11
2018-07-26Update FLATBUFFERS_HAS_STRING_VIEW __cplusplus checks to the versions provide...Paul Reimer1-2/+2
2018-07-19Adds ForceStringAlignment to flatbuffers. (#4828)shassani1-0/+5
2018-07-19Restricting (typed=false, fixed=true) combination in flexbuffer CreateVector ...Shivendra Agarwal1-0/+1
2018-07-19Fixing an assert in flexbuffers CreateVector (#4824)Shivendra Agarwal1-1/+1
2018-07-16Renamed Verifier methodsWouter van Oortmerssen2-44/+38
2018-07-16flatbuffer force-empty option (#4822)shassani1-1/+6
2018-07-16C++ verifier now primarily uses offsets instead of pointers.Wouter van Oortmerssen1-44/+73
2018-07-06Fixed Uint() method actually storing a signed int.Wouter van Oortmerssen1-3/+3
2018-07-05Lua (5.3) Language addition (#4804)Derek Bailey1-0/+7
2018-07-02Helper function to get empty string on nullptr (#4800)shassani1-1/+13
2018-06-27Add --force-defaults option to flatc [C++, parser] (#4729)Paul Reimer1-0/+5
2018-06-21Comment update for ForceDefaults. (#4788)Shivendra Agarwal1-1/+2
2018-06-18CreateUnitializedVectorOfStructs and tests (#4781)Shivendra Agarwal1-0/+6
2018-06-14Protected parser against infinite recursion.Wouter van Oortmerssen1-1/+12
2018-06-07Enforcing CreateUninitializedVector is only used with scalars.Wouter van Oortmerssen1-0/+1
2018-06-04Makes VectorIterator compatible with STL iterators. (#4768)Vladimir Glavnyy1-2/+2
2018-05-31renamed flexbuffers::Type enum values TYPE_ -> FBT_ (#4761)Christian Helmich1-132/+132
2018-05-31Javascript: Add suppport for ES6 style exports (#4754)Nathan Mitchell1-0/+2
2018-05-18Changed how the default allocator is handled.Wouter van Oortmerssen1-32/+39
2018-05-18Add [Dart] support (#4676)Dan Field1-0/+11
2018-05-18Fix undertermined execution behavior (#4751)joligarson1-1/+2
2018-05-10Add define/ifdef blocks, alternate sprintf implementation via FLATBUFFERS_PRE...Paul Reimer1-17/+77
2018-05-10Add string view [C++] (#4730)Paul Reimer2-0/+41
2018-05-07Add --root-type option to flatc [C++, parser, JSON] (#4728)Paul Reimer1-0/+1
2018-05-03Output JSON strings as natural UTF-8 text without escapes (#4710)Vladimir Glavnyy4-5/+10
2018-04-27Include services in reflection data (fixes #4639) (#4713)Tobias Oberstein2-15/+259
2018-04-16The asserts replaced by FLATBUFFERS_ASSERT. (#4701)Vladimir Glavnyy8-87/+95
2018-04-06Remove unnecessary const qualifier (#4698)Sergey Avseyev1-1/+1
2018-04-05Add FLATBUFFERS_ prefix to defines [C++] (#4695)Paul Reimer1-5/+5
2018-04-05Update version number to 1.9v1.9.0Wouter van Oortmerssen1-1/+1
2018-03-23Const correctness in generated code and in code generators. Added missing \re...Flaviu4-19/+34
2018-03-12Remove unnecessary const qualifier from cast (#4666)Sergey Avseyev1-1/+1