2014-12-07 |
Removed trailing spaces
Szabo Bogdan
committed
on 7 Dec 2014
|
---|---|
2014-12-06 |
LGTM otherwise
Szabo Bogdan
committed
on 6 Dec 2014
|
2014-11-16 |
Fix get module name diagnostic message
Szabo Bogdan
committed
on 16 Nov 2014
|
Fix get module name from empty string
Szabo Bogdan
committed
on 16 Nov 2014
|
|
2014-11-07 |
Removed extra tabs...
grogancolin
committed
on 7 Nov 2014
|
Added support for "dub init" to take a list dependencies. It will search for the newest version numbers on code.dlang.org and add the required string to dub.json.
grogancolin
committed
on 7 Nov 2014
|
|
2014-10-14 |
Initialize regex engines lazily. See #441.
Sönke Ludwig
committed
on 14 Oct 2014
|
Fix ctRegex unstable parser
Etienne Cimon
committed
on 14 Oct 2014
|
|
Upgrade Travis test to LDC 0.14.0 and add linker workaround.
Sönke Ludwig
committed
on 14 Oct 2014
|
|
2014-10-07 |
|
|
|
Remove PackageManager argument from createProjectGenerator().
...
Sönke Ludwig
committed
on 7 Oct 2014
|
|
2014-10-05 |
|
2014-09-22 |
Improve error output in case of locally installed packages with errors in the package description. See #421.
Sönke Ludwig
committed
on 22 Sep 2014
|
|
|
2014-09-18 |
added unittests for module name parsing
Szabo Bogdan
committed
on 18 Sep 2014
|
Merge https://github.com/D-Programming-Language/dub
Szabo Bogdan
committed
on 18 Sep 2014
|
|
2014-08-28 |
Improve error messages for failures to parse dependency package descriptions.
...
Sönke Ludwig
committed
on 28 Aug 2014
|
Fix repeated download of packages when a non-existent external sub package is referenced.
...
Sönke Ludwig
committed
on 28 Aug 2014
|
|
Fix access violation when looking for sub packages of non-installed packages. Fixes #398.
Sönke Ludwig
committed
on 28 Aug 2014
|
|
Use "_" instead of "$" to avoid potential shell confusion. See #411.
Sönke Ludwig
committed
on 28 Aug 2014
|
|
Replace "+" by "$" when storing packages to avoid confusing Optlink. See #411.
Sönke Ludwig
committed
on 28 Aug 2014
|
|
2014-08-23 |
Untangle Package and PackageInfo. See #403.
Sönke Ludwig
committed
on 23 Aug 2014
|
2014-08-22 |
Updated 3 for SDL support
Jonathan Marler
committed
on 22 Aug 2014
|
2014-08-20 |
prevent code from searching file system for the package file multiple times
Jonathan Marler
committed
on 20 Aug 2014
|
2014-08-02 |
|
2014-07-17 |
Add upgrade() call when building DDOX to get the required dependencies. Fixes #366.
Sönke Ludwig
committed
on 17 Jul 2014
|
2014-07-07 |
Don't print possible upgrades of the root package.
Sönke Ludwig
committed
on 7 Jul 2014
|
Don't try to reinstall (remove) unmanaged branch based dependencies.
Sönke Ludwig
committed
on 7 Jul 2014
|
|
2014-07-02 |
|