2020-11-17 |
dub.compilers.ldc: Fix --rdmd with --compiler=ldc2
...
Vladimir Panteleev
authored
on 11 Nov 2020
Mathias LANG
committed
on 17 Nov 2020
|
---|---|
2020-11-08 |
Add support for '-platformlib' option. Fixes #2031
...
Dentcho Bankov
authored
on 7 Nov 2020
Mathias LANG
committed
on 8 Nov 2020
|
2020-10-10 |
Revert "Deduplicate dflags and lflags" (#2016)
...
Sönke Ludwig
authored
on 1 Oct 2020
Petar Kirov
committed
on 10 Oct 2020
|
Deduplicate dflags and lflags
...
Geod24
authored
on 28 Sep 2020
Petar Kirov
committed
on 10 Oct 2020
|
|
2020-08-15 |
Replace occurences of 'in ref' with 'const scope ref'
...
Geod24
authored
on 15 Aug 2020
The Dlang Bot
committed
on 15 Aug 2020
|
2020-08-04 |
Add architecture x86_omf for windows-dmd
SHOO
authored
on 27 Jul 2020
The Dlang Bot
committed
on 4 Aug 2020
|
2020-05-18 |
ldc: support --arch=aarch64 and powerpc64
...
myfreeweb
authored
on 26 Jan 2020
Geod24
committed
on 18 May 2020
|
2020-05-03 |
gdc: Build dub_platform_probe with -fsyntax-only
Iain Buclaw
authored
on 3 May 2020
Mathias LANG
committed
on 3 May 2020
|
2020-03-20 |
LDC: Suppress noisy warning when cross-compiling via -arch=<triple>
Martin Kinkelin
committed
on 20 Mar 2020
|
LDC: Fix isLinkerDFlag() detection for options specified with 2 leading hyphens
Martin Kinkelin
committed
on 20 Mar 2020
|
|
Add support for iOS/tvOS/watchOS
Martin Kinkelin
committed
on 20 Mar 2020
|
|
2019-12-20 |
Merge pull request #1823 from Geod24/fix1206
...
The Dlang Bot
authored
on 20 Dec 2019
GitHub
committed
on 20 Dec 2019
|
|
|
|
|
2019-11-10 |
reduce visual complexity of concatenation with std.string.fromat
سليمان السهمي (Suleyman Sahmi)
committed
on 10 Nov 2019
|
|
|
2019-10-31 |
[dip1000] Fix compilation and test it on Travis CI
ZombineDev
committed
on 31 Oct 2019
|
2019-08-20 |
Fix linking shared libs with ldmd2 and gdmd
Martin Kinkelin
committed
on 20 Aug 2019
|
2019-08-19 |
Improve cross-compilation support (replace `version` checks by BuildPlatform runtime checks)
...
Martin Kinkelin
committed
on 19 Aug 2019
|
2019-08-18 |
ldc2: Only use `-L--no-as-needed` for Linux *targets*
Martin Kinkelin
committed
on 18 Aug 2019
|
|
|
2019-08-17 |
Enable specifying full target triples as --arch for ldc2
...
Martin Kinkelin
committed
on 17 Aug 2019
|
|
|
Restrict extra ldc2 invocation for static libs to Windows hosts
...
Martin Kinkelin
committed
on 17 Aug 2019
|
|
Support a few more ldc2 command-line options
Martin Kinkelin
committed
on 17 Aug 2019
|
|
2019-06-13 |
`alias Nullable.get this` will soon be deprecated. Use `.get`.
Mathis Beer
committed
on 13 Jun 2019
|
2019-05-06 |
fix #1003 - Check empty ldflags
Samathy Barratt
committed
on 6 May 2019
|
2019-04-23 |
Use -dumpfullversion to determine GDC version
Eugen Wissner
committed
on 23 Apr 2019
|
2019-03-22 |
Windows: Don't use Optlink by default (#1661)
...
Sebastian Wilzbach
authored
on 22 Mar 2019
The Dlang Bot
committed
on 22 Mar 2019
|
2019-02-17 |
|