aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc
Commit message (Expand)AuthorAge
...
* 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
* Rename some ClassObject/Provider-related methodsGravatar brandjon2017-12-28
* ObjectCodecs for all non-test FragmentOption subclasses.Gravatar Googler2017-12-27
* Replace Attribute.SplitTransition with config.transitions.SplitTransition.Gravatar gregce2017-12-22
* Deprecate "xctest" attribute from ios_test. This removes any functionality re...Gravatar kaipi2017-12-21
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Remove xcode_toolchain flagGravatar dmishe2017-12-21
* Remove ConfigurationTransition.HOST references from lib.packages.Gravatar gregce2017-12-20
* Correct typos found by the linter.Gravatar gregce2017-12-20
* Expose ObjcProtoAspect to Skylark.Gravatar cparsons2017-12-20
* Remove CppConfiguration#supportsFission and #useFission. To do this, we:Gravatar cpeyser2017-12-20
* Remove FeatureSpecification, use plain sets insteadGravatar hlopko2017-12-19
* Preemptively add deps back for Objective-C compilation after it was removed inGravatar plf2017-12-18
* Remove source specific build variables from C++ API.Gravatar plf2017-12-15
* Remove duplicate CppHelper.getCcToolchainType method.Gravatar John Cater2017-12-06
* From apple_binary, receive AppleExecutableBinaryProvider from the bundle_load...Gravatar cparsons2017-12-04
* Expose ObjcProtoProvider as a Skylark object.Gravatar cparsons2017-12-04
* Set --objc_debug_with_GLIBCXX=false by default in the Bazel binary.Gravatar cpeyser2017-11-30
* Eliminate STATIC_FRAMEWORK_DIR as a separate field of ObjcProvider.Gravatar cparsons2017-11-28
* Remove dead code from CompilationSupportGravatar cparsons2017-11-28
* Remove useless abstractions in C++ rules after internal cleanupGravatar hlopko2017-11-24
* Remove a redundant parameter from MultiArchBinarySupport API, and remove uses...Gravatar cparsons2017-11-21
* objc_bundle_library uses the single-arch platform type instead of incorrectly...Gravatar cparsons2017-11-13
* Allow an action_config to be activated by default.Gravatar cpeyser2017-11-13
* Update documentation on sdk_frameworks for objc_library.Gravatar kaipi2017-11-10
* Config feature flags for apple_binary and apple_static_libraryGravatar cparsons2017-11-10
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Remove CppConfiguration#getFeatures in favor ofGravatar cpeyser2017-11-06
* Remove legacy implementation of objc compilation/archiving/linking.Gravatar cpeyser2017-11-06
* Automated rollback of commit 5d42ae10195cd1acb9612df3a3d520f09b0c3e39.Gravatar cpeyser2017-11-03