aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/apple/AppleToolchain.java
Commit message (Expand)AuthorAge
* Make some Apple objects more serializable: tag constants as constant, tag lam...Gravatar janakr2018-06-19
* Start migration of apple skylark build APIGravatar cparsons2018-05-25
* Rename an AppleToolchain method to prevent overloading a skylark-exposed methodGravatar cparsons2018-05-23
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-02
* Stop allowing generic LateBoundDefault value types. Such types are always eit...Gravatar janakr2018-02-02
* LateBoundDefault: enforce access to a single fragment (or none).Gravatar mstaib2017-09-19
* macOS link actions set the correct system framework include pathsGravatar cparsons2017-07-26
* Route Xcode version information through an implicit dependency instead of the...Gravatar lberki2017-07-25
* Platform -> ApplePlatform, to avoid ambiguity with the newly introducedGravatar cpeyser2017-07-07
* Remove remaining xcodegen references.Gravatar schmitt2017-06-26
* Make immutability explicit for things exposed to Skylark.Gravatar dslomov2017-04-12
* Fills out some macOS support needed for the bundler.Gravatar Googler2017-02-02
* Expose DEVELOPER_DIR to SkylarkGravatar Dmitry Shevchenko2017-01-10
* 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