aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/apple
Commit message (Expand)AuthorAge
...
* 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
* Drop 32-bit architectures from builds with ios_mimimum_os > 11.0.Gravatar cparsons2017-09-21
* LateBoundDefault: enforce access to a single fragment (or none).Gravatar mstaib2017-09-19
* Do not duplicate build variables, reuse variables from cc toolchainGravatar hlopko2017-09-19
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Remove the unused fallback argument from getHost() and the unused method getP...Gravatar lberki2017-09-12
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Change xcode_config rule semantics to fit current usageGravatar cparsons2017-09-06
* Allow non-dottedversion aliases for --xcode_versionGravatar cparsons2017-08-31
* Error reporting for invalid dynamic configurationsGravatar cparsons2017-08-31
* Remove default_macosx_sdk_version (use default_macos_sdk_version only)Gravatar cparsons2017-08-30
* Add an xcode_config_alias rule that is an alias to the current xcode_config r...Gravatar lberki2017-08-24
* Split Info into SkylarkInfo and NativeInfo.Gravatar dslomov2017-08-22
* 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
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* macOS link actions set the correct system framework include pathsGravatar cparsons2017-07-26
* Add "apple_" prefix to Skylark platform(_type) modules.Gravatar allevato2017-07-26
* 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
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Refactor the logic to determine Xcode configuration so that getting the infor...Gravatar lberki2017-07-14
* First pass of @Option documentation for apple/objc/swiftGravatar cparsons2017-07-13
* Make native declared providers not implement TransitiveInfoCollection.Gravatar dslomov2017-07-12
* Remove apple_watch1_extension and apple_watch_extension_binary rulesGravatar cparsons2017-07-12
* Make some objects SkylarkValuesGravatar vladmos2017-07-11
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Make native declared providers type-safe.Gravatar dslomov2017-07-10
* Platform -> ApplePlatform, to avoid ambiguity with the newly introducedGravatar cpeyser2017-07-07
* Remove FragmentOptions' addAllLabels and getAllLabels and friends.Gravatar mstaib2017-07-07
* {ios,macos}_minimum_os flags now default to {ios_macos}_sdk_version valuesGravatar cparsons2017-06-30
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Remove usage of --ios_cpu from Bazel.Gravatar cpeyser2017-06-26
* Remove remaining xcodegen references.Gravatar schmitt2017-06-26
* Rollback the copt-changing functionality of the extension_safe attributeGravatar cparsons2017-06-16
* Extract the MacOS/XCode env rewrite logic into lib.exec.appleGravatar ulfjack2017-06-13
* Rename xcode_version's default_macosx_sdk_version to use 'macos'.Gravatar cparsons2017-06-05
* Set host apple platform type to MACOSGravatar cparsons2017-06-05
* Automated g4 rollback of commit 34fe247448a9be13fc41f93ac78a071ec157f434.Gravatar Googler2017-05-12
* Automated g4 rollback of commit 006a80425e7dd521634c5735d2730f40e9e82e06.Gravatar Googler2017-05-10
* Make the cc_toolchain libc_top use the target configurationGravatar Googler2017-05-09
* Rollforward attempt 2 of "apple_binary extension_safe attribute results in co...Gravatar cparsons2017-04-28
* Remove AppleCrosstoolSplitTransition.Gravatar cpeyser2017-04-26
* Split out option usage restriction from option category.Gravatar ccalvarin2017-04-18
* Improve DottedVersion validation for minimum_os attribute, and fix error mess...Gravatar cparsons2017-04-18
* Automated g4 rollback of commit e7c730ba64d1c34ac7049f4165a33dc1329d0019.Gravatar jfield2017-04-18
* "minimum_os" attribute on multi-arch linking rules.Gravatar cparsons2017-04-13