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
|
Use -fPIC for shared libraries compiled with LDC/GDC, too.
Sönke Ludwig
committed
on 26 Jul 2015
|
|
Fix building dynamic libraries. Fixes #613.
Sönke Ludwig
committed
on 26 Jul 2015
|
|
2015-07-11 |
Improve error message for invalid platform specifications.
...
Sönke Ludwig
committed
on 11 Jul 2015
|
2015-07-10 |
|
2015-06-26 |
Again, rework --data's handling of sourceFiles and static library dependencies.
Nick Sabalausky
authored
on 24 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
Rework --data's handling of sourceFiles and static library dependencies.
Nick Sabalausky
authored
on 21 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Split --data=libs into two: --data=libs (for installed/system libs) and --data=lib-files (for dependency libs)
...
Nick Sabalausky
authored
on 3 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Add "targets" field to "dub describe" output.
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Change Build(Options/Requirements) to BitFlags.
Sönke Ludwig
committed
on 26 Jun 2015
|
|
2015-06-11 |
Pass -vcolumns to DMD if supported. Fixes #581.
Sönke Ludwig
committed
on 11 Jun 2015
|
2015-05-31 |
Show quoted args for compiler invocations. See #569.
Sönke Ludwig
committed
on 31 May 2015
|
2015-05-26 |
Pass 'x86-64' arch to LDC instead of 'x86_64'
ponce
committed
on 26 May 2015
|
2015-04-10 |
|