Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Clang-format all the things | Masood Malekghassemi | 2016-07-12 |
| | |||
* | Use open-source defaults to propagate Python plugin configuration | Masood Malekghassemi | 2016-06-29 |
| | |||
* | Python GA code generation | Nathaniel Manista | 2016-06-13 |
| | |||
* | Format changes to python protoc generation | Ken Payson | 2016-05-11 |
| | |||
* | Add proto comments to generated _pb2.py files | yang-g | 2016-05-03 |
| | |||
* | Allow additive changes to protos w/o forcing user implementation | Masood Malekghassemi | 2016-04-27 |
| | |||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | python 2/3 compatible abstract servicers/stubs | Leifur Halldor Asgeirsson | 2016-03-18 |
| | |||
* | made codegen targets in build.yaml | David Garcia Quintas | 2016-01-21 |
| | |||
* | Copyright date fixes for Python generator files | Nathaniel Manista | 2016-01-19 |
| | | | | These changes should have been included in dc8c32393918dc817f98e8844a. | ||
* | Remove Python alpha code generation | Nathaniel Manista | 2016-01-16 |
| | |||
* | Beta API clean-ups | Nathaniel Manista | 2015-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 API | Nathaniel Manista | 2015-08-31 |
| | |||
* | headers reorg | yang-g | 2015-08-21 |
| | |||
* | Remove explicit reference to nullptr since this isn't within | Vijay Pai | 2015-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.json | Craig Tiller | 2015-06-25 |
| | | | | Clean up anything that failed | ||
* | Add a metadata_transformer to the Python stub. | Nathaniel Manista | 2015-04-06 |
| | |||
* | Unify early_adopter construction functions | Nathaniel Manista | 2015-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 ↵ | Vijay Pai | 2015-03-24 |
| | | | | compilers | ||
* | Sanitize Python plugin | Masood Malekghassemi | 2015-03-20 |
| | |||
* | Make Python package spec indirect | Masood Malekghassemi | 2015-03-18 |
| | | | | This is part of a change to ease internal usage of GRPC. | ||
* | Factor out interface-specific early_adopter code | Masood Malekghassemi | 2015-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_adopter | Nathaniel Manista | 2015-03-16 |
| | |||
* | Removing the `using std::string` in the python plugin code. | Nicolas "Pixel" Noble | 2015-03-11 |
| | |||
* | Update Python codegen to early_adopter interface | Nathaniel Manista | 2015-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. | Nicolas "Pixel" Noble | 2015-02-27 |
| | |||
* | Merge branch 'travis' of github.com:nicolasnoble/grpc into travis-c++ | Craig Tiller | 2015-02-26 |
|\ | |||
* | | Make it possible to compile with gcc4.6 | Craig Tiller | 2015-02-26 |
| | | |||
| * | Fix bugs in Python code generator | Masood Malekghassemi | 2015-02-26 |
|/ | | | | | Fixes module path finding in the Python code generator and the signatures of generated servicer methods. | ||
* | Removing emplace from python plugin. | Nicolas "Pixel" Noble | 2015-02-25 |
| | |||
* | Updated Python protoc plugin testing. | Masood Malekghassemi | 2015-02-24 |
| | |||
* | Removed unused/wrong generated Python code imports from Python codegen. | Masood Malekghassemi | 2015-02-19 |
| | |||
* | Added protoc plugin for Python GRPC. | Masood Malekghassemi | 2015-02-19 |