- 06 Aug, 2019 1 commit
-
-
Yannic Bonenberger authored
-
- 29 Jul, 2019 1 commit
-
-
Yannic Bonenberger authored
This change adds the required loads to examples and zlib. For full compatibility with --incompatible_load_{cc,java,proto}_rules_from_bzl, we will need to roll gtest to a newer version.
-
- 15 Jul, 2019 1 commit
-
-
Adam Liddell authored
* Fix reference to six in //:protobuf_python rule * Add six to protobuf_deps.bzl * Use six archive directly as repo @six
-
- 28 Mar, 2019 1 commit
-
-
Adam Cozzette authored
-
- 08 Mar, 2019 2 commits
-
-
David Ostrovsky authored
Recently dependency to error_prone_annotations was added to the code, but only Maven build tool chain was updated. Closes #5795.
-
David Ostrovsky authored
Recently dependency to error_prone_annotations was added to the code, but only Maven build tool chain was updated. Closes #5795.
-
- 26 Feb, 2019 1 commit
-
-
Kent Ross authored
-
- 17 Dec, 2018 1 commit
-
-
Cody Schroeder authored
* Add Bazel config for optional zlib support * Add hard dependency on zlib * Remove unused config_setting
-
- 11 Dec, 2018 1 commit
-
-
Cody Schroeder authored
* Add Bazel config for optional zlib support * Add hard dependency on zlib * Remove unused config_setting
-
- 03 Nov, 2018 1 commit
-
-
Josh Haberman authored
-
- 13 Jun, 2018 1 commit
-
-
Dmitry Lomov authored
Fixes https://github.com/bazelbuild/bazel/issues/5383.
-
- 12 Jun, 2018 2 commits
-
-
Dmitry Lomov authored
-
Dmitry Lomov authored
Fixes #4727.
-
- 26 Mar, 2018 1 commit
-
-
Carlos O'Ryan authored
Add googletest as a submodule in third_party/googletest.
-
- 12 Jan, 2018 1 commit
-
-
Jingwen Chen authored
-
- 05 Sep, 2017 1 commit
-
-
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.
-
- 21 Sep, 2016 1 commit
-
-
Bo Yang authored
gson 2.3 has internal bug that it doesn't work with some versions of maven.
-
- 20 Sep, 2016 1 commit
-
-
Bo Yang authored
gson 2.3 has internal bug that it doesn't work with some versions of maven.
-
- 09 Sep, 2016 1 commit
-
-
Adrian Ludwin authored
-
- 12 Mar, 2016 1 commit
-
-
Steven Parkes authored
-
- 25 Feb, 2016 1 commit
-
-
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
-
- 22 Oct, 2015 2 commits
- 18 Jun, 2015 2 commits
- 22 Oct, 2008 1 commit
-
-
Jon Skeet authored
-
- 14 Aug, 2008 1 commit
-
-
Jon Skeet authored
committer: Jon Skeet <skeet@pobox.com>
-
- 10 Jul, 2008 1 commit
-
-
temporal authored
-