Added support for imports and many other .proto features.
authorWouter van Oortmerssen <wvo@google.com>
Tue, 6 Oct 2015 00:39:08 +0000 (17:39 -0700)
committerWouter van Oortmerssen <wvo@google.com>
Tue, 13 Oct 2015 21:01:55 +0000 (14:01 -0700)
commit94680f5483593b1a48c79b516d153fd432b3f2e8
tree09dd61ca4adcf36f3867ee278b6179d96dba723f
parentb4db88808f5c1f8f36d2f67952c8b7b3022e28ea
Added support for imports and many other .proto features.

Change-Id: I6600021b7ec8c486794349511232c3e604421c5b
Tested: on Linux.
15 files changed:
docs/html/md__compiler.html
docs/source/Compiler.md
include/flatbuffers/idl.h
src/idl_gen_cpp.cpp
src/idl_gen_fbs.cpp
src/idl_parser.cpp
tests/MyGame/Example/Monster.java
tests/MyGame/Example/Stat.java
tests/MyGame/Example/Test.java
tests/MyGame/Example/TestSimpleTableWithEnum.java
tests/MyGame/Example/Vec3.java
tests/prototest/imported.proto [new file with mode: 0644]
tests/prototest/test.golden
tests/prototest/test.proto
tests/test.cpp