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
|
|
2013-07-25 |
Generalize common compiler switches in the form of a BuildOptions enum.
...
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
|
2013-06-23 |
Fix building with path arguments containing spaces.
Sönke Ludwig
committed
on 23 Jun 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-05-05 |
Use separate compile/link only for dmd (and not for ldmd and gdmd).
Sönke Ludwig
committed
on 5 May 2013
|
2013-04-17 |
Fix inclusion of debug information for the separate compile/link mode.
Sönke Ludwig
committed
on 17 Apr 2013
|
Add a notice that the target was not executed for "dub run" and library builds.
...
Sönke Ludwig
committed
on 17 Apr 2013
|
|
Fix static library builds for all compilers. Partial fix for #53.
...
Sönke Ludwig
committed
on 17 Apr 2013
|
|
DMD static library build fix, attempt 2
Vadim Lopatin
committed
on 17 Apr 2013
|
|
2013-04-12 |
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-09 |
The "build" generator now removes the complete temporary directory, if any. Fixes #41.
...
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-03-24 |
Add informational output of which executable is run using "dub run".
Sönke Ludwig
committed
on 24 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
|