aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/apple
Commit message (Expand)AuthorAge
* 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
* Expands the number of attributes that XcodeVersionProperties provides to Skyl...Gravatar Sergio Campama2017-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
* Have the "version_min" build variable be available to Apple C/C++ compilation...Gravatar Googler2017-01-13
* Add SwiftConfigurationGravatar Dmitry Shevchenko2017-01-12
* Expose DEVELOPER_DIR to SkylarkGravatar Dmitry Shevchenko2017-01-10
* 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
* Introduce --apple_crosstool_top, which sets the crosstool for sources in objc...Gravatar Cal Peyser2016-12-22
* Rollback AppleCrosstoolChangeGravatar Cal Peyser2016-12-22
* Introduce --apple_crosstool_top, which sets the crosstool for sources in objc...Gravatar Cal Peyser2016-12-22
* Remove --experimental_disable_native_swift_rules flag.Gravatar Dmitry Shevchenko2016-12-21
* Enables the propagation of the XcodeVersionProperties provider for reading fr...Gravatar Sergio Campama2016-12-13
* Remove Swift support from native rulesGravatar Dmitry Shevchenko2016-11-24
* Bazel exports environment variable values to apple toolchains as buildGravatar Cal Peyser2016-11-23
* Add bitcode linker flagsGravatar Dmitry Shevchenko2016-11-18
* Fix a bunch of typosGravatar Jon Brandvein2016-11-10
* Pad apple SDK version number strings to ensure there are at least two compone...Gravatar Chris Parsons2016-11-02
* Rollback of commit e6191f7209ebf3f67480bc7aa9db5ac58beb2156.Gravatar Damien Martin-Guillerez2016-10-19
* Roll forward of commit deeeb31f8ba0f196fbc9ca2a177d59d57ea50b32.Gravatar Dmitry Shevchenko2016-10-05
* Rollback of commit deeeb31f8ba0f196fbc9ca2a177d59d57ea50b32.Gravatar Dmitry Shevchenko2016-10-04
* Add a way to select non-default Xcode toolchainGravatar Dmitry Shevchenko2016-10-04
* Use minimum OS flags for watchOS and tvOS actions.Gravatar Chris Parsons2016-09-30
* Add a flag to disable native Swift support.Gravatar Dmitry Shevchenko2016-09-29
* Native declared providers are automatically exported.Gravatar Dmitry Lomov2016-09-26
* Expose AppleBitcodeMode to SkylarkGravatar Dmitry Shevchenko2016-09-23
* Add minimum OS, simulator version, and simulator device flags for tvOS and wa...Gravatar Googler2016-09-20
* Expose some platform-related types/methods to Skylark.Gravatar Googler2016-09-13
* xcode_configure repository rule for determining locally installed versions of...Gravatar Chris Parsons2016-09-01
* Use correct platform for Swift stdlib actions.Gravatar Dmitry Shevchenko2016-08-30
* Appropriately set platform environment variables in release bundle plists.Gravatar Chris Parsons2016-08-30
* Remove the dependency from the C++ rules to Apple stuff.Gravatar Ulf Adams2016-08-29
* Expose PlatformType and supporting methods to Skylark.Gravatar Dmitry Shevchenko2016-08-25
* Expose single and multi-architecture platform retrieval methods (AppleConfigu...Gravatar Chris Parsons2016-08-23
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Implement objc archiving in the crosstool. This involves a few steps:Gravatar Cal Peyser2016-08-12
* Move cmdline lib to its own packageGravatar Kristina Chodorow2016-07-21
* xcode_config throws an error if two aliases are assigned to different version...Gravatar Chris Parsons2016-06-29
* Reorganize Skylark Reference documentation.Gravatar Dmitry Lomov2016-06-29
* Add bitcode support to experimental_objc_library.Gravatar Cal Peyser2016-06-29
* ExperimentalObjcLibrary uses xcrunwrapper to template SDKROOT and DEVELOPER_DIR.Gravatar Cal Peyser2016-06-20
* Support for platform_type="watchos" on apple_binary.Gravatar Chris Parsons2016-06-16
* Pass toolchain build variables to C++ link actions.Gravatar Chris Parsons2016-06-16