2013-09-15 |
Fix typo. See #122.
Sönke Ludwig
committed
on 15 Sep 2013
|
---|---|
Improve log messages.
Sönke Ludwig
committed
on 15 Sep 2013
|
|
Change BuildOptions.init from "debug_" to the new "none" to fix bogus -debug flags during compilation.
...
Sönke Ludwig
committed
on 15 Sep 2013
|
|
Use BuildOptions instead of DFlags to handle --debug=XXX flags on the DUB command line.
Sönke Ludwig
committed
on 15 Sep 2013
|
|
2013-09-14 |
|
|
|
2013-09-11 |
Update change log.
Sönke Ludwig
committed
on 11 Sep 2013
|
Only upgrade branch packages if required and never upgrade the same package twice. Fixes #118.
Sönke Ludwig
committed
on 11 Sep 2013
|
|
Only allow zip file prefixes of one directory deep. Partial fix for #118.
Sönke Ludwig
committed
on 11 Sep 2013
|
|
Parse configurations after all global settings have been parsed. Fixes #113.
Sönke Ludwig
committed
on 11 Sep 2013
|
|
Don't exclude application file in the auto-inferred "library" configuration if the target type is explicitly set to library. Fixes #105.
Sönke Ludwig
committed
on 11 Sep 2013
|
|
|
|
Fix determining the zip root folder.
Sönke Ludwig
committed
on 11 Sep 2013
|
|
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-09 |
|
2013-09-04 |
[visuald generator] When generating a combined VisualD project file, generates nicer <Folder>.
...
ponce
committed
on 4 Sep 2013
|
2013-08-31 |
Update change log.
Sönke Ludwig
committed
on 31 Aug 2013
|
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
|
|
Remove outdated sentence and add a link to the package format description.
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 |
|