platform/upstream/flatbuffers.git
2017-06-02 Wouter van... Added test for nested FlatBuffers functionality.
2017-06-02 AntonYudintsevrefactor flatbuffers.h and util.h so FlexBuffers do...
2017-06-02 Pavel KalinnikovTrack included files in PATH-agnostic way. (#4329)
2017-05-24 Wouter van... Fixed --keep-prefix functionality.
2017-05-24 Lawrence Chan[C++] Improve Allocator handling (#4312)
2017-05-22 Wouter van... Some code in the samples and docs still used old C...
2017-05-19 Wouter van... Standardized internal path handling on Posix separators.
2017-05-18 Kamil RojewskiFix for invalid null returns (#4318)
2017-05-18 sfarivadded check for presence of required fields. (flatc...
2017-05-16 schoetbiC#: Added <autogenerated> in cs generator file header...
2017-05-15 Wouter van... Made root test path configurable.
2017-05-15 Wouter van... Updated tutorial with a vector of structs example.
2017-05-12 Wouter van... Made codegen always output a file, even on an empty...
2017-05-12 Lawrence Chan[C++] Fix code gen indentation when empty Print (#4313)
2017-05-12 akamat-ibmAdding support for s390x (#4297)
2017-05-12 Per GrönC++/Go: Update gRPC related code to work with gRPC...
2017-05-11 Wouter van... Reverting part of PR #4286
2017-05-11 Wouter van... Removed unnecessary check for Offset in AssertScalarT()
2017-05-11 Wouter van... Added error message for union values out of range.
2017-05-10 Travis Wellmancleaning up JavaTest.sh - quote paths, and less error...
2017-05-10 Wouter van... Ensured flatc.exe is statically linked on Windows
2017-05-10 Wouter van... Clarified the semantics of the Offset type.
2017-05-10 Wouter van... Added missing js/ts generated code.
2017-05-10 Wouter van... Added --keep-prefix to not strip schema include path...
2017-05-10 Wouter van... Added more test scripts: Mono on Linux, and one for...
2017-05-10 Wouter van... Fixed LookupByKey for Java & C#
2017-05-08 水樹素子[C++] Add grpc/streaming test and fix Deserialize ...
2017-05-08 Heiko BeckerTweak fallthrough comments to get recognized by gcc7...
2017-05-04 moti[C++] Add grpc_slice_unref(slice) (#4294)
2017-05-01 Kamil RojewskiGenerating the most strict TS code possible (#4286)
2017-04-26 Wouter van... Made the verifier catch zero-offsets.
2017-04-24 Wouter van... Fixes for VS 2015 build.
2017-04-24 Wouter van... Added VS 2015 test to AppVeyor CI.
2017-04-21 Wouter van... Fix Android STLPort build.
2017-04-21 Kamil RojewskiTS tests fixes (#4265)
2017-04-20 Wouter van... Fix FlexBuffers writing incomplete length for 64-bit...
2017-04-20 Carlos SanchezAdded a clear function for purging all data that is...
2017-04-19 Dmitry ErmolovSpecify `std' namespace for remove function (#4268)
2017-04-19 Christian HelmichFixed CreateVectorOfStructs for native_type (2nd try...
2017-04-19 Per EckerdalFix minor const correctness issue (#4271)
2017-04-18 Wouter van... VS fix for ambiguous union assignment operator.
2017-04-18 Wouter van... Fixed hashed values in JSON for signed ints.
2017-04-18 Wouter van... Undo PR: make flatbuffers.js into a UMD module (#4228)
2017-04-18 Wouter van... Improved union copy constructor.
2017-04-17 Wouter van... Fixed clang needing union copy constructor.
2017-04-17 Jason Stubbs[C++] fix bounds checking on integer parsing (#4250)
2017-04-13 Wouter van... VS warning fixes.
2017-04-13 Wouter van... Added support for structs and strings in unions.
2017-04-12 schoetbiC++ fixed compile error C2678 with msvc when using...
2017-04-12 chronoxorFix Visual Studio 2017 new warning (C4244: 'argument...
2017-04-10 Kamil RojewskiTypeScript support (#4232)
2017-04-08 Iain van der... make flatbuffers.js into a UMD module (#4228)
2017-03-30 moti[C++]Use noexcept in union type move ctor/Add move...
2017-03-29 Wouter van... Suppress warning in Flatbuffer VS2010 builds.
2017-03-29 Wouter van... Update StackOverflow links to have relevant queries.
2017-03-29 Wouter van... Updated .gitignore for C#
2017-03-29 Wouter van... Fix flatc code gen.
2017-03-29 Wouter van... Added missing generated code for C#
2017-03-29 Spencer BenchC#: Fixed possible conflicts between usings and user...
2017-03-29 tianyapiaoziSupport binary search for struct in cpp (#4245)
2017-03-28 Wouter van... Add a VectorCast function that safely casts from
2017-03-28 Wouter van... Fixing closure compile compatibility when --gen-mutable...
2017-03-27 Jesper Stemann... Fixed building and warnings on Arduino (16 bit platform...
2017-03-21 Lawrence ChanC++: Add default value handling to mutation/SetField...
2017-03-20 Flier Luadd command line argument for go namespace (#4222)
2017-03-20 Alexander GallegoAdd arbitrary string type to the native object API...
2017-03-18 Jun Hyeon, NamC++: add String::str() function (#4234)
2017-03-18 Jun Hyeon, Namfixed duplicate symbol error in flexbuffers.h (#4233)
2017-03-16 Flier LuGO: add _ postfix to identiy conflict golang keyword...
2017-03-15 Aaron Hudonfixed flag for javascript (#4223)
2017-03-15 Koichi Shiraishitests: update monster_test.bfbs binary file with genera...
2017-03-15 Koichi Shiraishisample: update auto-generated monster_generated.h ...
2017-03-13 Alexander TheißenPrevent flatbuffers::Vector and flatbuffers::VectorOfAn...
2017-03-10 chronoxorPedantic Visual Studio build (/W4 /WX) (#4214)
2017-03-10 Louis-Paul... NoError was returning on DoParse method when file was...
2017-03-08 chronoxorVS2015 warning "conditional expression is constant...
2017-03-08 Dale Lukas... Fix broken symlink to CONTRIBUTING.md (#4212)
2017-03-08 Christian Helmichfixed path being ignored in GenerateCppGRPC (#4207)
2017-03-08 Hadriel KaplanAdd a backwards-compatible version of VerifyBuffer...
2017-03-03 Zarian WaheedFixing broken link and added missing <map> header inclu...
2017-03-03 xiaohaoliangoptimization of FlatBufferBuilder::CreateVector() ...
2017-02-28 RamanFixed problem with uint keys (#4172)
2017-02-26 Louis-Paul... C++ generator: Pre-allocating std::vector in UnPack...
2017-02-26 Andrei LebedevFixed move constructor in generated union class (#4192)
2017-02-26 Andrei LebedevRemove libc++ and c++abi requirement on Linux with...
2017-02-26 Kameihamore safer (#4186)
2017-02-26 Franken[C++] Additional accessors for fields of union types...
2017-02-20 litianzhaofix #4180: Long.prototype.toFloat64() overflow (#4182)
2017-02-16 Wouter van... Temporarily disabled VS2010 warning 4512.
2017-02-16 Wouter van... Fixed VS x64 warnings in flexbuffers.h
2017-02-15 Wouter van... Removed spurious "aa" from flatc usage message.
2017-02-15 Wouter van... Updated version numbers to 1.6 v1.6.0
2017-02-15 Sahil JainRound vector_downward initial size up (#4179)
2017-02-14 Wouter van... Added doc comments to the binary schema.
2017-02-13 Wouter van... Fixed sorting assertion with some std::sort implementat...
2017-02-10 Shintaro AbeJS: add package.json to publish the npm pacakge (#4166)
2017-02-10 Wouter van... Added missing generated code.
2017-02-10 Wouter van... Added --prefix-include option for generated includes.
2017-02-10 水樹素子Add move constructor to generated union class. (#4167)
2017-02-10 sjoblom65Error C2668: 'Service::Version2::CreateServiceValues...
next