2013-09-26 |
Properly escape arguments in GDC response files. Fixes #125.
Sönke Ludwig
committed
on 26 Sep 2013
|
---|---|
2013-09-25 |
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
|
|
2013-09-15 |
Change BuildOptions.init from "debug_" to the new "none" to fix bogus -debug flags during compilation.
...
Sönke Ludwig
committed
on 15 Sep 2013
|
2013-08-11 |
Add -shared flag for DMD when building dynamic libraries.
Sönke Ludwig
committed
on 11 Aug 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 |
Improve adherence to code conventions.
Sönke Ludwig
committed
on 21 Jul 2013
|
2013-07-20 |
Fix building of libraries with no explicit target type set. See #87.
Sönke Ludwig
committed
on 20 Jul 2013
|
Ignore import libraries when building a static library. Fixes #91.
Sönke Ludwig
committed
on 20 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-07-10 |
Avoid bogus warnings about non-recommended dflags.
Sönke Ludwig
committed
on 10 Jul 2013
|
2013-07-02 |
Fix handling of -enable-inlining, -d-debug, -d-version and -disable-boundscheck arguments in the LdcCompiler class. Supposedly fixes #86, but not tested, yet.
Sönke Ludwig
committed
on 2 Jul 2013
|
2013-06-19 |
Introduce TargetType.none, fix handling of non-target project's dependencies and avoid continuous reinstalls of referenced sub-packages.
Sönke Ludwig
committed
on 19 Jun 2013
|
Rename log levels to be in line with the latest vibe.d versions.
Sönke Ludwig
committed
on 19 Jun 2013
|
|
2013-06-18 |
Fix explicit 32-bit/64-bit compilation for DMD with separate compile/link passes.
Sönke Ludwig
committed
on 18 Jun 2013
|
2013-06-17 |
Add some basic example projects.
Sönke Ludwig
committed
on 17 Jun 2013
|
Compiler and linker flags are not added in a unique way anymore.
...
Sönke Ludwig
committed
on 17 Jun 2013
|
|
2013-06-15 |
Avoid calling pkg-config with no libs present.
Sönke Ludwig
committed
on 15 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 |
Fix LDC linker flag specification and add workaround for conflicting object file names.
Sönke Ludwig
committed
on 5 May 2013
|
Use -d-debug instead of -debug for LDC.
Sönke Ludwig
committed
on 5 May 2013
|
|
Attempt to fix handling of "-Wl" flags returned by "pkg-config".
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
|
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 |
Warn on more special compiler flags.
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
|