aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc
Commit message (Expand)AuthorAge
* 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
* Remove unused code from bazel.Gravatar kaipi2018-02-01
* Expand the docs on hdrs to better indicate what they are.Gravatar thomasvl2018-02-01
* Change ConfiguredAspectFactory.create signature to take in aGravatar mjhalupka2018-01-31
* Order the input-output map keys before processing its elements. This fixes no...Gravatar kaipi2018-01-31
* Drop CppCompileAction.actionContextGravatar ulfjack2018-01-30
* Allows @AutoCodec to use factory methods.Gravatar shahan2018-01-29
* Remove ios_test from Bazel. ios_test is an old rule and this removal is part ...Gravatar kaipi2018-01-25
* Move all code to lookup JavaRuntimeInfo to static methods onGravatar John Cater2018-01-23
* Inline rarely used PathFragment methods that do not deserve to be on a core p...Gravatar tomlu2018-01-19
* Migrate Apple providers to abide by Native Declared Provider best practices.Gravatar cparsons2018-01-17
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* C++: Only call link() in cc_binary when linkCompileOutputSeparately is true.Gravatar plf2018-01-12
* Propagate depsObjcProvider from loadable_bundle apple_binary targetsGravatar cparsons2018-01-11
* Automated rollback of commit c166cd99ce9f72eed522e78d63c93ff410b6dc18.Gravatar plf2018-01-11
* Fold the Jvm configuration fragment into JavaConfiguration.Gravatar lberki2018-01-11
* Automated rollback of commit 67330ad52391ad6562d439f77cc5133a0ea4247d.Gravatar plf2018-01-10
* Refactor ObjcProvider to abide by Native Declared Provider best practices.Gravatar cparsons2018-01-09
* Expose apple_common.link_multi_arch_binary to Skylark.Gravatar cparsons2018-01-08
* C++ refactoring: Separate compilation and linking calls to CcLibraryHelperGravatar plf2018-01-08
* Codecs for all non-test Fragment subclasses (except CppConfiguration, handled...Gravatar shahan2018-01-05
* Move PatchTransition and kin to analysis.config.transitions.Gravatar gregce2018-01-04
* Propagate deps' objc providers with AppleLoadableBundleGravatar cparsons2018-01-04