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
|
---|---|
Use DirEntry() instead of dirEntry() on DMD >= 2.064 to avoid deprecation warnings. Fixes #116.
Sönke Ludwig
committed
on 21 Oct 2013
|
|
Let Package.hasDependency return true if no configuration is specified and _any_ configuration has the dependency. Fixes #137.
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
|
|
Output a proper error message when trying to build a "sourceLibrary".
Sönke Ludwig
committed
on 21 Oct 2013
|
|
2013-10-18 |
Fix typo.
Sönke Ludwig
committed
on 18 Oct 2013
|
Fix build.sh for non-Linux systems.
Sönke Ludwig
committed
on 18 Oct 2013
|
|
Add version_.d to GIT to ease building directly from .tgz.
Sönke Ludwig
committed
on 18 Oct 2013
|
|
Update change log.
Sönke Ludwig
committed
on 18 Oct 2013
|
|
Make all paths issued by the build generator relative to work around issue #130.
Sönke Ludwig
committed
on 18 Oct 2013
|
|
2013-10-17 |
Use std.stream.File instead of std.stdio.File to improve the unicode path situation. See #130.
Sönke Ludwig
committed
on 17 Oct 2013
|
Fix license terms.
Sönke Ludwig
committed
on 17 Oct 2013
|
|
Implement building of specific packages, including sub packages.
Sönke Ludwig
committed
on 17 Oct 2013
|
|
2013-10-15 |
Force the static version of Phobos for DMD/Posix.
Sönke Ludwig
committed
on 15 Oct 2013
|
2013-09-26 |
Properly escape arguments in GDC response files. Fixes #125.
Sönke Ludwig
committed
on 26 Sep 2013
|
2013-09-25 |
Remove the now redundant GeneratorSettings.compilerBinary field.
Sönke Ludwig
committed
on 25 Sep 2013
|
Move dub.utils to dub.internal.utils and update copyright dates.
Sönke Ludwig
committed
on 25 Sep 2013
|
|
Let the individual compiler classes handle passing arguments to the compiler. Fixes #86.
Sönke Ludwig
committed
on 25 Sep 2013
|
|
Name response file dub-build.rsp instead of .dmd-response-file.txt and only quote arguments if needed.
...
Sönke Ludwig
committed
on 25 Sep 2013
|
|
|
|
typo in comment
ponce
committed
on 25 Sep 2013
|
|
Avoid multiple identical package.json inclusion in combined VisualD project generation when using sub-packages.
ponce
committed
on 25 Sep 2013
|
|
2013-09-18 |
#119 Better feedback for dub add-local, dub remove-local
Matthias Dondorff
committed
on 18 Sep 2013
|
dub init will create a package.json with a valid package name, i.e. a name with all lowercase characters.
Matthias Dondorff
committed
on 18 Sep 2013
|
|
Implement --root=PATH switch to override the current working directory.
Sönke Ludwig
committed
on 18 Sep 2013
|
|
Fix handling of paths containing spaces when copying DDOX resources.
Sönke Ludwig
committed
on 18 Sep 2013
|
|
Fix compilation.
Sönke Ludwig
committed
on 18 Sep 2013
|
|
Remove installation.d from build-files.txt.
Sönke Ludwig
committed
on 18 Sep 2013
|
|
2013-09-15 |
Moved Journal into packagemanager.d. Removed Project.writeMetadata as it is not used. Documentation typos and updates.
Matthias Dondorff
committed
on 15 Sep 2013
|