History for dub_jkp / source / dub / generators / monod.d
2013-06-19
@Sönke Ludwig
Rename log levels to be in line with the latest vibe.d versions.
Sönke Ludwig committed on 19 Jun 2013
2013-06-18
@Sönke Ludwig
Add warning for using the Mono-D project generator.
Sönke Ludwig committed on 18 Jun 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-09
@Sönke Ludwig
Unify pre/post-generate actions across different generators. Fixes #58.
Sönke Ludwig committed on 9 Apr 2013
2013-04-07
@Sönke Ludwig
Avoid passing of package.json to the compiler in generated Mono-D projects. Fixes #60.
Sönke Ludwig committed on 7 Apr 2013
2013-03-08
@Sönke Ludwig
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
@Sönke Ludwig
Added "targetName" and "targetPath" build settings and some fixes. ...
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
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
Binary and intermediate directories are now properly set for Mono-D projects. Fixes issue #32.
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-25
@Sönke Ludwig
The Mono-D project generator now puts external source files in the same source hierarchy as the main project files.
Sönke Ludwig committed on 25 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
Removed the vibe.d dependency by dragging in a minimal set of interfaces of vibe.d ...
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-16
@Sönke Ludwig
The build settings for the default configuration are now emitted for the MonoD generator.
Sönke Ludwig committed on 16 Feb 2013
@Sönke Ludwig
Finished basic MonoD generator support (compiler/linker settings are not yet emitted).
Sönke Ludwig committed on 16 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
Renamed Application to Project and put it into its own module + added a stub MonoD generator.
Sönke Ludwig committed on 29 Jan 2013
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