Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix remaining license notices | Jan Tattermusch | 2017-06-08 |
| | |||
* | 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 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 |
| | | | |||
| * | | Avoid duplication in build rules by expanding the grpc_cc_libraries ↵ | Vijay Pai | 2017-04-21 |
| | | | | | | | | | | | | rule-creation macro | ||
| * | | Changes required to make build possible: create separate ↵ | Vijay Pai | 2017-04-20 |
| | | | | | | | | | | | | grpc++_base{,_unsecure}, move grpc_compression_trace definition, and remove an assertion about library initialization from server | ||
* | | | Rewriting core tests BUILD files to use the build system. | Nicolas "Pixel" Noble | 2017-04-18 |
| | | | |||
| | * | 1. Added golden file test. | Mahak Mukhi | 2017-04-14 |
| |/ | | | | | | | | | 2. Added support for mock. 3. Sanity fix. | ||
* / | Buildifier and wrapping test/cpp/* rules with our build system. | Nicolas "Pixel" Noble | 2017-04-13 |
|/ | |||
* | changes for picking up well known protos | Makarand Dharmapurikar | 2017-03-07 |
| | | | | | Add dependency and protoc argument for picking up well known protos from the //third_party/protobuf repo | ||
* | Use grpc_build_system.bzl in other projects | Makarand Dharmapurikar | 2017-03-02 |
| | | | | | Added //external to grpc deps in case where grpc_build_system.bzl is imported in a project that is using grpc as a dependency. | ||
* | Merge remote-tracking branch 'ctiller/bazel' into bazel-take-2 | Nicolas "Pixel" Noble | 2016-10-21 |
| | |||
* | Adding shim for generating C++ protos. | Nicolas "Pixel" Noble | 2016-10-21 |
| | |||
* | Adding cc_grpc_library. | Nicolas "Pixel" Noble | 2016-10-20 |