aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc
Commit message (Expand)AuthorAge
* Only allocate some formerly frequently allocated PathFragment objects once.Gravatar nharmata2017-05-02
* Automated g4 rollback of commit a83a5df53ca184ad59a4a46cd9dfa747bf08007a.Gravatar Googler2017-04-30
* Custom module map for j2objc_libraryGravatar Googler2017-04-30
* Split transition unconditionally for multiarch apple rulesGravatar cparsons2017-04-30
* Refactor to extract the collection of portable proto filters.Gravatar kaipi2017-04-30
* Rollforward attempt 2 of "apple_binary extension_safe attribute results in co...Gravatar cparsons2017-04-28
* Add FILES_TO_COMPILE output group to apple_static_library.Gravatar cpeyser2017-04-28
* Adds a forwarder for instrumented files in AppleBinary.Gravatar kaipi2017-04-26
* Archiving with --experimental_objc_crosstool=all/library includes precompiledGravatar cpeyser2017-04-26
* Remove AppleCrosstoolSplitTransition.Gravatar cpeyser2017-04-26
* Update apple_binary.platform_type docs to mention macos and tvos.Gravatar allevato2017-04-25
* Parse /showIncludes output for MSVC compilerGravatar Yun Peng2017-04-25
* Export the FILES_TO_COMPILE output group from the objc rules. Add a builder ...Gravatar cpeyser2017-04-25
* Remove unused dsym type info from ObjcVariablesExtension.Gravatar cpeyser2017-04-20
* Temporarily disable consistent split transitioning on apple_binary rules.Gravatar cparsons2017-04-19
* Propagate iquote appropriately from apple_binary so that generated headers of...Gravatar cparsons2017-04-19
* Turn on --experimental_j2objc_header_map by default.Gravatar rduan2017-04-19
* Split out option usage restriction from option category.Gravatar ccalvarin2017-04-18
* 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