aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcVariablesExtension.java
Commit message (Expand)AuthorAge
* Simplify dSYM handlingGravatar Googler2018-07-11
* Extract logic for dealing with CROSSTOOL values and build variables into sepa...Gravatar rosica2018-05-14
* Remove source specific build variables from C++ API.Gravatar plf2017-12-15
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-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
* Remove unused dsym type info from ObjcVariablesExtension.Gravatar cpeyser2017-04-20
* Add bitcode support to objc crosstool linking.Gravatar cpeyser2017-04-18
* Introduce linkmap support for --experimental_objc_crosstool=allGravatar cpeyser2017-04-18
* Implement DSYM generation for the CROSSTOOL rules.Gravatar cpeyser2017-04-04
* CrosstoolCompilationSupport can be used for multi-arch binaries by allowing a...Gravatar Cal Peyser2017-02-15
* Avoid putting objc linkopts and copts in Set, as their order and duplicate-ar...Gravatar Chris Parsons2017-02-15
* Fixing Blaze crashing when using --experimental_objc_crosstool=all with objc_...Gravatar Rumou Duan2017-02-03
* Have the "version_min" build variable be available to Apple C/C++ compilation...Gravatar Googler2017-01-13
* Improve memory footprint of CcToolchainFeatures.Variables.Gravatar Marcel Hlopko2016-11-24
* Simplify Crosstool Build Variables contextGravatar Marcel Hlopko2016-11-16
* Implement basic objc executable linking in the CROSSTOOL.Gravatar Cal Peyser2016-11-16
* Introduce explicit iterate_over field for flag_group in CrosstoolGravatar Marcel Hlopko2016-11-08
* experimental_objc_library always creates a module map, to be consistent with ...Gravatar Cal Peyser2016-09-30
* Use minimum OS flags for watchOS and tvOS actions.Gravatar Chris Parsons2016-09-30
* Add minimum OS, simulator version, and simulator device flags for tvOS and wa...Gravatar Googler2016-09-20
* Implement the fully link action in the OSX crosstool.Gravatar Cal Peyser2016-08-18