aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_defs/apple/swift.bzl
Commit message (Expand)AuthorAge
* Remove swift_library and tests, lives in the apple rules repo now.Gravatar thomasvl2017-09-11
* Remove an obsolete TODOGravatar dmishe2017-08-29
* Rename set to depsetGravatar vladmos2017-07-27
* Copy swift.bzl into bazel_rules/rules_apple.Gravatar allevato2017-04-11
* Description redacted.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
* 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
* 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
* 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
* Clarify the intermediate outputs handling in swift_libraryGravatar Dmitry Shevchenko2016-09-19
* Handle minimum OS version in swift_library.Gravatar Dmitry Shevchenko2016-09-14
* Global cleanup change.Gravatar Vladimir Moskva2016-09-12
* Scope swift_library object outputs to a unique directory.Gravatar Dmitry Shevchenko2016-09-08
* Remove debugging print.Gravatar Dmitry Shevchenko2016-09-08
* Re-add support for watchOS in swift_library.Gravatar Dmitry Shevchenko2016-09-07
* Disable references to single_arch_{cpu,platform}.Gravatar Julio Merino2016-09-01
* Add support for watchOS in swift_libraryGravatar Dmitry Shevchenko2016-08-30
* Include the location of the current swiftmodule for LLDB.Gravatar Dmitry Shevchenko2016-08-12
* Add a way to set build configuration values (defines) on swift_library targets.Gravatar Dmitry Shevchenko2016-08-01
* Remove a TODO for a closed bug.Gravatar Dmitry Shevchenko2016-07-13
* Enable @testable import in swift_libraryGravatar Dmitry Shevchenko2016-07-11
* Make swift_library explicitly specify the module maps it is using.Gravatar Dmitry Shevchenko2016-07-11
* Switch swift_library to using swiftc instead of swift -frontend.Gravatar Dmitry Shevchenko2016-07-08