aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib
Commit message (Collapse)AuthorAge
* fix protobuf_generated_well_known_types_embed.ccGravatar Jan Tattermusch2017-06-08
|
* fix make_grpcio_tools.pyGravatar Jan Tattermusch2017-06-08
|
* fix remaining license noticesGravatar Jan Tattermusch2017-06-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* fix check_copyright.pyGravatar Jan Tattermusch2017-06-08
|
* fixing copyright not supportedGravatar Jan Tattermusch2017-06-08
|
* change LICENSE, add AUTHORSGravatar Jan Tattermusch2017-06-08
|
* Expand pylint to grpc_health and grpc_reflectionGravatar Mehrdad Afshari2017-06-01
|
* master bumped to 1.5.xGravatar David Garcia Quintas2017-05-30
|
* Upgrade protobuf to 3.3.0Gravatar Ken Payson2017-05-08
|
* Merge pull request #10688 from kpayson64/fix_php_interopGravatar kpayson642017-04-19
|\ | | | | Fix PHP interop tests
| * Fix PHP interop testsGravatar Ken Payson2017-04-18
| |
* | master to 1.4.0-devGravatar David Garcia Quintas2017-04-13
|/
* Fix BUILD dependency, copyright and cmakeGravatar yang-g2017-04-12
|
* Fix build on Alpine linux + add portability testsGravatar Ken Payson2017-04-06
|
* Reorganize ext treeGravatar Craig Tiller2017-03-31
| | | | | - filters live under filters - lb_policy, resolver implementations (being part of client_channel) live under client_channel
* Merge branch 'master' of https://github.com/grpc/grpc into grpcz_clientGravatar Makarand Dharmapurikar2017-03-27
|\
| * Merge pull request #7771 from y-zeng/cares_buildinGravatar Yuchen Zeng2017-03-24
| |\ | | | | | | Async DNS resolver with pre-configured c-ares
* | | added copyright exception for census.protoGravatar Makarand Dharmapurikar2017-03-24
| | |
| * | Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0Gravatar Nicolas "Pixel" Noble2017-03-24
|/| |
| * | bump v1.2.x branch to 1.2.1-pre1Gravatar Alexander Polcyn2017-03-20
| | |
| * | Going for 1.2.0Gravatar David Garcia Quintas2017-03-20
| | |
| | * Merge remote-tracking branch 'upstream/master' into cares_bazel_ruleGravatar Yuchen Zeng2017-03-17
| | |\ | |_|/ |/| |
| | * Merge remote-tracking branch 'upstream/master' into cares_bazel_ruleGravatar Yuchen Zeng2017-03-17
| | |\
| * | | Bump 1.2.x version to pre-2Gravatar Ken Payson2017-03-16
| | | |
| * | | Merge pull request #9990 from kpayson64/fill_in_fieldsGravatar kpayson642017-03-10
| |\ \ \ | | | | | | | | | | Add package details to grpcio/grpcio-tools
* | \ \ \ Merge pull request #10078 from dgquintas/master_to_1.3.0Gravatar David G. Quintas2017-03-10
|\ \ \ \ \ | | | | | | | | | | | | Bumped version to 1.3.0-dev
| | | * | | Add package details to gRPC PackagesGravatar Ken Payson2017-03-10
| | | | | |
* | | | | | Merge pull request #9965 from nathanielmanistaatgoogle/yapfGravatar Nathaniel Manista2017-03-10
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Add test behavior to yapf_code.sh.
| * | | | | Add test behavior to yapf_code.shGravatar Nathaniel Manista2017-03-10
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | With this change yapf_code no longer changes the code under test when executed from within the sanity tests.
| | | * | Introducing 1.2.0-pre1Gravatar David Garcia Quintas2017-03-09
| |_|/ / |/| | |
| | * | Bumped version to 1.3.0-devGravatar David Garcia Quintas2017-03-09
| |/ / |/| |
* | | Updated protobuf dependency for python to 3.2.0Gravatar Mehrdad Afshari2017-03-07
| | |
* | | fix grpcio_tools build on windowsGravatar Jan Tattermusch2017-03-07
| | |
* | | Updated python scripts to work with protobuf 3.2.0Gravatar Mehrdad Afshari2017-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the build script of python grpcio-tools package is very much entangled with the build system of protobuf, and protobuf build scripts added a build step that compiles js/embed.cc to create a preprocessor binary that takes some .js files and generates a single well_known_types_embed.cc which then gets linked to the rest of protobuf source tree. The generated code seems to be used only by the JS portion of protoc, so is not expected to affect our python build. Since we did not want to replicate the entire build process of protobuf, we decided to pre-generate the well_known_types_embed.cc and keep it in our repo and then substitute the js/embed.cc compiler file with it.
* | | regenerate protoc_lib_deps.pyGravatar Jan Tattermusch2017-03-07
| | |
* | | fix bazel_deps.shGravatar Jan Tattermusch2017-03-07
|/ /
* | Merge pull request #9694 from nicolasnoble/upmerge_from_1_1_xGravatar Michael Lumish2017-02-23
|\ \ | | | | | | Upmerge from 1.1.x
* \ \ Merge branch 'master' into healthGravatar yang-g2017-02-17
|\ \ \
| * | | Output diff on failed yapf sanityGravatar Nathaniel Manista2017-02-15
| | | |
| | * | Merge remote-tracking branch 'google/v1.1.x'Gravatar Nicolas "Pixel" Noble2017-02-13
| | |\ \
| * | | | Added Pylint to sanity testsGravatar Mehrdad Afshari2017-02-13
| |/ / / | | | | | | | | | | | | | | | | | | | | Pylint is only enabled for "grpcio/grpc" package, and various specific checks that currently fail are disabled, each with a respective TODO item in the .pylintrc file.
| | * | build fixes for ruby on macGravatar Alexander Polcyn2017-02-09
| | | |
| | | * Merge remote-tracking branch 'upstream/master' into cares_bazel_ruleGravatar Yuchen Zeng2017-02-08
| | | |\ | | |_|/ | |/| |
* | | | merge with headGravatar yang-g2017-02-07
|\| | |
| | * | Update version to 1.1.2Gravatar murgatroid992017-02-06
| | | |
| | * | Ran Yapf code, pinned versionGravatar Ken Payson2017-02-06
| | | |
| * | | Re-run yapf code, and pin versionGravatar Ken Payson2017-02-06
| | | |
| | | * Merge remote-tracking branch 'upstream/master' into cares_bazel_ruleGravatar Yuchen Zeng2017-02-01
| | | |\ | | |_|/ | |/| |
| | * | Bump version to 1.1.1Gravatar murgatroid992017-01-31
| | | |