aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/MultiArchSplitTransitionProvider.java
Commit message (Expand)AuthorAge
* @AutoCodec for ConfigurationTransition subclasses.Gravatar shahan2018-03-02
* Replace Attribute.SplitTransition with config.transitions.SplitTransition.Gravatar gregce2017-12-22
* Expose Apple Multi-architecture Split Transition to Skylark.Gravatar cparsons2017-11-02
* Relax SplitTransitionProvider interface to use AttributeMapGravatar cparsons2017-10-18
* SplitTransitionProvider no longer requires the attributes it uses are "Non Co...Gravatar cparsons2017-10-11
* Drop 32-bit architectures from builds with ios_mimimum_os > 11.0.Gravatar cparsons2017-09-21
* Remove outdated defaultsToSelf.Gravatar gregce2017-09-12
* Add a command line option to make the minimum_os_version attribute mandatory ...Gravatar lberki2017-07-25
* Platform -> ApplePlatform, to avoid ambiguity with the newly introducedGravatar cpeyser2017-07-07
* Remove usage of --ios_cpu from Bazel.Gravatar cpeyser2017-06-26
* Add apple_stub_binary rule.Gravatar allevato2017-06-26
* Rollback the copt-changing functionality of the extension_safe attributeGravatar cparsons2017-06-16
* Use the correct extension_safe copt for extension_safe attributeGravatar cparsons2017-05-26
* Split transition unconditionally for multiarch apple rulesGravatar cparsons2017-04-30
* Rollforward attempt 2 of "apple_binary extension_safe attribute results in co...Gravatar cparsons2017-04-28
* Temporarily disable consistent split transitioning on apple_binary rules.Gravatar cparsons2017-04-19
* Improve DottedVersion validation for minimum_os attribute, and fix error mess...Gravatar cparsons2017-04-18
* "minimum_os" attribute on multi-arch linking rules.Gravatar cparsons2017-04-13
* Use split transition consistently among Apple multi-arch linking rules.Gravatar cparsons2017-04-11
* Remove static declaration of apple split transitions, as this is no longer ne...Gravatar cparsons2017-04-10
* Add support for 'macos' platform_type in apple binary. This type is only sup...Gravatar Cal Peyser2017-03-09
* Rollback of commit 5e945570ec0b9079596756bf89437ac37e031c36.Gravatar Jon Brandvein2017-02-28
* Rollforward of "apple_binary extension_safe attribute results in configuratio...Gravatar Chris Parsons2017-02-24
* Rollback of commit 59b01953143562502dc036735c2cd23e5255cb24.Gravatar Laurent Le Brun2017-02-20
* apple_binary extension_safe attribute results in configuration transition on ...Gravatar Chris Parsons2017-02-20
* Set ios_cpu on child configurations of multi-arch apple rules in all cases.Gravatar Chris Parsons2017-01-10
* Introduce --apple_crosstool_top, which sets the crosstool for sources in objc...Gravatar Cal Peyser2016-12-23
* Rollback of commit 87fd5baeaa3f983bbec0c0dbc7b16eb52cf2267f.Gravatar Tobias Werth2016-12-22
* Introduce --apple_crosstool_top, which sets the crosstool for sources in objc...Gravatar Cal Peyser2016-12-22
* Rollback AppleCrosstoolChangeGravatar Cal Peyser2016-12-22
* Introduce --apple_crosstool_top, which sets the crosstool for sources in objc...Gravatar Cal Peyser2016-12-22
* Initial check-in of apple_static_library ruleGravatar Chris Parsons2016-09-30
* Enable split transitions for tvOS.Gravatar Googler2016-09-22
* Add minimum OS, simulator version, and simulator device flags for tvOS and wa...Gravatar Googler2016-09-20
* Refactor apple multi-arch platform-specific split transition and rule classes...Gravatar Chris Parsons2016-09-06