1. 04 Mar, 2016 3 commits
  2. 02 Mar, 2016 14 commits
  3. 01 Mar, 2016 2 commits
  4. 29 Feb, 2016 3 commits
  5. 25 Feb, 2016 4 commits
    • Jisi Liu's avatar
      Merge pull request #1233 from davidzchen/python-path · 60a0d41a
      Jisi Liu authored
      Remove hack for building Python support with Bazel.
      60a0d41a
    • David Z. Chen's avatar
      Remove hack for building Python support with Bazel. · 985c9684
      David Z. Chen authored
      This change makes use of new imports attribute for Bazel's Python rules, which
      enable adding directories to the PYTHONPATH. This allows us to remove
      the hack for building protobuf's Python support with Bazel and now
      allows projects to include protobuf using a Bazel external repository
      rather than requiring it to be imported directly into the source tree as
      //google/protobuf.
      
      This change also updates the protobuf BUILD file to use a named
      repository, @python//, for including Python headers rather than
      //util/python. This allows projects to specify their own package for
      Python headers when including protobuf with an external repository.
      
      Fixes #1230
      985c9684
    • Jisi Liu's avatar
      Merge pull request #1275 from keveman/grpc_support · fb714b36
      Jisi Liu authored
      Fixed grpc C++ plugin support.
      fb714b36
    • Manjunath Kudlur's avatar
      Fixed grpc C++ plugin support. · f5c73635
      Manjunath Kudlur authored
      grpc C++ plugin generates additional files, namely .grpc.pb.cc and
      .grpc.pb.h. Adding these files to the outs of the _proto_gen rule, so
      dependents don't complain about undeclared inclusions. Also, compiling
      the .grpc.pb.cc requires additional header files from the grpc library,
      so added //external:grpc_lib to the deps of the
      cc_library. Clients are expected to declare that in their bazel
      WORKSPACE, pointing it to @grpc//:grpc++{_unsecure}.
      f5c73635
  6. 24 Feb, 2016 3 commits
  7. 23 Feb, 2016 1 commit
  8. 22 Feb, 2016 4 commits
  9. 19 Feb, 2016 5 commits
  10. 18 Feb, 2016 1 commit