aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcRuleClasses.java
Commit message (Expand)AuthorAge
* 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
* Avoid linking objc protos that are transitively in the "dylibs" attributeGravatar Chris Parsons2017-01-05
* "deps" attribute avoids linking libraries transitively included in "dylibs" a...Gravatar Chris Parsons2016-12-09
* Remove Swift support from native rulesGravatar Dmitry Shevchenko2016-11-24
* Initial implementation of "dylib" attribute for apple_binary and apple_dynami...Gravatar Chris Parsons2016-11-02
* Remove iossim from Bazel. Gravatar Dave MacLachlan2016-10-25
* Initial check-in of apple_static_library ruleGravatar Chris Parsons2016-09-30
* Enable the generation of Objc protos in whichever host machine it is running.Gravatar Sergio Campama2016-09-20
* Add a common class for filtering proto source files.Gravatar Rumou Duan2016-09-16
* Fix compilation for JDK 7Gravatar Laurent Le Brun2016-09-08
* Allow list of lists of mandatory native providersGravatar Googler2016-09-08
* Set family to constant "watch" for watchOS2 extension and application.Gravatar Chris Parsons2016-09-06
* Refactor apple multi-arch platform-specific split transition and rule classes...Gravatar Chris Parsons2016-09-06
* Move $swiftstdlibtoolwrapper to ReleaseBundlingToolsRule, the accurate place ...Gravatar Chris Parsons2016-08-23
* Restore objc -> cc_inc_library deps, add regression test.Gravatar Cal Peyser2016-08-18