aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/actions/CustomCommandLine.java
Commit message (Expand)AuthorAge
* Keep track of tree artifact inputs in CustomCommandLine.Builder .Gravatar Googler2018-07-26
* Use the single-string arg formatter for param file format.Gravatar tomlu2018-07-25
* PiperOrigin-RevId: 203687257Gravatar Googler2018-07-08
* Normalize parameter name commentsGravatar cushon2018-04-27
* Update format implementation in ctx.actions.args.Gravatar tomlu2018-04-16
* Automated rollback of commit 9bfbefc13f2b6ae9a86fd46a8470e3b4cd8efd1a.Gravatar asteinb2018-04-02
* Rollback "Allow Merge action to take an interface as primary, not just Resour...Gravatar cparsons2018-04-02
* Allow Merge action to take an interface as primary, not just ResourceContainerGravatar asteinb2018-03-29
* @AutoCodec some expressions that show up in Java configured targets.Gravatar janakr2018-03-16
* Make JavaCompileAction and friends emit new-style arguments.Gravatar tomlu2018-03-01
* Tag ParameterFileWriteAction with @AutoCodec.Gravatar mjhalupka2018-02-27
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Allow CustomCommandLine's mapFn to expand each object into multiple items.Gravatar tomlu2018-02-01
* Use nested set cache in key computation for CustomCommandLine.Gravatar tomlu2018-01-29
* Add CommandLineItem interface.Gravatar tomlu2018-01-25
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* 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
* Restore VectorArg to CustomCommandLine's public interface.Gravatar tomlu2017-08-24
* Improve CustomCommandLine interface.Gravatar tomlu2017-08-22
* Remove CustomArgv. It is unused.Gravatar tomlu2017-08-21
* Add more type safety to CustomCommandLine.Gravatar tomlu2017-08-16
* Add @CompileTimeConstant annotations to CustomCommandLine.Gravatar tomlu2017-08-16
* Use CustomCommandLine.Builder in SpawnAction always.Gravatar tomlu2017-08-14
* Improve type safety for vector args in CustomCommandLine.Gravatar tomlu2017-08-14
* Remove unused tree artifact methods from CustomCommandLine.Gravatar tomlu2017-08-14
* Inline @Deprecated methods in CustomCommandLine.Gravatar tomlu2017-08-11
* Improve CustomCommandLine.Gravatar tomlu2017-08-10
* Do not expand nested sets in the analysis phase in CustomCommandLine.Gravatar tomlu2017-08-04
* CustomCommandLine: add emptiness checksGravatar laszlocsomor2017-07-19
* Automated rollback of commit a76c94be7c56b93fc5a2f9ececfba7ac1f61f69c.Gravatar laszlocsomor2017-07-18
* Internal changeGravatar Googler2017-07-17
* AndroidBusyBox: deprecate path-list-type flagsGravatar laszlocsomor2017-07-17
* CustomCommandLine.Builder: clean up its interfaceGravatar laszlocsomor2017-07-17
* Decrease memory used by SpawnAction's param file builder.Gravatar tomlu2017-06-30
* Do not expand nested sets in resource merging action construction.Gravatar Googler2017-05-15
* Experimental java annotation support with unpredictable action inputs/outputs...Gravatar Rumou Duan2016-07-28
* Rename TreeFileArtifact-related functions to make them more self-explanatory ...Gravatar Rumou Duan2016-07-26
* Omit redundant string formattingGravatar Liam Miller-Cushon2016-07-14
* 1. Create the TreeArtifact directory structure before expanding ActionTemplates.Gravatar Rumou Duan2016-06-14
* CommandLine: Add support for tree artifact expansions.Gravatar Rumou Duan2016-05-19
* Introducing SpawnActionTemplate, a stub action for TreeArtifacts at analysis ...Gravatar Rumou Duan2016-05-12
* Remove ObjectArg wrapper object. We lose some type-safety, but the Builder st...Gravatar Janak Ramakrishnan2016-03-21
* Trying again with checking for the presence of the "resources" attribute and ...Gravatar Googler2015-10-21
* Automated [] rollback of [].Gravatar Eric Fellheimer2015-10-20
* Trying again with checking for the presence of the "resources" attribute.Gravatar Googler2015-10-19
* []Rollback of commit 65425810207c9fd6892abfaa95da65e25db5e515.Gravatar Googler2015-10-16
* Change the resource dependency handling to separate between the transitive an...Gravatar Googler2015-10-16
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21