History for dub_jkp / source / dub / generators / visuald.d
2014-01-09
@Sönke Ludwig
Deprecate the "visuald-combined" generator.
Sönke Ludwig committed on 9 Jan 2014
@Sönke Ludwig
Reimplement the VisualD generator based on the new target generation code and fix link dependencies for static libraries.
Sönke Ludwig committed on 9 Jan 2014
2013-12-19
@Sönke Ludwig
Implement individual building of dependencies.
Sönke Ludwig committed on 19 Dec 2013
2013-12-17
@Sönke Ludwig
Avoid `\"` in quoted paths output by the VisualD project generator. Fixes #195.
Sönke Ludwig committed on 17 Dec 2013
@Sönke Ludwig
Rename BuildOptions.noBoundsChecks to noBoundsCheck to be consistent with BuildRequirements.requireBoundsCheck.
Sönke Ludwig committed on 17 Dec 2013
2013-12-15
@Sönke Ludwig
Enforce build requirements when generating VisualD projects. Fixes #188.
Sönke Ludwig committed on 15 Dec 2013
2013-12-11
@Sönke Ludwig
Rename some BuildOptions to avoid D keywords.
Sönke Ludwig committed on 11 Dec 2013
2013-12-05
@Piotr Szturmaj
Added quoting of import paths
Piotr Szturmaj committed on 5 Dec 2013
2013-11-24
@Sönke Ludwig
Fix unit test.
Sönke Ludwig committed on 24 Nov 2013
2013-11-22
@Sönke Ludwig
Fix duplicate file entries in generated VisualD projects. Fixes #168. ...
Sönke Ludwig committed on 22 Nov 2013
2013-11-19
@ponce
Ability to generate dynlib projects with VisualD generator. ...
ponce committed on 19 Nov 2013
2013-11-06
@Sönke Ludwig
Avoid duplicate "package.json" entries in generated VisualD projects.
Sönke Ludwig committed on 6 Nov 2013
2013-11-04
@Sönke Ludwig
Import and string import files are now added to generated VisualD projects and "dub describe".
Sönke Ludwig committed on 4 Nov 2013
2013-09-25
@Sönke Ludwig
Move dub.utils to dub.internal.utils and update copyright dates.
Sönke Ludwig committed on 25 Sep 2013
@ponce
typo in comment
ponce committed on 25 Sep 2013
@ponce
Avoid multiple identical package.json inclusion in combined VisualD project generation when using sub-packages.
ponce committed on 25 Sep 2013
2013-09-04
@ponce
[visuald generator] When generating a combined VisualD project file, generates nicer <Folder>. ...
ponce committed on 4 Sep 2013
2013-08-30
@Sönke Ludwig
Avoid redundant dependencies and .lib dependencies in generated VisualD projects if possible. ...
Sönke Ludwig committed on 30 Aug 2013
2013-07-25
@Sönke Ludwig
Generalize common compiler switches in the form of a BuildOptions enum. ...
Sönke Ludwig committed on 25 Jul 2013
@Sönke Ludwig
Avoid specifying compiler flags that are already handled by special fields in the VisualD generator. See rejectedsoftware/vibe.d#269.
Sönke Ludwig committed on 25 Jul 2013
2013-07-21
@Sönke Ludwig
Add support for customized build types ("buildTypes"). Fixes #78. ...
Sönke Ludwig committed on 21 Jul 2013
2013-07-19
@Sönke Ludwig
Don't clean up .json files in generated VisualD projects.
Sönke Ludwig committed on 19 Jul 2013
2013-07-12
@Sönke Ludwig
Make the release configuration of generated VisualD projects issue -release and -inline.
Sönke Ludwig committed on 12 Jul 2013
2013-07-11
@Sönke Ludwig
Only output projects for actual dependencies of the current configuration in the VisualD generator.
Sönke Ludwig committed on 11 Jul 2013
2013-07-10
@Sönke Ludwig
Implemented a new visuald-combined generator and added LDC/GDC support for VisualD projects. ...
Sönke Ludwig committed on 10 Jul 2013
@Sönke Ludwig
Fix adhering to the selected configuration in the VisualD generator.
Sönke Ludwig committed on 10 Jul 2013
2013-06-19
@Sönke Ludwig
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
@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
Fix generation of paths for sub projects.
Sönke Ludwig committed on 18 Jun 2013
2013-06-17
@Matthias Dondorff
Removing unnecessary output from unittest.
Matthias Dondorff committed on 17 Jun 2013