Richard Belleville
f6dfcf8966
Add configurable list of module prefixes to be stripped in Python gRPC protoc plugin.
6 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Harsh Vardhan
5b8fa87282
Refactor python code generator to support other serializers
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
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
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
Masood Malekghassemi
ac59245624
Clang-format all the things
9 years ago
Masood Malekghassemi
8a15dd2fae
Use open-source defaults to propagate Python plugin configuration
9 years ago
Masood Malekghassemi
71448b2898
Use open-source defaults to propagate Python plugin configuration
9 years ago
Nathaniel Manista
4547940d06
Python GA code generation
9 years ago
Craig Tiller
6169d5f7b0
Update copyrights
9 years ago
Nathaniel Manista
2a9244a9c4
Copyright date fixes for Python generator files
...
These changes should have been included in dc8c323939
.
9 years ago
Nathaniel Manista
dc8c323939
Remove Python alpha code generation
9 years ago
Nathaniel Manista
cd9ec0e965
Code generation for Python Beta API
10 years ago
Masood Malekghassemi
65c803b083
Sanitize Python plugin
10 years ago
Masood Malekghassemi
3bb52151dd
Make Python package spec indirect
...
This is part of a change to ease internal usage of GRPC.
10 years ago
Nicolas "Pixel" Noble
1ff52d5278
Guard headers tool.
10 years ago
Masood Malekghassemi
59d9ff4d9f
Updated Python protoc plugin testing.
10 years ago
Masood Malekghassemi
f8e297a3c0
Added protoc plugin for Python GRPC.
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 Noble
f5c5d80968
Removing "using namespace std" everywhere.
10 years ago
nnoble
c78b34075d
Fixing C++ and ruby code generators for the opensource build.
...
Change on 2014/12/11 by nnoble <nnoble@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=81921764
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.
11 years ago