vjpai
34edfc3ad7
Switch name to fc_unary
9 years ago
vjpai
7142a91fc9
Fix up service types and method handlers so that FC unary can work properly.
9 years ago
Jan Tattermusch
bfcd6b627e
generate comments for C# client constructors
9 years ago
vjpai
ba6597f297
Actually generate code for FC Unary and make it work
9 years ago
Jan Tattermusch
edfebc909a
dont generate NewClient method for C# services
9 years ago
vjpai
726561ed06
Initial definition of flow-controlled unary type along with code generation for this type
9 years ago
murgatroid99
20e5d9eb0a
Update Node plugin to handle well known type changes
9 years ago
Nathaniel Manista
4547940d06
Python GA code generation
9 years ago
Vijay Pai
ce350a5925
override->GRPC_OVERRIDE
...
Remove range-based fors
9 years ago
Makarand Dharmapurikar
857495ae44
fix for #6834
...
Removed constants kPackageName and kServiceName so multiple services
can be defined in one proto.
9 years ago
Makarand Dharmapurikar
cb79b29ac5
fix for issue 6344. added printing of .proto file comments in generated code.
9 years ago
Makarand Dharmapurikar
4f11ab1ffd
addressed feedback.
9 years ago
Makarand Dharmapurikar
6f9501098e
fix for issue 5548. Deprecated old classes and created subclasses.
9 years ago
Jan Tattermusch
fcc8d971ff
get rid of deprecated server and client interface
9 years ago
Jan Tattermusch
562cd05bc9
update C# codegen and regenerate
9 years ago
yang-g
17487f9a22
Make grpc++ independent of protobuf
9 years ago
Yuchen Zeng
3623dc5cdd
Move protobuf dependencies to config_protobuf.h
9 years ago
murgatroid99
b39ad701ea
Added comments to ruby code generation
9 years ago
murgatroid99
210f3c4b8e
Added comments to node generation, also refactored some plugin code
9 years ago
Ken Payson
be187b08c6
Format changes to python protoc generation
9 years ago
Kirill Katsnelson
0ddf46f10e
Fully qualify System.Threading.Tasks.Task
9 years ago
yang-g
b0de7163ad
Add proto comments to generated _pb2.py files
9 years ago
murgatroid99
dedae79cd4
Finished ruby generator change
9 years ago
murgatroid99
6a45e93407
Made ruby plugin support empty package names
9 years ago
Jan Tattermusch
59c20edc3b
add comments from .proto file to generated C# files
9 years ago
Masood Malekghassemi
832ae81b21
Allow additive changes to protos w/o forcing user implementation
9 years ago
David Garcia Quintas
1b2db6333d
Moved protos out of core_codegen interface
9 years ago
Benjamin Herzog
1843ccb226
Use static const strings
9 years ago
Jan Tattermusch
4e0f73cddb
add internal_access option for C# codegen
9 years ago
Jan Tattermusch
5f8872f899
introduce c# generator options
9 years ago
Jan Tattermusch
a967ee567e
support custom parsegeneratorparameter
9 years ago
Jan Tattermusch
44f7c54847
params for generating only client/server
9 years ago
Wouter van Oortmerssen
b695b9b035
Some additional fixes to make the C++ codegen not depend on protobuf.
9 years ago
yang-g
57d1e08268
resolve comments
9 years ago
Jan Tattermusch
cc8a4b384c
disable warnings for use of our own obsolete interfaces
9 years ago
Benjamin Herzog
ee6de9365b
Move nonnull begin to correct position
9 years ago
yang-g
c3e1f63683
Add comments
9 years ago
yang-g
6ba96de4fd
make prefix configurable
9 years ago
yang-g
d8887c061c
Fix compilation error.
9 years ago
yang-g
25df28ef75
resolve comments
9 years ago
murgatroid99
18997430dd
Use math test to test generated code
9 years ago
murgatroid99
f8d7747ddd
Fixed minor bug with Node generator
9 years ago
Benjamin Herzog
208795c0fe
Added nullability to service declaration in objc
9 years ago
yang-g
2e08941a37
Use the comments before syntax line as file comments.
9 years ago
yang-g
b01e013e9f
fix compiler warning
9 years ago
yang-g
9efec8eaad
Add comments to the generated header file
9 years ago
Wouter van Oortmerssen
af09a73571
Refactored C++ code generator to not directly depend on protobuf.
...
This opens the door for other serializers (such as e.g. FlatBuffers)
to share this code generator when using GRPC.
9 years ago
Jun Mukai
cac9ba4f22
ruby: Use fully-qualified type name when necessary
...
- Use full_name() instead of name(), otherwise package names
are omitted.
- Fix a minor bug on RubyTypeOf(), to replace dotted protobuf
package name by ruby's module names correctly.
9 years ago
Jan Tattermusch
5a4e1e30eb
make client side interface obsolete
9 years ago
Jan Tattermusch
2f0a837819
introduce concept of opaque client base configuration
9 years ago