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
Jan Tattermusch
efb7784880
update codegen to generate parameterless constructor for clients
9 years ago
Jan Tattermusch
b455bcc301
add host field support to CallInvoker
9 years ago
Jan Tattermusch
055c2dd5fc
generate only one Client class instead of abstract & concrete
9 years ago
Jan Tattermusch
8cd4ae9912
generate client-side base class
9 years ago
Jan Tattermusch
10a002d7e3
generate serverside base class for C#
9 years ago
Craig Tiller
6169d5f7b0
Update copyrights
9 years ago
Leifur Halldor Asgeirsson
798eeda24e
python 2/3 compatible abstract servicers/stubs
9 years ago
Nicolas "Pixel" Noble
f7b1d74bf8
Fixing (c)s.
9 years ago
Nicolas "Pixel" Noble
1ba1f63a03
Factorizing code out.
9 years ago
murgatroid99
7d69ea63c8
Minor change to node generator, and add a folder
9 years ago
murgatroid99
d2ee81fcd4
Created a Node grpc plugin
9 years ago
yang-g
e39cb740ca
Add a dummy reference to prevent unused variable warning if there is no rpc method defined.
9 years ago
Alistair Veitch
75d5c0f024
post merge
9 years ago
David Garcia Quintas
6bd7b97dc6
DONE!!1one
9 years ago
David Garcia Quintas
6a48405ed0
pre sync_stream.cc creation. Does not compile
9 years ago
David Garcia Quintas
ddcb53a9de
made codegen targets in build.yaml
9 years ago