Sergey Vlasov
5ff6049945
swift: Support swift_args
...
Fixes #12533
11 months ago
Jussi Pakkanen
1a31882f59
Xcode: make Swift projects work.
4 years ago
Dylan Baker
29ef4478df
compilers/d: Add b_ndebug support
...
D lang compilers have an option -release (or similar) which turns off
asserts, contracts, and other runtime type checking. This patch wires
that up to the b_ndebug flag.
Fixes #7082
5 years ago
Goncalo Carvalho
bcb2556c69
add project/global args and include_dirs (useful for module maps) to swift targets
7 years ago
Nirbheek Chauhan
2e16e80048
Swift tests: Don't use label: syntax with older Swift
8 years ago
Nirbheek Chauhan
efc986ee93
swift tests: Port to Swift 3
...
Should remain compatible with Swift 2.2
8 years ago
Jussi Pakkanen
330a5601cf
Fix imports on osx.
9 years ago
Jussi Pakkanen
161d633f36
Added support for calling into C.
9 years ago
Jussi Pakkanen
961b000090
Can generate swift sources with custom target.
9 years ago
Jussi Pakkanen
d531f915b1
Can build Swift libraries and link them.
9 years ago
Jussi Pakkanen
43b07729aa
Reworked swift code so now can use multiple source files in one target.
9 years ago
Jussi Pakkanen
d92504797f
Can build simple Swift executables.
9 years ago