aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommon.java
Commit message (Expand)AuthorAge
* Eliminate STATIC_FRAMEWORK_DIR as a separate field of ObjcProvider.Gravatar cparsons2017-11-28
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Move expansion functionality to a new classGravatar ulfjack2017-09-29
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Automated rollback of commit fc41c430e4de4594a1d699f573d191cbad52a2fb.Gravatar plf2017-09-01
* Move ObjcProvider FLAG into a new provider type (TransitiveSourcesProvider) t...Gravatar cpeyser2017-08-30
* Remove TODO regarding removal of a couple ObjcProvider keys.Gravatar cparsons2017-08-30
* Blaze exports a feature for actions with objective c source in their transitiveGravatar cpeyser2017-08-22
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Delete unused ObjcProvider keys.Gravatar schmitt2017-08-16
* Rollback of https://github.com/bazelbuild/bazel/commit/21436e062a12b64c8bee66...Gravatar ajmichael2017-08-14
* Stop transitively propagating headers transitively for ObjC protos.Gravatar kaipi2017-08-09
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* 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
* Make native declared providers not implement TransitiveInfoCollection.Gravatar dslomov2017-07-12
* Remove unused method shouldUseObjcModulesGravatar cparsons2017-07-03
* Inline AttributeContainer.ATTRIBUTE_CONTAINER_FACTORY and PathFragment.TO_PAT...Gravatar laurentlb2017-07-03
* Remove Xcodege integration from Blaze.Gravatar schmitt2017-06-05
* Remove userHeaderSearchPaths from ObjcCommon - it is not used.Gravatar cpeyser2017-05-10
* Handle labels with explicit repositories correctly in objc rules.Gravatar allevato2017-05-09
* Roll forward of https://github.com/bazelbuild/bazel/commit/5f31944b8942818aaf...Gravatar Googler2017-05-02
* Automated g4 rollback of commit a83a5df53ca184ad59a4a46cd9dfa747bf08007a.Gravatar Googler2017-04-30
* Custom module map for j2objc_libraryGravatar Googler2017-04-30
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Generated files directory is passed to dependers as a user header search path...Gravatar Cal Peyser2017-02-09
* Directory headers are filtered out of header inputs to objc compilation.Gravatar Cal Peyser2017-02-08
* Rollback filtering of objc headersGravatar Cal Peyser2017-02-06
* Directory headers are filtered out of header inputs to objc compilation.Gravatar Cal Peyser2017-02-06
* Cast to ConfiguredTarget instead of AbstractConfiguredTarget for obtaining th...Gravatar Chris Parsons2016-12-21
* Rollforward of "Split ObjcProvider.framework_dir into static and dynamic fram...Gravatar Chris Parsons2016-12-06
* Rollback of commit 7a668370e350f602ec863eb4169729885e1c7c93.Gravatar Damien Martin-Guillerez2016-12-05
* Split ObjcProvider.framework_dir into static and dynamic framework directories.Gravatar Chris Parsons2016-12-05
* Remove Swift support from native rulesGravatar Dmitry Shevchenko2016-11-24
* Propagate defines through objc -> cc deps.Gravatar Cal Peyser2016-08-23
* Restore objc -> cc_inc_library deps, add regression test.Gravatar Cal Peyser2016-08-18
* Add a more robust test for cc_library deps that is not confused by anGravatar Cal Peyser2016-08-17
* Remove --objc_generate_debug_symbols flagGravatar Dmitry Shevchenko2016-06-21
* Allow importing of late loaded dynamic frameworksGravatar Googler2016-06-20
* Always register module map actions.Gravatar Dmitry Shevchenko2016-06-09
* Add module map support to ExperimentalObjcLibrary, which contains experimenta...Gravatar Cal Peyser2016-06-07
* Separates the proto compilation action from the other linking sources, to iso...Gravatar Sergio Campama2016-06-06
* Allow imports of dylib frameworks.Gravatar Peter Schmitt2016-05-19
* Import cc_library dependencies in generated Xcode project.Gravatar Googler2016-05-09
* apple_binary builds without implicit requirement of cc-relevant flags.Gravatar Chris Parsons2016-05-06
* 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
* Introduce apple_binary, which links together one or more c-family libraries a...Gravatar Chris Parsons2016-04-27
* Adds support for strict dependency management. This is done by filtering a li...Gravatar Sergio Campama2016-04-26