aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/java/ProguardHelper.java
Commit message (Expand)AuthorAge
* Expose ProguardSpecProvider to skylark.Gravatar Googler2018-07-17
* Pass AndroidDataContext to remaining non-ActionBuilder codeGravatar asteinb2018-05-22
* Expose android_binary data processing methods to SkylarkGravatar asteinb2018-05-10
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Make proguard_apply_dictionary also add it to Proguard's -classobfuscationdis...Gravatar Googler2017-09-07
* Add support for Proguard's -obfuscationdictionary command line parameter with...Gravatar Googler2017-08-30
* Use CustomCommandLine directly instead of via SpawnAction.Builder.Gravatar tomlu2017-08-23
* Compute progress message lazily in spawn action.Gravatar tomlu2017-08-03
* Flag cleanup (Step 1 of 3): Make use_singlejar_for_proguard_libraryjars a no-...Gravatar Googler2017-05-03
* introduce hidden flag to configure bytecode optimizersGravatar Kevin Bierhoff2017-03-27
* Description redacted.Gravatar Googler2017-02-24
* Move rexed proguard map to top level blaze-bin directory when rex enabledGravatar Googler2017-01-25
* Update call sites to FileWriteAction to use the --experimental_transparent_co...Gravatar Jon Brandvein2016-12-20
* Fixing typo.Gravatar Googler2016-12-14
* Fix ProGuard multipass seed printingGravatar Googler2016-12-09
* Adds obfuscated constant string implicit output.Gravatar Googler2016-11-10
* This change adds two implicit outputs to the AndroidBinary rule that are prod...Gravatar Googler2016-09-20
* Rollback of commit 8dc4257b9493bd2251636de1271a1972c17919ef.Gravatar Tobias Werth2016-08-30
* Add two implicit outputs to the AndroidBinary rule that are produced by ProGu...Gravatar Googler2016-08-26
* Collect logic related to extra Proguard outputs in one place.Gravatar Googler2016-06-29
* Rollback of commit 140634eccee693b567ba7591df550f7b72db1612.Gravatar Lukacs Berki2016-05-03
* Collect logic related to extra Proguard outputs in one place.Gravatar Googler2016-04-27
* --Gravatar Googler2016-04-12
* Adds the output of -printconfiguration from proguard to the implicit outputs ofGravatar Alex Humesky2016-04-05
* Simplify some of the code around invoking proguard.Gravatar Alex Humesky2016-04-04
* fix passing JVM bootclasspath to proguard now that it's available (was empty ...Gravatar Googler2016-03-29
* Add -forceprocessing to cause proguard to skip the step where it checks if th...Gravatar Googler2016-03-22
* Changing ProguardHelper to support a multipass variety of proguard.Gravatar Googler2016-03-18
* Fix ClasspathConfiguredFragment bootclasspath collectionGravatar Liam Miller-Cushon2016-03-14
* support hidden --java_optimization_mode flag in java_test rule.Gravatar Googler2016-01-18