Vijay Pai
84e763f10a
Experimental C++ server callback unary API
6 years ago
Muxi Yan
6d8340847c
Name changes in compiler
6 years ago
Muxi Yan
5e790a3117
Proto-related changes
6 years ago
Vijay Pai
da1b75b5d5
Add a virtual destructor to the new class with virtual methods
6 years ago
Vijay Pai
aee8271fe3
Fix a Status, and resolve reviewer comments
6 years ago
Vijay Pai
1cd9aacab7
Add codegen support for client callback unary calls
6 years ago
Nick Gordon
3fe2c98877
Updates to the ruby generator for protobuf 3.6.0 changes
...
test for verifying the ruby_package option
added WeWork to the AUTHORS file
6 years ago
ncteisen
a0a59537d2
s/CodegenGeneric/Raw/g
7 years ago
ncteisen
93a90e6132
Support codegen generic on server side
7 years ago
Jan Tattermusch
c70c2b4ede
C# codegen: use fully qualified name in __Marshaller_* fields
7 years ago
Jan Tattermusch
6ad0107751
only generate namespace block when appropriate
7 years ago
Juanli Shen
5a412ac113
Revert "Revert "Revert "Provide protocol for initializer of generated messages"""
7 years ago
Jan Tattermusch
57139d1eef
fix C# codegen for empty service
7 years ago
Juanli Shen
10a8c16f24
Revert "Revert "Revert "Provide protocol for initializer of generated messages"""
7 years ago
Muxi Yan
f5d869a2b3
clang-format
7 years ago
Muxi Yan
7f6858ce61
Fix generater
7 years ago
Muxi Yan
77933b1897
clang-format
7 years ago
Muxi Yan
dcb05c16c6
Fix generater
7 years ago
Muxi Yan
e6d6a1b978
Revert "Revert "Provide protocol for initializer of generated messages""
7 years ago
Muxi Yan
219354fb5a
Revert "Provide protocol for initializer of generated messages"
7 years ago
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
Ben Sykes
423ae6d013
Switch to Buffer.from to avoid using deprecated constructor
7 years ago
Muxi Yan
bf0b8798d6
Provide protocol for generics
7 years ago
Muxi Yan
19ca19beed
Fix indent
7 years ago
Muxi Yan
3b33409e66
clang format
7 years ago
Muxi Yan
7f5dcc9c1a
Add missing '+'
7 years ago
Daniel Neighman
8b7007ad7b
Updates the ruby generator RubyAsType to correctly account for underscores in packages
...
Prior to this change, when the ruby generator tried to reference an entity that was not part of the same package
(or a direct parent package) and the package contains underscores,
the result would simply uppercase the first character.
It should however uppercase each letter that proceeds an underscore and remove underscores.
i.e.
```
package my_package.service;
import "my_package/data.proto";
service MyService {
rpc Test (data.Request) returns data.Response {}
}
```
Was
```ruby
# ...
rpc :Test, My_package::Data::REquest, My_package::Data::Response
# ...
```
Should be:
```ruby
# ...
rpc :Test, MyPackage::Data::REquest, My_package::Data::Response
# ...
```
7 years ago
Tyson Roberts
8827bc91eb
Changes \#if forward_declare <forward_decl> \#else <class_imports> \#end in .h files to <forward_decl> \#if <class_imports>
7 years ago
ZhouyihaiDing
39a4746ca6
update php plugin with protobuf 3.5.0
7 years ago
Muxi Yan
3d35c54620
Run clang-format
7 years ago
Muxi Yan
a7ad717d0a
Fix a typo in PreprocIfNotElse
7 years ago
Tyson Roberts
eadb7012d6
Moves import utilities to objective_c_generator_helpers
7 years ago
Jan Tattermusch
43c58ccedb
explicit naming of types in generated code
7 years ago
Tyson Roberts
70b2bfbcee
Moved statics
7 years ago
Tyson Roberts
e0b6f004f6
Updates #if generation to allow for explicit define() checking
7 years ago
Tyson Roberts
af8702f00a
Updates #if generation to allow for explicit define() checking
7 years ago
Tyson Roberts
87c4001006
Updates Objective-C Generation to allow for ommission of the generated @interface and @implementation
7 years ago
Tyson Roberts
8ff667855f
Updates Objective-C Generation to allow for ommission of the generated @interface and @implementation
7 years ago
Muxi Yan
0e00c43082
Move headers from grpc++ to grpcpp
7 years ago
yang-g
48cb025ec7
Add hooks so that code generator can inject headers to grpc.pb.h file
7 years ago
yang-g
eb64fadfce
Provide a way to use custom search path for gmock.h
7 years ago
Ken Payson
096e3c34b7
Fix unused parameter warning in cpp codegen
7 years ago
Jan Tattermusch
96d5eb5eb4
use auto-generated header for C# plugin
7 years ago
Muxi Yan
38fcd0c6c3
clang-format
7 years ago
Mehrdad Afshari
d49e100354
clang-format code
7 years ago
Vijay Pai
c04f4f16cd
Revert "Revert "Do not interpolate variables in leading comments.""
7 years ago
David G. Quintas
333dd3e1ad
Revert "Do not interpolate variables in leading comments."
7 years ago
Muxi Yan
9b74848676
forward declare pbobjc.h
7 years ago
Vijay Pai
4fdb08ad62
Revert "Restructure plugin builds to avoid building more than needed"
7 years ago