2016-04-05 |
Compiler fix on latest DMD beta.
Sönke Ludwig
committed
on 5 Apr 2016
|
---|---|
2016-04-01 |
Quick fix to allow building shared libraries with LDC on Windows, with LDC on OS X, and with DMD on OS X.
ponce
committed
on 1 Apr 2016
|
2016-03-20 |
Merge pull request #762 from D-Programming-Language/issue240-dustmite-path-based-deps
...
Martin Nowak
committed
on 20 Mar 2016
|
2016-03-17 |
Fix for issue #782. Analyze the output of pkg-config --libs <lib> and massage them if they appear to already be ready for direct use with the compiler.
...
Jean-Baptiste Lab
committed
on 17 Mar 2016
|
2016-03-16 |
Merge pull request #786 from MartinNowak/slice_package_name
...
Sönke Ludwig
committed
on 16 Mar 2016
|
2016-03-13 |
|
2016-03-12 |
Avoid API breakage vs. 0.9.24.
Sönke Ludwig
committed
on 12 Mar 2016
|
slice name to get base and sub package names
Martin Nowak
committed
on 12 Mar 2016
|
|
2016-03-09 |
Fix dependency resolution for unsatisfyable optional dependencies.
...
Sönke Ludwig
committed
on 9 Mar 2016
|
Add additional unit test for optional dependencies.
Sönke Ludwig
committed
on 9 Mar 2016
|
|
2016-02-28 |
Store path based selections relative to the root package.
Sönke Ludwig
committed
on 28 Feb 2016
|
Fix loading packages that have a path based selection.
Sönke Ludwig
committed
on 28 Feb 2016
|
|
2016-02-19 |
Output sorted dependencies to dub.selections.json. Fixes #709.
...
Sönke Ludwig
committed
on 19 Feb 2016
|
Store path based dependencies in dub.selections.json. Fixes #772.
Sönke Ludwig
committed
on 19 Feb 2016
|
|
2016-02-17 |
Merge pull request #759 from D-Programming-Language/issue686-multiple-march
...
Sönke Ludwig
committed
on 17 Feb 2016
|
2016-02-16 |
Improve error message for unsatisfiable root dependencies.
Sönke Ludwig
committed
on 16 Feb 2016
|
2016-02-10 |
Add build type settings after recursive target collection. Fixes #686.
...
Sönke Ludwig
committed
on 10 Feb 2016
|
Adjusts path based dependencies for "dub dustmite" for all dependencies. Fixes #240.
Sönke Ludwig
committed
on 10 Feb 2016
|
|
Add mutable overload of Project.getTopologicalPackageList.
Sönke Ludwig
committed
on 10 Feb 2016
|
|
|
|
Filter out invalid dependencies before starting the resolution process.
...
Sönke Ludwig
committed
on 10 Feb 2016
|
|
Fix purging of optional dependencies when sub packages are involved.
Sönke Ludwig
committed
on 10 Feb 2016
|
|
Fix test variable names.
Sönke Ludwig
committed
on 10 Feb 2016
|
|
|
|
Add "default" flag to Dependency and fix "*" to match optional dependencies.
Sönke Ludwig
committed
on 10 Feb 2016
|
|
Extend DependencyResolver to properly handle optional dependencies.
Sönke Ludwig
committed
on 10 Feb 2016
|
|
Output hierarchical log messages during dependency collection.
Sönke Ludwig
committed
on 10 Feb 2016
|
|
Change internal logic error to assertion and improve error message.
...
Sönke Ludwig
committed
on 10 Feb 2016
|
|
Merge pull request #766 from D-Programming-Language/issue754-path-dependency-fail
...
Sönke Ludwig
committed
on 10 Feb 2016
|
|
2016-02-02 |
|