aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* Merge pull request #6521 from nicolasnoble/protobuf-bumpGravatar Jan Tattermusch2016-05-11
|\ | | | | Bumping protobuf submodule to beta-3-pre1.
| * Bumping protobuf submodule to beta-3-pre1.Gravatar Nicolas "Pixel" Noble2016-05-11
| |
* | Make Node build_package script consistent with grpc-tools package.json fileGravatar murgatroid992016-05-10
|/
* 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
|
* Fixed earlier fix with the right commandGravatar murgatroid992016-05-09
|
* Use local copy of node-pre-gyp on Windows to ensure that it is up to dateGravatar murgatroid992016-05-09
|
* Build Node 6 artifactsGravatar murgatroid992016-05-09
|
* Add explicit license to grpcio-tools setup.pyGravatar Masood Malekghassemi2016-05-09
|
* Merge pull request #6490 from nicolasnoble/reversalGravatar Craig Tiller2016-05-09
|\ | | | | Revert "Merge pull request #6214 from makdharma/master"
* \ Merge pull request #6483 from soltanmm/wind2Gravatar Jan Tattermusch2016-05-09
|\ \ | | | | | | Fix windows linkage in Python grpcio-tools
| | * Revert "Merge pull request #6214 from makdharma/master"Gravatar Nicolas "Pixel" Noble2016-05-09
| |/ |/| | | | | | | This reverts commit 48d833a9d8280216040ef731341502d7d0f157e4, reversing changes made to 66e9d8e8a7717d7ccece629df4454fc546e19daa.
| * 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 #6466 from soltanmm/gpr-manylinuxGravatar Nicolas Noble2016-05-06
|\ | | | | Move manylinux1 precompiler definitions into port_platform.h
* \ Merge pull request #6469 from soltanmm/doctoolsGravatar Jan Tattermusch2016-05-06
|\ \ | | | | | | Add Python grpcio-tools documentation
* \ \ Merge pull request #6468 from soltanmm/fix-grpcio-tools-windowsGravatar Jan Tattermusch2016-05-06
|\ \ \ | | | | | | | | Fix Python grpcio-tools windows build
| | * | Add Python grpcio-tools documentationGravatar Masood Malekghassemi2016-05-05
| | | |
| * | | Fix Python grpcio-tools windows buildGravatar Masood Malekghassemi2016-05-05
| |/ /
| | * Move manylinux1 precompiler definitions into port_platform.hGravatar Masood Malekghassemi2016-05-05
| |/
* | Build grpcio-tools sdistGravatar Masood Malekghassemi2016-05-05
| |
* | Fix missing file in grpcio-tools sdistGravatar Masood Malekghassemi2016-05-05
|/
* The release branch is now 0.14.0-pre1.Gravatar Nicolas "Pixel" Noble2016-05-06
|
* Merge pull request #6450 from nicolasnoble/goproGravatar Jan Tattermusch2016-05-05
|\ | | | | Continuation of #6280.
| * Adding missing copyright.Gravatar Nicolas "Pixel" Noble2016-05-06
| |
* | Merge pull request #6214 from makdharma/masterGravatar Nicolas Noble2016-05-05
|\ \ | | | | | | cronet wrapper code
* \ \ Merge pull request #6333 from dgquintas/check_includes_moar_fixesGravatar Jan Tattermusch2016-05-04
|\ \ \ | | | | | | | | Don't try to read files that have been moved/renamed.
* \ \ \ Merge pull request #6323 from dgquintas/codegen_remove_protoGravatar Jan Tattermusch2016-05-04
|\ \ \ \ | | | | | | | | | | Moved protos out of core_codegen interface
| | | | * Build grpcio tools on WindowsGravatar Masood Malekghassemi2016-05-04
| | | | |
| | | | * Fix missing symbolsGravatar Masood Malekghassemi2016-05-04
| | | | |
| | | | * Copy all generated Python distribsGravatar Masood Malekghassemi2016-05-04
| | | | |
| | | | * Use manylinuxGravatar Masood Malekghassemi2016-05-04
| | | | |
| | | | * Fix docker buildGravatar Masood Malekghassemi2016-05-04
| | | | |
| | | | * Keep grpcio_tools version in sync with rest of projectGravatar Masood Malekghassemi2016-05-04
| | | | |
| | | | * Don't truncate deps file on failure to find bazelGravatar 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... [...]
| | | | * Integrate Python protoc Linux artifact buildersGravatar Masood Malekghassemi2016-05-04
| | | | |
| | | | * Add sanity test for grpcio protoc packageGravatar Masood Malekghassemi2016-05-04
| | | | |
| | | | * Add Python grpcio protoc packageGravatar Masood Malekghassemi2016-05-04
| |_|_|/ |/| | |
| | | * Added all transitive header dependencies in build.yaml to fix the failing check.Gravatar Makarand Dharmapurikar2016-05-04
| | | |
| | | * Added dummy cronet api implementation so we can build on Jenkins.Gravatar Makarand Dharmapurikar2016-05-03
| | | |
* | | | update remaining stresstest configsGravatar Jan Tattermusch2016-05-03
| | | |
* | | | add a readme fileGravatar Jan Tattermusch2016-05-03
| | | |
* | | | update locations of dockerization scriptsGravatar Jan Tattermusch2016-05-03
| | | |
* | | | update working directoriesGravatar Jan Tattermusch2016-05-03
| | | |
* | | | move helper script for dockerizationGravatar Jan Tattermusch2016-05-03
| | | |
* | | | Merge pull request #6376 from murgatroid99/node_test_multiple_versionsGravatar Jan Tattermusch2016-05-03
|\ \ \ \ | | | | | | | | | | Made Node tests support multiple versions and set the Node default version to 4 everywhere possible
* \ \ \ \ Merge pull request #6406 from sreecha/ruby_stress_test_dockerGravatar Jan Tattermusch2016-05-03
|\ \ \ \ \ | | | | | | | | | | | | Ruby docker files and config
* \ \ \ \ \ Merge pull request #6399 from nicolasnoble/source-of-truth-apiGravatar Nicolas Noble2016-05-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | Properly using our build.yaml source of truth to generate our list of public APIs.
| | * | | | | Ruby docker files and configGravatar Sree Kuchibhotla2016-05-02
| |/ / / / / |/| | | | |