History for dub_jkp / source / dub / project.d
2016-04-20
@Sönke Ludwig
Review and document module dub.dub. ...
Sönke Ludwig committed on 20 Apr 2016
@Sönke Ludwig
Move utility functions from dub.compilers.compiler to dub.compilers.utils.
Sönke Ludwig committed on 20 Apr 2016
@Sönke Ludwig
Avoid any of the newly deprecated symbols. ...
Sönke Ludwig committed on 20 Apr 2016
@Sönke Ludwig
Remove PathAndFormat struct. ...
Sönke Ludwig committed on 20 Apr 2016
@Sönke Ludwig
Remove pointless extra abstraction for package recipes.
Sönke Ludwig committed on 20 Apr 2016
2016-03-20
@Martin Nowak
Merge pull request #762 from D-Programming-Language/issue240-dustmite-path-based-deps ...
Martin Nowak committed on 20 Mar 2016
2016-02-28
@Sönke Ludwig
Fix loading packages that have a path based selection.
Sönke Ludwig committed on 28 Feb 2016
2016-02-19
@Sönke Ludwig
Output sorted dependencies to dub.selections.json. Fixes #709. ...
Sönke Ludwig committed on 19 Feb 2016
2016-02-10
@Sönke Ludwig
Add mutable overload of Project.getTopologicalPackageList.
Sönke Ludwig committed on 10 Feb 2016
@Sönke Ludwig
Implement new optional dependency semantics. Fixes #361. ...
Sönke Ludwig committed on 10 Feb 2016
@Sönke Ludwig
Output hierarchical log messages during dependency collection.
Sönke Ludwig committed on 10 Feb 2016
@Sönke Ludwig
Change internal logic error to assertion and improve error message. ...
Sönke Ludwig committed on 10 Feb 2016
2016-02-02
@Sönke Ludwig
Let dub.selections.json always have precedence. Fixes #754.
Sönke Ludwig committed on 2 Feb 2016
2015-12-27
@Sönke Ludwig
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
@Sönke Ludwig
Don't pass -unittest to dependencies when performing a test build. Fixes #640.
Sönke Ludwig committed on 14 Oct 2015
2015-09-28
@Martin Nowak
mentions wrong --data-format argument
Martin Nowak committed on 28 Sep 2015
2015-08-07
@Nick Sabalausky
Fix #624: --data=libs should output in compiler-format, not linker format.
Nick Sabalausky committed on 7 Aug 2015
2015-07-10
@Sönke Ludwig
Fix naming convention of FileMode enum. ...
Sönke Ludwig committed on 10 Jul 2015
2015-07-05
@Sönke Ludwig
Iterate the dependency graph in alphabetic order. ...
Sönke Ludwig committed on 5 Jul 2015
2015-07-04
@Sönke Ludwig
Fix compilation and CI test on DMD 2.068-b1. Fixes #541.
Sönke Ludwig committed on 4 Jul 2015
2015-06-30
@Sönke Ludwig
Add "active" field to "dub describe" output. Fixes #393. Closes #577. ...
Sönke Ludwig committed on 30 Jun 2015
2015-06-26
@Nick Sabalausky
Fixed: Compile error on anything before DMD 2.067.
Nick Sabalausky authored on 26 Jun 2015 Sönke Ludwig committed on 26 Jun 2015
@Nick Sabalausky
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
@Nick Sabalausky
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
@Nick Sabalausky
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
@Nick Sabalausky
Accidentally left in some old commented-out code.
Nick Sabalausky authored on 19 Jun 2015 Sönke Ludwig committed on 26 Jun 2015
@Nick Sabalausky
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
@Nick Sabalausky
buildPath -> buildNormalizedPath
Nick Sabalausky authored on 19 Jun 2015 Sönke Ludwig committed on 26 Jun 2015
@Nick Sabalausky
Replace 'getBuildSettingBitField' with 'to!BuildSetting'.
Nick Sabalausky authored on 19 Jun 2015 Sönke Ludwig committed on 26 Jun 2015
@Nick Sabalausky
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