JSON parser wasn't handling ulong values correctly. |
|
More...
|
about 8 years ago
|
Remove max_message_size arg, which is not passed to Deserialize func. |
|
More...
|
about 8 years ago
|
A bug fix to the union vector feature in FlatBuffers. |
|
More...
|
about 8 years ago
|
Merge branch 'master' of https://github.com/google/flatbuffers |
|
More...
|
about 8 years ago
|
Added tracking of order of types declared. |
|
More...
|
about 8 years ago
|
Some small speed optimizations to the core copying functions. |
|
More...
|
about 8 years ago
|
Merge pull request #4146 from zchee/go-test-fix_struct |
|
More...
|
about 8 years ago
|
Fix unused variable build warning on Mac. |
|
More...
|
about 8 years ago
|
Moved union vector test to file dependent section. |
|
More...
|
about 8 years ago
|
Allow the flatbuffer compiler (flatc) to be built as a library. |
|
More...
|
about 8 years ago
|
minor fixes to the union vector code styles (#4149) |
|
More...
|
about 8 years ago
|
Merge pull request #4148 from gbeili/vector_unions |
|
More...
|
about 8 years ago
|
Union Vector |
|
More...
|
about 8 years ago
|
Reword comment so that code editors can mark deprecation correctly (#4147) |
|
More...
|
about 8 years ago
|
go: fix unknown field 'UOffset' to 'Pos' |
|
More...
|
about 8 years ago
|
More native code gen functionality. |
|
More...
|
about 8 years ago
|
Add no-op for padding variables to prevent clang compiler warning. |
|
More...
|
about 8 years ago
|
Fix compiler warning on Visual Studio. |
|
More...
|
about 8 years ago
|
Merge branch 'master' of https://github.com/google/flatbuffers |
|
More...
|
about 8 years ago
|
Fixed unions not being parsed correctly in JSON. |
|
More...
|
about 8 years ago
|
GenEnum: bit_flags: Remove useless conditions (#4141) |
|
More...
|
about 8 years ago
|
Fix unused field warning in clang. |
|
More...
|
about 8 years ago
|
Add CodeWriter utility class. |
|
More...
|
about 8 years ago
|
Add a builder option to enable/disable vtables deduplication. (#4132) |
|
More...
|
about 8 years ago
|
Resolve Go fmt and vet warnings (#4134) |
|
More...
|
about 8 years ago
|
Merge branch 'master' of https://github.com/google/flatbuffers |
|
More...
|
about 8 years ago
|
Fixed GRPC method name generation. |
|
More...
|
about 8 years ago
|
Cold part of make_space() code moved to reallocate member function. (#4130) |
|
More...
|
about 8 years ago
|
Re-applied reverted fix, adding missing codegen files. |
|
More...
|
about 8 years ago
|
Misc idl_gen_cpp cleanup |
|
More...
|
about 8 years ago
|