aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/BinaryLinkingTargetFactory.java
Commit message (Expand)AuthorAge
* Rollback of https://github.com/bazelbuild/bazel/commit/21436e062a12b64c8bee66...Gravatar ajmichael2017-08-14
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Stop transitively propagating headers transitively for ObjC protos.Gravatar kaipi2017-08-09
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-28
* Automated rollback of commit 6d884afa8da1b08288cb0108e8bbf6c22ec63393.Gravatar dslomov2017-07-25
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-25
* Route Xcode version information through an implicit dependency instead of the...Gravatar lberki2017-07-25
* ObjcProvider is propagated as a native declared provider.Gravatar cparsons2017-07-21
* Platform -> ApplePlatform, to avoid ambiguity with the newly introducedGravatar cpeyser2017-07-07
* Remove Xcodege integration from Blaze.Gravatar schmitt2017-06-05
* Refactor to extract the collection of portable proto filters.Gravatar kaipi2017-04-30
* Export the FILES_TO_COMPILE output group from the objc rules. Add a builder ...Gravatar cpeyser2017-04-25
* Fix ProtobufSupport.java to use the build configuration when being called fro...Gravatar kaipi2017-04-13
* Deprecate native Apple bundling rules.Gravatar allevato2017-04-06
* Introduce --experimental_objc_crosstool, which replacesGravatar Cal Peyser2017-01-19
* Implement basic objc executable linking in the CROSSTOOL.Gravatar Cal Peyser2016-11-16
* Refactor new compilation, archiving, and fully linking logic into a subclass ofGravatar Cal Peyser2016-11-04
* BinaryLinkingTargetFactory can use the crosstool backend. objc_binary can turnGravatar Cal Peyser2016-10-06
* Use minimum OS flags for watchOS and tvOS actions.Gravatar Chris Parsons2016-09-30
* Initial check-in of apple_static_library ruleGravatar Chris Parsons2016-09-30
* 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
* 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
* Fixes Xcodegen when using --experimental_auto_top_level_union_objc_protos.Gravatar Sergio Campama2016-07-14
* Remove --objc_generate_debug_symbols flagGravatar Dmitry Shevchenko2016-06-21
* Allow importing of late loaded dynamic frameworksGravatar Googler2016-06-20
* 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
* 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 builds without implicit requirement of cc-relevant flags.Gravatar Chris Parsons2016-05-06
* Introduces a registry of native providers to the BuildConfiguration, which ca...Gravatar Cal Peyser2016-05-03
* Adds a new flag for generation of dSYMs for all apple rules.Gravatar Dmitry Shevchenko2016-05-03
* In apple_binary, propagate cc_library dependencies for all child configuratio...Gravatar Chris Parsons2016-05-02
* Refactor CompilationSupport.registerFullyLinkedAction to be the responsibilit...Gravatar Chris Parsons2016-04-26
* Introduce a seperate name to distinguish the objc provider passed from native...Gravatar Cal Peyser2016-04-05
* *_test rules now return an .xctest.dSYM bundle.Gravatar Googler2016-04-01
* Add support for objc_generate_linkmap argument that controls whether a link m...Gravatar Dave MacLachlan2016-03-31
* Adds the dsym files to the ios_application output when using --objc_generate_...Gravatar Googler2016-03-30
* Skylark providers exported under the key "objc" are consumed as ObjcProvider ...Gravatar Cal Peyser2016-03-29
* Introduce skylark provider for objc.Gravatar Cal Peyser2016-03-18
* Move ObjC compilation actions for J2ObjC-translated code from binary level to...Gravatar Rumou Duan2016-02-05
* Allows cc_{library, binary} targets to depend on objc_library.Gravatar Googler2015-12-10
* Create AppleConfiguration and AppleCommandLineOptions, and move a few items o...Gravatar Chris Parsons2015-11-10
* Strict matching of architecture name to ios platform. Also refactor Platform ...Gravatar Chris Parsons2015-11-02
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25