Skip to content

Commit

Permalink
grpc bindings generator for Java and a few minor supporting changes i… (
Browse files Browse the repository at this point in the history
#4553)

* grpc bindings generator for Java and a few minor supporting changes in improvements

* restored formatting before my previous changes for ease of review

* Fixed grpc java code generation bug resulting in duplicate extractor declarations in case the same is used in more than a single RPC method
  • Loading branch information
yfinkelstein authored and aardappel committed Dec 21, 2017
1 parent 61f4a46 commit 8518b3f
Show file tree
Hide file tree
Showing 8 changed files with 1,288 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ set(FlatBuffers_Compiler_SRCS
grpc/src/compiler/cpp_generator.cc
grpc/src/compiler/go_generator.h
grpc/src/compiler/go_generator.cc
grpc/src/compiler/java_generator.h
grpc/src/compiler/java_generator.cc
)

set(FlatHash_SRCS
Expand Down

0 comments on commit 8518b3f

Please sign in to comment.