2013-09-10 |
Merge branch 'master' of github.com:rejectedsoftware/dub
Matthias Dondorff
committed
on 10 Sep 2013
|
---|---|
Improve wording of command line structure on the help screen.
Sönke Ludwig
committed
on 10 Sep 2013
|
|
A better log message in case of installing a package over a previous installed package and a bug fix, when the install .zip file is not containing any folders.
Matthias Dondorff
committed
on 10 Sep 2013
|
|
For the DependencyGraph, when dependencies are looked up, provide the base package name, to the callback.
Matthias Dondorff
committed
on 10 Sep 2013
|
|
Only update packages once per update call.
Matthias Dondorff
committed
on 10 Sep 2013
|
|
2013-09-04 |
[visuald generator] When generating a combined VisualD project file, generates nicer <Folder>.
...
ponce
committed
on 4 Sep 2013
|
2013-08-31 |
Implement -debug=xyz flag.
Sönke Ludwig
committed
on 31 Aug 2013
|
2013-08-30 |
Fix handling of packages with no configurations. See also #99.
Sönke Ludwig
committed
on 30 Aug 2013
|
Avoid redundant dependencies and .lib dependencies in generated VisualD projects if possible.
...
Sönke Ludwig
committed
on 30 Aug 2013
|
|
2013-08-20 |
Reducing log spam
Matthias Dondorff
committed
on 20 Aug 2013
|
The dependency in terms of the DependencyGraph is the base package and not the sub package.
...
Matthias Dondorff
committed
on 20 Aug 2013
|
|
Added some very basic unittests for the DependencyGraph
Matthias Dondorff
committed
on 20 Aug 2013
|
|
Fixing unittests
Matthias Dondorff
committed
on 20 Aug 2013
|
|
2013-08-17 |
|
2013-08-11 |
Add -shared flag for DMD when building dynamic libraries.
Sönke Ludwig
committed
on 11 Aug 2013
|
2013-08-06 |
Little doc improvement.
Robert Klotzner
committed
on 6 Aug 2013
|
2013-07-31 |
Implement a new graph based algorithm for configuration resolution.
...
Sönke Ludwig
committed
on 31 Jul 2013
|
2013-07-26 |
Fix handling of global build settings for packages without configurations.
Sönke Ludwig
committed
on 26 Jul 2013
|
2013-07-25 |
Generalize common compiler switches in the form of a BuildOptions enum.
...
Sönke Ludwig
committed
on 25 Jul 2013
|
Avoid specifying compiler flags that are already handled by special fields in the VisualD generator. See rejectedsoftware/vibe.d#269.
Sönke Ludwig
committed
on 25 Jul 2013
|
|
2013-07-24 |
Avoid loading the same package referenced by path multiple times. Fixes #98.
Sönke Ludwig
committed
on 24 Jul 2013
|
2013-07-23 |
Output a warning for projects with no import paths defined. See also #94.
Sönke Ludwig
committed
on 23 Jul 2013
|
2013-07-21 |
Add -debug flag to "unittest" and "unittest-cov" default build types. See also #90.
Sönke Ludwig
committed
on 21 Jul 2013
|
Improve adherence to code conventions.
Sönke Ludwig
committed
on 21 Jul 2013
|
|
Add support for customized build types ("buildTypes"). Fixes #78.
...
Sönke Ludwig
committed
on 21 Jul 2013
|
|
2013-07-20 |
Fix type/error message.
Sönke Ludwig
committed
on 20 Jul 2013
|
Fix error message for unknown sub-packages. See also #87.
Sönke Ludwig
committed
on 20 Jul 2013
|
|
Fix building of libraries with no explicit target type set. See #87.
Sönke Ludwig
committed
on 20 Jul 2013
|
|
Fix build script for missing registry.d file. Fixes #95.
Sönke Ludwig
committed
on 20 Jul 2013
|
|
|