aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/AppleBinary.java
Commit message (Expand)AuthorAge
* Initial implementation of "dylib" attribute for apple_binary and apple_dynami...Gravatar Chris Parsons2016-11-02
* Initial checkin of apple_dynamic_libraryGravatar Chris Parsons2016-10-12
* Refactor apple multi-arch platform-specific split transition and rule classes...Gravatar Chris Parsons2016-09-06
* apple_binary propagates appropriate dSYM information, and apple_watch2_extens...Gravatar Chris Parsons2016-08-30
* Appropriately set platform environment variables in release bundle plists.Gravatar Chris Parsons2016-08-30
* Make the proto bundling behavior the default when using the new library. Take 2Gravatar Sergio Campama2016-08-17
* Adds proto grouping behavior so that generation and compilation actions are m...Gravatar Sergio Campama2016-08-16
* Introduce apple_watch2_extension rule for bundling watchOS2 extensions.Gravatar Chris Parsons2016-08-03
* 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
* Rollback of commit ee36dd3f5db8e7ad129b2782a24eb97a0478fc42.Gravatar Sergio Campama2016-07-25
* Make the proto bundling behavior the default when using the new library.Gravatar Sergio Campama2016-07-19
* Support for platform_type="watchos" on apple_binary.Gravatar Chris Parsons2016-06-16
* Always register module map actions.Gravatar Dmitry Shevchenko2016-06-09
* More refactor work on single-/multi- architecture accessor methods of AppleCo...Gravatar Chris Parsons2016-06-09
* Separates the proto compilation action from the other linking sources, to iso...Gravatar Sergio Campama2016-06-06
* Refactoring of Apple Platform detection and usage, to pave the way for non-IO...Gravatar Chris Parsons2016-05-30
* Support for gathering all the protos seen in the transitive closure of depend...Gravatar Sergio Campama2016-05-25
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24
* apple_binary creates _lipo.a (multi-architecture archive library)Gravatar Chris Parsons2016-05-12
* Refactor ios_split_cpu to be apple_split_cpu, in preparation for using it to ...Gravatar Chris Parsons2016-05-11
* 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
* In apple_binary, propagate cc_library dependencies for all child configuratio...Gravatar Chris Parsons2016-05-02
* Introduce apple_binary, which links together one or more c-family libraries a...Gravatar Chris Parsons2016-04-27