aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4168 from jin/masterFeng Xiao2018-06-221-0/+7
|\ | | | | Use versions module from Skylib for version checking
| * Use versions module from Skylib for version checkingJingwen Chen2018-01-121-0/+7
| |
* | Update build file locations.Dmitry Lomov2018-06-131-2/+2
| | | | | | | | Fixes https://github.com/bazelbuild/bazel/issues/5383.
* | Fix typoDmitry Lomov2018-06-121-1/+1
| |
* | Migrate to supported version of http_archiveDmitry Lomov2018-06-121-1/+2
| | | | | | Fixes #4727.
* | Include googletest as a submodule (#3993)Carlos O'Ryan2018-03-261-7/+6
|/ | | Add googletest as a submodule in third_party/googletest.
* bazel: Add proto_library rules for well known types. Fixes #2763Jakob Buchgraber2017-09-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.Bo Yang2016-09-211-1/+1
| | | | gson 2.3 has internal bug that it doesn't work with some versions of maven.
* Update repo to use google testAdrian Ludwin2016-09-091-12/+12
|
* add java/util support based on java/util/pom.xmlSteven Parkes2016-03-111-0/+20
|
* Remove hack for building Python support with Bazel.David Z. Chen2016-02-251-14/+19
| | | | | | | | | | | | | | | | 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.Jisi Liu2015-10-221-1/+0
| | | | --strip_prefix doesn't seem to work.
* Add six as an external dep.Jisi Liu2015-10-221-0/+13
|
* Enable tests for bazel build.Jisi Liu2015-06-181-0/+16
| | | | Change-Id: I63ed5fb58a45e098f2fd1fa457a219148de030bd
* Add Bazel BUILD for the project.Jisi Liu2015-06-171-0/+0
Change-Id: I5a299d969ff96d7d2f80aadc7e8987d461d24b8f