When Java raises a CharacterCodingException, the catch block rethrows this exception as a java.lang.Error. Per the docs https://docs.oracle.com/javase/8/docs/api/java/lang/Error.html an Error is a serious problem that applications should not attempt to catch such as ThreadDeath. In this case, it is reasonable for a consumer to try to catch this error as it likely indicates a problem with the underlying data. (#4630) |
|
More...
|
almost 7 years ago
|
added support for parsing hash on vector elements (#4502) |
|
More...
|
almost 7 years ago
|
Add new c++ helpers to ease usage of size prefixed FlatBuffers (#4626) |
|
More...
|
almost 7 years ago
|
[C++] better type mismatch error (#4623) |
|
More...
|
almost 7 years ago
|
C++: mini_reflect: Add DefaultTypeTable (#4614) |
|
More...
|
almost 7 years ago
|
Support version compatibility checks via find_package command (#4625) |
|
More...
|
almost 7 years ago
|
Fix for aligned new for gcc >= 7.1 (#4621) |
|
More...
|
about 7 years ago
|
Fix vector_data failure under debug (#4606) |
|
More...
|
about 7 years ago
|
Misc fixes from internal integration / clang tidy. |
|
More...
|
about 7 years ago
|
Fix compiler errors in parser (#4612) |
|
More...
|
about 7 years ago
|
Add initial Bazel WORKSPACE and BUILD (#4608) |
|
More...
|
about 7 years ago
|
Cleaned up & fixed buffer alignment handling. |
|
More...
|
about 7 years ago
|
Made doubles output with higher precision in JSON and elsewhere. |
|
More...
|
about 7 years ago
|
Removed truncating of enum vals to int in ReverseLookup. |
|
More...
|
about 7 years ago
|
Fix the spell mistake (#4599) |
|
More...
|
about 7 years ago
|
Fixed native_include not requiring a ; terminator. |
|
More...
|
about 7 years ago
|
New error: declaring an enum field without a default in range of the enum. |
|
More...
|
about 7 years ago
|
Disallow defaults on structs. |
|
More...
|
about 7 years ago
|
Removed date/time from generated code, causing commit polution. |
|
More...
|
about 7 years ago
|
Added missing generated code. |
|
More...
|
about 7 years ago
|
Removed internal variable with name "data" inside a generated method _nested_root(). Local variable with name "data" violates [-Werror=shadow]. (#4587) |
|
More...
|
about 7 years ago
|
Use CreateVectorOfStructs when creating a vector of structs. |
|
More...
|
about 7 years ago
|
Author: Daniel Lin <[email protected]> (#4595) |
|
More...
|
about 7 years ago
|
Cleaned up FlatBufferBuilder clearing. |
|
More...
|
about 7 years ago
|
#4522 Conan package support (#4590) |
|
More...
|
about 7 years ago
|
Add char * overload for FlatBufferBuilder::CreateString() (#4583) |
|
More...
|
about 7 years ago
|
Portable range check for *cursor_ value. (#4582) |
|
More...
|
about 7 years ago
|
GenerateText generate a text string for default identifier of enum and float scalar. An enum identifier printed as the strictly quoted string. (#4527) |
|
More...
|
about 7 years ago
|
Remove unused declarations (#4578) |
|
More...
|
about 7 years ago
|
Update URL (#4576) |
|
More...
|
about 7 years ago
|