Skip to content

Commit 10dfb29

Browse files
committed
Merge pull request #21 from rainers/master
changes for release 0.3.38
2 parents 9156565 + 7e9e003 commit 10dfb29

File tree

4 files changed

+44
-38
lines changed

4 files changed

+44
-38
lines changed

CHANGES

Lines changed: 38 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -589,44 +589,49 @@ Version history
589589
- dviewhelper.dll from cv2pdb now avoids being unloaded after debugger expression evaluation using visualizers
590590
* changed license to Boost
591591

592-
unreleased Version 0.3.38
592+
2014-04-12 Version 0.3.38
593593

594-
* updated to cv2pdb 0.28
594+
* updated to cv2pdb 0.31
595595
- support mspdb120.dll from VS 2013
596596
- bugzilla 11537: improved search for appropriate mspdb*.dll if multiple version of VS installed
597597
- fix support for DWARF conversion for gcc 4.8
598+
- bugzilla 11898: cv2pdb: modified visualizer for void[] to also show bytes
599+
598600
* updated to mago 0.9
599601
- bugzilla 11547: remove error message when stopping debugging
600602
- bugzilla 11437: debug info rejected if records don't have "recommended" order
601603
- bugzilla 11030: set breakpoint in all template instances
602-
* updated dparser to 08f760b6181d1e40a29f3e03a7eafcd40bf4dc34
603-
- added options to enable/disable mixin analysis and UFCS expansions
604-
* added support for string import dependencies (needs dmd 2.065)
605-
* fixed default library path for x64 (contained spaces, but were not quoted,
606-
added default for 8.1 SDK)
607-
* fixed passing quoted library paths to linker
608-
* fixed project and completion icons being converted to 16 color bitmaps
609-
* completion box now displays appropriate icons and tooltip with dparser
610-
* tool tips now expand some Ddoc macros for better readability
611-
612-
* update SDK conversion for VS2013 and Windws SDK 8.1
613-
* bugzilla 11786: change some default colors when using dark theme in VS 2012+ (restart required)
614-
* Windows SDK 8.0/8.1 detection
615-
* fix bad "\n" in default x64 library search path
616-
* x64 executable and library search path not correctly saved for next VS start
617-
* bugzilla 12052: improve project automation to mute NuGet (still empty project pretended)
618-
619-
* add source control support for git in VS2013 (and maybe others)
620-
* fix DnD of project items in VS2013
621-
* bugzilla 12187: disguise functionality of pipedmd.exe and filemonitor.dll to let it pass
622-
most anti-virus checks
623-
* bugzilla 11962: added option to select the C runtime library when compiling for x64
624-
625-
* bugzilla 11940: completion on import statements no longer showed folder icons
626-
* bugzilla 11649: completion on selective import now lists identifiers from imported module
627-
* dparser: fixed completion for symbols without description
628-
* dparser: added support for multi line completions (including override completion)
629-
* parameter tool tips now use prototype from dparser and shows documentation
630-
631-
* bugzilla 11898: cv2pdb: modified visualizer for void[] to also show bytes
632-
* bugzilla 12353: option "Show Type In Tooltip" not saved and restored across restart
604+
605+
* build system
606+
- added support for string import dependencies (needs dmd 2.065)
607+
- Windows SDK 8.0/8.1 detection
608+
- fix bad "\n" in default x64 library search path
609+
- fixed default library path for x64 (contained spaces, but were not quoted, added default for 8.1 SDK)
610+
- fixed passing quoted library paths to linker
611+
- x64 executable and library search path not correctly saved for next VS start
612+
- bugzilla 11962: added option to select the C runtime library when compiling for x64
613+
614+
* project management
615+
- fixed project and completion icons being converted to 16 color bitmaps
616+
- add source control support for git in VS2013 (and maybe others)
617+
- bugzilla 12052: improve project automation to mute NuGet (still empty project pretended)
618+
- fix DnD of project items in VS2013
619+
620+
* language service
621+
- completion box now displays appropriate icons and tooltip with dparser
622+
- tool tips now expand some Ddoc macros for better readability
623+
- bugzilla 11940: completion on import statements no longer showed folder icons
624+
- bugzilla 11649: completion on selective import now lists identifiers from imported module
625+
- improved integration of Alex Bothe's dparser
626+
- updated dparser to 1bb6dc6e0a3069a07d8e7f15070161b717bd94c4
627+
- fixed completion for symbols without description
628+
- added options to enable/disable mixin analysis and UFCS expansions
629+
- added support for multi line completions (including override completion)
630+
- parameter tool tips now use prototype from dparser and shows documentation
631+
- bugzilla 12353: option "Show Type In Tooltip" not saved and restored across restart
632+
633+
* miscellanea
634+
- update SDK conversion for VS2013 and Windws SDK 8.1
635+
- bugzilla 11786: change some default colors when using dark theme in VS 2012+ (restart required)
636+
- bugzilla 12187: disguise functionality of pipedmd.exe and filemonitor.dll to let it pass
637+
most anti-virus checks

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 -rc
5-
#define VERSION_BUILD 3
4+
#define VERSION_BETA
5+
#define VERSION_BUILD 0

nsis/visuald.nsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
!searchreplace VERSION_MAJOR ${VERSION_MAJOR} " " ""
3535
!searchreplace VERSION_MINOR ${VERSION_MINOR} " " ""
3636
!searchreplace VERSION_REVISION ${VERSION_REVISION} " " ""
37-
!searchreplace VERSION_BETA ${VERSION_BETA} " " ""
38-
!searchreplace VERSION_BUILD ${VERSION_BUILD} " " ""
37+
!searchreplace VERSION_BETA "${VERSION_BETA}" " " ""
38+
!searchreplace VERSION_BUILD "${VERSION_BUILD}" " " ""
3939

4040
!if "${VERSION_BUILD}" == "0"
4141
!define VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}"

visuald_vs10.sln

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2BD51E62-6604-48AE-9E01-C940C0CA1C68}"
77
ProjectSection(SolutionItems) = preProject
88
CHANGES = CHANGES
9+
LICENSE_1_0.txt = LICENSE_1_0.txt
910
Makefile = Makefile
10-
README = README
11+
README.md = README.md
1112
TODO = TODO
1213
VERSION = VERSION
1314
EndProjectSection

0 commit comments

Comments
 (0)