2016-04-20 |
Review dub.generators.generator and improve documentation.
Sönke Ludwig
committed
on 20 Apr 2016
|
---|---|
Clean up and document the dub.package_ public API.
Sönke Ludwig
committed
on 20 Apr 2016
|
|
2016-04-05 |
Fix all deprecation warnings on 2.071.0-b1, except for std.stream.
...
Sönke Ludwig
committed
on 5 Apr 2016
|
2016-02-10 |
Add build type settings after recursive target collection. Fixes #686.
...
Sönke Ludwig
committed
on 10 Feb 2016
|
2015-10-14 |
Fix compilation on old compilers.
Sönke Ludwig
committed
on 14 Oct 2015
|
Don't pass -unittest to dependencies when performing a test build. Fixes #640.
Sönke Ludwig
committed
on 14 Oct 2015
|
|
2015-09-21 |
|
2015-09-15 |
|
Redesign the fix's implementation as per suggestion in PR.
Nick Sabalausky
committed
on 15 Sep 2015
|
|
2015-09-14 |
Only add global build settings once per target. Fixes #635.
...
Sönke Ludwig
committed
on 14 Sep 2015
|
2015-08-18 |
Add DUB_ROOT_PACKAGE and DUB_ROOT_PACKAGE_DIR to environment of custom commands.
Nick Sabalausky
committed
on 18 Aug 2015
|
2015-08-17 |
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 |
Fix #616: Infinite new-process recursion using dub decribe within preGenerateCommands
Nick Sabalausky
committed
on 26 Jul 2015
|
2015-07-05 |
|
2015-07-01 |
Change delimiter on DUB_PLATFORM/DUB_ARCH to space.
Nick Sabalausky
committed
on 1 Jul 2015
|
Send additional env vars to build commands.
Nick Sabalausky
authored
on 18 Jun 2015
Nick Sabalausky
committed
on 1 Jul 2015
|
|
2015-06-26 |
Change Build(Options/Requirements) to BitFlags.
Sönke Ludwig
committed
on 26 Jun 2015
|
2015-06-23 |
Enforce build requirements after downwards inheritance of build settings. Fixes #592.
Sönke Ludwig
committed
on 23 Jun 2015
|
Allow building non-binary target types with -o- switch. Fixes #553.
...
Sönke Ludwig
committed
on 23 Jun 2015
|
|
2015-06-21 |
|
2015-03-27 |
Make parallel compilation optional. See #498.
Sönke Ludwig
committed
on 27 Mar 2015
|
2015-03-06 |
Handle string import files during upwards inheritance. Fixes #331.
Sönke Ludwig
committed
on 6 Mar 2015
|
2015-01-24 |
Add generator for CMake build scripts
Steven Dwy
committed
on 24 Jan 2015
|
2015-01-09 |
|
2015-01-04 |
use hardlinks for copyFiles
Martin Nowak
committed
on 4 Jan 2015
|
2014-12-13 |
Added generator for SublimeText project files
Nicholas Londey
committed
on 13 Dec 2014
|
2014-12-12 |
|
2014-12-10 |
remove unnecessary check for directories starting with dot
Vadim Lopatin
committed
on 10 Dec 2014
|
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 |
fix MartinNowak's finding - wildcard copyDirs should be applied to directories only
Vadim Lopatin
committed
on 8 Dec 2014
|