1. 06 Aug, 2019 1 commit
  2. 29 Jul, 2019 1 commit
  3. 15 Jul, 2019 1 commit
  4. 28 Mar, 2019 1 commit
  5. 08 Mar, 2019 2 commits
  6. 26 Feb, 2019 1 commit
  7. 17 Dec, 2018 1 commit
  8. 11 Dec, 2018 1 commit
  9. 03 Nov, 2018 1 commit
  10. 13 Jun, 2018 1 commit
  11. 12 Jun, 2018 2 commits
  12. 26 Mar, 2018 1 commit
  13. 12 Jan, 2018 1 commit
  14. 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
  15. 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
  16. 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
  17. 09 Sep, 2016 1 commit
  18. 12 Mar, 2016 1 commit
  19. 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
  20. 22 Oct, 2015 2 commits
  21. 18 Jun, 2015 2 commits
  22. 22 Oct, 2008 1 commit
  23. 14 Aug, 2008 1 commit
  24. 10 Jul, 2008 1 commit