platform/upstream/flatbuffers.git
2017-02-01 Wouter van... JSON parser wasn't handling ulong values correctly.
2017-02-01 Benjamin LermanAdd utility method to build a vector of struct in-place...
2017-01-30 Wouter van... Remove max_message_size arg, which is not passed to...
2017-01-30 Wouter van... A bug fix to the union vector feature in FlatBuffers.
2017-01-27 Wouter van... Merge branch 'master' of https://github.com/google...
2017-01-27 Wouter van... Added tracking of order of types declared.
2017-01-27 Wouter van... Some small speed optimizations to the core copying...
2017-01-27 RobertMerge pull request #4146 from zchee/go-test-fix_struct
2017-01-25 Wouter van... Fix unused variable build warning on Mac.
2017-01-25 Wouter van... Moved union vector test to file dependent section.
2017-01-25 Wouter van... Allow the flatbuffer compiler (flatc) to be built as...
2017-01-25 gbeiliminor fixes to the union vector code styles (#4149)
2017-01-24 jsanmiyaMerge pull request #4148 from gbeili/vector_unions
2017-01-24 Bei LiUnion Vector
2017-01-23 Florin PățanReword comment so that code editors can mark deprecatio...
2017-01-22 Koichi Shiraishigo: fix unknown field 'UOffset' to 'Pos'
2017-01-19 Wouter van... More native code gen functionality.
2017-01-19 Wouter van... Add no-op for padding variables to prevent clang compil...
2017-01-19 Wouter van... Fix compiler warning on Visual Studio.
2017-01-18 Wouter van... Merge branch 'master' of https://github.com/google...
2017-01-18 Wouter van... Fixed unions not being parsed correctly in JSON.
2017-01-18 Georges SavoundararadjGenEnum: bit_flags: Remove useless conditions (#4141)
2017-01-14 Wouter van... Fix unused field warning in clang.
2017-01-14 Wouter van... Add CodeWriter utility class.
2017-01-11 gbeiliAdd a builder option to enable/disable vtables deduplic...
2017-01-10 Pascal S. de... Resolve Go fmt and vet warnings (#4134)
2017-01-09 Wouter van... Merge branch 'master' of https://github.com/google...
2017-01-09 Wouter van... Fixed GRPC method name generation.
2017-01-09 Mateusz PuszCold part of make_space() code moved to reallocate...
2017-01-04 Wouter van... Re-applied reverted fix, adding missing codegen files.
2017-01-04 Wouter van... Misc idl_gen_cpp cleanup
2017-01-03 Wouter van... Updated version to 1.5 v1.5.0
2017-01-03 Yonggang Lifix memory leak (#4126)
2016-12-28 CarsarSkyFix C++ gRPC test with streaming method (#4123)
2016-12-22 Wouter van... Merge branch 'master' of https://github.com/google...
2016-12-22 Wouter van... Fixed empty structs generating illegal constructor...
2016-12-22 Ankur DaveFix call to Verifier::VerifyBuffer from BufferRef ...
2016-12-22 Zarian WaheedAdded helper methods to access struct through reflectio...
2016-12-22 Wouter van... Fixed more Windows build errors.
2016-12-22 Wouter van... Fixed Windows compiler warning.
2016-12-21 wvoGo related style fixes.
2016-12-20 Wouter van... Fixed Windows build errors.
2016-12-20 Wouter van... Added missing generated code from previous commits.
2016-12-20 Wouter van... Merge branch 'master' of https://github.com/google...
2016-12-20 Wouter van... Merge "Documentation improvements: style guide & guide...
2016-12-20 Wouter van... Documentation improvements: style guide & guide lines.
2016-12-19 Wouter van... Add default values (if they exist) to native tables.
2016-12-19 Wouter van... Add ::Set function to Unions to make memory ownership...
2016-12-16 Zarian WaheedChanges for verifying a buffer dynamically using reflec...
2016-12-16 krupnovrandom access iterator for vector added (#4119)
2016-12-14 Wouter van... Fixed JS outputting helper for Int64Array.
2016-12-14 Wouter van... Made GRPC generator missing into a warning.
2016-12-13 Wouter van... Improving AppVeyor CI with other languages.
2016-12-12 Ricardo Quesadaadd weapon + equipment to json example (#4114)
2016-12-09 RobertMerge pull request #4112 from manolama/tweaks
2016-12-09 ManolamaRestore the ''import "unsafe'' removed in 36daedf35fd0c...
2016-12-07 RobertCreate basic issue template (#4107)
2016-12-07 RobertMerge pull request #3791 from mmastrac/master
2016-12-07 RobertMerge pull request #3977 from gonzaloserrano/feature...
2016-12-05 Ronak JainSupport for Golang GRPC (Experimental) (#4082)
2016-12-02 Wouter van... Adds typedefs and functions to help write generic code.
2016-12-02 Wouter van... Allows structs to be stored directly as member variables.
2016-11-21 Wouter van... Merge branch 'master' of https://github.com/google...
2016-11-18 The Gitter... Add Gitter badge (#4075)
2016-11-18 bensssonFixed javascript helper for typed arrays of scalars...
2016-11-16 Antoine Descamps[PHP] Use mb_detect_encoding when available (#3952)
2016-11-09 garretmcgrawMaking flatbuffers JSON parsing deal with unexpected...
2016-11-07 Michael Paulsonchore(lint) (#4079)
2016-11-07 Wouter van... Merge branch 'master' of https://github.com/google...
2016-11-07 Wouter van... Fixes to support GCC 4.4.7
2016-11-02 The Gitter... Add Gitter badge (#4075)
2016-10-26 bensssonFixed javascript helper for typed arrays of scalars...
2016-10-24 Wouter van... Change docs to not encourage use of 1 byte buffers.
2016-10-22 Wouter van... Fixed STLPort error for missing vector::data()
2016-10-21 Wouter van... Merge branch 'master' of https://github.com/google...
2016-10-21 Wouter van... Made nesting vs inline clearer in the docs.
2016-10-21 cajun-ratFix Closure Compiler warnings (#4067)
2016-10-21 Baptiste LepilleurJava: fix unsigned default value code generation and...
2016-10-19 Wouter van... Added functionality to obtain a buffer pointer from...
2016-10-17 Wouter van... Fixed lambda return value error on VS2010.
2016-10-17 Wouter van... Fixed unused variable warnings, and made sure they...
2016-10-17 Wouter van... Fixed broken traits codegen for --scoped-enums.
2016-10-17 Wouter van... Merge branch 'master' of https://github.com/google...
2016-10-17 Zhe WangAdd missing include (#4052)
2016-10-17 Wouter van... Allow other pointer types than unique_ptr for object...
2016-10-12 Wouter van... Fixed inconsistent use of namespace directory prefixing.
2016-10-12 Wouter van... Fix lambda compilation error in VS.
2016-10-12 Wouter van... Added missing generated code files.
2016-10-12 Wouter van... Merge branch 'master' of https://github.com/google...
2016-10-12 Wouter van... Clarified tutorial w.r.t reading/writing buffers.
2016-10-12 Wouter van... Added support for size prefixed buffers.
2016-10-12 Wouter van... Fixed line numbers being off in multi-line comments.
2016-10-12 Wouter van... External references for the object API thru a resolver...
2016-10-07 Baptiste Lepilleurflatc java generator: namespace_test2.fbs is missing...
2016-10-05 Andrew HundtCMake now accepts external toolchain configuration...
2016-10-03 jbrads Generate type traits for unions to map a type to the...
2016-09-21 Wouter van... Merge pull request #4025 from paszea/reflection_fqn
2016-09-19 Wouter van... Merge pull request #4027 from kimsin3003/csharp
2016-09-19 FTT\kimsinAdded IFlatbufferObject.cs file to project for .net.
2016-09-15 Jason SanmiyaMerge "Fix Windows warnings." into ub-games-master
next