2016-04-20 |
Remove pointless extra abstraction for package recipes.
Sönke Ludwig
committed
on 20 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-02-28 |
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
|
2016-02-10 |
Add mutable overload of Project.getTopologicalPackageList.
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
|
|
2016-02-02 |
Let dub.selections.json always have precedence. Fixes #754.
Sönke Ludwig
committed
on 2 Feb 2016
|
2015-12-27 |
Output proper error message when using list based describe on "none" target type. Fixes #739.
Sönke Ludwig
committed
on 27 Dec 2015
|
2015-10-14 |
Don't pass -unittest to dependencies when performing a test build. Fixes #640.
Sönke Ludwig
committed
on 14 Oct 2015
|
2015-09-28 |
mentions wrong --data-format argument
Martin Nowak
committed
on 28 Sep 2015
|
2015-08-07 |
Fix #624: --data=libs should output in compiler-format, not linker format.
Nick Sabalausky
committed
on 7 Aug 2015
|
2015-07-10 |
|
2015-07-05 |
|
2015-07-04 |
Fix compilation and CI test on DMD 2.068-b1. Fixes #541.
Sönke Ludwig
committed
on 4 Jul 2015
|
2015-06-30 |
Add "active" field to "dub describe" output. Fixes #393. Closes #577.
...
Sönke Ludwig
committed
on 30 Jun 2015
|
2015-06-26 |
Fixed: Compile error on anything before DMD 2.067.
Nick Sabalausky
authored
on 26 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
Fixed: --data=linker-files misses linker files specified in dub.json.
Nick Sabalausky
authored
on 25 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Again, rework --data's handling of sourceFiles and static library dependencies.
Nick Sabalausky
authored
on 24 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Rework --data's handling of sourceFiles and static library dependencies.
Nick Sabalausky
authored
on 21 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Accidentally left in some old commented-out code.
Nick Sabalausky
authored
on 19 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Make targetLookup return an index into targets[], instead of a redundant set of data.
Nick Sabalausky
authored
on 19 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
buildPath -> buildNormalizedPath
Nick Sabalausky
authored
on 19 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Replace 'getBuildSettingBitField' with 'to!BuildSetting'.
Nick Sabalausky
authored
on 19 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Add --data-0 to output --data= info null-delimited for (ex.) xargs -0
Nick Sabalausky
authored
on 14 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Fixed: When formatting output for a compiler, if the package is a library or a staticLibrary, then --data=libs never emits any output.
Nick Sabalausky
authored
on 5 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Replace --data-format with --compiler and --data-list.
Nick Sabalausky
authored
on 5 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Add 'dub describe --data-format=' to format the output of --data= directly for a compiler's commandline. Use --data-format=list to get the old list-style output.
Nick Sabalausky
authored
on 5 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|
|
Split --data=libs into two: --data=libs (for installed/system libs) and --data=lib-files (for dependency libs)
...
Nick Sabalausky
authored
on 3 Jun 2015
Sönke Ludwig
committed
on 26 Jun 2015
|