index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tools
/
build_defs
/
apple
Commit message (
Expand
)
Author
Age
*
Format all bzl files with buildifier
vladmos
2018-06-01
*
Remove usages of `+` on dicts
vladmos
2018-01-03
*
Add a missing argument to the code in https://github.com/bazelbuild/bazel/com...
lberki
2017-10-16
*
Update the Apple rules according to the new API because it was deemed better to
lberki
2017-10-12
*
Make the Apple Skylark rule be able to fetch environment data from the
lberki
2017-10-06
*
Remove swift_library and tests, lives in the apple rules repo now.
thomasvl
2017-09-11
*
Remove the old copy of apple_genrule. It lives in apple rules.
thomasvl
2017-09-11
*
Remove an obsolete TODO
dmishe
2017-08-29
*
Use ctx.label instead of ctx in progress messages
vladmos
2017-08-03
*
Rename set to depset
vladmos
2017-07-27
*
Remove tools/build_defs/apple/apple.bzl.
thomasvl
2017-04-20
*
Copy swift.bzl into bazel_rules/rules_apple.
allevato
2017-04-11
*
Description redacted.
Googler
2017-03-27
*
Disable sandboxing for some bundling actions.
Googler
2017-03-27
*
Add "resources", "structured_resources" attrs to swift_library.
Googler
2017-03-27
*
Adds -disable-autolink-framework to static libraries so that they are not add...
Sergio Campama
2017-02-07
*
Fix-up release-related TODOs.
Dmitry Shevchenko
2017-01-19
*
Add --swiftcopt support to swift_library
Dmitry Shevchenko
2017-01-12
*
Remove method presence check after a bazel release
Dmitry Shevchenko
2017-01-10
*
Remove conditionals in skylark apple rules for presence of objc.dynamic_frame...
Chris Parsons
2017-01-06
*
Force debug info output into Swift modules
Dmitry Shevchenko
2017-01-05
*
Global cleanup change.
Kristina Chodorow
2016-12-21
*
Enable threaded Whole Module Optimization
Dmitry Shevchenko
2016-12-21
*
Expose apple_generate_dsym value to Skylark and use in swift_library
Dmitry Shevchenko
2016-12-16
*
Add an option to enable Whole Module Optimization
Dmitry Shevchenko
2016-12-15
*
Extract swiftc input calculation from swift_library
Googler
2016-12-14
*
Extract swiftc argument generation from swift_library implementation
Googler
2016-12-13
*
Break out xcrun env from xcrun_action
Dmitry Shevchenko
2016-12-12
*
Rollforward of "Split ObjcProvider.framework_dir into static and dynamic fram...
Chris Parsons
2016-12-06
*
Allow swiftc to correctly recognize main.swift as script target.
Dmitry Shevchenko
2016-11-07
*
Generate coverage mappings for Swift.
Googler
2016-10-27
*
Armv6 is not supported.
Dave MacLachlan
2016-10-24
*
Cleanup swift_library after Bazel release
Dmitry Shevchenko
2016-10-24
*
Add swiftmodule outputs to the linking step.
Dmitry Shevchenko
2016-10-19
*
Support tvOS and fix the platform min OS version selection.
Googler
2016-10-18
*
Remove apple fragment access fallback
Chris Parsons
2016-10-14
*
Prevent empty swift_library srcs.
Googler
2016-10-12
*
Propagate swift_library defines attribute to parents.
Dmitry Shevchenko
2016-10-11
*
Move bazel apple tests into a separate package.
Dmitry Shevchenko
2016-10-11
*
Validate swift_library names
Dmitry Shevchenko
2016-10-06
*
Roll forward of commit deeeb31f8ba0f196fbc9ca2a177d59d57ea50b32.
Dmitry Shevchenko
2016-10-05
*
Rollback of commit deeeb31f8ba0f196fbc9ca2a177d59d57ea50b32.
Dmitry Shevchenko
2016-10-04
*
Add a way to select non-default Xcode toolchain
Dmitry Shevchenko
2016-10-04
*
Add genfiles to include paths to allow full-path imports of generated protos
Googler
2016-10-04
*
Use minimum OS flags for watchOS and tvOS actions.
Chris Parsons
2016-09-30
*
Add bitcode handling to swift_library
Dmitry Shevchenko
2016-09-26
*
Cleanup swift_library after Blaze release.
Dmitry Shevchenko
2016-09-22
*
Add copts attribute to swift_library.
Dmitry Shevchenko
2016-09-21
*
Replace HOST_CFG with "host" as the former has been marked as deprecated.
Sergio Campama
2016-09-20
*
Clarify the intermediate outputs handling in swift_library
Dmitry Shevchenko
2016-09-19
[next]