History for dub_jkp / source / dub / generators / build.d
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
@Sönke Ludwig
Unify pre/post-generate actions across different generators. Fixes #58.
Sönke Ludwig committed on 9 Apr 2013
@Sönke Ludwig
Implemented "buildRequirements" as a way to avoid certain compiler settings for specific code bases. ...
Sönke Ludwig committed on 9 Apr 2013
2013-03-24
@Sönke Ludwig
Add informational output of which executable is run using "dub run".
Sönke Ludwig committed on 24 Mar 2013
2013-03-13
@Sönke Ludwig
Remove spurious compiler argument in the build generator.
Sönke Ludwig committed on 13 Mar 2013
2013-03-12
@Sönke Ludwig
Fix target path for projects that are not in the CWD.
Sönke Ludwig committed on 12 Mar 2013
@Sönke Ludwig
Fixed --buld=ddox (ddox was built without specifying a configuration). Fixes #42.
Sönke Ludwig committed on 12 Mar 2013
2013-03-10
@Sönke Ludwig
Add -w -property to the build scripts and fix the build appropriately.
Sönke Ludwig committed on 10 Mar 2013
@Sönke Ludwig
Fixed building with dmd/Windows.
Sönke Ludwig committed on 10 Mar 2013
2013-03-09
@Sönke Ludwig
Fixed linker build settings for separate linking.
Sönke Ludwig committed on 9 Mar 2013
@Sönke Ludwig
Implemented experimental separate compile/link building (used for dmd).
Sönke Ludwig committed on 9 Mar 2013
@Sönke Ludwig
Fixed appending of an absolute path.
Sönke Ludwig committed on 9 Mar 2013
2013-03-08
@Sönke Ludwig
Fixed cleaning up in the "build" generators with an empty target path.
Sönke Ludwig committed on 8 Mar 2013
@Sönke Ludwig
Use runBuildCommands for the "build" generator.
Sönke Ludwig committed on 8 Mar 2013
@Sönke Ludwig
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
@Sönke Ludwig
The "build" generator now uses a response file to pass compiler flags. Fixes #19.
Sönke Ludwig committed on 7 Mar 2013
@Sönke Ludwig
Added "targetName" and "targetPath" build settings and some fixes. ...
Sönke Ludwig committed on 7 Mar 2013
2013-03-03
@Sönke Ludwig
Source files are now collected at a central place instead of in every generator. ...
Sönke Ludwig committed on 3 Mar 2013
@Sönke Ludwig
Implemented pre/post commands and --build=ddox + support "sourceFiles". ...
Sönke Ludwig committed on 3 Mar 2013
2013-02-22
@Sönke Ludwig
Renamed all the "vibe" package to "vibecompat" to avoid conflicts.
Sönke Ludwig committed on 22 Feb 2013