Ben Sykes
86d65ce290
cleanup formatting with clang_format_code.sh
7 years ago
Ben Sykes
1de3f4ae8d
Add grpc_out option to set minimum_node_version
...
Example protoc call:
protoc --plugin=protoc-gen-grpc=grpc_node_plugin --js_out=import_style=commonjs,binary:./autogen/ --grpc_out=minimum_node_version=8:./autogen/ hello.proto
7 years ago
Muxi Yan
38fcd0c6c3
clang-format
7 years ago
Craig Tiller
baa14a975e
Update clang-format to 5.0
7 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
murgatroid99
210f3c4b8e
Added comments to node generation, also refactored some plugin code
9 years ago
murgatroid99
d2ee81fcd4
Created a Node grpc plugin
9 years ago
Yang Gao
478568e7c9
Use grpc:: counterparts in ruby code generator
10 years ago
Craig Tiller
c5ba0e56a0
Make it possible to compile with gcc4.6
10 years ago
Craig Tiller
cf133f41f8
Make it possible to compile with gcc4.6
10 years ago
Craig Tiller
190d360def
Add missing new-lines at end of file
10 years ago
Craig Tiller
0605995e55
Update copyright to 2015
10 years ago
Craig Tiller
ecd49345b5
Use clang-format-3.5
10 years ago
Nicolas "Pixel" Noble
36f5323846
Fixing includes inconsistency.
10 years ago
Nicolas Noble
f5c5d80968
Removing "using namespace std" everywhere.
10 years ago
temiola
e5206aace9
Updates the ruby generator so that it does not create files for empty protos.
...
Previously, this alway generated a service file with a header.
However, this does not work well, it means whenver the ruby service plugin is
used, every proto file ends up with a service file.
Change on 2015/01/07 by temiola <temiola@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83448951
10 years ago
temiola
5453555255
bugfix: ruby code-gen capitalization
...
Change on 2015/01/06 by temiola <temiola@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83391912
10 years ago
nnoble
ebebb7e21c
First pass at making the compilers open-sourcable.
...
Change on 2014/12/10 by nnoble <nnoble@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=81829127
10 years ago
Nicolas Noble
b7ebd3b8c6
Initial import.
10 years ago