2014-02-10
@Sönke Ludwig
Don't use "echo off" to avoid influencing potential parent batch files.
Sönke Ludwig committed on 10 Feb 2014
@Sönke Ludwig
Add batch file to generate an installer with the version set to the current git tag. ...
Sönke Ludwig committed on 10 Feb 2014
@Sönke Ludwig
Make sure that conflicting dependencies result in a proper error message.
Sönke Ludwig committed on 10 Feb 2014
@Sönke Ludwig
Update change log.
Sönke Ludwig committed on 10 Feb 2014
@Sönke Ludwig
Add proper documentation for the "dub test" command. Fixes #83.
Sönke Ludwig committed on 10 Feb 2014
2014-02-08
@Sönke Ludwig
Only insert packages belonging to the same target into TargetInfo.packages.
Sönke Ludwig committed on 8 Feb 2014
2014-02-07
@Sönke Ludwig
Output errors the occur while fetching package information as diagnostic output. See also #236.
Sönke Ludwig committed on 7 Feb 2014
@Sönke Ludwig
Ensure a deterministic file order when passing source files to the compiler. ...
Sönke Ludwig committed on 7 Feb 2014
2014-02-06
@Sönke Ludwig
Always use lower case package names internally, regardless of the package description.
Sönke Ludwig committed on 6 Feb 2014
2014-02-04
@Sönke Ludwig
Add simple support for --arch and LDC.
Sönke Ludwig committed on 4 Feb 2014
@Sönke Ludwig
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
2014-01-27
@Sönke Ludwig
Silence the "Checking dependencies" message on startup. Fixes #221.
Sönke Ludwig committed on 27 Jan 2014
@Sönke Ludwig
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
2014-01-21
@Sönke Ludwig
Add unit tests for "==~branch" and changed the semantics of Version.isBranch. ...
Sönke Ludwig committed on 21 Jan 2014
@Sönke Ludwig
Fix parsing of "==~branch" style dependency version specifiers.
Sönke Ludwig committed on 21 Jan 2014
@Sönke Ludwig
Fix handling of remaining command line arguments (broken by previous commit).
Sönke Ludwig committed on 21 Jan 2014
@Sönke Ludwig
Error out when excessive command line arguments starting with "-" are encountered.
Sönke Ludwig committed on 21 Jan 2014
@Sönke Ludwig
Little doc clarification.
Sönke Ludwig committed on 21 Jan 2014
@Sönke Ludwig
Use "%2B" to replace "+" in URLs when downloading packages. ...
Sönke Ludwig committed on 21 Jan 2014
@Sönke Ludwig
Throw an exception when downloading using cURL fails.
Sönke Ludwig committed on 21 Jan 2014
@Sönke Ludwig
Avoid using the deprecated canFind function.
Sönke Ludwig committed on 21 Jan 2014
2014-01-20
@Sönke Ludwig
Fix handling of targetType none packages and automatically treat packages with no source files as targetType none.
Sönke Ludwig committed on 20 Jan 2014
2014-01-16
@Sönke Ludwig
Fix triggering an enforcement for Version.INVALID.
Sönke Ludwig committed on 16 Jan 2014
@Sönke Ludwig
Remove redundant dependency tree rebuilds.
Sönke Ludwig committed on 16 Jan 2014
@Sönke Ludwig
Determine the version of the package in the root dir properly instead of assuming ~master.
Sönke Ludwig committed on 16 Jan 2014
@Sönke Ludwig
Emit proper error message when trying to build a sourceLibrary.
Sönke Ludwig committed on 16 Jan 2014
2014-01-15
@Sönke Ludwig
Update README.
Sönke Ludwig committed on 15 Jan 2014
@Sönke Ludwig
Fix the path-subpackage-ref example.
Sönke Ludwig committed on 15 Jan 2014
@Sönke Ludwig
Change path based sub package definitions to use a string instead of an object entry.
Sönke Ludwig committed on 15 Jan 2014
@Sönke Ludwig
Remove main file detection for library configurations and don't let <packname>/<packname>.d match as a main file anymore.
Sönke Ludwig committed on 15 Jan 2014