2013-12-31 |
Use --no-as-needed only in Linux (OSX's LLVM based tool chain doesn't support it).
Sönke Ludwig
committed
on 31 Dec 2013
|
---|---|
2013-12-30 |
Determine proper module name for "package.d" files and "dub test". Fixes #198.
Sönke Ludwig
committed
on 30 Dec 2013
|
2013-12-29 |
Add --no-as-needed to avoid linker errors with new GCC versions used as the linker front end. See #199.
Sönke Ludwig
committed
on 29 Dec 2013
|
Put linker flags (including "libs") after linker "sourceFiles". See #199.
...
Sönke Ludwig
committed
on 29 Dec 2013
|
|
Avoid "linking" static library targets against dependencies. Fixes #199.
Sönke Ludwig
committed
on 29 Dec 2013
|
|
Remove log noise.
Sönke Ludwig
committed
on 29 Dec 2013
|
|
2013-12-20 |
Fix build settings used for dependencies that are referenced multiple times and remove the Mono-D generator.
Sönke Ludwig
committed
on 20 Dec 2013
|
Fix compiler errors on DMD 2.063.2.
Sönke Ludwig
committed
on 20 Dec 2013
|
|
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
|