Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #17110 from billfeng327/multipool-config | Bill Feng | 2018-11-28 |
|\ | | | | | Bazel multipool config update, removed sentinel file | ||
| * | cleanup | Bill Feng | 2018-11-28 |
| | | |||
* | | Adding upb as submodule | Vishal Powar | 2018-11-28 |
| | | | | | | | | upb will be used for codegen of xDS protos. | ||
| * | trying latest image | Bill Feng | 2018-11-27 |
| | | |||
| * | trying standard-16 machine | Bill Feng | 2018-11-27 |
| | | |||
| * | trying highmem machine | Bill Feng | 2018-11-27 |
| | | |||
| * | merge conflict fix | Bill Feng | 2018-11-26 |
| |\ | |/ |/| | |||
| * | modified execution platform registration, added host platform | Bill Feng | 2018-11-26 |
| | | |||
| * | removed all constraints from custom toolchain | Bill Feng | 2018-11-20 |
| | | |||
| * | removed autoconfigured constraint | Bill Feng | 2018-11-20 |
| | | |||
| * | added autoconfigured | Bill Feng | 2018-11-19 |
| | | |||
| * | temporarily removed some constraints | Bill Feng | 2018-11-15 |
| | | |||
| * | Attempting Eric Burnett's fix | Bill Feng | 2018-11-15 |
| | | |||
| * | reverted bazel-toolchains alias to its original form | Bill Feng | 2018-11-15 |
| | | |||
| * | added path prefix to bazel_toolchains repo | Bill Feng | 2018-11-15 |
| | | |||
| * | addressed Nick's comments | Bill Feng | 2018-11-15 |
| | | |||
| * | added machine size to toolchain constraints | Bill Feng | 2018-11-15 |
| | | |||
| * | added custom platform | Bill Feng | 2018-11-15 |
| | | |||
| * | more destination fixes | Bill Feng | 2018-11-14 |
| | | |||
* | | Add envoy and its dependent repos as submodules in third_party | Vishal Powar | 2018-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 update | Bill Feng | 2018-11-07 |
|/ | |||
* | upgrade third_party/boringssl-with-bazel to latest chromium-stable-with-bazel | Jan Tattermusch | 2018-10-27 |
| | |||
* | upgrade third_party/protobuf to v3.6.1 | Jan Tattermusch | 2018-08-07 |
| | |||
* | update protobuf submodule to latest 3.6.0 | Jan Tattermusch | 2018-08-07 |
| | |||
* | Merge pull request #16163 from apolcyn/revert_revert_windows_breakage | apolcyn | 2018-07-30 |
|\ | | | | | Revert "Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort"" | ||
* \ | Merge pull request #15992 from ghostwriternr/python_bazel_1 | Nathaniel Manista | 2018-07-30 |
|\ \ | | | | | | | Basic setup to build gRPC Python with Bazel. | ||
| * | | Workspace changes to build gRPC Python with Bazel | Naresh | 2018-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 Bazel | Naresh | 2018-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" | Alexander Polcyn | 2018-07-27 |
| |/ |/| | | | | | | | This reverts commit d9e8f86675cf923714b3ead4b06087e14a88c08c, reversing changes made to 04847aeb1e62bc528d88fa3c47daa24a4cf629b3. | ||
* | | Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort" | Alexander Polcyn | 2018-07-26 |
| | | | | | | | | | | This reverts commit ae8d3efc3a360b289f0b33e1c53c8c73960cb31f, reversing changes made to e41215e181564a61320b9b69ae5feb7f7c3625fe. | ||
* | | Merge pull request #15797 from apolcyn/windows_compile_and_sort | apolcyn | 2018-07-25 |
|\ \ | | | | | | | Enable c-ares address sorting on windows | ||
| * | | Get c-ares to compile and do address sorting on windows | Alex Polcyn | 2018-07-25 |
| | | | |||
* | | | Use n1-highmem-2 for most tests. | Adele Zhou | 2018-07-24 |
|/ / | |||
* | | update boringssl and boringssl-with-bazel to latest chromium-stable | Jan Tattermusch | 2018-07-17 |
| | | |||
* | | Step 3 of multipool RBE configuration. | Adele Zhou | 2018-07-13 |
|/ | |||
* | Add copyright | Adele Zhou | 2018-07-09 |
| | |||
* | Configure bazel builds to use Foundry's multipool feature. | Adele Zhou | 2018-07-09 |
| | |||
* | Merge pull request #15748 from nicolasnoble/libcxxabi | Nicolas Noble | 2018-06-25 |
|\ | | | | | Skeleton of libcxxabi's usage. | ||
* \ | Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanup | David Garcia Quintas | 2018-06-14 |
|\ \ | |||
| | * | Skeleton of libcxxabi's usage. | Nicolas "Pixel" Noble | 2018-06-14 |
| | | | |||
| * | | Remove -DWIN32_LEAN_AND_MEAN | Loo Rong Jie | 2018-06-08 |
| | | | |||
| * | | Build C-Ares with Bazel on Windows | Loo Rong Jie | 2018-06-03 |
| |/ | |||
* | | Fix the inclusion "third_party/nanopb/..." to simply "..." | David Garcia Quintas | 2018-06-01 |
| | | |||
* | | Treat nanopb as a regular external dep | David Garcia Quintas | 2018-05-31 |
|/ | |||
* | upgrade boringssl to latest chromium-stable | Jan Tattermusch | 2018-05-24 |
| | |||
* | bump boringssl-with-bazel to latest chromium-stable-with-bazel | Jan Tattermusch | 2018-05-08 |
| | |||
* | Merge pull request #15208 from apolcyn/fix_addr_sorting_compare_bug | apolcyn | 2018-04-30 |
|\ | | | | | Fix bug in an address sorting comparison | ||
| * | address comment | Alexander Polcyn | 2018-04-27 |
| | | |||
| * | Fix a bug in an address sorting comparison | Alexander Polcyn | 2018-04-26 |
| | | |||
* | | Update License | dmaclach | 2018-04-23 |
|/ | | | As far as I can tell, the license file here was completely wrong and was adding 300+ K of unnecessary bloat to every app that included grpc. |