aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/java/proto/JavaLiteProtoAspect.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
* Normalize parameter name commentsGravatar cushon2018-04-27
* 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 package loading from JvmConfigurationLoader .Gravatar lberki2018-01-10
* 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
* Automated rollback of commit 68b9a7e2dc17e32b194238d287e79bee1ba035b9.Gravatar cushon2017-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
* Automated g4 rollback of commit da56606563ee9df438db93392f681bf2abb4ac97.Gravatar brandjon2017-06-16
* Use JavaCompilationArtifacts instead of JavaCompilationArgsGravatar cushon2017-06-08
* 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
* 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
* Provide AspectDescriptor to ConfiguredAspect.Gravatar Dmitry Lomov2016-11-29
* Alias proto_library's produce a descriptor set that contains all srcs of its ...Gravatar Carmi Grushko2016-11-23
* Changing constructor of JavaCompilationHelper and removingGravatar Irina Iancu2016-11-16