aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib/python/grpcio_tools
Commit message (Collapse)AuthorAge
* Update master branch to 0.16.0-devGravatar murgatroid992016-06-24
|
* Merge pull request #6828 from soltanmm/arkenhammerGravatar Jan Tattermusch2016-06-09
|\ | | | | Add common proto files to Python grpcio-tools
* \ Merge pull request #6843 from soltanmm/doc-toolsGravatar Jan Tattermusch2016-06-09
|\ \ | | | | | | Add usage documentation to Python tools distribution
| * | Add usage documentation to Python tools distributionGravatar Masood Malekghassemi2016-06-08
| | |
| | * Add common proto files to Python grpcio-toolsGravatar Masood Malekghassemi2016-06-07
| |/
* / Use Python namespace packagesGravatar Masood Malekghassemi2016-06-06
|/ | | | | | | | | | Before, namespace packages would break in auditwheel due to a superfluous check (fixed in the commit referenced in the Dockerfiles). Now, the auditwheel used in the manylinux1-support Docker images can handle namespace packages, and we may thus use them. This should alleviate future user pain w.r.t. installation of grpcio-tools causing loss of grpcio files and vice versa (e.g. requiring a reinstall of grpcio following installation of grpcio-tools).
* Merge pull request #6536 from grpc/release-0_14Gravatar Nicolas Noble2016-05-11
|\ | | | | Release 0.14 upmerge
| * Bumping protobuf submodule to beta-3-pre1.Gravatar Nicolas "Pixel" Noble2016-05-11
| |
| * The release branch is now 0.14.1-pre1.Gravatar Nicolas "Pixel" Noble2016-05-10
| |
| * Processing the 0.14 release.Gravatar Nicolas "Pixel" Noble2016-05-10
| |
* | Merge pull request #6475 from grpc/release-0_14Gravatar Nicolas Noble2016-05-09
|\| | | | | Upmerge from 0.14.0
| * Add explicit license to grpcio-tools setup.pyGravatar Masood Malekghassemi2016-05-09
| |
| * Merge pull request #6483 from soltanmm/wind2Gravatar Jan Tattermusch2016-05-09
| |\ | | | | | | Fix windows linkage in Python grpcio-tools
| | * Fix windows linkage in Python grpcio-toolsGravatar Masood Malekghassemi2016-05-07
| | |
| * | rename grpc.protoc.compiler to grpc.tools.protocGravatar Jan Tattermusch2016-05-06
| |/
| * Merge pull request #6469 from soltanmm/doctoolsGravatar Jan Tattermusch2016-05-06
| |\ | | | | | | Add Python grpcio-tools documentation
| | * Add Python grpcio-tools documentationGravatar Masood Malekghassemi2016-05-05
| | |
| * | Fix missing file in grpcio-tools sdistGravatar Masood Malekghassemi2016-05-05
| |/
* | Master is now 0.15.0-dev.Gravatar Nicolas "Pixel" Noble2016-05-06
| |
| * The release branch is now 0.14.0-pre1.Gravatar Nicolas "Pixel" Noble2016-05-06
|/
* Adding missing copyright.Gravatar Nicolas "Pixel" Noble2016-05-06
|
* Use manylinuxGravatar Masood Malekghassemi2016-05-04
|
* Keep grpcio_tools version in sync with rest of projectGravatar Masood Malekghassemi2016-05-04
|
* Tightly integrate the Python plugin with its protocGravatar Masood Malekghassemi2016-05-04
| | | | | | This grossly simplifies the protoc invocation to: python -m grpc.protoc.compiler --python_out=... --grpc_python_out=... [...] --plugin=protoc-gen-python-grpc=grpc_python_protoc_plugin... [...]
* Add sanity test for grpcio protoc packageGravatar Masood Malekghassemi2016-05-04
|
* Add Python grpcio protoc packageGravatar Masood Malekghassemi2016-05-04