History for dub_jkp / source / dub / compilers
2016-04-20
@Sönke Ludwig
Mention version of removal for all deprecated public symbols.
Sönke Ludwig committed on 20 Apr 2016
@Sönke Ludwig
Add documentation for dub.compilers.compiler/utils.
Sönke Ludwig committed on 20 Apr 2016
@Sönke Ludwig
Move utility functions from dub.compilers.compiler to dub.compilers.utils.
Sönke Ludwig committed on 20 Apr 2016
@Sönke Ludwig
Fix naming convention for the compiler handler classes and add documentation.
Sönke Ludwig committed on 20 Apr 2016
@Sönke Ludwig
Move BuildPlatform to dub.platform and improve docs.
Sönke Ludwig committed on 20 Apr 2016
2016-04-05
@Sönke Ludwig
Fix all deprecation warnings on 2.071.0-b1, except for std.stream. ...
Sönke Ludwig committed on 5 Apr 2016
2016-04-01
@ponce
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
@Jean-Baptiste Lab
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
@Martin Nowak
fix gdc/ldc flags for ddox/docs ...
Martin Nowak committed on 18 Oct 2015
2015-10-14
@Sönke Ludwig
Don't pass -unittest to dependencies when performing a test build. Fixes #640.
Sönke Ludwig committed on 14 Oct 2015
2015-09-21
@Guillaume Piolat
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
@Sönke Ludwig
Merge pull request #679 from Abscissa/fix624 ...
Sönke Ludwig committed on 14 Sep 2015
2015-09-12
@Marc Schütz
The default compiler should not depend on DUB's own build environment
Marc Schütz committed on 12 Sep 2015
2015-08-09
@Martin Nowak
add buildType profile-gc ...
Martin Nowak committed on 9 Aug 2015
2015-08-07
@Nick Sabalausky
Fix #624: --data=libs should output in compiler-format, not linker format.
Nick Sabalausky committed on 7 Aug 2015
2015-07-29
@Sönke Ludwig
Add support form -marm/-mthumb switches to GdcCompiler.
Sönke Ludwig committed on 29 Jul 2015
2015-07-26
@Sönke Ludwig
Partially fix shared library build for LDC and skip tests for LDC/GDC. ...
Sönke Ludwig committed on 26 Jul 2015
@Sönke Ludwig
Use -fPIC for shared libraries compiled with LDC/GDC, too.
Sönke Ludwig committed on 26 Jul 2015
@Sönke Ludwig
Fix building dynamic libraries. Fixes #613.
Sönke Ludwig committed on 26 Jul 2015
2015-07-11
@Sönke Ludwig
Improve error message for invalid platform specifications. ...
Sönke Ludwig committed on 11 Jul 2015
2015-07-10
@Sönke Ludwig
Fix naming convention of FileMode enum. ...
Sönke Ludwig committed on 10 Jul 2015
2015-06-26
@Nick Sabalausky
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
@Nick Sabalausky
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
@Nick Sabalausky
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
@Sönke Ludwig
Add "targets" field to "dub describe" output.
Sönke Ludwig committed on 26 Jun 2015
@Sönke Ludwig
Change Build(Options/Requirements) to BitFlags.
Sönke Ludwig committed on 26 Jun 2015
2015-06-11
@Sönke Ludwig
Pass -vcolumns to DMD if supported. Fixes #581.
Sönke Ludwig committed on 11 Jun 2015
2015-05-31
@Sönke Ludwig
Show quoted args for compiler invocations. See #569.
Sönke Ludwig committed on 31 May 2015
2015-05-26
@ponce
Pass 'x86-64' arch to LDC instead of 'x86_64'
ponce committed on 26 May 2015
2015-04-10
@Sönke Ludwig
Merge pull request #539 from MartinNowak/pkg_config ...
Sönke Ludwig committed on 10 Apr 2015