History for dub_jkp / source / dub / compilers
2014-05-22
@James Clarke
Ensure all files end with a newline
James Clarke committed on 22 May 2014
@James Clarke
Use tabs in all JSON and D files
James Clarke committed on 22 May 2014
@James Clarke
Removed trailing whitespace
James Clarke committed on 22 May 2014
@James Clarke
Use "dub.json" instead of "package.json" in documentation
James Clarke committed on 22 May 2014
2014-05-14
@Sönke Ludwig
Ignore any noise on stdout when reading back the platform information.
Sönke Ludwig committed on 14 May 2014
2014-05-11
@Kinsey Moore
Compilers: Add arch support for gdc
Kinsey Moore committed on 11 May 2014
2014-05-02
@Sönke Ludwig
Fix suggestion text for -debug= dflags. See #310.
Sönke Ludwig committed on 2 May 2014
2014-04-23
@Sönke Ludwig
Remove debug log noise.
Sönke Ludwig committed on 23 Apr 2014
@Sönke Ludwig
Put BuildSettings into its own module and invoke DMD to determine the actual build platform. ...
Sönke Ludwig committed on 23 Apr 2014
2014-04-11
@Sönke Ludwig
Improve diagnostic messages for pkg-config.
Sönke Ludwig committed on 11 Apr 2014
@Sönke Ludwig
Only pass known libraries to pkg-config. Fixes #274. ...
Sönke Ludwig committed on 11 Apr 2014
2014-04-04
@sinkuu
Missing tilde
sinkuu committed on 4 Apr 2014
2014-04-03
@Dmitri Makarov
Enable library targets for LDC compiler.
Dmitri Makarov committed on 3 Apr 2014
2014-03-19
@Sönke Ludwig
Output -l flags on the compiler command line after all source files. Fixes #281.
Sönke Ludwig committed on 19 Mar 2014
2014-03-04
@Sönke Ludwig
Merge branch 'dustmite'
Sönke Ludwig committed on 4 Mar 2014
2014-02-26
@Sönke Ludwig
Also warn about using certain "buildOptions" in addition to "dflags".
Sönke Ludwig committed on 26 Feb 2014
2014-02-13
@Sönke Ludwig
Warn when using -m32/-m64 directly.
Sönke Ludwig committed on 13 Feb 2014
2014-02-04
@Sönke Ludwig
Add simple support for --arch and LDC.
Sönke Ludwig committed on 4 Feb 2014
@Sönke Ludwig
Add -defaultlib=x to the flags that need to be passed to the separate linking stage for DMD.
Sönke Ludwig committed on 4 Feb 2014
2014-01-27
@Sönke Ludwig
Add support for execution result callbacks in the build generator.
Sönke Ludwig committed on 27 Jan 2014
2014-01-21
@Sönke Ludwig
Avoid using the deprecated canFind function.
Sönke Ludwig committed on 21 Jan 2014
2014-01-08
@Sönke Ludwig
Fix version(Linux) -> version(linux) - gotta love inconsistent naming...
Sönke Ludwig committed on 8 Jan 2014
2013-12-31
@Sönke Ludwig
Use --no-as-needed only in Linux (OSX's LLVM based tool chain doesn't support it).
Sönke Ludwig committed on 31 Dec 2013
2013-12-29
@Sönke Ludwig
Add --no-as-needed to avoid linker errors with new GCC versions used as the linker front end. See #199.
Sönke Ludwig committed on 29 Dec 2013
@Sönke Ludwig
Put linker flags (including "libs") after linker "sourceFiles". See #199. ...
Sönke Ludwig committed on 29 Dec 2013
2013-12-19
@Sönke Ludwig
Implement individual building of dependencies.
Sönke Ludwig committed on 19 Dec 2013
2013-12-17
@Sönke Ludwig
Rename BuildOptions.noBoundsChecks to noBoundsCheck to be consistent with BuildRequirements.requireBoundsCheck.
Sönke Ludwig committed on 17 Dec 2013
2013-12-15
@Sönke Ludwig
Enforce build requirements when generating VisualD projects. Fixes #188.
Sönke Ludwig committed on 15 Dec 2013
2013-12-11
@Sönke Ludwig
Rename some BuildOptions to avoid D keywords.
Sönke Ludwig committed on 11 Dec 2013
2013-11-29
@Sönke Ludwig
Add support for a "mainSourceFile" field. ...
Sönke Ludwig committed on 29 Nov 2013