aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/python_generator.cc
Commit message (Collapse)AuthorAge
* Add a metadata_transformer to the Python stub.Gravatar Nathaniel Manista2015-04-06
|
* Unify early_adopter construction functionsGravatar Nathaniel Manista2015-03-30
| | | | | | | | It was awkward for the generated code to call an API that offered both insecure_server and secure_server as well as insecure_stub and secure_stub. With this change there is just a single server function and a single stub function and security is decided based on arguments passed.
* Elminate range-based fors and work around some other limitations in older ↵Gravatar Vijay Pai2015-03-24
| | | | compilers
* Sanitize Python pluginGravatar Masood Malekghassemi2015-03-20
|
* Make Python package spec indirectGravatar Masood Malekghassemi2015-03-18
| | | | This is part of a change to ease internal usage of GRPC.
* Factor out interface-specific early_adopter codeGravatar Masood Malekghassemi2015-03-17
| | | | | Refactors early_adopter such that interface-specific code is located in the framework module as a submodule `alpha`.
* Add service name to Python early_adopterGravatar Nathaniel Manista2015-03-16
|
* Removing the `using std::string` in the python plugin code.Gravatar Nicolas "Pixel" Noble2015-03-11
|
* Update Python codegen to early_adopter interfaceGravatar Nathaniel Manista2015-03-02
| | | | | | With this change the Python code generated by the Python code generator uses the grpc.early_adopter package and not the grpc.framework.face package.
* Removing private protobuf header inclusion.Gravatar Nicolas "Pixel" Noble2015-02-27
|
* Merge branch 'travis' of github.com:nicolasnoble/grpc into travis-c++Gravatar Craig Tiller2015-02-26
|\
* | Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
| |
| * Fix bugs in Python code generatorGravatar Masood Malekghassemi2015-02-26
|/ | | | | Fixes module path finding in the Python code generator and the signatures of generated servicer methods.
* Removing emplace from python plugin.Gravatar Nicolas "Pixel" Noble2015-02-25
|
* Updated Python protoc plugin testing.Gravatar Masood Malekghassemi2015-02-24
|
* Removed unused/wrong generated Python code imports from Python codegen.Gravatar Masood Malekghassemi2015-02-19
|
* Added protoc plugin for Python GRPC.Gravatar Masood Malekghassemi2015-02-19