aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/apple/XcodeConfig.java
Commit message (Expand)AuthorAge
* Reference bazel rather than blaze in user message.Gravatar schmitt2018-07-13
* Tell user to blaze clean --expunge.Gravatar dmaclach2018-07-09
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Improve error messaging for invalid values of the --xcode_version flag.Gravatar cparsons2017-11-29
* Remove OS/Xcode versions (and thus package loading) from AppleConfiguration.L...Gravatar lberki2017-10-26
* Automated rollback of commit f9a379157d1e992390c5b6f0b75ef853e0870689.Gravatar lberki2017-10-23
* Remove OS/Xcode versions (and thus package loading) from AppleConfiguration.L...Gravatar lberki2017-10-20
* Export apple_host_system_env and target_apple_env through apple_common (as op...Gravatar lberki2017-10-16
* Remove sdk_version_for_platform from ctx.fragments.apple .Gravatar lberki2017-10-11
* Remove ctx.fragments.apple.{xcode_version,ios_minimum_os}.Gravatar lberki2017-10-10
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Change xcode_config rule semantics to fit current usageGravatar cparsons2017-09-06
* Allow non-dottedversion aliases for --xcode_versionGravatar cparsons2017-08-31
* Add an xcode_config_alias rule that is an alias to the current xcode_config r...Gravatar lberki2017-08-24
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Route Xcode version information through an implicit dependency instead of the...Gravatar lberki2017-07-25
* Refactor the logic to determine Xcode configuration so that getting the infor...Gravatar lberki2017-07-14
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* xcode_config throws an error if two aliases are assigned to different version...Gravatar Chris Parsons2016-06-29
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24
* Add default_ios_sdk_version attribute to xcode_version rules.Gravatar Chris Parsons2016-03-17
* Properly report loading errors during configuration creation.Gravatar Ulf Adams2016-02-10
* Redesign xcode_config rule to be evaluated at the level of configuration inst...Gravatar Chris Parsons2016-02-01
* Basic implementation for the build flag apple_bitcode, to propagate bitcode b...Gravatar Chris Parsons2016-01-15
* Implementation for xcode_version and xcode_config rules.Gravatar Chris Parsons2015-11-25