aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/objc/ObjcSkylarkTest.java
Commit message (Expand)AuthorAge
* Made j2objc translation flags accessible to Skylark, to migrate builds usingGravatar Googler2018-04-13
* Migrate apple_common.new_objc_provider to use @SkylarkCallableGravatar cparsons2018-04-10
* Make deprecated ObjcProvider fields return empty sets when --incompatible_dis...Gravatar cparsons2018-03-28
* Expose j2objc.dead_code_report as a configuration field instead of a basic st...Gravatar cparsons2018-03-27
* Expose the j2objc configuration fragment, with field dead_code_report, matchi...Gravatar cparsons2018-03-19
* Create --incompatible_disable_objc_provider_resources to disable deprecated o...Gravatar cparsons2018-03-01
* Migrate a few trivial uses of @SkylarkSignature to use @SkylarkCallable insteadGravatar cparsons2018-03-01
* Remove ios_test from Bazel. ios_test is an old rule and this removal is part ...Gravatar kaipi2018-01-25
* Migrate Apple providers to abide by Native Declared Provider best practices.Gravatar cparsons2018-01-17
* Migrate uses of xcode_config_alias to use the recently-introduced skylark lat...Gravatar cparsons2017-12-20
* From apple_binary, receive AppleExecutableBinaryProvider from the bundle_load...Gravatar cparsons2017-12-04
* Update some of the tests to use the label-based load() syntax.Gravatar laurentlb2017-11-30
* Remove legacy implementation of objc compilation/archiving/linking.Gravatar cpeyser2017-11-06
* Expose Apple Multi-architecture Split Transition to Skylark.Gravatar cparsons2017-11-02
* Export apple_host_system_env and target_apple_env through apple_common (as op...Gravatar lberki2017-10-16
* Remove sdk_version_for_platform from ctx.fragments.apple .Gravatar lberki2017-10-11
* Remove ctx.fragments.apple.minimum_os_for_platform_type.Gravatar lberki2017-10-10
* Remove ctx.fragments.apple.{xcode_version,ios_minimum_os}.Gravatar lberki2017-10-10
* Delete ios_application, ios_extension(_binary), objc_binary.Gravatar allevato2017-09-21
* Change xcode_config rule semantics to fit current usageGravatar cparsons2017-09-06
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-28
* Automated rollback of commit 6d884afa8da1b08288cb0108e8bbf6c22ec63393.Gravatar dslomov2017-07-25
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-25
* ObjcProvider is propagated as a native declared provider.Gravatar cparsons2017-07-21
* Improve attribute and index error messages for targetsGravatar vladmos2017-07-18
* Open source unit tests for the objc rules.Gravatar cpeyser2017-07-06