Fixes #90 - flatc chokes on IDL files starting with a comment |
|
More...
|
over 10 years ago
|
Added fenced code blocks to the C++/Java/Go docs for syntax highlighting. |
|
More...
|
over 10 years ago
|
Added .proto parsing and convertion to .fbs. |
|
More...
|
over 10 years ago
|
Fixed bug in convenient constructors for Java/C# |
|
More...
|
over 10 years ago
|
Output multiline doc comments over multiple lines |
|
More...
|
over 10 years ago
|
Fix vector of strings for Go |
|
More...
|
over 10 years ago
|
Enums in C++ are now strongly typed. |
|
More...
|
over 10 years ago
|
Made flatc error messages look like what other compilers output. |
|
More...
|
over 10 years ago
|
Added option to flatc to generate dependent header statements. |
|
More...
|
over 10 years ago
|
Support for required fields. |
|
More...
|
over 10 years ago
|
Added convenient create functions for Java/C#. |
|
More...
|
over 10 years ago
|
Added general codegen to Xcode project. |
|
More...
|
over 10 years ago
|
Add enum name lookup method to Java/C# enums |
|
More...
|
over 10 years ago
|
Refactored the Java and C# code generators into one. |
|
More...
|
over 10 years ago
|
Added C# generator to Xcode project. |
|
More...
|
over 10 years ago
|
Prepended com.google to the Java namespace. |
|
More...
|
over 10 years ago
|
Added missing assert.h to util.h. |
|
More...
|
over 10 years ago
|
Generate headers from spec, add option for installing targets |
|
More...
|
over 10 years ago
|
The parser and flatc now allow include directories to be specified. |
|
More...
|
over 10 years ago
|
Added convenient vector from array construction for Java. |
|
More...
|
over 10 years ago
|
Added accessor in Java to get vectors as ByteBuffers. |
|
More...
|
over 10 years ago
|
Added option to disable build of tests and samples. |
|
More...
|
over 10 years ago
|
Fixed test that was incompatible with 64bit offsets. |
|
More...
|
over 10 years ago
|
Initial commit of .NET port of FlatBuffers |
|
More...
|
over 10 years ago
|
Removed the use of b.array() to support DirectBuffers. |
|
More...
|
over 10 years ago
|
Made FlatBufferBuilder.java require ByteBuffers that have an array. |
|
More...
|
over 10 years ago
|
Non-alpha-numeric characters are filtered out of include guards |
|
More...
|
over 10 years ago
|
A generated C++ function was missing "inline". |
|
More...
|
over 10 years ago
|
Fixed JSON text output not finding symbolic names for enum value 1. |
|
More...
|
over 10 years ago
|
Implemented the file identifier functionality for Java. |
|
More...
|
over 10 years ago
|