1. 25 Feb, 2016 2 commits
    • 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
  2. 24 Feb, 2016 1 commit
  3. 23 Feb, 2016 1 commit
  4. 22 Feb, 2016 4 commits
  5. 19 Feb, 2016 4 commits
  6. 18 Feb, 2016 23 commits
  7. 17 Feb, 2016 1 commit
  8. 16 Feb, 2016 4 commits