aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/objc/AppleStaticLibraryTest.java
Commit message (Expand)AuthorAge
* Add --apple_enable_auto_dsym_dbg flagGravatar Googler2018-05-30
* Enable manual trimming of config_feature_flags.Gravatar mstaib2018-05-16
* Use a new pattern for builtin Provider objects with @SkylarkCallable.Gravatar cparsons2018-05-01
* Migrate Apple providers to abide by Native Declared Provider best practices.Gravatar cparsons2018-01-17
* Remove the unused --[no]experimental_disable_jvm command line option.Gravatar lberki2018-01-11
* Change Mock xcrunwrapper dependency to accurately be a sh_binary instead of a...Gravatar cparsons2017-12-21
* From apple_binary, receive AppleExecutableBinaryProvider from the bundle_load...Gravatar cparsons2017-12-04
* Config feature flags for apple_binary and apple_static_libraryGravatar cparsons2017-11-10
* Remove legacy implementation of objc compilation/archiving/linking.Gravatar cpeyser2017-11-06
* Put the platform version from the options into the output directory name inst...Gravatar lberki2017-10-13
* Remove dependence on compilation attributes (e.g. 'srcs') for apple_binary an...Gravatar cparsons2017-09-25
* Drop 32-bit architectures from builds with ios_mimimum_os > 11.0.Gravatar cparsons2017-09-21
* Automated rollback of commit 618a2bf3574015d1d341d59a34e4d0bf285ad5bf.Gravatar cparsons2017-09-04
* Rollforward #2 of "AppleBinary and AppleStaticLibrary no longer propagate unw...Gravatar cparsons2017-08-31
* Open source some objc tests. Most notably, proto and j2objc tests still remai...Gravatar cparsons2017-08-28
* Change some apple_static_library tests so they work forGravatar cpeyser2017-08-22
* Delete unused ObjcProvider keys.Gravatar schmitt2017-08-16
* Automated rollback of commit 9e3018109b189a345cd9b353729c7f31ac209bc9.Gravatar allevato2017-07-27
* Rollforward of "AppleBinary and AppleStaticLibrary no longer propagate unwrap...Gravatar cparsons2017-07-26
* Add a command line option to make the minimum_os_version attribute mandatory ...Gravatar lberki2017-07-25
* Turn on objc crosstool use in Bazel by default.Gravatar cpeyser2017-07-19
* Add testing for builds which contain two targets with different minimum_os bu...Gravatar cparsons2017-07-18
* 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 type-safe.Gravatar dslomov2017-07-10
* Open source unit tests for the objc rules.Gravatar cpeyser2017-07-06