aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc
Commit message (Expand)AuthorAge
* Improve DottedVersion validation for minimum_os attribute, and fix error mess...Gravatar cparsons2017-04-18
* Add bitcode support to objc crosstool linking.Gravatar cpeyser2017-04-18
* Remove the use_objc_header rule warning. Add a generic migration warning to o...Gravatar kaipi2017-04-18
* Introduce linkmap support for --experimental_objc_crosstool=allGravatar cpeyser2017-04-18
* Partition ObjC header scanning actions to better handle large targets.Gravatar Googler2017-04-14
* Sets --objc_includes_prioritize_static_libs to be true by default.Gravatar cpeyser2017-04-14
* "minimum_os" attribute on multi-arch linking rules.Gravatar cparsons2017-04-13
* Fix ProtobufSupport.java to use the build configuration when being called fro...Gravatar kaipi2017-04-13
* Use split transition consistently among Apple multi-arch linking rules.Gravatar cparsons2017-04-11
* Added an optional option --j2objc_dead_code_reportGravatar Googler2017-04-11
* Remove static declaration of apple split transitions, as this is no longer ne...Gravatar cparsons2017-04-10
* 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