Skip to content

Commit 58104c7

Browse files
committed
Merge pull request #22 from rainers/master
bump version to 0.3.38-1 for rebuilding mago
2 parents 10dfb29 + 3722b61 commit 58104c7

File tree

4 files changed

+87
-15
lines changed

4 files changed

+87
-15
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,3 +635,8 @@ Version history
635635
- bugzilla 11786: change some default colors when using dark theme in VS 2012+ (restart required)
636636
- bugzilla 12187: disguise functionality of pipedmd.exe and filemonitor.dll to let it pass
637637
most anti-virus checks
638+
639+
2014-04-15 Version 0.3.38-1
640+
641+
* build mago with static C runtime to avoid dependencies on msvcrt120.dll
642+

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define VERSION_MAJOR 0
22
#define VERSION_MINOR 3
33
#define VERSION_REVISION 38
4-
#define VERSION_BETA
5-
#define VERSION_BUILD 0
4+
#define VERSION_BETA -
5+
#define VERSION_BUILD 1

doc/StartPage.dd

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ See the $(LINK2 Installation.html, Installation) instructions, especially if not
1010
$(P Visual D aims at providing seamless integration of the D programming language into Visual Studio.)
1111

1212
<div align="right">
13-
$(LINK2 https://github.com/D-Programming-Language/visuald/releases/download/v0.3.37/VisualD-v0.3.37.exe, $(IMG images/download.png))
13+
$(LINK2 https://github.com/D-Programming-Language/visuald/releases/download/v0.3.38/VisualD-v0.3.38.exe, $(IMG images/download.png))
1414
$(P $(LINK2 https://github.com/D-Programming-Language/visuald/releases, Beta releases))
1515
</div>
1616
))
@@ -52,6 +52,24 @@ $(H2 News)
5252
$(LINK2 VersionHistory.html, Full version history and complete details...)
5353
$(BR)
5454

55+
2014-04-12 Version 0.3.38
56+
$(UL
57+
$(LI added support for string import dependencies (needs dmd 2.065))
58+
$(LI improved library path handling and defaults for x64)
59+
$(LI added source control support for git in VS2013 (and maybe others))
60+
$(LI mute flood of errors by NuGet when building)
61+
$(LI improved completion and tooltip support with dparser
62+
$(UL
63+
$(LI completion box now displays appropriate icons and tooltip with some DDOC expansions)
64+
$(LI bugzilla 11649: completion on selective import now lists identifiers from imported module)
65+
$(LI fixed completion for symbols without description)
66+
$(LI added options to enable/disable mixin analysis and UFCS expansions)
67+
$(LI parameter tool tips now use prototype from dparser and shows documentation)
68+
))
69+
$(LI updated to cv2pdb 0.31 with support for VS2013 and DWARF support for gcc 4.8)
70+
$(LI updated to mago 0.9 )
71+
)
72+
5573
2013-11-02 Version 0.3.37
5674
$(UL
5775
$(LI Installer now supports VS 2013, updated to cv2pdb 0.27, mago 0.8, fixes x64 deubgger in VS 2012 Shell)
@@ -65,23 +83,12 @@ $(UL
6583
$(LI added commands "Collapse unittests" and "Collapse disabled" to the outlining menu)
6684
)
6785

68-
2013-05-10 $(LINK2 News36.html, Version 0.3.36)
69-
$(UL
70-
$(LI updated to new features of the language and tooling as of dmd 2.062)
71-
$(LI basic LDC support)
72-
$(LI added new option pages for DMD/GDC/LDC directories)
73-
$(LI DParser by Alexander Bothe $(LINK https://github.com/aBothe/D_Parser) integrated as an alternative
74-
semantic engine)
75-
$(LI added command "Compile and Run" to execute current text buffer or selection via rdmd)
76-
$(LI added option "Colorize coverage from .LST file" to highlight lines from code coverage output)
77-
)
78-
7986
$(LINK2 VersionHistory.html, more...)
8087

8188
$(H2 Download)
8289

8390
$(P The latest installer can also be downloaded
84-
$(LINK2 http:/www.dsource.org/projects/visuald/browser/downloads/VisualD-v0.3.37.exe?format=raw&FixForIE=.exe, here).
91+
$(LINK2 http:/www.dsource.org/projects/visuald/browser/downloads/VisualD-v0.3.38.exe?format=raw&FixForIE=.exe, here).
8592
You can find older versions and some additional files in
8693
the $(LINK2 http:/www.dsource.org/projects/visuald/browser/downloads/, download directory).)
8794

doc/VersionHistory.dd

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,65 @@
11
Ddoc
22

3+
2014-04-12 Version 0.3.38
4+
$(UL
5+
$(LI build system
6+
$(UL
7+
$(LI added support for string import dependencies (needs dmd 2.065))
8+
$(LI Windows SDK 8.0/8.1 detection)
9+
$(LI fix bad "\n" in default x64 library search path)
10+
$(LI fixed default library path for x64 (contained spaces, but were not quoted, added default for 8.1 SDK))
11+
$(LI fixed passing quoted library paths to linker)
12+
$(LI x64 executable and library search path not correctly saved for next VS start)
13+
$(LI bugzilla 11962: added option to select the C runtime library when compiling for x64)
14+
))
15+
$(LI project management
16+
$(UL
17+
$(LI fixed project and completion icons being converted to 16 color bitmaps)
18+
$(LI add source control support for git in VS2013 (and maybe others))
19+
$(LI bugzilla 12052: improve project automation to mute NuGet (still empty project pretended))
20+
$(LI fix DnD of project items in VS2013)
21+
))
22+
$(LI language service
23+
$(UL
24+
$(LI completion box now displays appropriate icons and tooltip with dparser)
25+
$(LI tool tips now expand some Ddoc macros for better readability)
26+
$(LI bugzilla 11940: completion on import statements no longer showed folder icons)
27+
$(LI bugzilla 11649: completion on selective import now lists identifiers from imported module)
28+
$(LI improved integration of Alex Bothe's dparser)
29+
$(UL
30+
$(LI updated dparser to 1bb6dc6e0a3069a07d8e7f15070161b717bd94c4)
31+
$(LI fixed completion for symbols without description)
32+
$(LI added options to enable/disable mixin analysis and UFCS expansions)
33+
$(LI added support for multi line completions (including override completion))
34+
$(LI parameter tool tips now use prototype from dparser and shows documentation)
35+
)
36+
$(LI bugzilla 12353: option "Show Type In Tooltip" not saved and restored across restart)
37+
))
38+
$(LI debugger
39+
$(UL
40+
$(LI updated to cv2pdb 0.31
41+
$(UL
42+
$(LI support mspdb120.dll from VS 2013)
43+
$(LI bugzilla 11537: improved search for appropriate mspdb*.dll if multiple version of VS installed)
44+
$(LI fix support for DWARF conversion for gcc 4.8)
45+
$(LI bugzilla 11898: cv2pdb: modified visualizer for void[] to also show bytes)
46+
))
47+
$(LI updated to mago 0.9
48+
$(UL
49+
$(LI bugzilla 11547: remove error message when stopping debugging)
50+
$(LI bugzilla 11437: debug info rejected if records don't have "recommended" order)
51+
$(LI bugzilla 11030: set breakpoint in all template instances)
52+
))
53+
))
54+
$(LI miscellanea
55+
$(UL
56+
$(LI update SDK conversion for VS2013 and Windws SDK 8.1)
57+
$(LI bugzilla 11786: change some default colors when using dark theme in VS 2012+ (restart required))
58+
$(LI bugzilla 12187: disguise functionality of pipedmd.exe and filemonitor.dll to let it pass
59+
most anti-virus checks)
60+
))
61+
)
62+
363
2013-11-02 Version 0.3.37
464
$(UL
565
$(LI installer:

0 commit comments

Comments
 (0)