platform/upstream/flatbuffers.git
2018-08-13 kulswanandProposing use of C++ header files and functions (#4869)
2018-08-13 iceboyUse string_view if _HAS_CXX17 is true (#4876)
2018-08-13 Wouter van... Fixed use of uoffset_t in verifier could cause wrap...
2018-08-10 Matias Cudich Update JavaScript IDL generator to remove invalid...
2018-08-10 iceboyRemove FLATBUFFERS_COPTS from bazel BUILD (#4872)
2018-08-10 cubeleoCorrectly generate identifier for enums. (#4871)
2018-08-10 Andrew SelleClarify flatbuffer reflection struct sizes to be less...
2018-08-10 iceboyAdd licenses to BUILD (#4867)
2018-08-09 Dan FieldEnsure strings are null terminated when written from...
2018-08-06 Wouter van... Temporarily disabled Android CI until fix.
2018-08-06 Vladimir GlavnyyAttach header directory information to the "flatbuffers...
2018-08-06 Kamil RojewskiPublishing flatc with conan (#4852)
2018-08-06 Charlie HarrisonRemove using namespace std; (#4851)
2018-08-06 Wouter van... Fixed VS2010 compile error.
2018-07-29 aardappelFlatBuffers implementation for the Lobster programming...
2018-07-27 shassaniAdds multi-line to FLatBufferToString (#4847)
2018-07-27 Wouter van... Fixed FlatBufferBuilder::Required not checking vtable...
2018-07-27 cubeleoFor sparse enums, use a switch statement to generate...
2018-07-26 RobertMerge pull request #4843 from rw/2018-07--explicit...
2018-07-26 rwgo: give enums their own scalar types
2018-07-26 Paul ReimerUpdate FLATBUFFERS_HAS_STRING_VIEW __cplusplus checks...
2018-07-26 RobertMerge pull request #4820 from nairb774/master
2018-07-26 Dan FieldUpdate for Dart 2.x constants (#4842)
2018-07-26 Derek BaileyPerformance Increase of Vector of Structures using...
2018-07-23 Wouter van... Fixed minalign in Lua being reset on StartObject
2018-07-23 Robertgo: do not clobber minalign when we create objects...
2018-07-23 Robertpython: do not clobber minalign when we create objects...
2018-07-23 Evan MoranAdd missing public header `minireflect.h` to bazel...
2018-07-23 Evan MoranFixing bazel build's missing lua file (#4831)
2018-07-19 shassaniAdds ForceStringAlignment to flatbuffers. (#4828)
2018-07-19 Shivendra AgarwalRestricting (typed=false, fixed=true) combination in...
2018-07-19 Shivendra AgarwalFixing an assert in flexbuffers CreateVector (#4824)
2018-07-19 Kamil RojewskiOption to NOT force libc++ when building with clang...
2018-07-16 Wouter van... Missing Lua generated files
2018-07-16 Wouter van... Renamed Verifier methods
2018-07-16 Wouter van... Dart generated code changes
2018-07-16 shassaniflatbuffer force-empty option (#4822)
2018-07-16 Wouter van... Updated fuzzer scripts
2018-07-16 Wouter van... Fixed assert in ParseSingleValue (found by fuzzer)
2018-07-16 Wouter van... C++ verifier now primarily uses offsets instead of...
2018-07-16 xgdgsc:memo: release mode in building doc (#4819)
2018-07-16 Damien PontifexConvert net/FlatBuffers project to be compatible with...
2018-07-15 Brian Atkinson[Go] Force a single, early bounds check on read and...
2018-07-15 Brian Atkinson[Go] Unroll WriteUint64 and WriteInt64.
2018-07-06 Wouter van... Fixed Uint() method actually storing a signed int.
2018-07-05 Derek BaileyLua (5.3) Language addition (#4804)
2018-07-05 Vladimir GlavnyyIssue #4799 fixed. Generator for KeyCompareWithValue...
2018-07-03 Woody GuoDart: Add missing imports (#4803)
2018-07-02 shassaniHelper function to get empty string on nullptr (#4800)
2018-06-28 Woody GuoDart: Fix default values (#4795)
2018-06-27 Kapil SharmaGo GRPC generator Updates - Fixes #4787 (#4797)
2018-06-27 Paul ReimerAdd --force-defaults option to flatc [C++, parser]...
2018-06-25 Wouter van... Added setup.cfg to default to python 2/3 wheels for...
2018-06-25 Polynomdivisiondocs: fix flatc instructions (#4794)
2018-06-25 Wouter van... Fixed documentation comments at the start of a file.
2018-06-25 Wouter van... Fixed empty structs generating bad constructor.
2018-06-21 Shivendra AgarwalComment update for ForceDefaults. (#4788)
2018-06-18 Shivendra AgarwalCreateUnitializedVectorOfStructs and tests (#4781)
2018-06-14 Wouter van... Protected parser against infinite recursion.
2018-06-14 Wouter van... Fixed ASan array out of bounds.
2018-06-14 zejalFix misaligned nested buffers (#4785)
2018-06-12 Kamil RojewskiFixed TypeScript links in docs (#4783)
2018-06-12 Woody GuoDart: Generate the enum from 0 if value is null and...
2018-06-08 Wouter van... Re-enable clang / os x in .travis
2018-06-08 Wouter van... Removed biicode from repo.
2018-06-08 Wouter van... Added missing Dart generated files.
2018-06-08 Michael SeifertPython: Escape enum member names if they correspond...
2018-06-07 Tin TvrtkovićPython: fix default bool value. (#4773)
2018-06-07 Wouter van... Enforcing CreateUninitializedVector is only used with...
2018-06-04 Vladimir GlavnyyMakes VectorIterator compatible with STL iterators...
2018-06-01 Vladimir GlavnyyFix a small problem with add_subdirectory(${FLATBUFFERS...
2018-05-31 Christian Helmichrenamed flexbuffers::Type enum values TYPE_ -> FBT_...
2018-05-31 Wouter van... Fixed typo in Java/C# tutorial.
2018-05-31 Wouter van... Fixed ASAN false positive.
2018-05-31 Steve Barmanadds https to landing page link so it resolves (#4757)
2018-05-31 Gautham B AFix typo in tutorial for Go (#4756)
2018-05-31 Nathan MitchellJavascript: Add suppport for ES6 style exports (#4754)
2018-05-18 Wouter van... Changed how the default allocator is handled.
2018-05-18 Vitaly BondarFix of namespace problem described in #4747 (#4752)
2018-05-18 Dan FieldAdd [Dart] support (#4676)
2018-05-18 joligarsonFix undertermined execution behavior (#4751)
2018-05-14 Tin Tvrtković[BREAKING CHANGE] Python: handle bool table fields...
2018-05-14 Kamil RojewskiVector of unions support for java and c# (#4735)
2018-05-14 Keef AragonSet Working Directory for flatc commands (#4737)
2018-05-10 Paul ReimerAdd define/ifdef blocks, alternate sprintf implementati...
2018-05-10 Paul ReimerAdd string view [C++] (#4730)
2018-05-10 Tin TvrtkovićPython: return None for missing strings. (#4733)
2018-05-10 Mike MansellRemove @Nullable (Java) for required fields (fixes...
2018-05-07 Paul ReimerAdd --root-type option to flatc [C++, parser, JSON...
2018-05-07 Wouter van... Several pom.xml files did not have their version bumped...
2018-05-03 Vladimir GlavnyyOutput JSON strings as natural UTF-8 text without escap...
2018-05-03 iceboyFix union escaping order. (#4722)
2018-05-03 iceboyDelete ByteBuffer.exe (#4721)
2018-04-30 husobeeAddition of Go FinishWithFileIdentifier (#4720)
2018-04-27 Tobias ObersteinInclude services in reflection data (fixes #4639) ...
2018-04-23 Mark HendersonAdding JS function to get the File Identifier (#4715)
2018-04-16 Vladimir GlavnyyThe asserts replaced by FLATBUFFERS_ASSERT. (#4701)
2018-04-06 Sergey AvseyevRemove unnecessary const qualifier (#4698)
2018-04-06 Vladimir GlavnyyAn user-defined attribute name validation (#4689)
2018-04-05 Paul ReimerRename MANUALLY_ALIGNED_STRUCT to add FLATBUFFERS_...
next