aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/AppleSkylarkCommon.java
Commit message (Expand)AuthorAge
* Expose some additional ObjcProvider fields to Skylark.Gravatar Googler2016-07-14
* Use only one list of parameters for SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-14
* Extract the @Param annotation from @SkylarkSignatureGravatar Damien Martin-Guillerez2016-06-10
* Replaced arrays by single value for extra{Positionnals,Named} in SkylarkSigna...Gravatar Damien Martin-Guillerez2016-06-08
* Add a way to set USES_SWIFT flag from Skylark.Gravatar Dmitry Shevchenko2016-05-17
* Introduces a registry of native providers to the BuildConfiguration, which ca...Gravatar Cal Peyser2016-05-03
* Register instances instead of classes as Skylark-visible globals.Gravatar Dmitry Lomov2016-04-22
* DotExpressions can evaluate fields of java.lang.Class instances in addition t...Gravatar Cal Peyser2016-04-22
* Make ObjcProvider keys accessible to skylark. This is necessary to allowGravatar Cal Peyser2016-04-14