aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/java/OneVersionCheckActionBuilder.java
Commit message (Expand)AuthorAge
* Add a ruleError when one version enforcement is requested without the requisiteGravatar Googler2018-04-09
* @AutoCodec some more classes needed for large Java builds.Gravatar janakr2018-03-25
* 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
* Adjust blaze to allow for integration of one-version checking inside Google. ...Gravatar Googler2017-11-10
* 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
* Improve CustomCommandLine interface.Gravatar tomlu2017-08-22
* Stop using CustomMultiArgv in OneVersionCheckActionBuilder.Gravatar tomlu2017-08-22
* Add more type safety to CustomCommandLine.Gravatar tomlu2017-08-16
* Inline @Deprecated methods in CustomCommandLine.Gravatar tomlu2017-08-11
* Compute progress message lazily in spawn action.Gravatar tomlu2017-08-03
* Detect one version violations while building android_binary targetsGravatar Googler2017-07-14
* Add the option for warning-level enforcement of One Version violations. This ...Gravatar Googler2017-05-04
* Install support for checking for 'one version' correctness of java_binaryGravatar Googler2017-02-10