2013-12-20 |
Fix computation of build settings necessary for linking to library dependencies.
Sönke Ludwig
committed
on 20 Dec 2013
|
---|---|
Implement a first version of a proper build ID computation.
...
Sönke Ludwig
committed
on 20 Dec 2013
|
|
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 |
Implement individual building of dependencies.
Sönke Ludwig
committed
on 19 Dec 2013
|
2013-12-17 |
Add "release-nobounds" build type. Fixes #141.
Sönke Ludwig
committed
on 17 Dec 2013
|
Add unit test for Path.toNativeString() w.r.t. endsWithSlash() and fix Path().toNativeString() on Posix.
Sönke Ludwig
committed
on 17 Dec 2013
|
|
Let "dflags" specified for build types also be affected by build requirements.
Sönke Ludwig
committed
on 17 Dec 2013
|
|
|
|
toNativeString() now returns "." on Windows for relative empty paths when m_endsWithSlash is false.
ponce
committed
on 17 Dec 2013
|
|
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
|