aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/BUILD.template
Commit message (Collapse)AuthorAge
* Adding a helpful warning message on top of the Makefile and BUILD file.Gravatar Nicolas "Pixel" Noble2015-04-21
|
* Avoid generating libs for unknown types.Gravatar Yang Gao2015-04-16
|
* Extend bazel BUILD file to build all the C/C++ libraries as well asGravatar Ming Zhao2015-04-10
| | | | | | | | | | | | | | | | | | | | | | | protobuf plugins. This requires WORKSPACE to define these external dependencies for openssl and protobuf, for examples: bind( name = "libssl", actual = "//third_party/boringssl:boringssl", ) # Library needed to build protobuf codegen plugin. bind( name = "protobuf_compiler", actual = "//third_party/protobuf:protoc_lib", ) # Library that C++ code generated by protobuf C compiler should depend # on. bind( name = "protobuf_clib", actual = "//third_party/protobuf:proto_lib", )
* Early support for Bazel.Gravatar Nicolas "Pixel" Noble2015-03-31