aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/objc/ObjcLibraryTest.java
Commit message (Expand)AuthorAge
* Always use exactly two components in Xcode version featureHEADmasterGravatar bbaren2018-08-15
* Remove old implementation for object file pathGravatar pcloudy2018-07-10
* Set Xcode version as a feature when building Objective-CGravatar bbaren2018-07-02
* Make Artifact#equals take the owner into account for derived artifacts.Gravatar janakr2018-06-08
* Flip default value of --experimental_shortened_obj_file_path to true (Second ...Gravatar pcloudy2018-06-08
* Remove the non_propagated_deps attribute from objc_library and apple_binary. ...Gravatar kaipi2018-05-30
* Rename CommandAction.getEnvironment, add AbstractAction.getEnvironmentGravatar ulfjack2018-05-17
* Headers specified in cc_library.textual_hdrs are passed through objc_libraryGravatar cpeyser2018-04-30
* Abstract away the param file write action from tests.Gravatar tomlu2018-04-26
* Starts threading ActionExecutionContext to sites calling getPath() only withinGravatar shahan2018-04-11
* Automated rollback of commit 3ab52e63079f1e43cb2c973425f615836a334082.Gravatar hlopko2018-04-11
* Flip default value of --experimental_shortened_obj_file_path to trueGravatar pcloudy2018-04-06
* Shorten object file pathGravatar pcloudy2018-03-23
* Remove cc_inc_library from bazelGravatar hlopko2018-03-06
* Add --incompatible_strict_objc_module_maps.Gravatar allevato2018-02-27
* Changes cc_library to consume headers specified in the "hdrs" attribute of anGravatar cpeyser2018-02-12
* Convert "-" to "" when generating module nameGravatar Googler2018-02-05
* Inline rarely used PathFragment methods that do not deserve to be on a core p...Gravatar tomlu2018-01-19
* Remove legacy implementation of objc compilation/archiving/linking.Gravatar cpeyser2017-11-06
* Move remaining legacy objc_library tests to crosstool case.Gravatar cpeyser2017-09-26
* Remove dependence on compilation attributes (e.g. 'srcs') for apple_binary an...Gravatar cparsons2017-09-25
* Delete ios_application, ios_extension(_binary), objc_binary.Gravatar allevato2017-09-21
* Move some more tests from the legacy case to the crosstool case.Gravatar cpeyser2017-09-19
* Move a test from the legacy case to the crosstool case.Gravatar cpeyser2017-09-19
* Move some legacy-only tests to the crosstool tests.Gravatar cpeyser2017-09-14
* Remove --experimental_disable_jvm from unit tests.Gravatar cpeyser2017-09-13
* Change xcode_config rule semantics to fit current usageGravatar cparsons2017-09-06
* 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
* Open source some objc tests. Most notably, proto and j2objc tests still remai...Gravatar cparsons2017-08-28
* Blaze exports a feature for actions with objective c source in their transitiveGravatar cpeyser2017-08-22
* 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
* Turn on objc crosstool use in Bazel by default.Gravatar cpeyser2017-07-19
* Automated rollback of commit 4594b7fd6c2516341cdd6e57f9eaaf22cf691f95.Gravatar buchgr2017-07-17
* AppleBinary and AppleStaticLibrary no longer propagate unwrapped ObjcProvider.Gravatar cparsons2017-07-17
* Promote getPossibleInputsForTesting from CppCompileAction to CommandAction, inGravatar cpeyser2017-07-17
* Add module_map attribute to objc_libraryGravatar Googler2017-07-14
* Platform -> ApplePlatform, to avoid ambiguity with the newly introducedGravatar cpeyser2017-07-07
* Open source unit tests for the objc rules.Gravatar cpeyser2017-07-06