aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/apple/AppleToolchain.java
Commit message (Expand)AuthorAge
* Remove Swift support from native rulesGravatar Dmitry Shevchenko2016-11-24
* Add minimum OS, simulator version, and simulator device flags for tvOS and wa...Gravatar Googler2016-09-20
* Use correct platform for Swift stdlib actions.Gravatar Dmitry Shevchenko2016-08-30
* Support for platform_type="watchos" on apple_binary.Gravatar Chris Parsons2016-06-16
* More refactor work on single-/multi- architecture accessor methods of AppleCo...Gravatar Chris Parsons2016-06-09
* Refactoring of Apple Platform detection and usage, to pave the way for non-IO...Gravatar Chris Parsons2016-05-30
* Expose platform frameworks dir to Skylark.Gravatar Dmitry Shevchenko2016-05-03
* Set --xcode_version_config=@bazel_tools//tools/objc:host_xcodes by default inGravatar Luis Fernando Pino Duque2016-04-27
* Rename LateBoundLabel#getDefault(Rule, AttributeMap, T) to #resolve().Gravatar Lukacs Berki2016-04-19
* Make ObjcProvider keys accessible to skylark. This is necessary to allowGravatar Cal Peyser2016-04-14
* Expose AppleToolchain to skylark.Gravatar Cal Peyser2016-04-05
* Start adding support for passing in SDK versions for Mac OS, Watch OS, TV OS.Gravatar Dave MacLachlan2016-03-01
* Add Watch and TV to list of platforms.Gravatar Dave MacLachlan2016-02-26
* Implement TODO from: https://github.com/bazelbuild/bazel/blo[]fbbd6a32b95ba74...Gravatar Greg Estren2016-02-11
* Move ObjC compilation actions for J2ObjC-translated code from binary level to...Gravatar Rumou Duan2016-02-05
* Redesign xcode_config rule to be evaluated at the level of configuration inst...Gravatar Chris Parsons2016-02-01
* Use xcode_config build target for actions which need to resolve an xcode vers...Gravatar Chris Parsons2016-01-13
* Find frameworks in System/ instead of in Developer/ for ios sdks 9.0 and laterGravatar Chris Parsons2015-12-08
* Rename Platform.forArch to Platform.forIosArch, as it is truly doing the latter.Gravatar Chris Parsons2015-11-18
* Create AppleConfiguration and AppleCommandLineOptions, and move a few items o...Gravatar Chris Parsons2015-11-10