aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/AppleBinaryRule.java
Commit message (Expand)AuthorAge
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Ensure that all rules which (even very indirectly) callGravatar jcater2018-04-27
* Migrate Apple providers to abide by Native Declared Provider best practices.Gravatar cparsons2018-01-17
* Config feature flags for apple_binary and apple_static_libraryGravatar cparsons2017-11-10
* Remove compilation and bundling attributes from apple_binary and apple_static...Gravatar cparsons2017-09-29
* Add apple_stub_binary rule.Gravatar allevato2017-06-26
* Rollback the copt-changing functionality of the extension_safe attributeGravatar cparsons2017-06-16
* Rollforward attempt 2 of "apple_binary extension_safe attribute results in co...Gravatar cparsons2017-04-28
* 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
* apple_binary produces a skylark provider depending on its binary_typeGravatar Chris Parsons2017-02-13
* MultiArchPlatformRule can use --experimental_objc_crosstoolGravatar Cal Peyser2017-02-02
* Renames the BundleLoaderProvider to AppleExecutableBinaryProvider, and uses t...Gravatar Sergio Campama2017-01-23
* Rename "bundle" apple_binary to "loadable_bundle".Gravatar Chris Parsons2017-01-23
* AppleCrosstoolTransition is also applied to any incoming edge to a rule classGravatar Cal Peyser2017-01-13
* Update apple_binary documentation to match support for multiple platforms and...Gravatar Chris Parsons2017-01-06
* Add a "dylib" binary type to apple_binary, and deprecate apple_dynamic_libraryGravatar Chris Parsons2017-01-05
* Creates a new BundleLoaderProvider that propagates necessary artifacts, paths...Gravatar Sergio Campama2016-12-15
* Add support for bundle binaries in apple_binary.Gravatar Sergio Campama2016-11-24
* Initial implementation of "dylib" attribute for apple_binary and apple_dynami...Gravatar Chris Parsons2016-11-02
* Initial check-in of apple_static_library ruleGravatar Chris Parsons2016-09-30
* Refactor apple multi-arch platform-specific split transition and rule classes...Gravatar Chris Parsons2016-09-06
* Rollforward of change that broke #1579 with test fix (need to specify ios_sdk...Gravatar Chris Parsons2016-07-29
* Rollback of commit 8643954b818547339e8055d0aa4867c1286ebca1.Gravatar Damien Martin-Guillerez2016-07-29
* Remove apple_binary's implicit output _lipo.a.Gravatar Chris Parsons2016-07-28
* Support for platform_type="watchos" on apple_binary.Gravatar Chris Parsons2016-06-16
* Add documentation for apple_binary rule, making it visible for public consump...Gravatar Chris Parsons2016-05-30
* apple_binary creates _lipo.a (multi-architecture archive library)Gravatar Chris Parsons2016-05-12
* Use SplitTransitionProvider to provide apple_binary's split transitionsGravatar Chris Parsons2016-05-11
* apple_binary builds without implicit requirement of cc-relevant flags.Gravatar Chris Parsons2016-05-06
* Introduce apple_binary, which links together one or more c-family libraries a...Gravatar Chris Parsons2016-04-27