aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/python_generator.h
Commit message (Collapse)AuthorAge
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Refactor python code generator to support other serializersGravatar Harsh Vardhan2017-03-28
|
* Add import prefix to Python generatorGravatar Nathaniel Manista2017-03-14
| | | | This is needed by a customer with a nontraditional codebase.
* Enable split code generationGravatar Masood Malekghassemi2016-10-28
| | | | | | | | | | | | 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.
* 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
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* 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
|
* Code generation for Python Beta APIGravatar Nathaniel Manista2015-08-31
|
* 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.
* Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
|
* Updated Python protoc plugin testing.Gravatar Masood Malekghassemi2015-02-24
|
* Added protoc plugin for Python GRPC.Gravatar Masood Malekghassemi2015-02-19