index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
test
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
rules
/
proto
Commit message (
Expand
)
Author
Age
*
proto_library: saner descriptor sets
Carmi Grushko
2017-02-02
*
Do not crash when a strict proto_library depends on a non-strict one.
Carmi Grushko
2017-02-01
*
Move the descriptorset output to the ProtoSourcesProvider and expose it to sk...
Googler
2016-12-22
*
proto_library can depend on proto_library's from external repos.
Carmi Grushko
2016-12-22
*
Strict proto deps: .proto files are allowed to import other .proto files in t...
Carmi Grushko
2016-12-12
*
Clean up after transition of java_xxx_proto_library rules to proto-toolchains.
Carmi Grushko
2016-12-07
*
When a strict proto dep violation occurs, tell the user what they should fix.
Carmi Grushko
2016-12-05
*
Default behavior of proto_library's strict-proto-deps is now determined by th...
Carmi Grushko
2016-11-30
*
Strict deps for proto_library.
Carmi Grushko
2016-11-24
*
Alias proto_library's produce a descriptor set that contains all srcs of its ...
Carmi Grushko
2016-11-23
*
ProtoCompileActionBuilder can create strict-deps-checking command lines.
Carmi Grushko
2016-11-21
*
Remove unused SupportData.getUsedDirectDeps().
Carmi Grushko
2016-11-18
*
Fix ProtoLangToolchainTest on Windows
Yun Peng
2016-11-16
*
proto_library now produces a descriptor set, when built on the command-line.
Carmi Grushko
2016-11-16
*
Blacklists for proto_lang_toolchain() no longer have to be proto_library's.
Carmi Grushko
2016-11-11
*
ProtoCompileActionBuilder takes a list of ToolchainInvocations instead of a m...
Carmi Grushko
2016-11-03
*
A version of ProtoCompileActionBuilder that uses proto_lang_toolchain() rules...
Carmi Grushko
2016-11-02