aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc
Commit message (Expand)AuthorAge
* 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
* Shorten object file pathGravatar pcloudy2018-03-23
* Stop objc_proto_library from returning the generated sources.Gravatar kaipi2018-03-21
* Expose the j2objc configuration fragment, with field dead_code_report, matchi...Gravatar cparsons2018-03-19
* Splits the iterableMarshaller into runtime codecs.Gravatar shahan2018-03-14
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06