aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/apple/AppleConfiguration.java
Commit message (Expand)AuthorAge
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Expose late-bound-attributes to Skylark.Gravatar cparsons2017-11-06
* 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
* Remove the target_apple_env and the apple_host_system_env methods from ctx.fr...Gravatar lberki2017-10-18
* Export apple_host_system_env and target_apple_env through apple_common (as op...Gravatar lberki2017-10-16
* Put the platform version from the options into the output directory name inst...Gravatar lberki2017-10-13
* Remove sdk_version_for_platform from ctx.fragments.apple .Gravatar lberki2017-10-11
* Remove ctx.fragments.apple.minimum_os_for_platform_type.Gravatar lberki2017-10-10
* if --experimental_apple_mandatory_minimum_version is specified, make Apple ru...Gravatar lberki2017-10-10
* Remove ctx.fragments.apple.{xcode_version,ios_minimum_os}.Gravatar lberki2017-10-10
* Consolidate ObjectCodec<String> creationGravatar michajlo2017-10-09
* Contingent on a flag --experimental_objc_provider_from_linked, apple_binary a...Gravatar cparsons2017-09-25
* Delete ios_application, ios_extension(_binary), objc_binary.Gravatar allevato2017-09-21
* Allow non-dottedversion aliases for --xcode_versionGravatar cparsons2017-08-31
* Error reporting for invalid dynamic configurationsGravatar cparsons2017-08-31
* Add an xcode_config_alias rule that is an alias to the current xcode_config r...Gravatar lberki2017-08-24
* Properly handle some values that can be null in AppleCommandLineOptions.Gravatar janakr2017-08-18
* Open-source Skyframe serialization, and make AppleConfiguration serializable ...Gravatar janakr2017-08-18
* Route Xcode version information through an implicit dependency instead of the...Gravatar lberki2017-07-25
* Add a command line option to make the minimum_os_version attribute mandatory ...Gravatar lberki2017-07-25
* Clean up/improve docs across several Apple classes.Gravatar allevato2017-07-21
* Refactor the logic to determine Xcode configuration so that getting the infor...Gravatar lberki2017-07-14
* Remove apple_watch1_extension and apple_watch_extension_binary rulesGravatar cparsons2017-07-12
* Platform -> ApplePlatform, to avoid ambiguity with the newly introducedGravatar cpeyser2017-07-07
* {ios,macos}_minimum_os flags now default to {ios_macos}_sdk_version valuesGravatar cparsons2017-06-30
* Remove usage of --ios_cpu from Bazel.Gravatar cpeyser2017-06-26
* Rollback the copt-changing functionality of the extension_safe attributeGravatar cparsons2017-06-16
* Rollforward attempt 2 of "apple_binary extension_safe attribute results in co...Gravatar cparsons2017-04-28
* Remove AppleCrosstoolSplitTransition.Gravatar cpeyser2017-04-26
* "minimum_os" attribute on multi-arch linking rules.Gravatar cparsons2017-04-13
* Make immutability explicit for things exposed to Skylark.Gravatar dslomov2017-04-12
* Add support for 'macos' platform_type in apple binary. This type is only sup...Gravatar Cal Peyser2017-03-09
* Rollback of commit 5e945570ec0b9079596756bf89437ac37e031c36.Gravatar Jon Brandvein2017-02-28
* Rollforward of "apple_binary extension_safe attribute results in configuratio...Gravatar Chris Parsons2017-02-24
* Disable bitcode for simulator architectures, regardless of the apple_bitcode ...Gravatar Chris Parsons2017-02-22
* Rollback of commit 59b01953143562502dc036735c2cd23e5255cb24.Gravatar Laurent Le Brun2017-02-20
* apple_binary extension_safe attribute results in configuration transition on ...Gravatar Chris Parsons2017-02-20
* Fills out some macOS support needed for the bundler.Gravatar Googler2017-02-02
* Remove apple_dynamic_library rule.Gravatar Chris Parsons2017-02-01
* When the apple crosstool transition is being used (set with --apple_crosstool...Gravatar Cal Peyser2017-01-30
* Set defaults for xcode_version and *_sdk_version flags based on the informati...Gravatar Chris Parsons2017-01-26
* Introduces --apple_crosstool_transition, which turns controls the activation ofGravatar Cal Peyser2017-01-20
* Set correct ENV variables for macOS builds.Gravatar Dmitry Shevchenko2017-01-19
* AppleCrosstoolTransition is also applied to any incoming edge to a rule classGravatar Cal Peyser2017-01-13
* Manually add periods to documentation strings where needed.Gravatar John Cater2017-01-03
* Expose apple.xcode_version() to skylark.Gravatar Chris Parsons2016-12-28
* Introduce --apple_crosstool_top, which sets the crosstool for sources in objc...Gravatar Cal Peyser2016-12-23
* Rollback of commit 87fd5baeaa3f983bbec0c0dbc7b16eb52cf2267f.Gravatar Tobias Werth2016-12-22