aboutsummaryrefslogtreecommitdiffhomepage
path: root/protobuf.bzl
Commit message (Collapse)AuthorAge
* Build protoc for host platform to enable cross-compilation.Gravatar Andrew Harp2015-11-03
| | | This is necessary to run protoc on the host as a dependency for Android BUILD targets with Bazel.
* add warning notes for cc|py_proto_library rules.Gravatar Jisi Liu2015-11-02
| | | | | To mention that the interface may change or be removed when bazel has support it natively.
* add default_runtime attribute to cc|py rules.Gravatar Jisi Liu2015-10-27
| | | | This adds implicit dependencies to the coressponding runtime libraries.
* Use && for internal_copied_filegroup.Gravatar Jisi Liu2015-10-21
| | | | So that the rule fails if one or more files cannot be copied.
* Rename copeid_src to internal_copied_filegroupGravatar Jisi Liu2015-10-20
|
* fix sources for python target and add needed dependencies.Gravatar Jisi Liu2015-10-20
|
* Change the impl rule include to includes.Gravatar Jisi Liu2015-10-20
| | | | | We need to use the list to indicate field presense. The field must only contain 0 or 1 string element.
* Change default value of protoc on xx_proto_library rules.Gravatar Jisi Liu2015-10-20
|
* Support python for bazel.Gravatar Jisi Liu2015-10-19
|
* Python bazel support.Gravatar Jisi Liu2015-10-19
|
* Allow include to be None.Gravatar Jisi Liu2015-10-19
| | | | | | | | | | This enables the use case where all the paths are relative to the workspace root, e.g. foo/bar/BUILD /foo.proto -- package foo.bar would generate the message correctly.
* Change prefix to include, and add docsGravatar Jisi Liu2015-10-16
|
* Rename deps/proto_deps to cc_libs/depsGravatar Jisi Liu2015-10-16
|
* style/naming fixGravatar Jisi Liu2015-10-15
|
* make cc_out and py_out internal.Gravatar Jisi Liu2015-10-14
|
* Format code.Gravatar Jisi Liu2015-10-14
|
* buildifier the fileGravatar Jisi Liu2015-10-14
|
* Extract protoc action into .bzl for cc.Gravatar Jisi Liu2015-10-14
This is needed to support python bazel build.