History for dub_jkp / source / dub / generators / build.d
2013-11-13
@Sönke Ludwig
Add diagnostic message for the target copy operation of the cached build generator.
Sönke Ludwig committed on 13 Nov 2013
2013-11-12
@Sönke Ludwig
When doing separate compile/link building, pass (.o/.a/.ao/.dylib/.obj) files to the linker command line. ...
Sönke Ludwig committed on 12 Nov 2013
2013-11-07
@Sönke Ludwig
Perform target setup when performing a cached build. Fixes #159.
Sönke Ludwig committed on 7 Nov 2013
2013-11-05
@Sönke Ludwig
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
@Sönke Ludwig
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
@Sönke Ludwig
Build to a temporary folder only if necessary. Fixes #82.
Sönke Ludwig committed on 3 Nov 2013
2013-11-02
@Sönke Ludwig
Fix "dub --build=ddox" and let it open the docs in the system browser automatically.
Sönke Ludwig committed on 2 Nov 2013
@Sönke Ludwig
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
@Sönke Ludwig
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
@Sönke Ludwig
Issue -shared and -fPIC when building shared libraries with DMD. Fixes #138.
Sönke Ludwig committed on 24 Oct 2013
2013-10-18
@Sönke Ludwig
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
@Sönke Ludwig
Remove the now redundant GeneratorSettings.compilerBinary field.
Sönke Ludwig committed on 25 Sep 2013
@Sönke Ludwig
Move dub.utils to dub.internal.utils and update copyright dates.
Sönke Ludwig committed on 25 Sep 2013
@Sönke Ludwig
Let the individual compiler classes handle passing arguments to the compiler. Fixes #86.
Sönke Ludwig committed on 25 Sep 2013
@Sönke Ludwig
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
2013-07-25
@Sönke Ludwig
Generalize common compiler switches in the form of a BuildOptions enum. ...
Sönke Ludwig committed on 25 Jul 2013
2013-07-21
@Sönke Ludwig
Add support for customized build types ("buildTypes"). Fixes #78. ...
Sönke Ludwig committed on 21 Jul 2013
2013-07-19
@Sönke Ludwig
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-23
@Sönke Ludwig
Fix building with path arguments containing spaces.
Sönke Ludwig committed on 23 Jun 2013
2013-06-19
@Sönke Ludwig
Rename log levels to be in line with the latest vibe.d versions.
Sönke Ludwig committed on 19 Jun 2013
2013-05-30
@Sönke Ludwig
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
@Sönke Ludwig
Implement the "noDefaultFlags" build requirement. Fixes #68.
Sönke Ludwig committed on 14 May 2013
2013-05-05
@Sönke Ludwig
Use separate compile/link only for dmd (and not for ldmd and gdmd).
Sönke Ludwig committed on 5 May 2013
2013-04-17
@Sönke Ludwig
Fix inclusion of debug information for the separate compile/link mode.
Sönke Ludwig committed on 17 Apr 2013
@Sönke Ludwig
Add a notice that the target was not executed for "dub run" and library builds. ...
Sönke Ludwig committed on 17 Apr 2013
@Sönke Ludwig
Fix static library builds for all compilers. Partial fix for #53. ...
Sönke Ludwig committed on 17 Apr 2013
@Vadim Lopatin
DMD static library build fix, attempt 2
Vadim Lopatin committed on 17 Apr 2013
2013-04-12
@Sönke Ludwig
Use "dmd" to link in the build generator also on Windows. Fixes #57. ...
Sönke Ludwig committed on 12 Apr 2013
2013-04-11
@Sönke Ludwig
Move all source files outside of "dub" to "dub/internal".
Sönke Ludwig committed on 11 Apr 2013
2013-04-09
@Sönke Ludwig
The "build" generator now removes the complete temporary directory, if any. Fixes #41. ...
Sönke Ludwig committed on 9 Apr 2013