aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/proto/ProtoCompileActionBuilderTest.java
Commit message (Expand)AuthorAge
* Add exports attribute to proto_library.Gravatar twerth2018-08-14
* bazel: handle proto_src_root when dealing with proto includes, generated file...Gravatar Googler2018-08-13
* Automated rollback of commit 7e87730de985b7099b9b683571d58efdaab70890.Gravatar ccalvarin2018-07-27
* Remove default MD5 in most of Bazel's virtual filesystems.Gravatar ccalvarin2018-07-26
* [Reland] Accept proto paths relative to proto_source_root as direct dependenc...Gravatar Googler2018-07-09
* Normalize parameter name commentsGravatar cushon2018-04-27
* PiperOrigin-RevId: 186532302Gravatar ahumesky2018-02-21
* Accept proto paths relative to proto_source_root as direct dependencies.Gravatar elenairina2018-02-20
* Add "proto_source_root" flag to proto_library.Gravatar elenairina2018-02-16
* Replace path implementation.Gravatar tomlu2018-02-08
* Introduce Root class.Gravatar tomlu2018-01-17
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Stop using CustomMultiArgv in ProtoCompileActionBuilder.Gravatar tomlu2017-08-24
* Defer expansion of certain proto command line string arguments.Gravatar tomlu2017-08-10
* Automated rollback of commit 496d3ded0bce12b7371a93e1183ba30e6aa88032.Gravatar buchgr2017-08-07
* Migrate tests to Truth.Gravatar lberki2017-05-29
* Use nested sets for configured target runfiles instead of flattened lists.Gravatar Googler2017-05-26
* Automated g4 rollback of commit bcd23553f38f54fd4846aa507c827a4ee40cfab4.Gravatar ajmichael2017-04-26
* proto_library: Pass exec path to protoc. Fixes #2265Gravatar Jakob Buchgraber2017-04-26
* Add missing @Test annotations to JUnit 4 tests, reduce the visibility of test...Gravatar Googler2017-04-06
* Strict proto deps: handle direct protos in external repositories.Gravatar carmi2017-03-31
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* --Gravatar Carmi Grushko2017-02-09
* Do not crash when a strict proto_library depends on a non-strict one.Gravatar Carmi Grushko2017-02-01
* proto_library can depend on proto_library's from external repos.Gravatar Carmi Grushko2016-12-22
* When a strict proto dep violation occurs, tell the user what they should fix.Gravatar Carmi Grushko2016-12-05
* Alias proto_library's produce a descriptor set that contains all srcs of its ...Gravatar Carmi Grushko2016-11-23
* ProtoCompileActionBuilder can create strict-deps-checking command lines.Gravatar Carmi Grushko2016-11-21
* Remove unused SupportData.getUsedDirectDeps().Gravatar Carmi Grushko2016-11-18
* ProtoCompileActionBuilder takes a list of ToolchainInvocations instead of a m...Gravatar Carmi Grushko2016-11-03
* A version of ProtoCompileActionBuilder that uses proto_lang_toolchain() rules...Gravatar Carmi Grushko2016-11-02