- 11 Dec, 2018 1 commit
-
-
Cody Schroeder authored
* Add Bazel config for optional zlib support * Add hard dependency on zlib * Remove unused config_setting
-
- 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
-