aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
Commit message (Collapse)AuthorAge
* fixed version on toolchainGravatar Bill Feng2019-01-10
|
* updated bazel and RBE instance versionsGravatar Bill Feng2019-01-09
|
* Add support for ruby 2.6.0 binary package builds, drop 2.1 and 2.0Gravatar Alexander Polcyn2019-01-03
| | | | binary package builds; pin bundler to 1.17.3 where necessary
* Merge pull request #17110 from billfeng327/multipool-configGravatar Bill Feng2018-11-28
|\ | | | | Bazel multipool config update, removed sentinel file
| * cleanupGravatar Bill Feng2018-11-28
| |
* | Adding upb as submoduleGravatar Vishal Powar2018-11-28
| | | | | | | | upb will be used for codegen of xDS protos.
| * trying latest imageGravatar Bill Feng2018-11-27
| |
| * trying standard-16 machineGravatar Bill Feng2018-11-27
| |
| * trying highmem machineGravatar Bill Feng2018-11-27
| |
| * merge conflict fixGravatar Bill Feng2018-11-26
| |\ | |/ |/|
| * modified execution platform registration, added host platformGravatar Bill Feng2018-11-26
| |
| * removed all constraints from custom toolchainGravatar Bill Feng2018-11-20
| |
| * removed autoconfigured constraintGravatar Bill Feng2018-11-20
| |
| * added autoconfiguredGravatar Bill Feng2018-11-19
| |
| * temporarily removed some constraintsGravatar Bill Feng2018-11-15
| |
| * Attempting Eric Burnett's fixGravatar Bill Feng2018-11-15
| |
| * reverted bazel-toolchains alias to its original formGravatar Bill Feng2018-11-15
| |
| * added path prefix to bazel_toolchains repoGravatar Bill Feng2018-11-15
| |
| * addressed Nick's commentsGravatar Bill Feng2018-11-15
| |
| * added machine size to toolchain constraintsGravatar Bill Feng2018-11-15
| |
| * added custom platformGravatar Bill Feng2018-11-15
| |
| * more destination fixesGravatar Bill Feng2018-11-14
| |
* | Add envoy and its dependent repos as submodules in third_partyGravatar Vishal Powar2018-11-14
| | | | | | | | | | | | | | | | The basic criteria is to have protoc generate code for envoy api's and this change achieves that. e.g. protoc -I=$PWD -I=$PWD/third_party/data-plane-api -I=$PWD/third_party/googleapis -I=$PWD/third_party/protobuf -I=$PWD/third_party/protoc-gen-validate third_party/data-plane-api/envoy/api/v2/eds.proto
| * removed accidental submodule updateGravatar Bill Feng2018-11-07
|/
* upgrade third_party/boringssl-with-bazel to latest chromium-stable-with-bazelGravatar Jan Tattermusch2018-10-27
|
* upgrade third_party/protobuf to v3.6.1Gravatar Jan Tattermusch2018-08-07
|
* update protobuf submodule to latest 3.6.0Gravatar Jan Tattermusch2018-08-07
|
* Merge pull request #16163 from apolcyn/revert_revert_windows_breakageGravatar apolcyn2018-07-30
|\ | | | | Revert "Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort""
* \ Merge pull request #15992 from ghostwriternr/python_bazel_1Gravatar Nathaniel Manista2018-07-30
|\ \ | | | | | | Basic setup to build gRPC Python with Bazel.
| * | Workspace changes to build gRPC Python with BazelGravatar Naresh2018-07-27
| | | | | | | | | | | | | | | | | | | | | | | | - Include new rules from bazelbuild/rules_python, which allow for importing pip dependencies with Bazel. - Make Cython BUILD file visible to WORKSPACE. - Use a custom requirements file for Bazel python. This is added to allow for requirements previously added only during build steps.
| * | Basic setup to build gRPC Python with BazelGravatar Naresh2018-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Building gRPC Python with Bazel has been one of the long requested additions to gRPC (#8079). Doing so had been made complex by the fact that Bazel itself is still in active development. There has been extensive work on building Cython code at tensorflow, which can be reused for gRPC's purposes as well. Major included changes required for building grpcio with Bazel are: - Include Cython as a third party Bazel package, to compile the Cython parts of gRPC Python. - Include rules for Python autoconfiguration so Python headers can be detected by cygrpc.
| | * Revert "Merge pull request #16158 from apolcyn/revert_windows_breakage"Gravatar Alexander Polcyn2018-07-27
| |/ |/| | | | | | | This reverts commit d9e8f86675cf923714b3ead4b06087e14a88c08c, reversing changes made to 04847aeb1e62bc528d88fa3c47daa24a4cf629b3.
* | Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort"Gravatar Alexander Polcyn2018-07-26
| | | | | | | | | | This reverts commit ae8d3efc3a360b289f0b33e1c53c8c73960cb31f, reversing changes made to e41215e181564a61320b9b69ae5feb7f7c3625fe.
* | Merge pull request #15797 from apolcyn/windows_compile_and_sortGravatar apolcyn2018-07-25
|\ \ | | | | | | Enable c-ares address sorting on windows
| * | Get c-ares to compile and do address sorting on windowsGravatar Alex Polcyn2018-07-25
| | |
* | | Use n1-highmem-2 for most tests.Gravatar Adele Zhou2018-07-24
|/ /
* | update boringssl and boringssl-with-bazel to latest chromium-stableGravatar Jan Tattermusch2018-07-17
| |
* | Step 3 of multipool RBE configuration.Gravatar Adele Zhou2018-07-13
|/
* Add copyrightGravatar Adele Zhou2018-07-09
|
* Configure bazel builds to use Foundry's multipool feature.Gravatar Adele Zhou2018-07-09
|
* Merge pull request #15748 from nicolasnoble/libcxxabiGravatar Nicolas Noble2018-06-25
|\ | | | | Skeleton of libcxxabi's usage.
* \ Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanupGravatar David Garcia Quintas2018-06-14
|\ \
| | * Skeleton of libcxxabi's usage.Gravatar Nicolas "Pixel" Noble2018-06-14
| | |
| * | Remove -DWIN32_LEAN_AND_MEANGravatar Loo Rong Jie2018-06-08
| | |
| * | Build C-Ares with Bazel on WindowsGravatar Loo Rong Jie2018-06-03
| |/
* | Fix the inclusion "third_party/nanopb/..." to simply "..."Gravatar David Garcia Quintas2018-06-01
| |
* | Treat nanopb as a regular external depGravatar David Garcia Quintas2018-05-31
|/
* upgrade boringssl to latest chromium-stableGravatar Jan Tattermusch2018-05-24
|
* bump boringssl-with-bazel to latest chromium-stable-with-bazelGravatar Jan Tattermusch2018-05-08
|
* Merge pull request #15208 from apolcyn/fix_addr_sorting_compare_bugGravatar apolcyn2018-04-30
|\ | | | | Fix bug in an address sorting comparison