2014-04-23 |
Put BuildSettings into its own module and invoke DMD to determine the actual build platform.
...
Sönke Ludwig
committed
on 23 Apr 2014
|
---|---|
Rebuild packages when dub.json (all packages) or dub.selections.json (root package) changed.
Sönke Ludwig
committed
on 23 Apr 2014
|
|
*Rally* only overwrite dub.selections.json if necessary.
Sönke Ludwig
committed
on 23 Apr 2014
|
|
Rename m_selectedVersions -> m_selections.
Sönke Ludwig
committed
on 23 Apr 2014
|
|
Only overwrite dub.selections.json if there are actual changes.
Sönke Ludwig
committed
on 23 Apr 2014
|
|
|
|
Add a "commit" prefix for descendant versions.
Sönke Ludwig
committed
on 23 Apr 2014
|
|
|
|
|
|
Switched dub.fetch() to take an enum FetchOptions instead of 4 bools.
Colden Cullen
committed
on 23 Apr 2014
|
|
2014-04-21 |
For "dub run", change the CWD only if non-empty. Fixes #272.
Sönke Ludwig
committed
on 21 Apr 2014
|
Update unit test for new path based dependency behavior.
Sönke Ludwig
committed
on 21 Apr 2014
|
|
Remove unused prototype.
Sönke Ludwig
committed
on 21 Apr 2014
|
|
Fix path based dependencies. See #282 and #253.
Sönke Ludwig
committed
on 21 Apr 2014
|
|
|
|
Include lightweight GIT tags when determining local package versions.
Sönke Ludwig
committed
on 21 Apr 2014
|
|
2014-04-19 |
Fix member naming convention.
Sönke Ludwig
committed
on 19 Apr 2014
|
Update dependency syntax for "dub init" packages of type "vibe.d".
Sönke Ludwig
committed
on 19 Apr 2014
|
|
Fix the --compiler help message to mark the correct default compiler. See #303.
Sönke Ludwig
committed
on 19 Apr 2014
|
|
|
|
2014-04-18 |
Set default compiler to be the same that built dub
Iain Buclaw
committed
on 18 Apr 2014
|
2014-04-14 |
Detect dependency cycles after version resolution and before configuration resolution. Fixes #280.
Sönke Ludwig
committed
on 14 Apr 2014
|
Fix detection of already visited nodes in DependencyResolver. See #280.
...
Sönke Ludwig
committed
on 14 Apr 2014
|
|
Fix building sub packages that depend on their own parent package.
Sönke Ludwig
committed
on 14 Apr 2014
|
|
2014-04-11 |
Add a --missing-only switch to "dub upgrade". Fixes #271.
Sönke Ludwig
committed
on 11 Apr 2014
|
Collect build targets after running preGenerateCommands. Fixes #144.
...
Sönke Ludwig
committed
on 11 Apr 2014
|
|
Automatically add "mainSourceFile" as a source file. Fixes #258.
Sönke Ludwig
committed
on 11 Apr 2014
|
|
Improve diagnostic messages for pkg-config.
Sönke Ludwig
committed
on 11 Apr 2014
|
|
|
|
2014-04-10 |
Fix usage of the selections file (was completely ignored) and improve diagnostic output.
Sönke Ludwig
committed
on 10 Apr 2014
|