c++ Tutorial fix (#4494) |
|
More...
|
about 7 years ago
|
Remove copy constructor to make flatbuffers struct trivially copyable… (#4476) |
|
More...
|
about 7 years ago
|
tutorial docs (#4492) |
|
More...
|
about 7 years ago
|
Fix valid params limit exceeded for generated table constructor (#4490) |
|
More...
|
about 7 years ago
|
Made stl_emulation.h usable by itself. |
|
More...
|
over 7 years ago
|
Specify ABI version for shared library (#4479) |
|
More...
|
over 7 years ago
|
Use CMake install directories instead of hardcoded (#4481) |
|
More...
|
over 7 years ago
|
Text files should not have executable bit set (#4480) |
|
More...
|
over 7 years ago
|
Link grpctest with libgrpc_unsecure explicitly (#4474) |
|
More...
|
over 7 years ago
|
Updated pom.xml to be able to deploy to Maven central. |
|
More...
|
over 7 years ago
|
Added missing EndTable() call to VerifyObject() (#4468) |
|
More...
|
over 7 years ago
|
Changed how vector_data works. (#4467) |
|
More...
|
over 7 years ago
|
Fixed CMake build issue when building with Clang. (#4465) |
|
More...
|
over 7 years ago
|
Nullable java (#4455) |
|
More...
|
over 7 years ago
|
Merge pull request #4459 from stewartmiles/master |
|
More...
|
over 7 years ago
|
Fixed Android build failure caused by use of C++11 limits. |
|
More...
|
over 7 years ago
|
Report a build failure when any Android build fails. |
|
More...
|
over 7 years ago
|
Merge pull request #4458 from a-maurice/master |
|
More...
|
over 7 years ago
|
Use flatbuffer unique_ptr instead of std's. |
|
More...
|
over 7 years ago
|
Add new flatbuffer_go_library to generate Go library for flatbuffers |
|
More...
|
over 7 years ago
|
Spelling error in C# and Java documentation (#4454) |
|
More...
|
over 7 years ago
|
_Nullable cpp interface (#4451) |
|
More...
|
over 7 years ago
|
[C++] Add explicit keyword on generated constructors for Builder structs (#4452) |
|
More...
|
over 7 years ago
|
Python: CreateByteVector function in builder. (#4453) |
|
More...
|
over 7 years ago
|
Fix issue #4389, if field is ommitted the return type is the same for… (#4444) |
|
More...
|
over 7 years ago
|
Improved .proto conversion. |
|
More...
|
over 7 years ago
|
Add template version for As method. (#4443) |
|
More...
|
over 7 years ago
|
Fixed TypeTable function not being inline. |
|
More...
|
over 7 years ago
|
Made the parser not have any hard-coded keywords. |
|
More...
|
over 7 years ago
|
Add constant accessors to C++ unions (#4433) |
|
More...
|
over 7 years ago
|