aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc
Commit message (Expand)AuthorAge
* 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
* Refactor generated objc sources compilation in ProtobufSupport.javaGravatar pcloudy2018-04-25
* Add getters to JavaCompilationArgsProviderGravatar cushon2018-04-24
* SpawnAction.setShellCommand: expect shell pathGravatar laszlocsomor2018-04-23
* Thread more information through CcToolchainProvider for CcCommon.configureFea...Gravatar hlopko2018-04-20
* C++: Wrap CcLinkParamsInfo with CcLinkingInfo.Gravatar plf2018-04-16
* Made j2objc translation flags accessible to Skylark, to migrate builds usingGravatar Googler2018-04-13
* Adding toolchain support for j2objc protosGravatar Mike Lewis2018-04-13
* Migrate apple_common.new_objc_provider to use @SkylarkCallableGravatar cparsons2018-04-10
* 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
* Remove category checking from incompatible changes.Gravatar ccalvarin2018-03-30
* Fixing issue with external j2objc protos (reattempt at #4058)Gravatar Mike Lewis2018-03-29
* Make deprecated ObjcProvider fields return empty sets when --incompatible_dis...Gravatar cparsons2018-03-28
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Delete the ios_device rule from bazel.Gravatar kaipi2018-03-28
* ObjcLibrary.java: Use objectFilesCollector to get object filesGravatar pcloudy2018-03-28
* Expose j2objc.dead_code_report as a configuration field instead of a basic st...Gravatar cparsons2018-03-27
* Avoid using ObjectFilePathHelper in CompilationSupport.javaGravatar pcloudy2018-03-27