aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
AgeCommit message (Collapse)Author
2019-03-08Bazel: Add dependency to error_prone_annotationsDavid Ostrovsky
Recently dependency to error_prone_annotations was added to the code, but only Maven build tool chain was updated. Closes #5795.
2019-02-26create importable function for defining zlibKent Ross
2018-12-11Add Bazel config for zlib support (#5389)Cody Schroeder
* Add Bazel config for optional zlib support * Add hard dependency on zlib * Remove unused config_setting
2018-06-22Merge pull request #4168 from jin/masterFeng Xiao
Use versions module from Skylib for version checking
2018-06-13Update build file locations.Dmitry Lomov
Fixes https://github.com/bazelbuild/bazel/issues/5383.
2018-06-12Fix typoDmitry Lomov
2018-06-12Migrate to supported version of http_archiveDmitry Lomov
Fixes #4727.
2018-03-26Include googletest as a submodule (#3993)Carlos O'Ryan
Add googletest as a submodule in third_party/googletest.
2018-01-12Use versions module from Skylib for version checkingJingwen Chen
2017-09-05bazel: Add proto_library rules for well known types. Fixes #2763Jakob Buchgraber
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.
2016-09-21Fix gson dependency.Bo Yang
gson 2.3 has internal bug that it doesn't work with some versions of maven.
2016-09-09Update repo to use google testAdrian Ludwin
2016-03-11add java/util support based on java/util/pom.xmlSteven Parkes
2016-02-25Remove hack for building Python support with Bazel.David Z. Chen
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
2015-10-22fix six package path.Jisi Liu
--strip_prefix doesn't seem to work.
2015-10-22Add six as an external dep.Jisi Liu
2015-06-18Enable tests for bazel build.Jisi Liu
Change-Id: I63ed5fb58a45e098f2fd1fa457a219148de030bd
2015-06-17Add Bazel BUILD for the project.Jisi Liu
Change-Id: I5a299d969ff96d7d2f80aadc7e8987d461d24b8f