2016-09-13 |
Fix -defaultlib flag for ldc2 compiler
Олег Леленков
committed
on 13 Sep 2016
|
---|---|
2016-06-24 |
|
2016-06-01 |
Align LDC invoke function on DMD one. Fix both #859 and #834.
ponce
committed
on 1 Jun 2016
|
2016-05-27 |
|
2016-05-25 |
|
2016-05-23 |
Remove deprecated functionality to prepare for 1.0.0.
Sönke Ludwig
committed
on 23 May 2016
|
2016-04-27 |
Determine linker used by LDC on Windows dynamically. Fixes #618.
Sönke Ludwig
committed
on 27 Apr 2016
|
|
|
2016-04-26 |
Fix build error on Windows.
Sönke Ludwig
committed
on 26 Apr 2016
|
2016-04-22 |
Deprecate dub.compilers.compiler.defaultCompiler and improve docs.
...
Sönke Ludwig
committed
on 22 Apr 2016
|
2016-04-21 |
|
Move the isLinkerFile unit test to the function definition.
Sönke Ludwig
committed
on 21 Apr 2016
|
|
Fix warnings.
Sönke Ludwig
committed
on 21 Apr 2016
|
|
2016-04-20 |
Mention version of removal for all deprecated public symbols.
Sönke Ludwig
committed
on 20 Apr 2016
|
Add documentation for dub.compilers.compiler/utils.
Sönke Ludwig
committed
on 20 Apr 2016
|
|
Move utility functions from dub.compilers.compiler to dub.compilers.utils.
Sönke Ludwig
committed
on 20 Apr 2016
|
|
Fix naming convention for the compiler handler classes and add documentation.
Sönke Ludwig
committed
on 20 Apr 2016
|
|
Move BuildPlatform to dub.platform and improve docs.
Sönke Ludwig
committed
on 20 Apr 2016
|
|
2016-04-05 |
Fix all deprecation warnings on 2.071.0-b1, except for std.stream.
...
Sönke Ludwig
committed
on 5 Apr 2016
|
2016-04-01 |
Quick fix to allow building shared libraries with LDC on Windows, with LDC on OS X, and with DMD on OS X.
ponce
committed
on 1 Apr 2016
|
2016-03-17 |
Fix for issue #782. Analyze the output of pkg-config --libs <lib> and massage them if they appear to already be ready for direct use with the compiler.
...
Jean-Baptiste Lab
committed
on 17 Mar 2016
|
2015-10-18 |
|
2015-10-14 |
Don't pass -unittest to dependencies when performing a test build. Fixes #640.
Sönke Ludwig
committed
on 14 Oct 2015
|
2015-09-21 |
LDC 0.16.0 removed the -noboundschecks flag, replace with -boundscheck=off which is already existing in 0.15.x
Guillaume Piolat
committed
on 21 Sep 2015
|
2015-09-14 |
|
2015-09-12 |
The default compiler should not depend on DUB's own build environment
Marc Schütz
committed
on 12 Sep 2015
|
2015-08-09 |
|
2015-08-07 |
Fix #624: --data=libs should output in compiler-format, not linker format.
Nick Sabalausky
committed
on 7 Aug 2015
|
2015-07-29 |
Add support form -marm/-mthumb switches to GdcCompiler.
Sönke Ludwig
committed
on 29 Jul 2015
|
2015-07-26 |
Partially fix shared library build for LDC and skip tests for LDC/GDC.
...
Sönke Ludwig
committed
on 26 Jul 2015
|