aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/python_generator.cc
Commit message (Collapse)AuthorAge
* Clang-format all the thingsGravatar Masood Malekghassemi2016-07-12
|
* Use open-source defaults to propagate Python plugin configurationGravatar Masood Malekghassemi2016-06-29
|
* Python GA code generationGravatar Nathaniel Manista2016-06-13
|
* Format changes to python protoc generationGravatar Ken Payson2016-05-11
|
* Add proto comments to generated _pb2.py filesGravatar yang-g2016-05-03
|
* Allow additive changes to protos w/o forcing user implementationGravatar Masood Malekghassemi2016-04-27
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* python 2/3 compatible abstract servicers/stubsGravatar Leifur Halldor Asgeirsson2016-03-18
|
* made codegen targets in build.yamlGravatar David Garcia Quintas2016-01-21
|
* Copyright date fixes for Python generator filesGravatar Nathaniel Manista2016-01-19
| | | | These changes should have been included in dc8c32393918dc817f98e8844a.
* Remove Python alpha code generationGravatar Nathaniel Manista2016-01-16
|
* Beta API clean-upsGravatar Nathaniel Manista2015-09-05
| | | | | | | | | | | | | | | | (1) Renamed the "beta" module "implementations" because it hasn't been monolithic since "interfaces" was factored out of it a few changes back. (2) Moved ChannelConnectivity from grpc.beta.beta to grpc.beta.interfaces since it is constants that don't depend on the beta implementation. (3) Moved the Server interface definition from grpc.beta.beta to grpc.beta.interfaces since it is an interface. (4) Dropped the "create_" prefix from "create_<...>_channel" functions to better match the other creation functions throughout the codebase.
* Code generation for Python Beta APIGravatar Nathaniel Manista2015-08-31
|
* headers reorgGravatar yang-g2015-08-21
|
* Remove explicit reference to nullptr since this isn't withinGravatar Vijay Pai2015-07-27
| | | | | grpc namespace and not supported by older compilers. Not sure why I didn't catch this earlier.
* Add a test that headers are properly in build.jsonGravatar Craig Tiller2015-06-25
| | | | Clean up anything that failed
* 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