platform/upstream/flatbuffers.git
2018-10-08 cor3ntinAdd missing const on Reference::As<> (#4975)
2018-10-08 Stewart MilesDisable armeabi builds for Android and re-enable CI...
2018-10-04 Taj MortonIn Javascript, generate bidirectional mappings for...
2018-10-04 Vladimir GlavnyyFix recursion counter check. Add control to override...
2018-10-03 Wouter van... Bumped version to 1.10.1 for all languages. v1.10.0
2018-10-03 Wouter van... Updated TestAll.sh with Rust.
2018-10-03 Jason NeufeldAdds __reset method to Struct and Table (#4966)
2018-10-03 Vladimir GlavnyyAssert tests on the first failure. (#4952)
2018-10-03 kostya-shUse standard header for generated Go files (#4961)
2018-10-01 Taj MortonAllow tables that are entirely composed of native inlin...
2018-10-01 Sumant TambeTurn on gRPC tests in travis build (#4955)
2018-10-01 Vladimir GlavnyyParser error message reports both the line number and...
2018-09-29 Matt MastracciRemove lifetime specifier on table getter methods ...
2018-09-28 kzviloosen lifetimes in type signature of Table::get (...
2018-09-27 Shivendra AgarwalAdd more apis to query vector types from a reference...
2018-09-27 Vladimir GlavnyyAdd missed defined(clang) and fix the wrong placement...
2018-09-27 kzvidon't return Option from required table field accessors...
2018-09-26 jean-airoldierust: Fixed MakeCamelCase (#4932) (#4936)
2018-09-24 Sumant TambeAdd FlatBufferBuilder move semantics tests to the main...
2018-09-24 Michael EdwardsToStringVisitor settings to allow pretty formatted...
2018-09-21 ThomasAdd compare operator to code generated for c++ (#4940)
2018-09-21 Wouter van... Updated readme.md
2018-09-21 Wouter van... Changed JS/TS codegen to use stable non-compiler depend...
2018-09-21 Wouter van... Added missing Dart codegen files.
2018-09-20 Christopher... [C#] Fix compile issue when compiling with older versio...
2018-09-12 RobertAdd Rust to Appveyor config. (#4928)
2018-09-06 Enrico OlivelliAdd ByteBufferFactory#releaseByteBuffer (#4914)
2018-09-06 Robertrust: more builder lifetimes predicates (#4923)
2018-09-05 Robertrust: more builder lifetimes logic (#4917)
2018-09-04 Onur Karamanfix rust flatbuffers create_vector docs (#4913)
2018-09-04 Robertrust generator: fix builder lifetime switch (#4912)
2018-09-04 Robertrust generator: fix enum member comments (#4911)
2018-09-04 Robertreadme.md: add Rust as a supported language
2018-09-04 RobertUpdate Cargo.toml for Crates.io package
2018-09-04 Robertdelete and ignore Cargo.lock files (#4906)
2018-09-04 Chris HolcombeFix extern crate in root namespace (#4905)
2018-09-04 RobertRust: Add basic crate-level documentation
2018-09-04 RobertUpdate Rust runtime crate version for publishing
2018-09-03 RobertPort FlatBuffers to Rust (#4898)
2018-08-30 Sumant TambeAdd move semantics to MessageBuilder, FlatBufferBuilder...
2018-08-24 Gabriel NütziDetachedBuffer cannot be rewrapped (#4885)
2018-08-23 Christopher... C# support for directly reading and writting to memory...
2018-08-23 Derek BaileyUpdated preprocessor check for template aliases. (...
2018-08-20 Derek BaileyMono Fix for Unsafe Mode (#4887)
2018-08-20 Wouter van... Revert "Performance Increase of Vector of Structures...
2018-08-20 Wouter van... Added missing dart/ts test changes.
2018-08-16 Andy MartinAdd C#/Java generator behaviour for 'private' attribute...
2018-08-16 Uilian RiesConan build packages on CI (#4590) (#4594)
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]...
next