aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc
Commit message (Expand)AuthorAge
* Subtract protos from avoid_deps of apple_static_libraryGravatar cparsons2017-04-07
* Deprecate native Apple bundling rules.Gravatar allevato2017-04-06
* Bundle loader is passed to link actions for ios_test usingGravatar cpeyser2017-04-06
* Slightly improve efficiency of apple_binary dylib-proto-dependency subtractionGravatar cparsons2017-04-06
* Replace constants (static final CONSTANT_CASE) declaration type which use the...Gravatar Googler2017-04-05
* objc_proto_library does not pick up generated cc code in compile actions.Gravatar cpeyser2017-04-05
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Iterable -> ImmutableList for ACTIVATED_ACTIONS in order to respect https://g...Gravatar cpeyser2017-04-04
* Implement DSYM generation for the CROSSTOOL rules.Gravatar cpeyser2017-04-04
* Actions arising from experimental_objc_library in opt mode do not use "-g0" ifGravatar cpeyser2017-03-29
* Apple binary configures actions not just with it's child's config and provider,Gravatar Cal Peyser2017-03-28
* Add a GenerateJ2objcHeaderMap action to generate the J2ObjC header mapping.Gravatar Rumou Duan2017-03-27
* Finish implementing binary stripping for --experimental_objc_crosstool=all.Gravatar Cal Peyser2017-03-24
* Correct header thinning in ObjC crosstool rules so that objc_frameworkGravatar Googler2017-03-23
* RELNOTES[NEW]: If grte_top is a label, it can now follow non-configurable red...Gravatar Googler2017-03-21
* Flip deprecated_generated_xcode_project default to false.Gravatar Peter Schmitt2017-03-20
* Sink automatic SDK frameworks into legacy compilation support.Gravatar Googler2017-03-17
* Fix some bugs preventing the crosstool from making use of the min_version for...Gravatar Googler2017-03-16
* Header thinning feature now ships the appropriate Apple SDK with header scann...Gravatar Googler2017-03-16
* Refactor objc tests to test both crosstool/legacy. Legacy tests are madeGravatar Cal Peyser2017-03-16
* Refactor scheduling of LTO Backend actions into CppLinkActionBuilderGravatar Googler2017-03-14
* Global cleanup change.Gravatar Googler2017-03-14
* Implement coverage support for experimental_objc_libraryGravatar Cal Peyser2017-03-14
* Adds linkmaps to the AppleDebugOutputsProvider for them to be consumed by dep...Gravatar Sergio Campama2017-03-10
* Add support for 'macos' platform_type in apple binary. This type is only sup...Gravatar Cal Peyser2017-03-09
* Apply the apple crosstool transition to j2objc_library.Gravatar Cal Peyser2017-03-08
* Pass the repository name through to build info factoriesGravatar Kristina Chodorow2017-03-06
* Adds support for the header thinning feature to the new Objective-C rule impl...Gravatar Googler2017-03-03
* Global cleanup change.Gravatar Googler2017-03-03
* Add dSYM binaries to AppleDebugOutputsProvider.Gravatar Googler2017-03-03
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* ios_test provides test-specific command line args when using the crosstool.Gravatar Cal Peyser2017-03-02
* Rollback of commit 5e945570ec0b9079596756bf89437ac37e031c36.Gravatar Jon Brandvein2017-02-28
* Clean up the semantics of input discovering actions a bit by making updateInp...Gravatar Lukacs Berki2017-02-28
* Remove AbtractAction#getInputsForExtraAction() (the third time).Gravatar Lukacs Berki2017-02-27
* Remove flag --experimental_j2objc_srcjar_processing, and always use the new J...Gravatar Rumou Duan2017-02-27
* RELNOTES: Activate the "dead_strip" feature if objc binary stripping is enabled.Gravatar Googler2017-02-27
* Fixes issue with ObjcCompileAction where extra action funcitonality is unableGravatar Googler2017-02-27
* Adds the new versions of the template substitutions into ios_test.Gravatar Sergio Campama2017-02-27
* CrosstoolCompilationSupport registers a binary strip action when binaryGravatar Cal Peyser2017-02-27
* Rollforward of "apple_binary extension_safe attribute results in configuratio...Gravatar Chris Parsons2017-02-24
* All objc linking rules get the crosstool.Gravatar Cal Peyser2017-02-24
* APPLE_CROSSTOOL distinguisher is not applied if --apple_crosstool_transition ...Gravatar Cal Peyser2017-02-23
* Update to header thinning feature to create header_scanner actions based on c...Gravatar Googler2017-02-23
* Crosstool compilation support for J2ObjcAspect.Gravatar Rumou Duan2017-02-22
* Disable bitcode for simulator architectures, regardless of the apple_bitcode ...Gravatar Chris Parsons2017-02-22
* 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
* Switch J2ObjC to use compile-time jars (interface and header jars) instead of...Gravatar Rumou Duan2017-02-20
* Change header thinning feature to use dotd pruning to update action inputs.Gravatar Googler2017-02-17