aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/AppleStaticLibrary.java
Commit message (Expand)AuthorAge
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Automated rollback of commit 618a2bf3574015d1d341d59a34e4d0bf285ad5bf.Gravatar cparsons2017-09-04
* Automated rollback of commit fc41c430e4de4594a1d699f573d191cbad52a2fb.Gravatar plf2017-09-01
* Rollforward #2 of "AppleBinary and AppleStaticLibrary no longer propagate unw...Gravatar cparsons2017-08-31
* Move ObjcProvider FLAG into a new provider type (TransitiveSourcesProvider) t...Gravatar cpeyser2017-08-30
* Automated rollback of commit 1af9b1e2238c3b43a2b66233495ecf7b6ef4dcab.Gravatar Googler2017-08-25
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Delete unused ObjcProvider keys.Gravatar schmitt2017-08-16
* Rollback of https://github.com/bazelbuild/bazel/commit/21436e062a12b64c8bee66...Gravatar ajmichael2017-08-14
* Stop transitively propagating headers transitively for ObjC protos.Gravatar kaipi2017-08-09
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Automated rollback of commit 6cfffdf37e11018c7e6e2cabc90440d6d29c819b.Gravatar cpeyser2017-08-02
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-28
* Automated rollback of commit 9e3018109b189a345cd9b353729c7f31ac209bc9.Gravatar allevato2017-07-27
* Rollforward of "AppleBinary and AppleStaticLibrary no longer propagate unwrap...Gravatar cparsons2017-07-26
* Automated rollback of commit 6d884afa8da1b08288cb0108e8bbf6c22ec63393.Gravatar dslomov2017-07-25
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-25
* Automated rollback of commit 4594b7fd6c2516341cdd6e57f9eaaf22cf691f95.Gravatar buchgr2017-07-17
* AppleBinary and AppleStaticLibrary no longer propagate unwrapped ObjcProvider.Gravatar cparsons2017-07-17
* Make native declared providers not implement TransitiveInfoCollection.Gravatar dslomov2017-07-12
* Platform -> ApplePlatform, to avoid ambiguity with the newly introducedGravatar cpeyser2017-07-07
* Automated rollback of commit 9000e61fc1737444392ffe251727e8331fab3cf2.Gravatar Googler2017-07-07
* Automated g4 rollback of commit 29ec1b89989db411d2038e2df8657b6435f80403.Gravatar fwe2017-06-13
* Propagate AppleStaticLibrary provider from apple_static_libraryGravatar cparsons2017-06-01
* Change ProtobufSupport to use CrosstoolCompilationSupport if experimental_obj...Gravatar Googler2017-05-30
* Extract :cc_toolchain as constantGravatar hlopko2017-05-22
* apple_static_library passes the correct crosstool to platform-specific compileGravatar cpeyser2017-05-02
* Refactor to extract the collection of portable proto filters.Gravatar kaipi2017-04-30
* Add FILES_TO_COMPILE output group to apple_static_library.Gravatar cpeyser2017-04-28
* Export the FILES_TO_COMPILE output group from the objc rules. Add a builder ...Gravatar cpeyser2017-04-25
* "minimum_os" attribute on multi-arch linking rules.Gravatar cparsons2017-04-13
* Fix ProtobufSupport.java to use the build configuration when being called fro...Gravatar kaipi2017-04-13
* Subtract protos from avoid_deps of apple_static_libraryGravatar cparsons2017-04-07
* Avoid linking direct cc_library dependencies (and their transitive deps) if i...Gravatar Chris Parsons2017-02-03
* MultiArchPlatformRule can use --experimental_objc_crosstoolGravatar Cal Peyser2017-02-02
* Introduce --experimental_objc_crosstool, which replacesGravatar Cal Peyser2017-01-19
* "deps" attribute avoids linking libraries transitively included in "dylibs" a...Gravatar Chris Parsons2016-12-09
* Refactor new compilation, archiving, and fully linking logic into a subclass ofGravatar Cal Peyser2016-11-04
* Subtract resource-related provider values defined in avoid_deps from depsGravatar Chris Parsons2016-10-27
* Initial check-in of apple_static_library ruleGravatar Chris Parsons2016-09-30