1. 11 Dec, 2018 1 commit
  2. 13 Jun, 2018 1 commit
  3. 12 Jun, 2018 2 commits
  4. 26 Mar, 2018 1 commit
  5. 12 Jan, 2018 1 commit
  6. 05 Sep, 2017 1 commit
    • Jakob Buchgraber's avatar
      bazel: Add proto_library rules for well known types. Fixes #2763 · 699c0eb9
      Jakob Buchgraber authored
      Adds a proto_library rule for each well known type proto:
      
      $ bazel query "filter(\".*_proto$\", \"...\")"
      //:wrappers_proto
      //:timestamp_proto
      //:struct_proto
      //:field_mask_proto
      //:empty_proto
      //:duration_proto
      //:compiler_plugin_proto
      //:descriptor_proto
      //:api_proto
      //:type_proto
      //:source_context_proto
      //:any_proto
      
      Bazel users can reference these proto_library rules for their own
      language specific rules i.e.
      
      java_proto_library(
        name = "any_java_proto",
        deps = ["@com_google_protobuf//:any_proto"],
      )
      
      Also set the workspace name to "com_google_protobuf", as proto_library
      rules reference protobuf that way.
      699c0eb9
  7. 21 Sep, 2016 1 commit
    • Bo Yang's avatar
      Fix gson dependency. · b28ab73d
      Bo Yang authored
      gson 2.3 has internal bug that it doesn't work with some versions of maven.
      b28ab73d
  8. 20 Sep, 2016 1 commit
    • Bo Yang's avatar
      Fix gson dependency. · 6cb6bd9f
      Bo Yang authored
      gson 2.3 has internal bug that it doesn't work with some versions of maven.
      6cb6bd9f
  9. 09 Sep, 2016 1 commit
  10. 12 Mar, 2016 1 commit
  11. 25 Feb, 2016 1 commit
    • 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
  12. 22 Oct, 2015 2 commits
  13. 18 Jun, 2015 2 commits
  14. 22 Oct, 2008 1 commit
  15. 14 Aug, 2008 1 commit
  16. 10 Jul, 2008 1 commit