2013-04-11 |
Move all source files outside of "dub" to "dub/internal".
Sönke Ludwig
committed
on 11 Apr 2013
|
---|---|
2013-04-10 |
Make (string) import paths relative in generated VisualD projects.
Sönke Ludwig
committed
on 10 Apr 2013
|
2013-04-09 |
Quickfix for unresolved symbols with vibe.d examples and VisualD projects. See issue #57.
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
|
|
2013-03-30 |
Do not include source code files in the <libfiles> field of VisualD projects.
Sönke Ludwig
committed
on 30 Mar 2013
|
2013-03-08 |
Fix target settings for dependencies in the Visual-D generator.
Sönke Ludwig
committed
on 8 Mar 2013
|
The VisualD generator did not set correctly the target type
Tavi Cacina
committed
on 8 Mar 2013
|
|
Added a "subConfigurations" field and implemented proper configuration selection for dependencies.
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
|
|
|
2013-03-06 |
The package description files are now added to IDE projects. Fixes issue #35.
Sönke Ludwig
committed
on 6 Mar 2013
|
The internal package representation is now JSON agnostic + streamlined configuration and dependency handling.
...
Sönke Ludwig
committed
on 6 Mar 2013
|
|
2013-03-03 |
Source files are now collected at a central place instead of in every generator.
...
Sönke Ludwig
committed
on 3 Mar 2013
|
Implemented pre/post commands and --build=ddox + support "sourceFiles".
...
Sönke Ludwig
committed
on 3 Mar 2013
|
|
2013-02-24 |
Fixed optimize and symdebug flag for visualD, supports unittest configuration.
Matthias Dondorff
committed
on 24 Feb 2013
|
2013-02-22 |
Renamed all the "vibe" package to "vibecompat" to avoid conflicts.
Sönke Ludwig
committed
on 22 Feb 2013
|
Another round of replacing invalid uses of to!string(Path) with Path.toNativeString().
Sönke Ludwig
committed
on 22 Feb 2013
|
|
Disabled curl peer verification and fixed writing of binary data to files. Works on Windows and OS X now.
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 |
Fixed up the VisualD and Mono-D generators and changed their names on the command line to lower-case.
Sönke Ludwig
committed
on 18 Feb 2013
|
"dub build" and "dub run" are now also executed using the generator system (RdmdGenerator).
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
|
|
2013-02-15 |
Handling missing package.json more gracefully (without a crash) + some trace log messages.
Sönke Ludwig
committed
on 15 Feb 2013
|
2013-02-08 |
Fixed 64-bit compilation error.
Sönke Ludwig
committed
on 8 Feb 2013
|
2013-02-05 |
Compile fix.
Sönke Ludwig
committed
on 5 Feb 2013
|
Multiple projects created with VisualD. This assumes, that every dependend project will be build as a static .lib.
Matthias Dondorff
committed
on 5 Feb 2013
|
|
VisualD projects have some nice folders, added (string)importPath and dflags support.
Matthias Dondorff
committed
on 5 Feb 2013
|
|
2013-01-29 |
Dub builds with VisualD with latest vibe. BuildPlatform is passed from app.d to the generators. System libraries are suffixed with '.lib' for VisualD.
Matthias Dondorff
committed
on 29 Jan 2013
|
Path fixes in the VisualD generator.
Sönke Ludwig
committed
on 29 Jan 2013
|
|
Renamed Application to Project and put it into its own module + added a stub MonoD generator.
Sönke Ludwig
committed
on 29 Jan 2013
|