Skip to content
Snippets Groups Projects
  1. May 15, 2017
    • Craig Tiller's avatar
      Eliminate grpc_cc_libraries · eb2c1bcd
      Craig Tiller authored
      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).
      eb2c1bcd
    • Jan Tattermusch's avatar
      Merge pull request #11115 from jtattermusch/revamp_artifacts · 3e95a38b
      Jan Tattermusch authored
      Revamp artifacts, packages and distribtests
      3e95a38b
  2. May 13, 2017
  3. May 12, 2017
Loading