aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/AppleBinary.java
Commit message (Expand)AuthorAge
* apple_binary "dylibs" attribute depends on AppleDynamicFrameworkProviderGravatar cparsons2017-06-20
* apple_binary provides information about its dylibs' symbols in its nested Obj...Gravatar cparsons2017-06-06
* If the target apple_binary is a loadable_bundle, always pass the @loader_path...Gravatar kaipi2017-05-23
* apple_static_library passes the correct crosstool to platform-specific compileGravatar cpeyser2017-05-02
* Adds a forwarder for instrumented files in AppleBinary.Gravatar kaipi2017-04-26
* Export the FILES_TO_COMPILE output group from the objc rules. Add a builder ...Gravatar cpeyser2017-04-25
* "minimum_os" attribute on multi-arch linking rules.Gravatar cparsons2017-04-13
* Apple binary configures actions not just with it's child's config and provider,Gravatar Cal Peyser2017-03-28
* Adds linkmaps to the AppleDebugOutputsProvider for them to be consumed by dep...Gravatar Sergio Campama2017-03-10
* Add dSYM binaries to AppleDebugOutputsProvider.Gravatar Googler2017-03-03
* Disable bitcode for simulator architectures, regardless of the apple_bitcode ...Gravatar Chris Parsons2017-02-22
* apple_binary produces a skylark provider depending on its binary_typeGravatar Chris Parsons2017-02-13
* Adds @loaderpath/Frameworks to the list rpath for AppleBinary in loadable_bun...Gravatar Sergio Campama2017-02-03
* MultiArchPlatformRule can use --experimental_objc_crosstoolGravatar Cal Peyser2017-02-02
* Add Bitcode symbol maps and AppleDebugOutputsProviderGravatar Dmitry Shevchenko2017-01-26
* 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
* Add a "dylib" binary type to apple_binary, and deprecate apple_dynamic_libraryGravatar Chris Parsons2017-01-05
* Avoid linking objc protos that are transitively in the "dylibs" attributeGravatar Chris Parsons2017-01-05
* Creates a new BundleLoaderProvider that propagates necessary artifacts, paths...Gravatar Sergio Campama2016-12-15
* "deps" attribute avoids linking libraries transitively included in "dylibs" a...Gravatar Chris Parsons2016-12-09
* 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 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