aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/java/JavaRuntime.java
Commit message (Expand)AuthorAge
* Make the constructor of TemplateVariableInfo available in Skylark.Gravatar lberki2018-04-24
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Move all code to lookup JavaRuntimeInfo to static methods onGravatar John Cater2018-01-23
* Add JavaRuntimeToolchainInfo class to wrap JavaRuntimeInfo for toolchains acc...Gravatar John Cater2018-01-23
* Move the javabase middleman to within JavaRuntimeInfo.Gravatar lberki2017-12-07
* Add platform_common.MakeVariableInfo so that Skylark code has access to the M...Gravatar lberki2017-10-27
* Move expansion functionality to a new classGravatar ulfjack2017-09-29
* Simplify make variable expansion call sitesGravatar ulfjack2017-09-28
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Move MakeVariableProvider to lib.analysisGravatar ulfjack2017-08-08
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* MakeVariableProvider should be declared provider only.Gravatar dslomov2017-07-11
* Make information about the Java runtime in use available in Skylark using a d...Gravatar lberki2017-07-11
* Add Make variables to java_runtime and java_runtime_suite .Gravatar lberki2017-07-11
* Make jvm_runtime.java_home expand Make variables.Gravatar lberki2017-07-10
* Plumb some information about the location of the JVM through JavaRuntimeProvi...Gravatar lberki2017-07-07
* Add java_runtime contents to runfilesGravatar Liam Miller-Cushon2017-01-24
* Initial implementation of java_runtime and java_runtime_suiteGravatar Liam Miller-Cushon2017-01-17