aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_defs/apple
Commit message (Expand)AuthorAge
* Windows: add //tools/... tests to test suiteGravatar Laszlo Csomor2018-08-09
* Format all bzl files with buildifierGravatar vladmos2018-06-01
* Remove usages of `+` on dictsGravatar vladmos2018-01-03
* Add a missing argument to the code in https://github.com/bazelbuild/bazel/com...Gravatar lberki2017-10-16
* Update the Apple rules according to the new API because it was deemed better toGravatar lberki2017-10-12
* Make the Apple Skylark rule be able to fetch environment data from theGravatar lberki2017-10-06
* Remove swift_library and tests, lives in the apple rules repo now.Gravatar thomasvl2017-09-11
* Remove the old copy of apple_genrule. It lives in apple rules.Gravatar thomasvl2017-09-11
* Remove an obsolete TODOGravatar dmishe2017-08-29
* Use ctx.label instead of ctx in progress messagesGravatar vladmos2017-08-03
* Rename set to depsetGravatar vladmos2017-07-27
* Remove tools/build_defs/apple/apple.bzl.Gravatar thomasvl2017-04-20
* Copy swift.bzl into bazel_rules/rules_apple.Gravatar allevato2017-04-11
* Description redacted.Gravatar Googler2017-03-27
* Disable sandboxing for some bundling actions.Gravatar Googler2017-03-27
* Add "resources", "structured_resources" attrs to swift_library.Gravatar Googler2017-03-27
* Adds -disable-autolink-framework to static libraries so that they are not add...Gravatar Sergio Campama2017-02-07
* Fix-up release-related TODOs.Gravatar Dmitry Shevchenko2017-01-19
* Add --swiftcopt support to swift_libraryGravatar Dmitry Shevchenko2017-01-12
* Remove method presence check after a bazel releaseGravatar Dmitry Shevchenko2017-01-10
* Remove conditionals in skylark apple rules for presence of objc.dynamic_frame...Gravatar Chris Parsons2017-01-06
* Force debug info output into Swift modulesGravatar Dmitry Shevchenko2017-01-05
* Global cleanup change.Gravatar Kristina Chodorow2016-12-21
* Enable threaded Whole Module OptimizationGravatar Dmitry Shevchenko2016-12-21
* Expose apple_generate_dsym value to Skylark and use in swift_libraryGravatar Dmitry Shevchenko2016-12-16
* Add an option to enable Whole Module OptimizationGravatar Dmitry Shevchenko2016-12-15
* Extract swiftc input calculation from swift_libraryGravatar Googler2016-12-14
* Extract swiftc argument generation from swift_library implementationGravatar Googler2016-12-13
* Break out xcrun env from xcrun_actionGravatar Dmitry Shevchenko2016-12-12
* Rollforward of "Split ObjcProvider.framework_dir into static and dynamic fram...Gravatar Chris Parsons2016-12-06
* Allow swiftc to correctly recognize main.swift as script target.Gravatar Dmitry Shevchenko2016-11-07
* Generate coverage mappings for Swift.Gravatar Googler2016-10-27
* Armv6 is not supported.Gravatar Dave MacLachlan2016-10-24
* Cleanup swift_library after Bazel releaseGravatar Dmitry Shevchenko2016-10-24
* Add swiftmodule outputs to the linking step.Gravatar Dmitry Shevchenko2016-10-19
* Support tvOS and fix the platform min OS version selection.Gravatar Googler2016-10-18
* Remove apple fragment access fallbackGravatar Chris Parsons2016-10-14
* Prevent empty swift_library srcs.Gravatar Googler2016-10-12
* Propagate swift_library defines attribute to parents.Gravatar Dmitry Shevchenko2016-10-11
* Move bazel apple tests into a separate package.Gravatar Dmitry Shevchenko2016-10-11
* Validate swift_library namesGravatar Dmitry Shevchenko2016-10-06
* 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
* Add genfiles to include paths to allow full-path imports of generated protosGravatar Googler2016-10-04
* Use minimum OS flags for watchOS and tvOS actions.Gravatar Chris Parsons2016-09-30
* Add bitcode handling to swift_libraryGravatar Dmitry Shevchenko2016-09-26
* Cleanup swift_library after Blaze release.Gravatar Dmitry Shevchenko2016-09-22
* Add copts attribute to swift_library.Gravatar Dmitry Shevchenko2016-09-21
* Replace HOST_CFG with "host" as the former has been marked as deprecated.Gravatar Sergio Campama2016-09-20