2014-02-04 |
Another improvement for the dustmite output match logic.
Sönke Ludwig
committed
on 4 Feb 2014
|
---|---|
2014-01-27 |
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
|
|
2014-01-21 |
Add unit tests for "==~branch" and changed the semantics of Version.isBranch.
...
Sönke Ludwig
committed
on 21 Jan 2014
|
Fix parsing of "==~branch" style dependency version specifiers.
Sönke Ludwig
committed
on 21 Jan 2014
|
|
Fix handling of remaining command line arguments (broken by previous commit).
Sönke Ludwig
committed
on 21 Jan 2014
|
|
Error out when excessive command line arguments starting with "-" are encountered.
Sönke Ludwig
committed
on 21 Jan 2014
|
|
Little doc clarification.
Sönke Ludwig
committed
on 21 Jan 2014
|
|
Use "%2B" to replace "+" in URLs when downloading packages.
...
Sönke Ludwig
committed
on 21 Jan 2014
|
|
Throw an exception when downloading using cURL fails.
Sönke Ludwig
committed
on 21 Jan 2014
|
|
Avoid using the deprecated canFind function.
Sönke Ludwig
committed
on 21 Jan 2014
|
|
2014-01-20 |
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 |
Fix triggering an enforcement for Version.INVALID.
Sönke Ludwig
committed
on 16 Jan 2014
|
Remove redundant dependency tree rebuilds.
Sönke Ludwig
committed
on 16 Jan 2014
|
|
Determine the version of the package in the root dir properly instead of assuming ~master.
Sönke Ludwig
committed
on 16 Jan 2014
|
|
Emit proper error message when trying to build a sourceLibrary.
Sönke Ludwig
committed
on 16 Jan 2014
|
|
2014-01-15 |
Update README.
Sönke Ludwig
committed
on 15 Jan 2014
|
Fix the path-subpackage-ref example.
Sönke Ludwig
committed
on 15 Jan 2014
|
|
Change path based sub package definitions to use a string instead of an object entry.
Sönke Ludwig
committed
on 15 Jan 2014
|
|
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
|
|
Make the warning message for non-existing locals more helpful.
Sönke Ludwig
committed
on 15 Jan 2014
|
|
Fix null pointer access for non-existent locally registered packages and output a warning.
Sönke Ludwig
committed
on 15 Jan 2014
|
|
Fix the check and error message for an existing DUB package in the selected root.
Sönke Ludwig
committed
on 15 Jan 2014
|