History for dub_jkp / source / dub / generators / generator.d
2016-04-20
@Sönke Ludwig
Review dub.generators.generator and improve documentation.
Sönke Ludwig committed on 20 Apr 2016
@Sönke Ludwig
Clean up and document the dub.package_ public API.
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-02-10
@Sönke Ludwig
Add build type settings after recursive target collection. Fixes #686. ...
Sönke Ludwig committed on 10 Feb 2016
2015-10-14
@Sönke Ludwig
Fix compilation on old compilers.
Sönke Ludwig committed on 14 Oct 2015
@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
@Sönke Ludwig
Merge pull request #655 from Abscissa/more-env ...
Sönke Ludwig committed on 21 Sep 2015
2015-09-15
@Sönke Ludwig
Merge pull request #633 from Abscissa/fix616 ...
Sönke Ludwig committed on 15 Sep 2015
@Nick Sabalausky
Redesign the fix's implementation as per suggestion in PR.
Nick Sabalausky committed on 15 Sep 2015
2015-09-14
@Sönke Ludwig
Only add global build settings once per target. Fixes #635. ...
Sönke Ludwig committed on 14 Sep 2015
2015-08-18
@Nick Sabalausky
Add DUB_ROOT_PACKAGE and DUB_ROOT_PACKAGE_DIR to environment of custom commands.
Nick Sabalausky committed on 18 Aug 2015
2015-08-17
@Nick Sabalausky
Fixed: PackagesUsed didn't get reset after being updated to run a custom command, which occasionally caused later custom commands to accidentally get skipped.
Nick Sabalausky committed on 17 Aug 2015
2015-07-26
@Nick Sabalausky
Fix #616: Infinite new-process recursion using dub decribe within preGenerateCommands
Nick Sabalausky committed on 26 Jul 2015
2015-07-05
@Sönke Ludwig
Iterate the dependency graph in alphabetic order. ...
Sönke Ludwig committed on 5 Jul 2015
2015-07-01
@Nick Sabalausky
Change delimiter on DUB_PLATFORM/DUB_ARCH to space.
Nick Sabalausky committed on 1 Jul 2015
@Nick Sabalausky
Send additional env vars to build commands.
Nick Sabalausky authored on 18 Jun 2015 Nick Sabalausky committed on 1 Jul 2015
2015-06-26
@Sönke Ludwig
Change Build(Options/Requirements) to BitFlags.
Sönke Ludwig committed on 26 Jun 2015
2015-06-23
@Sönke Ludwig
Enforce build requirements after downwards inheritance of build settings. Fixes #592.
Sönke Ludwig committed on 23 Jun 2015
@Sönke Ludwig
Allow building non-binary target types with -o- switch. Fixes #553. ...
Sönke Ludwig committed on 23 Jun 2015
2015-06-21
@Dicebot
Fix compilation failure on DMD/Phobos master ...
Dicebot committed on 21 Jun 2015
2015-03-27
@Sönke Ludwig
Make parallel compilation optional. See #498.
Sönke Ludwig committed on 27 Mar 2015
2015-03-06
@Sönke Ludwig
Handle string import files during upwards inheritance. Fixes #331.
Sönke Ludwig committed on 6 Mar 2015
2015-01-24
@Steven Dwy
Add generator for CMake build scripts
Steven Dwy committed on 24 Jan 2015
2015-01-09
@Martin Nowak
Merge pull request #461 from londey/sublimetext ...
Martin Nowak committed on 9 Jan 2015
2015-01-04
@Martin Nowak
use hardlinks for copyFiles
Martin Nowak committed on 4 Jan 2015
2014-12-13
@Nicholas Londey
Added generator for SublimeText project files
Nicholas Londey committed on 13 Dec 2014
2014-12-12
@Dicebot
Don't add executable dependencies to link ones ...
Dicebot committed on 12 Dec 2014
2014-12-10
@Vadim Lopatin
remove unnecessary check for directories starting with dot
Vadim Lopatin committed on 10 Dec 2014
@Vadim Lopatin
Modify copyFiles to allow recursive copying of directories with contents, if directory name is specified in file list (or matched by wildcard)
Vadim Lopatin committed on 10 Dec 2014
2014-12-08
@Vadim Lopatin
fix MartinNowak's finding - wildcard copyDirs should be applied to directories only
Vadim Lopatin committed on 8 Dec 2014