2013-06-17 |
Merge branch 'master' of github.com:rejectedsoftware/dub
Matthias Dondorff
committed
on 17 Jun 2013
|
---|---|
uninstalling locally installed packages may be done by the user
Matthias Dondorff
committed
on 17 Jun 2013
|
|
Disable automatic upgrade of packages as it is currently broken.
...
Sönke Ludwig
committed
on 17 Jun 2013
|
|
Add some basic example projects.
Sönke Ludwig
committed
on 17 Jun 2013
|
|
Avoid reloading local packages multiple times during a single run.
Sönke Ludwig
committed
on 17 Jun 2013
|
|
fixed uninstallation
Matthias Dondorff
committed
on 17 Jun 2013
|
|
Merge branch 'master' of github.com:rejectedsoftware/dub
Matthias Dondorff
committed
on 17 Jun 2013
|
|
using size_t to compare parts of the version string
Matthias Dondorff
committed
on 17 Jun 2013
|
|
Compiler and linker flags are not added in a unique way anymore.
...
Sönke Ludwig
committed
on 17 Jun 2013
|
|
Made "dependencies" a per-configuration setting instead of a purely global setting.
Sönke Ludwig
committed
on 17 Jun 2013
|
|
Merge branch 'master' of github.com:rejectedsoftware/dub
Matthias Dondorff
committed
on 17 Jun 2013
|
|
dub's Version are now based upon Semantic Verioning 2.0.0-rc.2.
Matthias Dondorff
committed
on 17 Jun 2013
|
|
Merge branch 'master' of github.com:rejectedsoftware/dub
Sönke Ludwig
committed
on 17 Jun 2013
|
|
2013-06-15 |
Avoid calling pkg-config with no libs present.
Sönke Ludwig
committed
on 15 Jun 2013
|
2013-06-04 |
When conflicting dependencies where current in a project and its dependencies, dub could get into an infinite update loop.
...
Matthias Dondorff
committed
on 4 Jun 2013
|
Do not enforce the components to be valid, when constructing a Depenency object from another. The Dependency will then return valid() = false, which is in fact a valid state of the object.
Matthias Dondorff
committed
on 4 Jun 2013
|
|
Query git to determine the current DUB version and report it on the help screen. Fixes #39.
Sönke Ludwig
committed
on 4 Jun 2013
|
|
Fix dangling else warning.
Sönke Ludwig
committed
on 4 Jun 2013
|
|
Add support for DUBPATH and "add-path" + change the default installation location to the DUB user path. Fixes #64.
...
Sönke Ludwig
committed
on 4 Jun 2013
|
|
Add exception messages.
Sönke Ludwig
committed
on 4 Jun 2013
|
|
Compile fix for -inline compilation.
Sönke Ludwig
committed
on 4 Jun 2013
|
|
Add unit tests to the path module and make \\UNC\ paths absolute.
Sönke Ludwig
committed
on 4 Jun 2013
|
|
Remove all unit tests from the processcompat module as many of them failed (not an issue since the new std.process is now in DMD 2.063).
Sönke Ludwig
committed
on 4 Jun 2013
|
|
2013-05-30 |
Deprecate "relaxProperties", remove the default -property switch and warn about using them. Fixes #73.
Sönke Ludwig
committed
on 30 May 2013
|
2013-05-28 |
Fix warnings for latest DMD beta.
Sönke Ludwig
committed
on 28 May 2013
|
2013-05-25 |
fixes support for unc path
Lutger Blijdestijn
committed
on 25 May 2013
|
2013-05-24 |
fixes unc path error
Lutger Blijdestijn
committed
on 24 May 2013
|
2013-05-23 |
Fix object directory for -op switch in the VisualD generator and prepare for different project file directories.
...
Sönke Ludwig
committed
on 23 May 2013
|
2013-05-14 |
Change the file dictionary to a file list for "dub describe"'s output.
Sönke Ludwig
committed
on 14 May 2013
|
Implement a first version of "dub describe".
Sönke Ludwig
committed
on 14 May 2013
|