aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/proto/ProtoCompileActionBuilder.java
Commit message (Expand)AuthorAge
* Explain why --include_imports should not be used when creating the descriptor...Gravatar carmi2017-12-13
* Automated rollback of commit 8cb1d2fb460a9caf47df58d7ff051d31080a77cb.Gravatar ulfjack2017-11-03
* Automated rollback of commit ca77f608e486bf7aa762565d25bf7b9e30f2268c.Gravatar ulfjack2017-10-26
* Extend TemplateExpander to handle $(func param) expansionGravatar ulfjack2017-10-25
* Move the MakeVariableExpander to a new packageGravatar ulfjack2017-10-10
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Inline CustomCommandLine methods that can be expressed using VectorArg.Gravatar tomlu2017-09-12
* Stop using CustomMultiArgv in ProtoCompileActionBuilder.Gravatar tomlu2017-08-24
* Improve CustomCommandLine interface.Gravatar tomlu2017-08-22
* Add more type safety to CustomCommandLine.Gravatar tomlu2017-08-16
* Add @CompileTimeConstant annotations to CustomCommandLine.Gravatar tomlu2017-08-16
* Inline @Deprecated methods in CustomCommandLine.Gravatar tomlu2017-08-11
* Defer expansion of certain proto command line string arguments.Gravatar tomlu2017-08-10
* Improve CustomCommandLine.Gravatar tomlu2017-08-10
* Automated rollback of commit 496d3ded0bce12b7371a93e1183ba30e6aa88032.Gravatar buchgr2017-08-07
* Compute progress message lazily in spawn action.Gravatar tomlu2017-08-03
* Pass "profile_path" flag to protoc if necessary.Gravatar Googler2017-07-26
* Automated g4 rollback of commit bcd23553f38f54fd4846aa507c827a4ee40cfab4.Gravatar ajmichael2017-04-26
* proto_library: Pass exec path to protoc. Fixes #2265Gravatar Jakob Buchgraber2017-04-26
* 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
* proto_library: saner descriptor setsGravatar Carmi Grushko2017-02-02
* Do not crash when a strict proto_library depends on a non-strict one.Gravatar Carmi Grushko2017-02-01
* --Gravatar Carmi Grushko2017-01-18
* Do not crash when there's an error in the rule.Gravatar Carmi Grushko2016-12-23
* 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
* proto_library now produces a descriptor set, when built on the command-line.Gravatar Carmi Grushko2016-11-16
* ProtoCompileActionBuilder takes a list of ToolchainInvocations instead of a m...Gravatar Carmi Grushko2016-11-03
* Use proto_lang_toolchain in java_lite_proto_library.Gravatar Carmi Grushko2016-11-03
* ProtoCompileActionBuilder takes ImmutableMap for toolchains, which has a pred...Gravatar Carmi Grushko2016-11-02
* A version of ProtoCompileActionBuilder that uses proto_lang_toolchain() rules...Gravatar Carmi Grushko2016-11-02
* --Gravatar Carmi Grushko2016-07-12
* --Gravatar Carmi Grushko2016-06-27
* Decrease visibility of createProtoCompilerCommandLine() to private.Gravatar Carmi Grushko2016-05-25
* Rename setHasServices() to the more appropriate allowServices().Gravatar Carmi Grushko2016-05-05
* Allow the action that calls proto-compiler, to do so using a params file.Gravatar Carmi Grushko2016-04-07
* Clean the API of ProtoCompileAction, in preparation for making the proto-comp...Gravatar Carmi Grushko2016-04-07