2013-09-25 |
Move dub.utils to dub.internal.utils and update copyright dates.
Sönke Ludwig
committed
on 25 Sep 2013
|
---|---|
2013-07-21 |
Add support for customized build types ("buildTypes"). Fixes #78.
...
Sönke Ludwig
committed
on 21 Jul 2013
|
2013-07-19 |
Add "workingDirectory" build setting to change the working directory from which the final executable will be run. Fixes #84.
Sönke Ludwig
committed
on 19 Jul 2013
|
2013-06-19 |
Rename log levels to be in line with the latest vibe.d versions.
Sönke Ludwig
committed
on 19 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-14 |
Implement the "noDefaultFlags" build requirement. Fixes #68.
Sönke Ludwig
committed
on 14 May 2013
|
2013-04-17 |
Add a notice that the target was not executed for "dub run" and library builds.
...
Sönke Ludwig
committed
on 17 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-09 |
Unify pre/post-generate actions across different generators. Fixes #58.
Sönke Ludwig
committed
on 9 Apr 2013
|
2013-03-24 |
Add informational output of which executable is run using "dub run".
Sönke Ludwig
committed
on 24 Mar 2013
|
2013-03-09 |
Fixed appending of an absolute path.
Sönke Ludwig
committed
on 9 Mar 2013
|
2013-03-08 |
Prepare for multiple registry support, update stdx.process and make env vars available to custom commands.
...
Sönke Ludwig
committed
on 8 Mar 2013
|
2013-03-07 |
Added "targetName" and "targetPath" build settings and some fixes.
...
Sönke Ludwig
committed
on 7 Mar 2013
|
Remove the --force when calling rdmd.
Sönke Ludwig
committed
on 7 Mar 2013
|
|
Fix the rdmd generator to use Compiler.setTarget() instead of hard coding "-of=".
Sönke Ludwig
committed
on 7 Mar 2013
|
|
2013-03-03 |
Source files are now collected at a central place instead of in every generator.
...
Sönke Ludwig
committed
on 3 Mar 2013
|
Implemented pre/post commands and --build=ddox + support "sourceFiles".
...
Sönke Ludwig
committed
on 3 Mar 2013
|
|
2013-02-22 |
Renamed all the "vibe" package to "vibecompat" to avoid conflicts.
Sönke Ludwig
committed
on 22 Feb 2013
|
2013-02-21 |
Added rudimentary support for the --arch= option and moved build type flag generation to a common place.
Sönke Ludwig
committed
on 21 Feb 2013
|
2013-02-18 |
"dub build" and "dub run" are now also executed using the generator system (RdmdGenerator).
Sönke Ludwig
committed
on 18 Feb 2013
|