aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcProvider.java
Commit message (Expand)AuthorAge
* Automated rollback of commit fc41c430e4de4594a1d699f573d191cbad52a2fb.Gravatar plf2017-09-01
* Move ObjcProvider FLAG into a new provider type (TransitiveSourcesProvider) t...Gravatar cpeyser2017-08-30
* Change TODO to reference individual instead of internal bug numberGravatar brandjon2017-08-30
* Split Info into SkylarkInfo and NativeInfo.Gravatar dslomov2017-08-22
* Don't deduplicate LINK_INPUTS.Gravatar allevato2017-08-22
* Blaze exports a feature for actions with objective c source in their transitiveGravatar cpeyser2017-08-22
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Delete unused ObjcProvider keys.Gravatar schmitt2017-08-16
* Rollback of https://github.com/bazelbuild/bazel/commit/21436e062a12b64c8bee66...Gravatar ajmichael2017-08-14
* Stop transitively propagating headers transitively for ObjC protos.Gravatar kaipi2017-08-09
* Rollforward of "Framework dependency subtraction uses runfiles path instead o...Gravatar cparsons2017-08-08
* Automated rollback of commit 31dc6f1a281b0ae3690ea7be9c3ccc360fe22c10.Gravatar cpeyser2017-08-01
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Framework dependency subtraction uses runfiles path instead of full artifact ...Gravatar cparsons2017-07-31
* 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
* Make native declared providers type-safe.Gravatar dslomov2017-07-10
* Use the same data structure for native and Skylark providers.Gravatar dslomov2017-07-05
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Remove remaining xcodegen references.Gravatar schmitt2017-06-26
* Remove Xcodege integration from Blaze.Gravatar schmitt2017-06-05
* Make the non propagated values available in the Skylark representation of Obj...Gravatar kaipi2017-06-05
* Roll forward of https://github.com/bazelbuild/bazel/commit/5f31944b8942818aaf...Gravatar Googler2017-05-02
* Automated g4 rollback of commit a83a5df53ca184ad59a4a46cd9dfa747bf08007a.Gravatar Googler2017-04-30
* Custom module map for j2objc_libraryGravatar Googler2017-04-30
* Propagate iquote appropriately from apple_binary so that generated headers of...Gravatar cparsons2017-04-19
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* Rollback of commit 5e945570ec0b9079596756bf89437ac37e031c36.Gravatar Jon Brandvein2017-02-28
* Rollforward of "apple_binary extension_safe attribute results in configuratio...Gravatar Chris Parsons2017-02-24
* Generated files directory is passed to dependers as a user header search path...Gravatar Cal Peyser2017-02-09
* Avoid linking direct cc_library dependencies (and their transitive deps) if i...Gravatar Chris Parsons2017-02-03
* Framework resource deduping (framework resources are kept in the framework bu...Gravatar Chris Parsons2017-01-30
* Remove CC_LIBRARY values which are covered via LIBRARY when subtracting ObjcP...Gravatar Chris Parsons2017-01-18
* "deps" attribute avoids linking libraries transitively included in "dylibs" a...Gravatar Chris Parsons2016-12-09
* Rollforward of "Split ObjcProvider.framework_dir into static and dynamic fram...Gravatar Chris Parsons2016-12-06
* Rollback of commit 7a668370e350f602ec863eb4169729885e1c7c93.Gravatar Damien Martin-Guillerez2016-12-05
* Split ObjcProvider.framework_dir into static and dynamic framework directories.Gravatar Chris Parsons2016-12-05
* Remove Swift support from native rulesGravatar Dmitry Shevchenko2016-11-24
* Verify (in test) that ObjcProvider keys are either exposed to skylark or expl...Gravatar Chris Parsons2016-10-31
* Subtract resource-related provider values defined in avoid_deps from depsGravatar Chris Parsons2016-10-27
* Expose multi-arch artifacts to objc skylark providersGravatar Chris Parsons2016-10-19
* Initial checkin of apple_dynamic_libraryGravatar Chris Parsons2016-10-12
* Expose objc_provider keys sdk_frameworks and weak_sdk_frameworks to skylarkGravatar Chris Parsons2016-10-11
* Add a way to pass extra inputs to the linking stepGravatar Dmitry Shevchenko2016-10-10
* Initial check-in of apple_static_library ruleGravatar Chris Parsons2016-09-30
* Add a new arg to skylark's new_objc_provider method, direct_dep_providers, wh...Gravatar Chris Parsons2016-09-27
* Native declared providers are automatically exported.Gravatar Dmitry Lomov2016-09-26
* Implement the fully link action in the OSX crosstool.Gravatar Cal Peyser2016-08-18