Muxi Yan
2f23be7e8c
clang-format
8 years ago
Mahak Mukhi
1383895b76
Initial commit: Auto-generate GMOCK code for client stub.
8 years ago
Muxi Yan
56369ea4a2
Support in ProtoRPC
8 years ago
Craig Tiller
d4e9a4863a
Convert all async client stream types to not allocate
8 years ago
Harsh Vardhan
d48ee255b2
Update
8 years ago
Harsh Vardhan
abf9ce25d9
Fix merge conflicts
8 years ago
Harsh Vardhan
974f3d797a
remove lang specific streaming methods
8 years ago
Harsh Vardhan
cacd5e84cd
revert to python specific code
8 years ago
Harsh Vardhan
dbd4497fa8
remove python specific code
8 years ago
Harsh Vardhan
31e74bb0f3
Update sources & headers
8 years ago
Harsh Vardhan
4b0ba1a690
clang-format
8 years ago
Harsh Vardhan
0f12cd9247
Update python_generator.cc
8 years ago
Harsh Vardhan
6a9950dc0a
Fix errors
8 years ago
Harsh Vardhan
64741b279e
Fix build issues
8 years ago
Harsh Vardhan
93077aefbc
Update Python generator files
8 years ago
Harsh Vardhan
5b8fa87282
Refactor python code generator to support other serializers
8 years ago
thinkerou
9f00073f3c
fix markdown render error
8 years ago
Nathaniel Manista
2f390dbb02
Drop unnecessary imports from _pb2_grpc.py files
8 years ago
Eric Pinzur
e718647ed0
fix the namespacing for php docs on clients
8 years ago
Craig Tiller
5845091432
[EXPERIMENTAL] allocate unary response writer against call arena
8 years ago
Jan Tattermusch
482e2d2010
prevent name clashes in C# generated code
8 years ago
Nathaniel Manista
40d55f9dac
Add import prefix to Python generator
...
This is needed by a customer with a nontraditional codebase.
8 years ago
Stanley Cheung
1a3f4a55c2
PHP: make tests runnable on both protobuf 3.1 and 3.2
8 years ago
yang-g
20115614e1
Stop generating method name array when there is no method.
8 years ago
Masood Malekghassemi
0d62d7e8d7
Add `auto-gen`d comment to `_pb2_grpc.py` files
8 years ago
Bryan Blanchard
c549a3e37b
don't print multiple imports to protobuf modules
8 years ago
Jan Tattermusch
00f66361b7
Generate param comments in C# proto plugin
8 years ago
Jan Tattermusch
726f40f046
remove leading space in C# comments
8 years ago
Jan Tattermusch
727f887cc2
remove leading space in C# comments
8 years ago
Masood Malekghassemi
53360f2d1c
Backport Python features to 1.0.x
...
Backports per-object grpc_init/deinit and separated-file grpc protoc
codegen (#7538 , #8246 , #8920 ).
8 years ago
Masood Malekghassemi
561dce4525
Switch to command-arg for Python split-codegen
...
Almost fixes #8753 (which still needs a test).
8 years ago
Jan Tattermusch
09ba2d6f4a
fix formatting
8 years ago
Alexander Polcyn
333658177d
generate server base class as partial too
8 years ago
Alexander Polcyn
660e4b082c
generate partial c# client stubs as partial classes
8 years ago
Vijay Pai
713c7b87e1
clang-format
9 years ago
Vijay Pai
c0b2acb1a0
Use C++11 final and override
9 years ago
Masood Malekghassemi
7780cc018a
Clang-format python_generator.cc
9 years ago
Masood Malekghassemi
4a051ccca6
Clean-up types in Python generator
9 years ago
Masood Malekghassemi
d953959e2b
Enable split code generation
...
To support magical internal build processes, the pb2 files need to be
split into pure-proto and gRPC parts. This performs that split and
further fixes bad module names in the test harness that interfered with
the intended test implementation.
An unfortunate side effect, due to limitations of protoc and holdover
behavior we must support in major version 1.x, is that trash files are
generated in split generation. This shouldn't be a problem in normal
protoc plugin use.
9 years ago
murgatroid99
45096614fe
Fix incorrect ruby_generator.cc merge
9 years ago
Alexander Polcyn
79a1375f2a
fix type comparison in ruby plugin
9 years ago
Alexander Polcyn
2d056708fb
convert uint to int in generator
9 years ago
Ronak Jain
78b6cdd660
replaced protobuf tag
9 years ago
Vijay Pai
96e03110db
clang-format
9 years ago
Vijay Pai
61536a7371
Making split streaming testable
9 years ago
Jan Tattermusch
5b2e172e57
Create README.md
9 years ago
Jan Tattermusch
05cccba2f1
add comment for NewInstance override
9 years ago
Alexander Polcyn
5ba82e5d92
remove unused function and switch std::string to grpc::string
9 years ago
Alexander Polcyn
c429d7830f
change ruby proto plugin to copy package name conversion from protoc
9 years ago
Alexander Polcyn
d69c0d34da
convert snake case protos package names to camel case in ruby modules
9 years ago