platform/upstream/flatbuffers.git
2018-10-24 csmoeclean up unnecessary outer rust gen-snippet (#5013)
2018-10-22 Felix HanleyUse stdlib context in generated Go files (#4904)
2018-10-22 Doug MuirMake alignment checking optional. (#5011)
2018-10-22 Frank Benksteinmake flatbuffers::IsFieldPresent safer (#4988)
2018-10-22 Vladimir GlavnyyAdd fuzzer test for scalar numbers in json. (#4996)
2018-10-22 Frank BenksteinCI check generate code (#4998)
2018-10-18 Frank Benksteinforbid enum values that are out of range (#4977)
2018-10-18 Sumant TambeEfficient Conversion of a FlatBufferBuilder to a Messag...
2018-10-16 Felix Frank[Python] Fast serialization of numpy vectors (#4829)
2018-10-15 kostya-shGo - Use Go bool type for bool fields (#4962)
2018-10-15 Frank Benksteindisallow c style casts (#4981)
2018-10-15 Frank Benksteindon't use std::function in flatbuffers::Parser (#4995)
2018-10-15 iceboyadd :runtime_cc target (#4994)
2018-10-11 Frank Benksteinfix missing newline in flatc help message (#4992)
2018-10-11 Frank Benksteinfix #4974 (#4989)
2018-10-11 Vladimir GlavnyyRefactoring of idl_parser (#4948)
2018-10-11 Frank Benksteinbetter output on TestError (#4979)
2018-10-08 Rikard LundmarkAdd @javax.annotation.Generated to generated flatbuffer...
2018-10-08 Frank Benksteindon't crash when calling EnumNameXXX on sparse enum...
2018-10-08 Michael EdwardsFix expected type of enum values in reflection tables...
2018-10-08 kostya-shUse enum types in generated read/mutate methods for...
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...
next