2014-02-13 |
Fix typo.
Sönke Ludwig
committed
on 13 Feb 2014
|
---|---|
Add --force-remove switch and reimplement PackageManager.remove.
...
Sönke Ludwig
committed
on 13 Feb 2014
|
|
Warn when using -m32/-m64 directly.
Sönke Ludwig
committed
on 13 Feb 2014
|
|
Improve error messages for errors during package removal.
Sönke Ludwig
committed
on 13 Feb 2014
|
|
2014-02-12 |
Improve error message in case of missing packages.
Sönke Ludwig
committed
on 12 Feb 2014
|
2014-02-11 |
Fix unit tests to use lower case package names.
Sönke Ludwig
committed
on 11 Feb 2014
|
Change Dependency.toString to output "x.y.z" instead of "==x.y.z" for exact versions.
Sönke Ludwig
committed
on 11 Feb 2014
|
|
Fix triggering an assertion when storing dependencies in advanced format.
...
Sönke Ludwig
committed
on 11 Feb 2014
|
|
Print a more descriptive error message when PackageManager.getTemporaryPackage fails.
Sönke Ludwig
committed
on 11 Feb 2014
|
|
Fix condition for testing if a package description exists.
Sönke Ludwig
committed
on 11 Feb 2014
|
|
Add assertion message.
Sönke Ludwig
committed
on 11 Feb 2014
|
|
2014-02-10 |
Make sure that conflicting dependencies result in a proper error message.
Sönke Ludwig
committed
on 10 Feb 2014
|
Add proper documentation for the "dub test" command. Fixes #83.
Sönke Ludwig
committed
on 10 Feb 2014
|
|
2014-02-08 |
Only insert packages belonging to the same target into TargetInfo.packages.
Sönke Ludwig
committed
on 8 Feb 2014
|
2014-02-07 |
Output errors the occur while fetching package information as diagnostic output. See also #236.
Sönke Ludwig
committed
on 7 Feb 2014
|
Ensure a deterministic file order when passing source files to the compiler.
...
Sönke Ludwig
committed
on 7 Feb 2014
|
|
2014-02-06 |
Always use lower case package names internally, regardless of the package description.
Sönke Ludwig
committed
on 6 Feb 2014
|
2014-02-04 |
Add simple support for --arch and LDC.
Sönke Ludwig
committed
on 4 Feb 2014
|
Add -defaultlib=x to the flags that need to be passed to the separate linking stage for DMD.
Sönke Ludwig
committed
on 4 Feb 2014
|
|
Another improvement for the dustmite output match logic.
Sönke Ludwig
committed
on 4 Feb 2014
|
|
2014-01-27 |
Silence the "Checking dependencies" message on startup. Fixes #221.
Sönke Ludwig
committed
on 27 Jan 2014
|
Dustmite: Force a match when a command failed, but the output regex matched.
Sönke Ludwig
committed
on 27 Jan 2014
|
|
Only force dustmite match when an explicit failing exit code was requested.
Sönke Ludwig
committed
on 27 Jan 2014
|
|
Fix matching linker/program results in dustmite mode and output match status messages.
Sönke Ludwig
committed
on 27 Jan 2014
|
|
Avoid copying compiler output files and copy *all* dependencies for "dub dustmite".
Sönke Ludwig
committed
on 27 Jan 2014
|
|
Avoid scanning for local packages for "dub dustmite --test-package".
Sönke Ludwig
committed
on 27 Jan 2014
|
|
Add a basic dustmite command.
Sönke Ludwig
committed
on 27 Jan 2014
|
|
Add support for execution result callbacks in the build generator.
Sönke Ludwig
committed
on 27 Jan 2014
|
|
Add Dub.overrideSearchPath to define a single and only path that is searched for packages.
Sönke Ludwig
committed
on 27 Jan 2014
|
|
When inferring the module name from the file path for "dub test", use the longest matching import path instead of the first match.
...
Sönke Ludwig
committed
on 27 Jan 2014
|