Made Vector have a size() function, to make it more STL-alike. |
|
More...
|
over 10 years ago
|
Changed hard-coded constant in JavaTest to enum value. |
|
More...
|
over 10 years ago
|
Made "field set more than once" check in JSON parser faster. |
|
More...
|
over 10 years ago
|
Fixed possible alignment issue in Go |
|
More...
|
over 10 years ago
|
Fixed missing <functional> header (VS). |
|
More...
|
over 10 years ago
|
Made sure GetRootAs..() functions are generated for all Java tables. |
|
More...
|
over 10 years ago
|
Setting a field twice in a JSON object now gives error. |
|
More...
|
over 10 years ago
|
Fixed flatc silently accepting non-scalars as default values. |
|
More...
|
over 10 years ago
|
Fixed C++ codegen ignoring multiple padding scalars per field. |
|
More...
|
over 10 years ago
|
Made reading read-only ByteBuffers work. |
|
More...
|
over 10 years ago
|
Fixed compiler warning for int to char conversion. |
|
More...
|
over 10 years ago
|
Fixed compile errors in VS / gcc for recent commits. |
|
More...
|
over 10 years ago
|
Improved the verifier to be even more resilient. |
|
More...
|
over 10 years ago
|
Prefixing of enum value identifiers in C++ is now optional. |
|
More...
|
over 10 years ago
|
flatc now outputs the filename with error messages. |
|
More...
|
over 10 years ago
|
The list of enum values is now allowed to end in a comma. |
|
More...
|
over 10 years ago
|
Checking for clashes between field names and generated field names. |
|
More...
|
over 10 years ago
|
flatc now creates the output directory if it doesn't exist yet. |
|
More...
|
over 10 years ago
|
Support all JSON escape codes (including \u) for parsing & text gen. |
|
More...
|
over 10 years ago
|
Fixed warnings for unused variables in Visual Studio. |
|
More...
|
over 10 years ago
|
Referring to types from other namespaces in C++ now works correctly. |
|
More...
|
over 10 years ago
|
Schemas now support include files. |
|
More...
|
over 10 years ago
|
Fixed "unused private field" warning for clang. |
|
More...
|
over 10 years ago
|
Clarified a documentation statement about circular references. |
|
More...
|
over 10 years ago
|
Fixed possible alignment issue in Java |
|
More...
|
over 10 years ago
|
Made the assert in the verifier optional |
|
More...
|
over 10 years ago
|
Parser now allows empty tables in JSON |
|
More...
|
over 10 years ago
|
Fixed compile warning related to file identification feature. |
|
More...
|
over 10 years ago
|
Fixed bugs that could cause struct values not to be stored or misaligned |
|
More...
|
over 10 years ago
|
Fix vector of strings for Java |
|
More...
|
over 10 years ago
|