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-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
|
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-11 |
Move all source files outside of "dub" to "dub/internal".
Sönke Ludwig
committed
on 11 Apr 2013
|
2013-04-09 |
Implemented "buildRequirements" as a way to avoid certain compiler settings for specific code bases.
...
Sönke Ludwig
committed
on 9 Apr 2013
|
2013-03-10 |
Add -w -property to the build scripts and fix the build appropriately.
Sönke Ludwig
committed
on 10 Mar 2013
|
2013-03-09 |
Implemented experimental separate compile/link building (used for dmd).
Sönke Ludwig
committed
on 9 Mar 2013
|
2013-03-08 |
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 |
Added "targetName" and "targetPath" build settings and some fixes.
...
Sönke Ludwig
committed
on 7 Mar 2013
|
Added the notion of a target type.
Sönke Ludwig
committed
on 7 Mar 2013
|
|
2013-03-03 |
Implemented pre/post commands and --build=ddox + support "sourceFiles".
...
Sönke Ludwig
committed
on 3 Mar 2013
|
2013-02-22 |
Renamed all the "vibe" package to "vibecompat" to avoid conflicts.
Sönke Ludwig
committed
on 22 Feb 2013
|
2013-02-21 |
Added rudimentary support for the --arch= option and moved build type flag generation to a common place.
Sönke Ludwig
committed
on 21 Feb 2013
|
2013-02-18 |
Added a new "build" generator that directly invokes the compiler.
...
Sönke Ludwig
committed
on 18 Feb 2013
|
Fixed linker and version flag translation for LDC
Sönke Ludwig
committed
on 18 Feb 2013
|
|
Added LDC support and improved compiler name maching (e.g. gdc-2.061 is now matched with gdc)
Sönke Ludwig
committed
on 18 Feb 2013
|