aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/java/proto/JavaProtoAspect.java
Commit message (Expand)AuthorAge
* Add exports attribute to proto_library.Gravatar twerth2018-08-14
* Add manifestProtoOutput produced during Java compilation to the OutputJar so ...Gravatar Googler2018-07-30
* [Reland] Accept proto paths relative to proto_source_root as direct dependenc...Gravatar Googler2018-07-09
* Expose aspect actions from Skylark.Gravatar tomlu2018-06-22
* Make java_toolchain attribute Environment aware.Gravatar dbabkin2018-06-18
* Remove java support from proto_library.Gravatar tomlu2018-05-25
* PiperOrigin-RevId: 197857419Gravatar plf2018-05-24
* Rollforward of CL/197136304:Gravatar tomlu2018-05-23
* Automated rollback of commit 7a71ce816bc8a67a63c2d147ac953ac451ebd23b.Gravatar jmmv2018-05-21
* Delete Java support from proto_library.Gravatar tomlu2018-05-18
* Add getters to JavaCompilationArgsProviderGravatar cushon2018-04-24
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* PiperOrigin-RevId: 186532302Gravatar ahumesky2018-02-21
* Accept proto paths relative to proto_source_root as direct dependencies.Gravatar elenairina2018-02-20
* Add "proto_source_root" flag to proto_library.Gravatar elenairina2018-02-16
* Pass --target_label, --injecting_rule_kind to all java compile actions.Gravatar tomlu2018-02-14
* Move common proto aspect logic to a new class.Gravatar elenairina2018-02-12
* Stop allowing generic LateBoundDefault value types. Such types are always eit...Gravatar janakr2018-02-02
* Change ConfiguredAspectFactory.create signature to take in aGravatar mjhalupka2018-01-31
* Add neverlink support to java_common.compile.Gravatar elenairina2018-01-31
* Move all code to lookup JavaRuntimeInfo to static methods onGravatar John Cater2018-01-23
* Remove code that used to support --javabase=<absolute path>.Gravatar lberki2018-01-08
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Create the output source jar in java_common.compileGravatar elenairina2017-11-29
* Automated rollback of commit a6ed4c01d374bcf98bf39c1efc12a0f4f20fe313.Gravatar elenairina2017-11-27
* Create the output source jar in java_common.compileGravatar elenairina2017-11-24
* Return JavaInfo providers only once in Java rules.Gravatar elenairina2017-10-11
* Expose JavaRuleOutputJarsProvider in java_common.provider, when available.Gravatar Googler2017-09-28
* LateBoundDefault: enforce access to a single fragment (or none).Gravatar mstaib2017-09-19
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Defer expansion of certain proto command line string arguments.Gravatar tomlu2017-08-10
* PiperOrigin-RevId: 163848560Gravatar carmi2017-08-02
* Provide CcLinkParamsStore from java_xxx_proto_library rules.Gravatar carmi2017-08-02
* Automated rollback of commit 7d0200703cfa207d6577d84bee45ca185d240dfa.Gravatar carmi2017-07-25
* PiperOrigin-RevId: 162771369Gravatar carmi2017-07-24
* Update the default values for the C++ and Java late-bound attributes to the c...Gravatar janakr2017-07-10
* Expose the correct JavaSkylarkApiProvider from JavaProtoAspect.Gravatar tomlu2017-06-26
* Move WrappingProviderHelper into static class in WrappingProvider.Gravatar Googler2017-06-20
* Create a general WrappingProvider concept and use for java_proto_library and ...Gravatar Googler2017-06-20
* --Gravatar Carmi Grushko2017-03-14
* Add a source_jars variable to OutputJar.Gravatar Irina Iancu2017-03-08
* Restrict aspects visible to other aspects according to their advertised provi...Gravatar Dmitry Lomov2017-02-15
* Remove the ability for an aspect to propagate a different aspect.Gravatar Dmitry Lomov2017-01-20
* Add the output_licenses attribute to java_toolchain and make Bazel use it whe...Gravatar Lukacs Berki2017-01-17
* Consolidate host javabase input lookupGravatar Liam Miller-Cushon2017-01-12
* Advertise java Skylark provider from java proto aspects.Gravatar Googler2017-01-10
* Clean up after transition of java_xxx_proto_library rules to proto-toolchains.Gravatar Carmi Grushko2016-12-07
* When a strict proto dep violation occurs, tell the user what they should fix.Gravatar Carmi Grushko2016-12-05
* Allow aspects to specify multiple sets of required providers to match against...Gravatar Rumou Duan2016-12-01
* Make it easier to use protos in Bazel out of the box.Gravatar Carmi Grushko2016-11-29