Added GRPC code generator to flatc.
authorWouter van Oortmerssen <wvo@google.com>
Thu, 14 Apr 2016 01:16:05 +0000 (18:16 -0700)
committerWouter van Oortmerssen <wvo@google.com>
Wed, 29 Jun 2016 22:51:44 +0000 (15:51 -0700)
commit48f37f9e0a04f2b60046dda7fef20a8b0ebc1a70
tree60dd1de27dd706705cc000eed5bd6941ae54ce47
parent6dff7c68f1e5f6d06b41e3dc2254a6015136168e
Added GRPC code generator to flatc.

Also added simple (in-process) test.

Change-Id: I38580d554dd52f590e3396ec4846e07546dcf07d
Tested: on Linux.
18 files changed:
CMakeLists.txt
docs/source/Compiler.md
docs/source/Schemas.md
grpc/README.md [new file with mode: 0644]
grpc/src/compiler/cpp_generator.cc [new file with mode: 0644]
grpc/src/compiler/cpp_generator.h [new file with mode: 0644]
grpc/tests/grpctest.cpp [new file with mode: 0644]
include/flatbuffers/flatbuffers.h
include/flatbuffers/grpc.h [new file with mode: 0644]
include/flatbuffers/idl.h
src/flatc.cpp
src/idl_gen_grpc.cpp [new file with mode: 0644]
src/idl_parser.cpp
tests/generate_code.bat
tests/generate_code.sh
tests/monster_test.fbs
tests/monster_test.grpc.fb.cc [new file with mode: 0644]
tests/monster_test.grpc.fb.h [new file with mode: 0644]