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
|
|
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 |
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
|
|
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-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-24 |
Add informational output of which executable is run using "dub run".
Sönke Ludwig
committed
on 24 Mar 2013
|
2013-03-17 |
Added coverage analysis build types. Fixes #45.
Sönke Ludwig
committed
on 17 Mar 2013
|
2013-03-13 |
Remove spurious compiler argument in the build generator.
Sönke Ludwig
committed
on 13 Mar 2013
|
2013-03-12 |
Fix target path for projects that are not in the CWD.
Sönke Ludwig
committed
on 12 Mar 2013
|
Fixed --buld=ddox (ddox was built without specifying a configuration). Fixes #42.
Sönke Ludwig
committed
on 12 Mar 2013
|
|
2013-03-10 |
Add -w -property to the build scripts and fix the build appropriately.
Sönke Ludwig
committed
on 10 Mar 2013
|
Fixed building with dmd/Windows.
Sönke Ludwig
committed
on 10 Mar 2013
|
|
2013-03-09 |
Fixed linker build settings for separate linking.
Sönke Ludwig
committed
on 9 Mar 2013
|
Implemented experimental separate compile/link building (used for dmd).
Sönke Ludwig
committed
on 9 Mar 2013
|
|
Fixed appending of an absolute path.
Sönke Ludwig
committed
on 9 Mar 2013
|
|
2013-03-08 |
Fixed cleaning up in the "build" generators with an empty target path.
Sönke Ludwig
committed
on 8 Mar 2013
|
Fix target settings for dependencies in the Visual-D generator.
Sönke Ludwig
committed
on 8 Mar 2013
|
|
Use runBuildCommands for the "build" generator.
Sönke Ludwig
committed
on 8 Mar 2013
|
|
|
|
The VisualD generator did not set correctly the target type
Tavi Cacina
committed
on 8 Mar 2013
|
|
Prepare for multiple registry support, update stdx.process and make env vars available to custom commands.
...
Sönke Ludwig
committed
on 8 Mar 2013
|