History for dub_jkp / source / dub / generators / generator.d
2014-06-29
@Geod24
Added singleFile support
Geod24 committed on 29 Jun 2014
2014-06-13
@Sönke Ludwig
Add a --temp-build switch to force building in the TEMP folder. Fixes #294.
Sönke Ludwig committed on 13 Jun 2014
2014-06-12
@Sönke Ludwig
Only add platform flags for targets that generate an actual binary. Fixes #346.
Sönke Ludwig committed on 12 Jun 2014
2014-05-22
@James Clarke
Removed trailing whitespace
James Clarke committed on 22 May 2014
2014-05-09
@Sönke Ludwig
Add the --build-mode switch to control how the compiler and linker are invoked.
Sönke Ludwig committed on 9 May 2014
2014-05-05
@Sönke Ludwig
Process variables for pre-/postGenerateCommands.
Sönke Ludwig committed on 5 May 2014
2014-04-24
@Sönke Ludwig
Fix copying "copyFiles".
Sönke Ludwig committed on 24 Apr 2014
2014-04-21
@Sönke Ludwig
Run executables _after_ generation has finished. ...
Sönke Ludwig committed on 21 Apr 2014
2014-04-11
@Sönke Ludwig
Collect build targets after running preGenerateCommands. Fixes #144. ...
Sönke Ludwig committed on 11 Apr 2014
2014-03-18
@Sönke Ludwig
Rename Project.mainPackage to rootPackage. ...
Sönke Ludwig committed on 18 Mar 2014
2014-03-17
@John Colvin
correct imports
John Colvin committed on 17 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
Silence debugging log message
Sönke Ludwig committed on 26 Feb 2014
2014-02-13
@Sönke Ludwig
Don't downward inherit Have_* versions and only partially string import paths. ...
Sönke Ludwig committed on 13 Feb 2014
2014-02-08
@Sönke Ludwig
Only insert packages belonging to the same target into TargetInfo.packages.
Sönke Ludwig committed on 8 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-20
@Sönke Ludwig
Fix handling of targetType none packages and automatically treat packages with no source files as targetType none.
Sönke Ludwig committed on 20 Jan 2014
2014-01-16
@Sönke Ludwig
Emit proper error message when trying to build a sourceLibrary.
Sönke Ludwig committed on 16 Jan 2014
2014-01-10
@Sönke Ludwig
Fix the link order of dependencies (working for --as-needed).
Sönke Ludwig committed on 10 Jan 2014
2014-01-09
@Sönke Ludwig
Fix folder/filter structure for generated VisualD projects with multiple nested source libraries.
Sönke Ludwig committed on 9 Jan 2014
@Sönke Ludwig
Deprecate the "visuald-combined" generator.
Sönke Ludwig committed on 9 Jan 2014
@Sönke Ludwig
Reimplement the VisualD generator based on the new target generation code and fix link dependencies for static libraries.
Sönke Ludwig committed on 9 Jan 2014
2014-01-03
@Sönke Ludwig
Apply the platform specific build settings to all targets. Fixes #201. Fixes #204.
Sönke Ludwig committed on 3 Jan 2014
2013-12-29
@Sönke Ludwig
Remove log noise.
Sönke Ludwig committed on 29 Dec 2013
2013-12-20
@Sönke Ludwig
Fix build settings used for dependencies that are referenced multiple times and remove the Mono-D generator.
Sönke Ludwig committed on 20 Dec 2013
@Sönke Ludwig
Fix computation of build settings necessary for linking to library dependencies.
Sönke Ludwig committed on 20 Dec 2013
2013-12-19
@Sönke Ludwig
Implement individual building of dependencies.
Sönke Ludwig committed on 19 Dec 2013
2013-11-30
@Sönke Ludwig
Add --force switch for "dub run" and "dub build" and fix --rdmd.
Sönke Ludwig committed on 30 Nov 2013
2013-11-05
@Sönke Ludwig
Integrate the rdmd generator into the build generator and start to implement build caching. ...
Sönke Ludwig committed on 5 Nov 2013
2013-11-02
@Sönke Ludwig
Remove dub.internal.std.process compatibility code as it doesn't support browse() and the compile status on older DMD versions isn't tracked anyway.
Sönke Ludwig committed on 2 Nov 2013