2014-10-07 |
Use the actual binary name used to build DUB as the default compiler. See #303.
Sönke Ludwig
committed
on 7 Oct 2014
|
---|---|
|
|
|
|
Mention "deimos" for "dub init -h". See #431.
Sönke Ludwig
committed
on 7 Oct 2014
|
|
|
|
Fix build error on CI build.
Sönke Ludwig
committed
on 7 Oct 2014
|
|
Mention what to do with linkDependencies when building.
Sönke Ludwig
committed
on 7 Oct 2014
|
|
Add some more documentation in the Generator class.
Sönke Ludwig
committed
on 7 Oct 2014
|
|
Remove PackageManager argument from createProjectGenerator().
...
Sönke Ludwig
committed
on 7 Oct 2014
|
|
Add "packageManager" property to Project.
Sönke Ludwig
committed
on 7 Oct 2014
|
|
Add basic documentation for the Generator class and improve method protection.
Sönke Ludwig
committed
on 7 Oct 2014
|
|
Remove obsolete field from BuildGenerator.
Sönke Ludwig
committed
on 7 Oct 2014
|
|
|
|
2014-10-05 |
|
typo
Martin Nowak
committed
on 5 Oct 2014
|
|
add dub init deimos type
Martin Nowak
committed
on 5 Oct 2014
|
|
2014-09-23 |
|
Fixed a minor typo in Changelog
Colden Cullen
committed
on 23 Sep 2014
|
|
2014-09-22 |
Improve error output in case of locally installed packages with errors in the package description. See #421.
Sönke Ludwig
committed
on 22 Sep 2014
|
|
|
Bump version number.
Sönke Ludwig
committed
on 22 Sep 2014
|
|
Fix "copyFiles" directives.
Sönke Ludwig
committed
on 22 Sep 2014
|
|
Update change log.
Sönke Ludwig
committed
on 22 Sep 2014
|
|
2014-09-21 |
Avoid exception in up-to-date check for non-existent source files and trigger rebuild instead.
Sönke Ludwig
committed
on 21 Sep 2014
|
2014-09-18 |
|
added unittests for module name parsing
Szabo Bogdan
committed
on 18 Sep 2014
|
|
Merge https://github.com/D-Programming-Language/dub
Szabo Bogdan
committed
on 18 Sep 2014
|
|
2014-09-12 |
Fix detection of unknown root dependencies and the resulting error message. Fixes #418.
Sönke Ludwig
committed
on 12 Sep 2014
|
2014-08-30 |
Avoid '/', '\\' and ':' in build path when --compiler specifies a complex path. Fixes #412.
Sönke Ludwig
committed
on 30 Aug 2014
|
2014-08-29 |
|