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
|
|
Don't print build success after build errors.
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
|
Add informational output of which executable is run using "dub run".
Sönke Ludwig
committed
on 24 Mar 2013
|
|
2013-03-22 |
Improve output of the dflags warning message. Fixes #54.
Sönke Ludwig
committed
on 22 Mar 2013
|
Always upgrade branch based dependencies. Fixes #55.
Sönke Ludwig
committed
on 22 Mar 2013
|
|
Improve wording of the post-build message.
Sönke Ludwig
committed
on 22 Mar 2013
|
|
2013-03-21 |
Update change log (missing issue ref).
Sönke Ludwig
committed
on 21 Mar 2013
|
Fix the build script for non-Ubuntu systems.
Sönke Ludwig
committed
on 21 Mar 2013
|
|
Updated change log.
Sönke Ludwig
committed
on 21 Mar 2013
|
|
2013-03-19 |
dub will be build into the bin directory, so that when the dub executable's location is added to the path, the build.cmd / build.sh is not made globally accesible.
Matthias Dondorff
committed
on 19 Mar 2013
|
Merge branch 'master' of github.com:rejectedsoftware/dub
Matthias Dondorff
committed
on 19 Mar 2013
|
|
Output warning if DUB controlled compiler flags are specified in package.json. Fixes #37.
Sönke Ludwig
committed
on 19 Mar 2013
|
|
Configurations do not override the global targetName/targetPath if non-was specified in the configuration. Fixes #48.
Sönke Ludwig
committed
on 19 Mar 2013
|
|
2013-03-17 |
Added coverage analysis build types. Fixes #45.
Sönke Ludwig
committed
on 17 Mar 2013
|
Add some default linker flags for link.exe.
Sönke Ludwig
committed
on 17 Mar 2013
|
|
2013-03-16 |
|
2013-03-15 |
|
|