aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc
Commit message (Expand)AuthorAge
...
* 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
* Replace instances of XCode with Xcode which is the proper casing for the name.Gravatar Sergio Campama2018-03-06
* @AutoCodec for ConfigurationTransition subclasses.Gravatar shahan2018-03-02
* Create --incompatible_disable_objc_provider_resources to disable deprecated o...Gravatar cparsons2018-03-01
* Migrate a few trivial uses of @SkylarkSignature to use @SkylarkCallable insteadGravatar cparsons2018-03-01
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Deprecate and remove several uses of the 'values' map in NativeInfo subclasses.Gravatar cparsons2018-02-28
* Add @AutoCodec to AppleCrossToolTransition.Gravatar mjhalupka2018-02-27
* Add --incompatible_strict_objc_module_maps.Gravatar allevato2018-02-27
* Move enabling of coverage related features to CcCommonGravatar Googler2018-02-23
* C++: Migrate CcCompilationInfo to NativeInfoGravatar plf2018-02-21
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Add a CODEC for CppCompileAction.Gravatar cpeyser2018-02-14
* Add Codec for NativeAspectClass. As a result, remove @AutoCodec from concrete...Gravatar janakr2018-02-13
* 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
* Replace path implementation.Gravatar tomlu2018-02-08
* Change $cc_toolchain_type to NODEP_LABEL so there is no actual dependency.Gravatar jcater2018-02-08
* Avoid integer overflow breaking protobuf artifact ordering.Gravatar cparsons2018-02-08
* Introduce -c source_file -o output_file build variablesGravatar hlopko2018-02-08
* C++: Split C++ library into two classes, compilation and linkingGravatar plf2018-02-08
* Non-test AspectClass codecs.Gravatar shahan2018-02-07
* Convert "-" to "" when generating module nameGravatar Googler2018-02-05
* Stop allowing generic LateBoundDefault value types. Such types are always eit...Gravatar janakr2018-02-02