aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib
Commit message (Collapse)AuthorAge
* fixed include guard script and faulty .hGravatar David Garcia Quintas2016-08-01
|
* Fix merge againGravatar murgatroid992016-07-25
|
* Fixed incorrect mergesGravatar murgatroid992016-07-22
|
* Actually commit changes to tools/distrib/python/grpcio_tools/setup.pyGravatar murgatroid992016-07-22
|
* Merge v1.0.x into masterGravatar murgatroid992016-07-22
|\
| * Upgrade virtualenv pip in Python docgenGravatar Masood Malekghassemi2016-07-20
| | | | | | | | Also ignore the docgen-generated directories under doc/.
| * Merge pull request #7397 from soltanmm/hua-tulyada-hua-wa-hua-HEY-Hey-hey-heyGravatar kpayson642016-07-19
| |\ | | | | | | Document the custom grpcio-tools command class
| * \ Merge pull request #7424 from soltanmm/macverfixGravatar kpayson642016-07-19
| |\ \ | | | | | | | | Force the Python host version on Mac OS X
| | | * Document the custom grpcio-tools command classGravatar Masood Malekghassemi2016-07-19
| | | |
| | * | Force the Python host version on Mac OS XGravatar Masood Malekghassemi2016-07-18
| | | |
| * | | Polish grpcio_health_checking packageGravatar Ken Payson2016-07-18
| |/ / | | | | | | | | | | | | | | | | | | -Rename namespace to grpc_health->grpc to match spec -Proper use of NOT_FOUND status code -Improve testing -Add source distribution to artifact build
| * | Support long paths in make_grpcio_tools.pyGravatar Masood Malekghassemi2016-07-16
| | |
| * | Use normalized path separators in `setup.py`sGravatar Masood Malekghassemi2016-07-16
| | |
| * | Allow make_grpcio_tools.py to be invoked in parallelGravatar Masood Malekghassemi2016-07-16
| |/
* | Merge pull request #7314 from soltanmm/spinning-flagsGravatar kpayson642016-07-14
|\ \ | | | | | | Set more build-flags in `setup.py`s
| | * Merge pull request #7354 from soltanmm/prescribe-more-restGravatar kpayson642016-07-13
| | |\ | | | | | | | | Restructure reStructured text to be valid
| * | | Set more build-flags in `setup.py`sGravatar Masood Malekghassemi2016-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes MinGW flags from various build scripts, since they're now set in our `setup.py`s by default. Also removes the arguments for the extensions in grpcio's setup.py; that function was already accessing globals anyway, might as well go whole-hog.
* | | | Merge pull request #7357 from grpc/v1.0.xGravatar Jorge Canizales2016-07-13
|\ \ \ \ | | |/ / | |/| | Automatic v1.0.x -> master upmerge
| * | | Add special methods to generated Python docsGravatar Masood Malekghassemi2016-07-12
| | | | | | | | | | | | | | | | | | | | Also removes an old-now-spurious `make` invocation from the docgen.py helper script.
| | | * Restructure reStructured text to be validGravatar Masood Malekghassemi2016-07-12
| | |/ | |/|
* / | Master is now 1.1.0-dev.Gravatar Nicolas "Pixel" Noble2016-07-12
|/ /
* | Flagging master as 1.0.0-pre1.Gravatar Nicolas "Pixel" Noble2016-07-12
| |
* | Merge branch 'release-0_15' into upmerge-masterGravatar Nicolas "Pixel" Noble2016-07-12
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.yaml gRPC-Core.podspec gRPC.podspec package.json package.xml src/core/lib/surface/version.c src/csharp/Grpc.Auth/project.json src/csharp/Grpc.Core/VersionInfo.cs src/csharp/Grpc.Core/project.json src/csharp/Grpc.HealthCheck/project.json src/csharp/build_packages.bat src/node/tools/package.json src/python/grpcio/grpc/__init__.py src/python/grpcio/grpc_version.py src/python/grpcio_tests/tests/unit/_rpc_test.py src/ruby/lib/grpc/version.rb src/ruby/tools/version.rb templates/gRPC.podspec.template tools/distrib/python/grpcio_tools/grpc_version.py tools/doxygen/Doxyfile.c++ tools/doxygen/Doxyfile.c++.internal tools/doxygen/Doxyfile.core tools/doxygen/Doxyfile.core.internal tools/run_tests/port_server.py
* | Make Python build standalone on WindowsGravatar Masood Malekghassemi2016-07-08
| |
| * Merge pull request #7214 from kpayson64/bump_grpcio_tools_verGravatar Nicolas Noble2016-07-01
| |\ | | | | | | Bumped grpc-tools version
| | * Updated release version to 0.15.1Gravatar Ken Payson2016-07-01
| | |
* | | Sanitize grpcio-tools command argumentsGravatar Masood Malekghassemi2016-07-01
| | |
* | | Organize Python tests to use grpcio-tools directlyGravatar Masood Malekghassemi2016-07-01
| | | | | | | | | | | | | | | Moves all tests into a separate package. This does not change existing supported means of running tests (e.g. through run_tests.py).
* | | Add programmatic access to protoc in grpcio-toolsGravatar Masood Malekghassemi2016-07-01
| | |
* | | Build Python3 grpcio-tools on OS XGravatar Masood Malekghassemi2016-07-01
| | |
| * | Use open-source defaults to propagate Python plugin configurationGravatar Masood Malekghassemi2016-06-30
| |/
* | Merge pull request #7109 from soltanmm/toolismGravatar Jan Tattermusch2016-06-30
|\ \ | | | | | | Use open-source defaults to propagate Python plugin configuration
* | | Updated git clone URLGravatar David Garcia Quintas2016-06-29
| | |
| * | Use open-source defaults to propagate Python plugin configurationGravatar Masood Malekghassemi2016-06-29
|/ /
| * Update version to 0.15.0Gravatar murgatroid992016-06-24
| |
* | Update master branch to 0.16.0-devGravatar murgatroid992016-06-24
|/
* Merge pull request #6438 from y-zeng/reflection_separate_libGravatar Jan Tattermusch2016-06-13
|\ | | | | Proto server reflection
* \ 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
| |/ /
| | * Merge remote-tracking branch 'upstream/master' into reflection_separate_libGravatar Yuchen Zeng2016-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).
| * Add more comments, fix format issuesGravatar Yuchen Zeng2016-06-06
| |
| * Add a sanity test: check if the generated pb files are up-to-dateGravatar Yuchen Zeng2016-05-31
| |
* | Merge pull request #6329 from dgquintas/tiny_include_guard_fixGravatar Jan Tattermusch2016-05-18
|\ \ | |/ |/| Tiny fix to check_include_guards script
* | Merge pull request #6568 from dgquintas/fix-include-guards-long-namesGravatar Jan Tattermusch2016-05-16
|\ \ | | | | | | Allow for multiline #endif guards
* | | check for copyright in .bat filesGravatar Jan Tattermusch2016-05-13
| | |
| * | Allow for multiline #endif guardsGravatar David Garcia Quintas2016-05-12
|/ /
* | Merge pull request #6536 from grpc/release-0_14Gravatar Nicolas Noble2016-05-11
|\ \ | | | | | | Release 0.14 upmerge