History for dub_jkp / source / dub / generators / generator.d
2018-03-12
@Sönke Ludwig
Inherit linker sourceFiles as sourceFiles instead of linkerFiles. Fixes #1408. ...
Sönke Ludwig committed on 12 Mar 2018
2018-01-25
@Martin Nowak
fix #1350 - transitive dependencies (none targets) only included once
Martin Nowak committed on 25 Jan 2018
2017-12-19
@Martin Nowak
rewrite generator targets configuration ...
Martin Nowak committed on 19 Dec 2017
2017-12-04
@Sönke Ludwig
Rename Path to NativePath. ...
Sönke Ludwig authored on 6 Nov 2017 Sebastian Wilzbach committed on 4 Dec 2017
2017-08-26
@Les De Ridder
Fix spelling error
Les De Ridder authored on 26 Aug 2017 GitHub committed on 26 Aug 2017
2017-06-27
@John Colvin
make pic inherited for dynamic libraries
John Colvin committed on 27 Jun 2017
2017-04-11
@klemens
spelling fixes
klemens committed on 11 Apr 2017
2017-02-23
@Sebastian Wilzbach
Remove all trailing whitespace ...
Sebastian Wilzbach committed on 23 Feb 2017
2017-02-22
@Sönke Ludwig
Remove unused "GeneratorSettings.clean" option.
Sönke Ludwig committed on 22 Feb 2017
2016-05-23
@Sönke Ludwig
Remove deprecated functionality to prepare for 1.0.0.
Sönke Ludwig committed on 23 May 2016
2016-05-12
@Sönke Ludwig
Fix not generating a target for targetType none packages.
Sönke Ludwig committed on 12 May 2016
2016-04-21
@Sönke Ludwig
Use .getDependencies(config) instead of .dependencies+.hasDependency in Generator.
Sönke Ludwig committed on 21 Apr 2016
2016-04-20
@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
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