aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc
Commit message (Expand)AuthorAge
* Migrate ObjcProvider to BuiltinProvider from NativeProviderGravatar cparsons2018-08-07
* C++: Removes calls to setCcLinkparamsStore of CcLinkingInfo.BuilderGravatar plf2018-08-06
* Remove the functionality to do ahead-of-time #include extraction as a separateGravatar Googler2018-08-06
* Return Java providers only onceGravatar elenairina2018-08-02
* Automated rollback of commit 38899f708923d6a7e1edd011af2ba70f505bb4c9.Gravatar twerth2018-08-01
* Add JavaSourceInfoProvider to JavaInfo.Gravatar elenairina2018-07-31
* Return Java providers only onceGravatar elenairina2018-07-30
* Automated rollback of commit 71479d3ef1627a30b9ec75ca50e6a90cf7db6377.Gravatar ruperts2018-07-27
* Add a flag to make Apple rules not share C++ compile actions.Gravatar lberki2018-07-26
* C++: Removes calls to setCcLinkparamsStore of CcLinkingInfo.BuilderGravatar plf2018-07-26
* Remove "warn" setting for hdrs_check. This has not proven useful.Gravatar Googler2018-07-23
* Instead of tracking only the source files to be compiled as outputs of the ge...Gravatar kaipi2018-07-19
* Simplify dSYM handlingGravatar Googler2018-07-11
* [Reland] Accept proto paths relative to proto_source_root as direct dependenc...Gravatar Googler2018-07-09
* Replace instances of Blaze with Bazel.Gravatar Dan Fabulich2018-07-05
* Set Xcode version as a feature when building Objective-CGravatar bbaren2018-07-02
* Deletes AutoCodec.PUBLIC_FIELDS strategy. Superseded by DynamicCodec.Gravatar shahan2018-06-29
* Remove CROSSTOOL_LABEL label resolver from ObjcRuleClasses.Gravatar dbabkin2018-06-28
* Remove old (dead) SkylarkSignature-binding code from some classes.Gravatar cparsons2018-06-27
* Specify that some resources in objc_bundle_library are post processed before ...Gravatar Googler2018-06-26
* Delete an unused methodGravatar cushon2018-06-22
* Automated rollback of commit 28a999cff60fa5a8c9ca045ab2b202d83a0e0583.Gravatar kaipi2018-06-22
* Expose aspect actions from Skylark.Gravatar tomlu2018-06-22
* Remove genrule's special handling of the "toolchains" attribute.Gravatar jcater2018-06-20
* Make some Apple objects more serializable: tag constants as constant, tag lam...Gravatar janakr2018-06-19
* * Update apple_common.link_multi_arch_binary to return all of its providers a...Gravatar allevato2018-06-13
* Remove --glibc optionGravatar rosica2018-06-04
* Migrate remaining apple-related skylark types to skylarkbuildapiGravatar cparsons2018-06-01
* Remove unused codepaths now that non_propagated_deps has been removed as an a...Gravatar kaipi2018-05-31
* Remove the non_propagated_deps attribute from objc_library and apple_binary. ...Gravatar kaipi2018-05-30
* Add --apple_enable_auto_dsym_dbg flagGravatar Googler2018-05-30
* Start migration of apple skylark build APIGravatar cparsons2018-05-25
* C++: Separates adding sources and private headers to CcCompilationHelperGravatar plf2018-05-25
* Migrate struct() to skylarkbuildapiGravatar cparsons2018-05-24
* Rename PatchTransition.apply to PatchTransiton.patch.Gravatar gregce2018-05-23
* Migrate JavaInfo's provider to use the new provider pattern.Gravatar cparsons2018-05-22
* C++: Deletes CcLinkParamsInfoGravatar plf2018-05-15
* Extract logic for dealing with CROSSTOOL values and build variables into sepa...Gravatar rosica2018-05-14
* C++: Renames CcCompilationContextInfo to CcCompilationContextGravatar plf2018-05-14
* Remove cppConfiguration from LinkBuildVariablesGravatar hlopko2018-05-08
* Rename LinkStaticness to LinkingMode and unify with the other LinkingMode.Gravatar hlopko2018-05-07
* Migrate j2objc to only support java_proto_library.Gravatar tomlu2018-05-04
* Simplify config fragment creation.Gravatar gregce2018-05-02
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Use a new pattern for builtin Provider objects with @SkylarkCallable.Gravatar cparsons2018-05-01
* Headers specified in cc_library.textual_hdrs are passed through objc_libraryGravatar cpeyser2018-04-30
* Change action construction to use built-in param file support.Gravatar tomlu2018-04-27
* Ensure that all aspects which (even very indirectly) callGravatar jcater2018-04-27
* Ensure that all rules which (even very indirectly) callGravatar jcater2018-04-27
* Remove unused method.Gravatar jcater2018-04-26