2013-12-17 |
Avoid `\"` in quoted paths output by the VisualD project generator. Fixes #195.
Sönke Ludwig
committed
on 17 Dec 2013
|
---|---|
Rename BuildOptions.noBoundsChecks to noBoundsCheck to be consistent with BuildRequirements.requireBoundsCheck.
Sönke Ludwig
committed
on 17 Dec 2013
|
|
2013-12-16 |
Rephrase enforcement message in addLocalPackage and conditionally specify a version when loading the local package list. See #194.
Sönke Ludwig
committed
on 16 Dec 2013
|
|
|
Add support for "add-local" without version name.
ponce
committed
on 16 Dec 2013
|
|
2013-12-15 |
Enforce build requirements when generating VisualD projects. Fixes #188.
Sönke Ludwig
committed
on 15 Dec 2013
|
Add a "VibeDefaultMain" version to the package description of "dub init xx vibe.d".
...
Sönke Ludwig
committed
on 15 Dec 2013
|
|
|
|
2013-12-14 |
Fix assertion errors when the HOME variable is a relative path.
Ognjen Ivkovic
committed
on 14 Dec 2013
|
2013-12-13 |
Warn about missing "mainSourceFile" only for executable configurations.
Sönke Ludwig
committed
on 13 Dec 2013
|
Add an "allModules" tuple to dub_test_root and pass it to runUnitTests or the "tested" code.
Sönke Ludwig
committed
on 13 Dec 2013
|
|
2013-12-11 |
Rename the generated root module for "dub test" to "dub_test_root".
...
Sönke Ludwig
committed
on 11 Dec 2013
|
Rename some BuildOptions to avoid D keywords.
Sönke Ludwig
committed
on 11 Dec 2013
|
|
Avoid casting RegistryPackageSupplier[] to PackageSupplier[]. Fixes #186.
Sönke Ludwig
committed
on 11 Dec 2013
|
|
Mention support for the "http_proxy" variable.
Sönke Ludwig
committed
on 11 Dec 2013
|
|
Add suggestion to use --force to rebuild up-to-date targets.
Sönke Ludwig
committed
on 11 Dec 2013
|
|
Improve message when the build is skipped on up-to-date targets.
Sönke Ludwig
committed
on 11 Dec 2013
|
|
Only call setTarget() on buildsettings that are used to output the final binary.
...
Sönke Ludwig
committed
on 11 Dec 2013
|
|
2013-12-10 |
Fix path separators for DUBPATH.
Sönke Ludwig
committed
on 10 Dec 2013
|
Fix building DUB using DUB on Posix.
Sönke Ludwig
committed
on 10 Dec 2013
|
|
2013-12-09 |
Make "dub test" work for library configurations without a "mainSourceFile".
Sönke Ludwig
committed
on 9 Dec 2013
|
Fix listing of directories containing invalid symbolic links.
Sönke Ludwig
committed
on 9 Dec 2013
|
|
Hide deprecated commands.
Sönke Ludwig
committed
on 9 Dec 2013
|
|
Do not create an application configuration if the detected application main file is the same as the detected library main file.
Sönke Ludwig
committed
on 9 Dec 2013
|
|
2013-12-08 |
Attempt to work around std.net.curl bug. See #109 and #135.
Sönke Ludwig
committed
on 8 Dec 2013
|
2013-12-06 |
Fix DescribeCommand to check dependencies when --nodeps is not given.
Sönke Ludwig
committed
on 6 Dec 2013
|
2013-12-05 |
|
Added quoting of import paths
Piotr Szturmaj
committed
on 5 Dec 2013
|
|
2013-12-04 |
If --main-file was given for "dub test", prefer a normal library configuration over a "unittest" one.
Sönke Ludwig
committed
on 4 Dec 2013
|
Use an existing "unittest" configuration for "dub test" by default.
Sönke Ludwig
committed
on 4 Dec 2013
|