aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCommon.java
Commit message (Expand)AuthorAge
* Migrate ObjcProvider to BuiltinProvider from NativeProviderGravatar cparsons2018-08-07
* Simplify dSYM handlingGravatar Googler2018-07-11
* Remove unused codepaths now that non_propagated_deps has been removed as an a...Gravatar kaipi2018-05-31
* C++: Deletes CcLinkParamsInfoGravatar plf2018-05-15
* C++: Renames CcCompilationContextInfo to CcCompilationContextGravatar plf2018-05-14
* Headers specified in cc_library.textual_hdrs are passed through objc_libraryGravatar cpeyser2018-04-30
* C++: Wrap CcLinkParamsInfo with CcLinkingInfo.Gravatar plf2018-04-16
* C++: Fixes broken objc_library targets in nightlyGravatar plf2018-04-09
* C++: Introduce provider that wraps C++ compilation providers.Gravatar plf2018-04-06
* Fix strict module map propagation for j2objc.Gravatar allevato2018-04-05
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Make deprecated ObjcProvider fields return empty sets when --incompatible_dis...Gravatar cparsons2018-03-28
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Add --incompatible_strict_objc_module_maps.Gravatar allevato2018-02-27
* C++: Migrate CcCompilationInfo to NativeInfoGravatar plf2018-02-21
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* Thread ConfiguredTargetAndTarget through objC classes to get rid of referencesGravatar mjhalupka2018-02-12
* Changes cc_library to consume headers specified in the "hdrs" attribute of anGravatar cpeyser2018-02-12
* Inline rarely used PathFragment methods that do not deserve to be on a core p...Gravatar tomlu2018-01-19
* 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