platform/upstream/flatbuffers.git
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
2016-09-15 Xun Liuserialize fully qualified struct & enum name in schema...
2016-09-14 Wouter van... Add a --conform-includes flag to specify include path...
2016-09-14 Wouter van... Merge pull request #4021 from mogemimi/remove-extra...
2016-09-13 mogemimiRemove extra semicolon
2016-09-12 Wouter van... Merge pull request #4020 from albertofem/feature/allow_...
2016-09-12 Alberto FernándezAllow access to underlying ByteBuffer
2016-09-10 Wouter van... Merge pull request #4004 from sahiljain/fix-3909
2016-09-09 Sahil JainReturn error when full string cannot be parsed into int
2016-09-09 Wouter van... Merge pull request #4017 from changnet/master
2016-09-09 Wouter van... Merge pull request #4010 from rgilles/master
2016-09-09 Jason SanmiyaFix Windows warnings.
2016-09-07 Wouter van... Merge pull request #3998 from aardappel/master
2016-09-06 Romain GillesUse the find -exec instead of find ... | xargs otherwis...
2016-09-06 changnetoption to build shared library,defeault off
2016-09-01 Romain GillesRemove commented line. Add a last step that remove...
2016-09-01 Wouter van... Switched C# accessors from classes to structs
2016-08-30 Romain GillesAdd remove of remaining class files before running...
next