2013-04-24 |
Added "dub list-system" and "dub list-user".
Matthias Dondorff
committed
on 24 Apr 2013
|
---|---|
Package updating could work with optional dependencies.
Matthias Dondorff
committed
on 24 Apr 2013
|
|
Added "optional" dependency flag.
Matthias Dondorff
committed
on 24 Apr 2013
|
|
2013-04-17 |
Fix inclusion of debug information for the separate compile/link mode.
Sönke Ludwig
committed
on 17 Apr 2013
|
Fix the FILE* encapsulation hack in dub.internal.std.process. See also #62.
Sönke Ludwig
committed
on 17 Apr 2013
|
|
Add a notice that the target was not executed for "dub run" and library builds.
...
Sönke Ludwig
committed
on 17 Apr 2013
|
|
Fix static library builds for all compilers. Partial fix for #53.
...
Sönke Ludwig
committed
on 17 Apr 2013
|
|
|
|
DMD static library build fix, attempt 2
Vadim Lopatin
committed
on 17 Apr 2013
|
|
|
|
2013-04-13 |
Build library files of dependent projects in .dub/lib for generated VisualD projects.
Sönke Ludwig
committed
on 13 Apr 2013
|
|
|
2013-04-12 |
Set the intermediate directory for VisualD projects to .dub/obj/<projectname> to avoid cluttering the project directory.
Sönke Ludwig
committed
on 12 Apr 2013
|
Tune build parameters of generated VisualD projects to avoid common compiler/linker bugs.
Sönke Ludwig
committed
on 12 Apr 2013
|
|
Fix build settings for dependencies in the VisualD generator.
...
Sönke Ludwig
committed
on 12 Apr 2013
|
|
Remove the thread/fiber IDs to clean up the console output visually.
...
Sönke Ludwig
committed
on 12 Apr 2013
|
|
Use "dmd" to link in the build generator also on Windows. Fixes #57.
...
Sönke Ludwig
committed
on 12 Apr 2013
|
|
2013-04-11 |
Move all source files outside of "dub" to "dub/internal".
Sönke Ludwig
committed
on 11 Apr 2013
|
2013-04-10 |
Make (string) import paths relative in generated VisualD projects.
Sönke Ludwig
committed
on 10 Apr 2013
|
2013-04-09 |
Added very simple hashing of a package.
Matthias Dondorff
committed
on 9 Apr 2013
|
The "build" generator now removes the complete temporary directory, if any. Fixes #41.
...
Sönke Ludwig
committed
on 9 Apr 2013
|
|
Quickfix for unresolved symbols with vibe.d examples and VisualD projects. See issue #57.
Sönke Ludwig
committed
on 9 Apr 2013
|
|
Unify pre/post-generate actions across different generators. Fixes #58.
Sönke Ludwig
committed
on 9 Apr 2013
|
|
Warn on more special compiler flags.
Sönke Ludwig
committed
on 9 Apr 2013
|
|
Implemented "buildRequirements" as a way to avoid certain compiler settings for specific code bases.
...
Sönke Ludwig
committed
on 9 Apr 2013
|
|
2013-04-07 |
Avoid passing of package.json to the compiler in generated Mono-D projects. Fixes #60.
Sönke Ludwig
committed
on 7 Apr 2013
|
2013-04-05 |
Make configurations inherit the global target type by default.
...
Sönke Ludwig
committed
on 5 Apr 2013
|
2013-03-30 |
Do not include source code files in the <libfiles> field of VisualD projects.
Sönke Ludwig
committed
on 30 Mar 2013
|
2013-03-25 |
By default, use module tree navigation for --build=ddox.
Sönke Ludwig
committed
on 25 Mar 2013
|
2013-03-24 |
Support "-ddoxFilterArgs" field to control how --build=ddox filters documentation entities.
Sönke Ludwig
committed
on 24 Mar 2013
|