Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #13993 from vjpai/buildown | Vijay Pai | 2018-01-16 |
|\ | | | | | Add me to build system owners | ||
* \ | Merge pull request #13815 from vjpai/catcher | Vijay Pai | 2018-01-15 |
|\ \ | | | | | | | C++: Catch exceptions from sync method handlers rather than crashing server | ||
* \ \ | Merge pull request #14011 from apolcyn/avoid_ares_on_windows | apolcyn | 2018-01-12 |
|\ \ \ | | | | | | | | | Correct a usage of select in grpc_build_system | ||
| * | | | Correct usage of select in _get_external_deps | Alexander Polcyn | 2018-01-12 |
| | | | | |||
* | | | | Merge pull request #13991 from apolcyn/avoid_ares_on_windows | apolcyn | 2018-01-12 |
|\| | | | | | | | | | | | Avoid the ares bazel dependency with grpc_no_ares=true | ||
| | | * | Add me to build system owners | Vijay Pai | 2018-01-11 |
| |_|/ |/| | | |||
| * | | Avoid building c-ares lib when grpc_no_ares is true | Alexander Polcyn | 2018-01-11 |
| | | | |||
* | | | Substitute a11r for ctiller in all OWNERS files | Craig Tiller | 2018-01-10 |
|/ / | |||
| * | Typo | Vijay Pai | 2018-01-08 |
| | | |||
| * | Use appropriate preprocessor guards to allow building without exceptions | Vijay Pai | 2018-01-08 |
|/ | |||
* | Move more special cases in bazel build to the .bzl files | Alexander Polcyn | 2017-12-14 |
| | |||
* | Packs contents of WORKSPACE into a bzl function, so that it can be resued by ↵ | Ning Ren | 2017-12-14 |
| | | | | other projects, and simplifies cares build. | ||
* | Merge pull request #13679 from ctiller/bazelsan2 | Craig Tiller | 2017-12-13 |
|\ | | | | | Allow running tests directly (default poller, foundry wont see them) | ||
* | | pass intended invocation args to bazel tests under poller script | Alexander Polcyn | 2017-12-11 |
| | | |||
| * | Allow running tests directly (default poller, foundry wont see them) | Craig Tiller | 2017-12-07 |
|/ | |||
* | Merge pull request #13051 from ctiller/bazel-pollers | Craig Tiller | 2017-12-01 |
|\ | | | | | Test multiple pollers with Bazel | ||
* | | Rename port_hermetic to port_isolated_runtime_environment | Adele Zhou | 2017-11-30 |
| | | |||
* | | Use select to decide the test is hermetic or not | Adele Zhou | 2017-11-30 |
| | | |||
* | | Enabling hermetic testing for running tests on Foundry. | Adele Zhou | 2017-11-30 |
| | | |||
| * | Start to get Bazel running different pollers | Craig Tiller | 2017-11-30 |
|/ | |||
* | Remove unnecessary secure dependences | Vijay Pai | 2017-11-28 |
| | |||
* | Revert "Restructure plugin builds to avoid building more than needed" | Vijay Pai | 2017-11-14 |
| | |||
* | Merge branch 'master' into plugins | Vijay Pai | 2017-11-13 |
|\ | |||
* | | Restructure plugin builds to avoid building more than needed | Vijay Pai | 2017-11-10 |
| | | |||
| * | In bazel builds, provide an option to select non-uses of c_ares | Vijay Pai | 2017-11-10 |
|/ | |||
* | Merge pull request #12571 from vladmos/depset | Craig Tiller | 2017-09-19 |
|\ | | | | | Rename set to depset | ||
* | | Add tests for c-ares wrapper using a local DNS server. | Alexander Polcyn | 2017-09-14 |
| | | |||
| * | Rename set to depset | Vladimir Moskva | 2017-09-14 |
|/ | |||
* | Support features in grpc_package | yang-g | 2017-08-30 |
| | |||
* | Moving visibility and package creation to the build system. | Nicolas "Pixel" Noble | 2017-08-30 |
| | |||
* | Clean up grpc++_unsecure so that it doesn't require secure content anymore | Vijay Pai | 2017-07-30 |
| | |||
* | Propagate alwayslink in the grpc_cc_library build rule template. | Ian Coolidge | 2017-07-13 |
| | |||
* | Merge pull request #11310 from nicolasnoble/import | Nicolas Noble | 2017-07-13 |
|\ | | | | | Import mutations. | ||
* | | Remove bazel warning (we have owners now), set noparent on bazel/OWNERS | Craig Tiller | 2017-07-13 |
| | | |||
* | | Strawman OWNERS --> CODEOWNERS script | Craig Tiller | 2017-07-13 |
| | | |||
| * | Merge branch 'master' of https://github.com/grpc/grpc into import | Nicolas "Pixel" Noble | 2017-06-26 |
| |\ | |/ |/| | |||
* | | fix remaining license notices | Jan Tattermusch | 2017-06-08 |
| | | |||
* | | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | | |||
| * | Merge remote-tracking branch 'ctiller/build-wtf' into import | Nicolas "Pixel" Noble | 2017-05-26 |
| |\ | |||
| * | | Fixing indentation + fixing interop_client. | Nicolas "Pixel" Noble | 2017-05-24 |
|/ / | |||
| * | Rework well_known_protos attr, and some other fixes | Craig Tiller | 2017-05-16 |
|/ | |||
* | Fix a build bug, add a note | Craig Tiller | 2017-05-15 |
| | |||
* | Really remove rule | Craig Tiller | 2017-05-15 |
| | |||
* | Eliminate grpc_cc_libraries | Craig Tiller | 2017-05-15 |
| | | | | | | | | | | | | | Best practice for Bazel builds gives one rule per target, and producing multiple targets conflicts with this. Short term: define macros, and common libraries that can eliminate the duplication. Longer term: eliminate the existing plugin registration mechanism, and replace it with a C++ static initialization in appropriate files. This will allow grpc to be layered strictly atop grpc_unsecure (and similarly grpc++ atop grpc++_unsecure and grpc). | ||
* | Merge failure - add new linkshared argument. | Nicolas "Pixel" Noble | 2017-05-12 |
| | |||
* | Merge branch 'master' of https://github.com/grpc/grpc into import | Nicolas "Pixel" Noble | 2017-05-11 |
|\ | |||
* | | Converting end2end/generate_tests.bzl. | Nicolas "Pixel" Noble | 2017-04-25 |
| | | |||
| * | Merge branch 'master' of https://github.com/grpc/grpc into fixbazel | Makarand Dharmapurikar | 2017-04-25 |
| |\ | |||
| | * | Merge pull request #10644 from MakMukhi/master | MakMukhi | 2017-04-24 |
| | |\ | | | | | | | | | Added unit testing support. | ||
* | | | | Adding grpc_generate_one_off_targets target. | Nicolas "Pixel" Noble | 2017-04-25 |
| | | | |