2013-12-20
@Sönke Ludwig
Fix computation of build settings necessary for linking to library dependencies.
Sönke Ludwig committed on 20 Dec 2013
@Sönke Ludwig
Implement a first version of a proper build ID computation. ...
Sönke Ludwig committed on 20 Dec 2013
@Sönke Ludwig
Improve error message when removing a cached package fails due to a missing installation journal.
Sönke Ludwig committed on 20 Dec 2013
2013-12-19
@Sönke Ludwig
Implement individual building of dependencies.
Sönke Ludwig committed on 19 Dec 2013
2013-12-17
@Sönke Ludwig
Add "release-nobounds" build type. Fixes #141.
Sönke Ludwig committed on 17 Dec 2013
@Sönke Ludwig
Add unit test for Path.toNativeString() w.r.t. endsWithSlash() and fix Path().toNativeString() on Posix.
Sönke Ludwig committed on 17 Dec 2013
@Sönke Ludwig
Let "dflags" specified for build types also be affected by build requirements.
Sönke Ludwig committed on 17 Dec 2013
@Sönke Ludwig
Merge pull request #196 from p0nce/master ...
Sönke Ludwig committed on 17 Dec 2013
@ponce
toNativeString() now returns "." on Windows for relative empty paths when m_endsWithSlash is false.
ponce committed on 17 Dec 2013
@Sönke Ludwig
Avoid `\"` in quoted paths output by the VisualD project generator. Fixes #195.
Sönke Ludwig committed on 17 Dec 2013
@Sönke Ludwig
Rename BuildOptions.noBoundsChecks to noBoundsCheck to be consistent with BuildRequirements.requireBoundsCheck.
Sönke Ludwig committed on 17 Dec 2013
2013-12-16
@Sönke Ludwig
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
@Sönke Ludwig
Merge pull request #194 from p0nce/master ...
Sönke Ludwig committed on 16 Dec 2013
@ponce
Add support for "add-local" without version name.
ponce committed on 16 Dec 2013
2013-12-15
@Sönke Ludwig
Enforce build requirements when generating VisualD projects. Fixes #188.
Sönke Ludwig committed on 15 Dec 2013
@Sönke Ludwig
Add a "VibeDefaultMain" version to the package description of "dub init xx vibe.d". ...
Sönke Ludwig committed on 15 Dec 2013
@Sönke Ludwig
Merge pull request #192 from Kapps/fixRelativeHome ...
Sönke Ludwig committed on 15 Dec 2013
2013-12-14
@Ognjen Ivkovic
Fix assertion errors when the HOME variable is a relative path.
Ognjen Ivkovic committed on 14 Dec 2013
2013-12-13
@Sönke Ludwig
Warn about missing "mainSourceFile" only for executable configurations.
Sönke Ludwig committed on 13 Dec 2013
@Sönke Ludwig
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
@Sönke Ludwig
Rename the generated root module for "dub test" to "dub_test_root". ...
Sönke Ludwig committed on 11 Dec 2013
@Sönke Ludwig
Rename some BuildOptions to avoid D keywords.
Sönke Ludwig committed on 11 Dec 2013
@Sönke Ludwig
Avoid casting RegistryPackageSupplier[] to PackageSupplier[]. Fixes #186.
Sönke Ludwig committed on 11 Dec 2013
@Sönke Ludwig
Mention support for the "http_proxy" variable.
Sönke Ludwig committed on 11 Dec 2013
@Sönke Ludwig
Add suggestion to use --force to rebuild up-to-date targets.
Sönke Ludwig committed on 11 Dec 2013
@Sönke Ludwig
Improve message when the build is skipped on up-to-date targets.
Sönke Ludwig committed on 11 Dec 2013
@Sönke Ludwig
Only call setTarget() on buildsettings that are used to output the final binary. ...
Sönke Ludwig committed on 11 Dec 2013
2013-12-10
@Sönke Ludwig
Fix path separators for DUBPATH.
Sönke Ludwig committed on 10 Dec 2013
@Sönke Ludwig
Fix building DUB using DUB on Posix.
Sönke Ludwig committed on 10 Dec 2013
2013-12-09
@Sönke Ludwig
Make "dub test" work for library configurations without a "mainSourceFile".
Sönke Ludwig committed on 9 Dec 2013