aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/LipoSupport.java
Commit message (Expand)AuthorAge
* Export apple_host_system_env and target_apple_env through apple_common (as op...Gravatar lberki2017-10-16
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Add more type safety to CustomCommandLine.Gravatar tomlu2017-08-16
* Inline @Deprecated methods in CustomCommandLine.Gravatar tomlu2017-08-11
* Automated rollback of commit a76c94be7c56b93fc5a2f9ececfba7ac1f61f69c.Gravatar laszlocsomor2017-07-18
* CustomCommandLine.Builder: clean up its interfaceGravatar laszlocsomor2017-07-17
* Platform -> ApplePlatform, to avoid ambiguity with the newly introducedGravatar cpeyser2017-07-07
* Just symlink instead of running 'lipo' on a single-architecture binaryGravatar Chris Parsons2017-02-08
* Remove some cases of inferring configuration and platform from ruleContext ou...Gravatar Chris Parsons2017-01-06
* apple_binary creates _lipo.a (multi-architecture archive library)Gravatar Chris Parsons2016-05-12
* Introduce apple_binary, which links together one or more c-family libraries a...Gravatar Chris Parsons2016-04-27