aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcRuleClasses.java
Commit message (Expand)AuthorAge
* Remove CROSSTOOL_LABEL label resolver from ObjcRuleClasses.Gravatar dbabkin2018-06-28
* Specify that some resources in objc_bundle_library are post processed before ...Gravatar Googler2018-06-26
* Make some Apple objects more serializable: tag constants as constant, tag lam...Gravatar janakr2018-06-19
* Remove the non_propagated_deps attribute from objc_library and apple_binary. ...Gravatar kaipi2018-05-30
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Replace instances of XCode with Xcode which is the proper casing for the name.Gravatar Sergio Campama2018-03-06
* Change $cc_toolchain_type to NODEP_LABEL so there is no actual dependency.Gravatar jcater2018-02-08
* Stop allowing generic LateBoundDefault value types. Such types are always eit...Gravatar janakr2018-02-02
* Expand the docs on hdrs to better indicate what they are.Gravatar thomasvl2018-02-01
* Remove ios_test from Bazel. ios_test is an old rule and this removal is part ...Gravatar kaipi2018-01-25
* Migrate Apple providers to abide by Native Declared Provider best practices.Gravatar cparsons2018-01-17
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Remove duplicate CppHelper.getCcToolchainType method.Gravatar John Cater2017-12-06
* Update documentation on sdk_frameworks for objc_library.Gravatar kaipi2017-11-10
* Export apple_host_system_env and target_apple_env through apple_common (as op...Gravatar lberki2017-10-16
* SplitTransitionProvider no longer requires the attributes it uses are "Non Co...Gravatar cparsons2017-10-11
* Documentation fix for 'minimum_os_version' attributeGravatar cparsons2017-10-06
* Remove compilation and bundling attributes from apple_binary and apple_static...Gravatar cparsons2017-09-29
* Remove the null lipo context collector from the objc rules, which do not use ...Gravatar cpeyser2017-09-29
* Delete ios_application, ios_extension(_binary), objc_binary.Gravatar allevato2017-09-21
* Introduce --enabled_toolchain_types, which when set to the cpp toolchain caus...Gravatar cpeyser2017-09-20
* LateBoundDefault: enforce access to a single fragment (or none).Gravatar mstaib2017-09-19
* Every rule class that uses a cc_toolchain also has knowledge of the label forGravatar cpeyser2017-09-18
* remove reference to native "ios_framework" rule, as it no longer exists.Gravatar cparsons2017-08-29
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-28
* Automated rollback of commit 6d884afa8da1b08288cb0108e8bbf6c22ec63393.Gravatar dslomov2017-07-25
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-25
* Add module_map attribute to objc_libraryGravatar Googler2017-07-14
* Platform -> ApplePlatform, to avoid ambiguity with the newly introducedGravatar cpeyser2017-07-07
* Make 'platform_type' a mandatory attribute.Gravatar cparsons2017-07-06
* Remove implicit dependency of objc rules on //tools/objc:header_scannerGravatar cparsons2017-06-29
* Add apple_stub_binary rule.Gravatar allevato2017-06-26
* Remove last traces of experimental_obj_libraryGravatar cparsons2017-06-26
* apple_binary "dylibs" attribute depends on AppleDynamicFrameworkProviderGravatar cparsons2017-06-20
* Move ExecutionRequirements to the lib.actions packageGravatar ulfjack2017-06-06
* Remove Xcodege integration from Blaze.Gravatar schmitt2017-06-05
* Extract :cc_toolchain as constantGravatar hlopko2017-05-22
* Roll forward of https://github.com/bazelbuild/bazel/commit/5f31944b8942818aaf...Gravatar Googler2017-05-02
* Automated g4 rollback of commit a83a5df53ca184ad59a4a46cd9dfa747bf08007a.Gravatar Googler2017-04-30
* Custom module map for j2objc_libraryGravatar Googler2017-04-30
* Update apple_binary.platform_type docs to mention macos and tvos.Gravatar allevato2017-04-25
* "minimum_os" attribute on multi-arch linking rules.Gravatar cparsons2017-04-13
* Replace constants (static final CONSTANT_CASE) declaration type which use the...Gravatar Googler2017-04-05
* Sink automatic SDK frameworks into legacy compilation support.Gravatar Googler2017-03-17
* Header thinning feature now ships the appropriate Apple SDK with header scann...Gravatar Googler2017-03-16
* All objc linking rules get the crosstool.Gravatar Cal Peyser2017-02-24
* Experimental feature to do header thinning of Objective-C compilation actions.Gravatar Googler2017-02-03
* MultiArchPlatformRule can use --experimental_objc_crosstoolGravatar Cal Peyser2017-02-02
* Encourage folks to use -iquote instead of -I for includes so that they focus ...Gravatar Dave MacLachlan2017-02-02
* Remove some cases of inferring configuration and platform from ruleContext ou...Gravatar Chris Parsons2017-01-06