2013-11-07 |
Perform target setup when performing a cached build. Fixes #159.
Sönke Ludwig
committed
on 7 Nov 2013
|
---|---|
2013-11-06 |
Avoid duplicate "package.json" entries in generated VisualD projects.
Sönke Ludwig
committed
on 6 Nov 2013
|
2013-11-05 |
Integrate the rdmd generator into the build generator and start to implement build caching.
...
Sönke Ludwig
committed
on 5 Nov 2013
|
2013-11-04 |
Import and string import files are now added to generated VisualD projects and "dub describe".
Sönke Ludwig
committed
on 4 Nov 2013
|
Fix running executables that are not built in the CWD and create the target path if necessary.
Sönke Ludwig
committed
on 4 Nov 2013
|
|
2013-11-03 |
Build to a temporary folder only if necessary. Fixes #82.
Sönke Ludwig
committed
on 3 Nov 2013
|
2013-11-02 |
Fix "dub --build=ddox" and let it open the docs in the system browser automatically.
Sönke Ludwig
committed
on 2 Nov 2013
|
Remove dub.internal.std.process compatibility code as it doesn't support browse() and the compile status on older DMD versions isn't tracked anyway.
Sönke Ludwig
committed
on 2 Nov 2013
|
|
2013-10-24 |
Make "dub build --build=ddox" work for any target type and avoid including dependencies in the documentation. Fixes #142.
Sönke Ludwig
committed
on 24 Oct 2013
|
Issue -shared and -fPIC when building shared libraries with DMD. Fixes #138.
Sönke Ludwig
committed
on 24 Oct 2013
|
|
2013-10-18 |
Make all paths issued by the build generator relative to work around issue #130.
Sönke Ludwig
committed
on 18 Oct 2013
|
2013-09-25 |
Remove the now redundant GeneratorSettings.compilerBinary field.
Sönke Ludwig
committed
on 25 Sep 2013
|
Move dub.utils to dub.internal.utils and update copyright dates.
Sönke Ludwig
committed
on 25 Sep 2013
|
|
Let the individual compiler classes handle passing arguments to the compiler. Fixes #86.
Sönke Ludwig
committed
on 25 Sep 2013
|
|
Name response file dub-build.rsp instead of .dmd-response-file.txt and only quote arguments if needed.
...
Sönke Ludwig
committed
on 25 Sep 2013
|
|
typo in comment
ponce
committed
on 25 Sep 2013
|
|
Avoid multiple identical package.json inclusion in combined VisualD project generation when using sub-packages.
ponce
committed
on 25 Sep 2013
|
|
2013-09-15 |
Moved Journal into packagemanager.d. Removed Project.writeMetadata as it is not used. Documentation typos and updates.
Matthias Dondorff
committed
on 15 Sep 2013
|
2013-09-04 |
[visuald generator] When generating a combined VisualD project file, generates nicer <Folder>.
...
ponce
committed
on 4 Sep 2013
|
2013-08-30 |
Avoid redundant dependencies and .lib dependencies in generated VisualD projects if possible.
...
Sönke Ludwig
committed
on 30 Aug 2013
|
2013-07-25 |
Generalize common compiler switches in the form of a BuildOptions enum.
...
Sönke Ludwig
committed
on 25 Jul 2013
|
Avoid specifying compiler flags that are already handled by special fields in the VisualD generator. See rejectedsoftware/vibe.d#269.
Sönke Ludwig
committed
on 25 Jul 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
|
Don't clean up .json files in generated VisualD projects.
Sönke Ludwig
committed
on 19 Jul 2013
|
|
2013-07-12 |
Make the release configuration of generated VisualD projects issue -release and -inline.
Sönke Ludwig
committed
on 12 Jul 2013
|
2013-07-11 |
Only output projects for actual dependencies of the current configuration in the VisualD generator.
Sönke Ludwig
committed
on 11 Jul 2013
|
2013-07-10 |
Implemented a new visuald-combined generator and added LDC/GDC support for VisualD projects.
...
Sönke Ludwig
committed
on 10 Jul 2013
|
Fix adhering to the selected configuration in the VisualD generator.
Sönke Ludwig
committed
on 10 Jul 2013
|
|
2013-06-23 |
Fix building with path arguments containing spaces.
Sönke Ludwig
committed
on 23 Jun 2013
|