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-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-17 |
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 |
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 |
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
|
|
2013-03-22 |
Improve output of the dflags warning message. Fixes #54.
Sönke Ludwig
committed
on 22 Mar 2013
|
2013-03-19 |
Output warning if DUB controlled compiler flags are specified in package.json. Fixes #37.
Sönke Ludwig
committed
on 19 Mar 2013
|
2013-03-15 |
|
2013-03-09 |
Implemented experimental separate compile/link building (used for dmd).
Sönke Ludwig
committed
on 9 Mar 2013
|
2013-03-07 |
Added "targetName" and "targetPath" build settings and some fixes.
...
Sönke Ludwig
committed
on 7 Mar 2013
|
Implemented the "excludedSourceFiles" build setting.
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-06 |
The internal package representation is now JSON agnostic + streamlined configuration and dependency handling.
...
Sönke Ludwig
committed
on 6 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
|
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
|
|
Also added support for gdmd and ldmd
Sönke Ludwig
committed
on 18 Feb 2013
|
|
Implemented basic multi-compiler support (with only a dmd implementation right now).
Sönke Ludwig
committed
on 18 Feb 2013
|