aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/AppleSkylarkCommon.java
Commit message (Expand)AuthorAge
* Add an xcode_config_alias rule that is an alias to the current xcode_config r...Gravatar lberki2017-08-24
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Clean up/improve docs across several Apple classes.Gravatar allevato2017-07-21
* ObjcProvider is propagated as a native declared provider.Gravatar cparsons2017-07-21
* Platform -> ApplePlatform, to avoid ambiguity with the newly introducedGravatar cpeyser2017-07-07
* Inline AttributeContainer.ATTRIBUTE_CONTAINER_FACTORY and PathFragment.TO_PAT...Gravatar laurentlb2017-07-03
* Deprecate ios_device and ios_test.Gravatar allevato2017-06-08
* Propagate AppleStaticLibrary provider from apple_static_libraryGravatar cparsons2017-06-01
* Expose creation method for DottedVersion to skylark.Gravatar cparsons2017-05-26
* Create AppleDynamicFramework skylark provider.Gravatar cparsons2017-05-11
* Adds linkmaps to the AppleDebugOutputsProvider for them to be consumed by dep...Gravatar Sergio Campama2017-03-10
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* apple_binary produces a skylark provider depending on its binary_typeGravatar Chris Parsons2017-02-13
* Fills out some macOS support needed for the bundler.Gravatar Googler2017-02-02
* Manually add periods to documentation strings where needed.Gravatar John Cater2017-01-03
* Expose ios_device attributes to Skylark.Gravatar Googler2016-12-23
* Enables the propagation of the XcodeVersionProperties provider for reading fr...Gravatar Sergio Campama2016-12-13
* Adds Skylark support to XcTestAppProviderGravatar Sergio Campama2016-11-07
* Use minimum OS flags for watchOS and tvOS actions.Gravatar Chris Parsons2016-09-30
* Add a new arg to skylark's new_objc_provider method, direct_dep_providers, wh...Gravatar Chris Parsons2016-09-27
* Expose some platform-related types/methods to Skylark.Gravatar Googler2016-09-13
* 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