2023-12-17 |
Move application code for static ctor in main module
...
Mathias Lang
authored
on 17 Dec 2023
Nicholas Wilson
committed
on 17 Dec 2023
|
---|---|
2019-12-20 |
Disable parallel marking within DUB
Geod24
authored
on 19 Dec 2019
Mathias LANG
committed
on 20 Dec 2019
|
2015-09-15 |
enable merging of coverage reports to account for tests
Martin Nowak
committed
on 15 Sep 2015
|
2013-11-13 |
Move command line processing to a separate module.
Sönke Ludwig
committed
on 13 Nov 2013
|
2013-11-02 |
Let "dub --build=ddox" start a local HTTP server instead of generating .html files.
Sönke Ludwig
committed
on 2 Nov 2013
|
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
|
|
2013-11-01 |
Rename Dub.get() to Dub.fetch(). See #150.
Sönke Ludwig
committed
on 1 Nov 2013
|
Extend "dub init" to take an optional type argument and don't create "public"/"views" folders by default. Fixes #152.
...
Sönke Ludwig
committed
on 1 Nov 2013
|
|
Commands: "get" -> "fetch"
Dicebot
committed
on 1 Nov 2013
|
|
Add usage notification for Run 'dub help' for usage information.
Dicebot
committed
on 1 Nov 2013
|
|
Add backwards-compatible aliases no renamed commands
Dicebot
committed
on 1 Nov 2013
|
|
|
|
2013-10-26 |
Exit when package loading fails. Fixes #145.
Sönke Ludwig
committed
on 26 Oct 2013
|
2013-10-25 |
Fix "dub -- app args".
Sönke Ludwig
committed
on 25 Oct 2013
|
2013-10-24 |
Always output the DUB version number when -v is specified.
Sönke Ludwig
committed
on 24 Oct 2013
|
2013-10-21 |
Fix root package initialization for "dub describe" and add support for describing named packages.
Sönke Ludwig
committed
on 21 Oct 2013
|
Fix running dub from a non-package path and allow sub packages to reference their parent.
Sönke Ludwig
committed
on 21 Oct 2013
|
|
Determine default configuration *after* loading the selected sub package.
Sönke Ludwig
committed
on 21 Oct 2013
|
|
2013-10-17 |
Implement building of specific packages, including sub packages.
Sönke Ludwig
committed
on 17 Oct 2013
|
2013-09-25 |
Remove the now redundant GeneratorSettings.compilerBinary field.
Sönke Ludwig
committed
on 25 Sep 2013
|
2013-09-18 |
Implement --root=PATH switch to override the current working directory.
Sönke Ludwig
committed
on 18 Sep 2013
|
2013-09-15 |
Fix typo. See #122.
Sönke Ludwig
committed
on 15 Sep 2013
|
Use BuildOptions instead of DFlags to handle --debug=XXX flags on the DUB command line.
Sönke Ludwig
committed
on 15 Sep 2013
|
|
2013-09-14 |
|
2013-09-11 |
Only upgrade branch packages if required and never upgrade the same package twice. Fixes #118.
Sönke Ludwig
committed
on 11 Sep 2013
|
2013-09-10 |
Improve wording of command line structure on the help screen.
Sönke Ludwig
committed
on 10 Sep 2013
|
2013-08-31 |
Implement -debug=xyz flag.
Sönke Ludwig
committed
on 31 Aug 2013
|
2013-07-21 |
Add support for customized build types ("buildTypes"). Fixes #78.
...
Sönke Ludwig
committed
on 21 Jul 2013
|
2013-07-20 |
Fix build script for missing registry.d file. Fixes #95.
Sönke Ludwig
committed
on 20 Jul 2013
|
|