Skip to content

Tags: thomasvl/rules_swift

Tags

0.4.0

Toggle 0.4.0's commit message
Update rules_swift README.

PiperOrigin-RevId: 222405816

0.3.1

Toggle 0.3.1's commit message
Get linker options from the C++ toolchain for Xcode builds when possi…

…ble.

This was previously only done for Linux toolchains, but the distinctions between apple_binary (which uses CROSSTOOL to link) and swift_binary (which doesn't fully use CROSSTOOL, yet) were causing problems for Apple targets under some circumstances (for example, test binaries and their bundle loaders).

PiperOrigin-RevId: 206822105

0.3.0

Toggle 0.3.0's commit message
- Bump version number in README in anticipation of next release.

- Add instructions about configuring Clang on Linux.

RELNOTES: Linux users must set `CC=clang` in their environment.
PiperOrigin-RevId: 206804748

0.2.0

Toggle 0.2.0's commit message
Fixes to support Bazel 0.14.1.

Fixes bazelbuild#15.

0.1.3

Toggle 0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add WORKSPACE to the //:for_bazel_tests target. (bazelbuild#18)

PiperOrigin-RevId: 200433540

0.1.1

Toggle 0.1.1's commit message
Add Travis CI status badge and bump version number.

0.1.0

Toggle 0.1.0's commit message
Add missing licenses declaration to the proto example.