History for dub_jkp / source / dub / generators / visuald.d
2013-03-03
@Sönke Ludwig
Implemented pre/post commands and --build=ddox + support "sourceFiles". ...
Sönke Ludwig committed on 3 Mar 2013
2013-02-24
@Matthias Dondorff
Fixed optimize and symdebug flag for visualD, supports unittest configuration.
Matthias Dondorff committed on 24 Feb 2013
2013-02-22
@Sönke Ludwig
Renamed all the "vibe" package to "vibecompat" to avoid conflicts.
Sönke Ludwig committed on 22 Feb 2013
@Sönke Ludwig
Another round of replacing invalid uses of to!string(Path) with Path.toNativeString().
Sönke Ludwig committed on 22 Feb 2013
@Sönke Ludwig
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
@Sönke Ludwig
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
@Sönke Ludwig
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
@Sönke Ludwig
"dub build" and "dub run" are now also executed using the generator system (RdmdGenerator).
Sönke Ludwig committed on 18 Feb 2013
@Sönke Ludwig
Implemented basic multi-compiler support (with only a dmd implementation right now).
Sönke Ludwig committed on 18 Feb 2013
2013-02-15
@Sönke Ludwig
Handling missing package.json more gracefully (without a crash) + some trace log messages.
Sönke Ludwig committed on 15 Feb 2013
2013-02-08
@Sönke Ludwig
Fixed 64-bit compilation error.
Sönke Ludwig committed on 8 Feb 2013
2013-02-05
@Sönke Ludwig
Compile fix.
Sönke Ludwig committed on 5 Feb 2013
@Matthias Dondorff
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
@Matthias Dondorff
VisualD projects have some nice folders, added (string)importPath and dflags support.
Matthias Dondorff committed on 5 Feb 2013
2013-01-29
@Matthias Dondorff
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
@Sönke Ludwig
Path fixes in the VisualD generator.
Sönke Ludwig committed on 29 Jan 2013
@Sönke Ludwig
Renamed Application to Project and put it into its own module + added a stub MonoD generator.
Sönke Ludwig committed on 29 Jan 2013
@Sönke Ludwig
Changed the top level source folder to have the name of the root package in the VisualD generator.
Sönke Ludwig committed on 29 Jan 2013
@Matthias Dondorff
Using join preperation for string imports.
Matthias Dondorff committed on 29 Jan 2013
2013-01-26
@Matthias Dondorff
System libraries and additional link files are used for project generation. A postbuild copy-files command is needed in order to build successfully.
Matthias Dondorff committed on 26 Jan 2013
2013-01-23
@Matthias Dondorff
Fixed startup.
Matthias Dondorff committed on 23 Jan 2013
2013-01-22
@Matthias Dondorff
More resolved conflicts, replaced usage of PackageStore with PackageManager.
Matthias Dondorff committed on 22 Jan 2013
2013-01-10
@Matthias Dondorff
this flag might help debugging
Matthias Dondorff committed on 10 Jan 2013
2012-12-04
@Matthias Dondorff
Creation with a single project file. Debugging does not work, though...
Matthias Dondorff committed on 4 Dec 2012
2012-11-27
@Matthias Dondorff
Incomplete generation of VisualD project files. Missing: project dependencies being compilable libraries and precompiled libraries as well as system installed precompiled libraries.
Matthias Dondorff committed on 27 Nov 2012
2012-10-31
@Sönke Ludwig
Initial commit (more or less the same code as used for vibe.d's vpm).
Sönke Ludwig committed on 31 Oct 2012