aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/apple
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 support for Swift 2.3 toolchainGravatar dmishe2017-10-27
* 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
* Categorize build options for BuildConfiguration.Gravatar gregce2017-10-06
* 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