aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
Commit message (Collapse)AuthorAge
* Merge pull request #4168 from jin/masterGravatar Feng Xiao2018-06-22
|\ | | | | Use versions module from Skylib for version checking
* | Update build file locations.Gravatar Dmitry Lomov2018-06-13
| | | | | | | | Fixes https://github.com/bazelbuild/bazel/issues/5383.
* | Fix typoGravatar Dmitry Lomov2018-06-12
| |
* | Migrate to supported version of http_archiveGravatar Dmitry Lomov2018-06-12
| | | | | | Fixes #4727.
* | Include googletest as a submodule (#3993)Gravatar Carlos O'Ryan2018-03-26
| | | | | | Add googletest as a submodule in third_party/googletest.
| * Use versions module from Skylib for version checkingGravatar Jingwen Chen2018-01-12
|/
* bazel: Add proto_library rules for well known types. Fixes #2763Gravatar Jakob Buchgraber2017-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Fix gson dependency.Gravatar Bo Yang2016-09-21
| | | | gson 2.3 has internal bug that it doesn't work with some versions of maven.
* Update repo to use google testGravatar Adrian Ludwin2016-09-09
|
* add java/util support based on java/util/pom.xmlGravatar Steven Parkes2016-03-11
|
* Remove hack for building Python support with Bazel.Gravatar David Z. Chen2016-02-25
| | | | | | | | | | | | | | | | 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
* fix six package path.Gravatar Jisi Liu2015-10-22
| | | | --strip_prefix doesn't seem to work.
* Add six as an external dep.Gravatar Jisi Liu2015-10-22
|
* Enable tests for bazel build.Gravatar Jisi Liu2015-06-18
| | | | Change-Id: I63ed5fb58a45e098f2fd1fa457a219148de030bd
* Add Bazel BUILD for the project.Gravatar Jisi Liu2015-06-17
Change-Id: I5a299d969ff96d7d2f80aadc7e8987d461d24b8f