aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/actions/CustomCommandLine.java
Commit message (Expand)AuthorAge
* 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
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25