History for dub_jkp / source / dub / generators / visuald.d
2013-04-13
@Sönke Ludwig
Build library files of dependent projects in .dub/lib for generated VisualD projects.
Sönke Ludwig committed on 13 Apr 2013
2013-04-12
@Sönke Ludwig
Set the intermediate directory for VisualD projects to .dub/obj/<projectname> to avoid cluttering the project directory.
Sönke Ludwig committed on 12 Apr 2013
@Sönke Ludwig
Tune build parameters of generated VisualD projects to avoid common compiler/linker bugs.
Sönke Ludwig committed on 12 Apr 2013
@Sönke Ludwig
Fix build settings for dependencies in the VisualD generator. ...
Sönke Ludwig committed on 12 Apr 2013
2013-04-11
@Sönke Ludwig
Move all source files outside of "dub" to "dub/internal".
Sönke Ludwig committed on 11 Apr 2013
2013-04-10
@Sönke Ludwig
Make (string) import paths relative in generated VisualD projects.
Sönke Ludwig committed on 10 Apr 2013
2013-04-09
@Sönke Ludwig
Quickfix for unresolved symbols with vibe.d examples and VisualD projects. See issue #57.
Sönke Ludwig committed on 9 Apr 2013
@Sönke Ludwig
Unify pre/post-generate actions across different generators. Fixes #58.
Sönke Ludwig committed on 9 Apr 2013
2013-03-30
@Sönke Ludwig
Do not include source code files in the <libfiles> field of VisualD projects.
Sönke Ludwig committed on 30 Mar 2013
2013-03-08
@Sönke Ludwig
Fix target settings for dependencies in the Visual-D generator.
Sönke Ludwig committed on 8 Mar 2013
@Tavi Cacina
The VisualD generator did not set correctly the target type
Tavi Cacina committed on 8 Mar 2013
@Sönke Ludwig
Added a "subConfigurations" field and implemented proper configuration selection for dependencies.
Sönke Ludwig committed on 8 Mar 2013
2013-03-07
@Sönke Ludwig
Added "targetName" and "targetPath" build settings and some fixes. ...
Sönke Ludwig committed on 7 Mar 2013
@Sönke Ludwig
Improved configuration selection for dependencies. ...
Sönke Ludwig committed on 7 Mar 2013
2013-03-06
@Sönke Ludwig
The package description files are now added to IDE projects. Fixes issue #35.
Sönke Ludwig committed on 6 Mar 2013
@Sönke Ludwig
The internal package representation is now JSON agnostic + streamlined configuration and dependency handling. ...
Sönke Ludwig committed on 6 Mar 2013
2013-03-03
@Sönke Ludwig
Source files are now collected at a central place instead of in every generator. ...
Sönke Ludwig committed on 3 Mar 2013
@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